| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory is installed in base/docs and is invoked by .github/workflows/base-std-docs-sync.yml. It consumes a verified dispatch from base/base-std, routes changed source files to existing B20 documentation pages, asks Claude for grounded edits, validates the returned MDX, and reports touched/rejected pages to the workflow.
The route table supports both exact pages and page_globs. Globs are expanded only against existing Markdown files beneath docs/; they cannot create new paths. This version intentionally does not create, rename, or delete API pages.
From the copied docs-repo root:
npm ci --prefix scripts --no-audit --no-fund
npm --prefix scripts run test:base-std-syncA real transformation requires LLM_GATEWAY_API_KEY:
LLM_GATEWAY_API_KEY=... \
node scripts/sync-from-base-std/index.mjs \
--payload scripts/sync-from-base-std/fixtures/code-change-ib20.jsonConfiguration knobs are optional positive numbers:
| Back | FazBrowse Home | New Git URL |