Documentation standards
Every technical or domain page should include, where applicable:
- Purpose — one paragraph.
- Boundaries — in scope / out of scope.
- Key components — paths in the monorepo.
- Data / API contracts — tables, endpoints, ingest kinds.
- Flow — mermaid diagram.
- Failure modes / debug — what to check when it breaks.
- Related links — cross-references within Internal Docs.
Language
Section titled “Language”- Internal Docs: English.
- Host Agent build spec: Polish in
hostzu/spec.md(implementation blueprint).
Security
Section titled “Security”- OK: service URLs, Azure subscription/RG names in runbooks.
- Never: secrets, tokens, connection strings — reference Key Vault instead.
Sidebar
Section titled “Sidebar”Add new pages in Internal-Documentation/astro.config.mjs under the appropriate section.
Internal Docs are the only canonical knowledge base. Do not duplicate system truth in docs/ or Edge/docs/.
When you find gaps, add follow-ups to root TODO.md.