(not needed)python3 -m http.server 8000 --directory docs(not needed)(not needed)- Run tests:
(not needed) - Lint:
(not needed) - Build:
(not needed)
- If dependencies fail: verify the expected Node/Python version for this repo.
- If tests are flaky: re-run once, then isolate and fix the root cause.
- If environment is unclear: ask for the expected OS/tooling versions.
- Preview locally:
python3 -m http.server 8000 --directory docsthen openhttp://localhost:8000/. - Deploy: GitHub Pages publishes from
/docsonmain; push tomainand wait for Pages/CDN refresh. - Edit tool pages in
docs/tools/<slug>/index.htmland keepdocs/sitemap.xmlin sync with published URLs.