This page is the rendered HTML map for the Docsiphon docs/ surface.
Use it when you want the shortest answer to “what lives where?” without reading the full repository README first.
The current product front door still stays in README.md + the uvx
quickstart. This repo map is the Pages companion, not a second primary
surface.
The rule behind this map is simple: current public onboarding still starts from
the CLI-first README and uvx quickstart. Any future MCP-aware surface remains
secondary until it has its own install contract, verification gate, public
packet, and lane truth.
| Area | What lives here | Why it exists |
|---|---|---|
| Front Door | README + uvx quickstart |
Get visitors to a real first success fast |
| Execution Model | CLI-driven export pipeline | Explain how it works without pretending it is a hosted platform |
| Output Artifacts | manifest.jsonl, report.json, index.json, toc.md, report.html |
Prove the result is reviewable, not a one-shot scrape |
| Support Boundary | CLI-first, no hosted API, future MCP stays secondary |
Stop future ideas from being misread as current shipping surfaces |
src/docsiphon/: CLI package and export pipeline implementationscripts/: contract checks, repository hygiene checks, and example probestests/: automated verification for the CLI and support codedesign-system/: front-door hierarchy, proof ladder, and asset rulesexamples/: copyable starter profiles and sample inputsdocs/: this thin public Pages surfaceDocsiphon is a CLI-first export pipeline:
llms.txt, sitemap, search index, or BFSThe repository does not expose a hosted API or service tier.
The supported output root is _outputs/.
Important run artifacts:
manifest.jsonl: page-level export ledgerreport.json: run summaryindex.json: derived machine-readable indextoc.md: directory tree viewreport.html: human-readable report_errors/: sampled error snapshotsGenerated outputs are operator data and must stay out of Git.
README.md, docs/index.md, and this map for the newest repository-side
front-door truth on main.For the full contributor verification commands, use
CONTRIBUTING.md. This page stays focused on the public
repository map and execution model.
scripts/verify_instructure.sh is a public example probe, not a compatibility
promise for every documentation vendorCODEOWNERS, PR templates, and Issue templates are part of the collaboration
contractSUPPORT.md defines the best-effort maintainer support scopeSECURITY.md defines private reporting expectations