SSOT: DOCs Status
Reads locally-generated artifacts from DOCS_ROOT.
DOCS_ROOT: /Users/brianlindahl/Development/Business/DOCs
Doc Lint Summary
Missing DOCS_DOC_LINT_SUMMARY.md. Run node scripts/doc_lint.js in the DOCs repo (or run start-all-local.sh, which refreshes it).
System Commands (SSOT)
These commands are the canonical workflow for the SSOT docs system. Run them from your Business root folder.
# Start everything (also refreshes DOCs map + doc-lint artifacts) ./DOCS/system/start-all-local.sh start # Fresh rebuild + start ./DOCS/system/start-all-local.sh fresh # Push all key repos (runs DOCs SSOT preflight when pushing DOCs) ./DOCS/system/push-all-workspaces.sh push # Check git status across key repos ./DOCS/system/push-all-workspaces.sh status
If the SSOT scripts are missing, update from GitHub: MagicWRX/business-docs.
Doc → Code Map (excerpt)
Missing DOCS_DOC_SCRIPT_MAP.md. Run node scripts/gen_doc_script_map.js in the DOCs repo.
Doc Graph (Mermaid)
Missing DOCS_GRAPH.md. Run node scripts/gen_doc_graph.js in the DOCs repo.
Related
CI (GitHub Actions) runs checks on PRs; locally you can run npm run check-no-bak and node scripts/doc_lint.js.