This snapshot records a deep documentation audit focused on completeness, navigation clarity, and i18n structure.
Date: 2026-02-24
Scope: repository docs (docs/**) + root README locale entry points.
- Ran structural inventory over all markdown docs.
- Checked README presence for doc directories.
- Checked relative-link integrity across all docs markdown files.
- Reviewed canonical vs compatibility locale path usage.
- Reviewed TOC/inventory/structure-map consistency.
- Canonical locale trees existed under
docs/i18n/<locale>/, but some governance docs still described older hub layout. docs/vi/**compatibility tree coexisted withdocs/i18n/vi/**, creating maintenance ambiguity.datasheetsdirectories lacked explicit index files (README.md), reducing discoverability.
- Several operational/reference docs were not clearly surfaced in inventory/summary pathways (for example
audit-event-schema,proxy-agent-playbook,cargo-slicer-speedup,sop/*,operations/connectivity-probes-runbook). - Locale coverage status existed, but there was no explicit time-bound audit snapshot documenting current gaps and priorities.
- Link check found broken relative links:
docs/i18n/el/cargo-slicer-speedup.md-> workflow path depth issuedocs/vi/README.md-> missingSUMMARY.mdin compatibility pathdocs/vi/reference/README.md-> missing../SUMMARY.md
- Added and linked i18n completion contract in previous phase:
docs/i18n-guide.md. - Refreshed structure map with canonical layers and compatibility boundaries:
docs/structure/README.md. - Refreshed inventory to include canonical locale hubs, SOP, CI/security references, and audit snapshot:
docs/docs-inventory.md.
Added missing datasheet indexes:
docs/datasheets/README.mddocs/i18n/vi/datasheets/README.mddocs/i18n/el/datasheets/README.mddocs/vi/datasheets/README.md(compatibility redirect)
- Converted
docs/vi/README.mdto an explicit compatibility hub pointing to canonicaldocs/i18n/vi/**. - Converted
docs/vi/reference/README.mdto canonical redirect.
- Fixed Greek CI workflow relative link path.
- Eliminated compatibility README broken links by redirecting to canonical paths.
These are structural/content-depth gaps, not integrity failures:
- Locale depth asymmetry
vi/elhave full localized trees.zh-CN/ja/ru/frcurrently provide hub-level scaffolds rather than full runtime-contract localization.
- Compatibility shim lifecycle
docs/vi/**still exists for backward links; long-term plan should define whether to keep or fully deprecate this mirror.
- Localized propagation of new governance docs
- New governance docs (for example this audit snapshot and i18n guide) are currently authored in English-first flow; localized summaries are not yet fully propagated.
- Add locale-level mini-inventory pages under
docs/i18n/{zh-CN,ja,ru,fr}/to make hub scaffolds more actionable. - Define and document a formal deprecation policy for
docs/vi/**compatibility paths. - Add a lightweight automated docs index consistency check in CI (summary/inventory cross-link sanity).
- Relative-link existence check: passed after fixes.
git diff --check: clean.
This snapshot is immutable context for the 2026-02-24 docs restructuring pass.
After the initial restructuring pass, a second completion wave was applied in the same date scope:
- Added localized bridge coverage so
docs/i18n/vi/anddocs/i18n/el/reach full top-level docs parity (againstdocs/*.mdbaseline). - Added explicit i18n gap backlog tracker: i18n-gap-backlog.md.
- Added localized references for i18n governance docs (
i18n-guide,i18n-coverage) and latest docs audit snapshot underviandel. - Updated localized hubs and summaries (
docs/i18n/vi/*,docs/i18n/el/*) to expose newly added docs and governance links.
Current depth asymmetry remains for zh-CN / ja / ru / fr by design (hub-level scaffolds), now explicitly tracked with counts and wave plans in the backlog.