Publish audit-backed implementation specs
Sync from docs/wiki/ @ 9e29e99b8f001d17fab94c40d6c0077db58c3552
Sync from docs/wiki/ @ d7e4deb6d30ab49a94ea179cac6353802fbef7ac
Sync from docs/wiki/ @ 354c6b5929342eeb3d69fe097d1fa9d091180e54
Sync from docs/wiki/ @ 94e226a3ec18890f25cf86369dc646a2bc9264a3
Sync from docs/wiki/ @ 73956df5dd6c87139ab0047939f1ec10b292933b
Sync from docs/wiki/ @ d0ce44feb5f333fff3b55c3f6ba68a5df0b03ed7
Flatten to a single directory -- GitHub Wiki does not render nested pages Real bug in the previous sync, caught from a screenshot of a page rendering as literal unformatted markdown text: the wiki UI's pretty page URLs (github.com/OWNER/REPO/wiki/PAGE) only exist for files at the wiki repo's ROOT. Every page under concepts/, entities/, guides/ had no such route and was silently 302-redirecting to raw.githubusercontent.com instead -- raw text, no headers/bold/tables rendered, for every single page except Home.md and the 3 root-level WIKI_*.md files. This wasn't a formatting problem in the content; the whole subdirectory structure was fundamentally un-navigable through the actual wiki UI. Fixed by flattening every file to the repo root (no filename collisions across the 3 former categories) and rewriting every internal link accordingly -- verified with a link checker against the flattened directory listing, 0 genuine breaks. _Sidebar.md now uses extension-less page-name links, matching GitHub wiki's own convention. docs/wiki/ in the main repo is UNCHANGED and correctly keeps its concepts/entities/ subdirectories -- that's browsed through GitHub's normal repository file browser, a completely different rendering path that does support nested directories. Only this separate wiki mirror needed flattening.
Sync from docs/wiki/ (main repo) + add navigation The wiki repo had drifted significantly behind docs/wiki/ in the main repo -- last synced at "Sync ais.md" (server-side recomputation trust model), missing an entire subsequent round of mermaid-diagram additions and updates across most concept/entity pages, plus this session's new telemetry-ingestion.md page and staleness fixes to 9 other pages. - Full mirror of docs/wiki/'s current content, with the relative-link depth adjusted for the wiki repo's flatter structure (wiki repo root == docs/wiki/ root, so e.g. ../../INTERFACE_CONTRACT.md in an entities/*.md page becomes ../INTERFACE_CONTRACT.md here). - Added INTERFACE_CONTRACT.md and TESTING.md (copied from docs/) and guides/ (copied from docs/guides/) so those links actually resolve inside the wiki repo instead of pointing at files that don't exist here. - New _Sidebar.md: persistent categorized navigation (Identity / Trust & Scoring / Behavioral Gating / Compliance & Markets / Spec & Testing / Planned / Packages / Guides / Reference) -- previously no sidebar existed, so GitHub's default flat alphabetical page list was the only navigation. - Home.md and index.md rewritten into a proper home page with a full categorized table of contents (was 4 example links). - Verified: 379 internal links checked across this mirror, 0 genuine breaks (2 non-issues: an illustrative placeholder, a verbatim historical quote inside WIKI_LOG.md).
Sync ais.md: document server-side signal recomputation trust model
Add Mermaid architecture diagram to Home page
Merge bootstrap Home page with real wiki content
Initial Home page
Initial wiki content from docs/wiki/