ƒxyzƒxyz Docs

Content Audit

Deep audit of old vs new repo content across docs, research, context, and archived work logs.

This is the deeper content pass across the repo, not only the docs app. The repository currently contains four overlapping documentation corpora, and the confusion comes from treating them as if they were one.

Inventory

CorpusMarkdown / MDX filesWhat it is
apps/docs/content/docs91Reader-facing docs app
docs100Internal architecture, research, plans, briefings
context119Extracted notebook and source-summary corpus
archive/work-logs129Historical session and operational memory
Total439Before PDFs, HTML, and images

The Core Problem

The repo has:

  1. current truth
  2. theory and synthesis
  3. extracted archaeology
  4. historical logs

The old docs UX flattened those layers together. That is why the reader kept seeing a mix of current, old, speculative, and archival material.

Current Canonical Sources

  • docs/architecture/unified-architecture-state.md
  • docs/design/BRAND_COLOR_SEMANTICS.md
  • docs/design/BRAND_FINALIZATION_2026-03-03.md
  • docs/research/RESEARCH_INVENTORY.md
  • docs/research/analysis/MASTER-SYNTHESIS.md
  • live code in apps/* and packages/*

High-Signal Findings

February vs March truth drift

docs/research/analysis/APPLICATION-STATE-OF-PLAY.md still describes the pre-CES gap. docs/architecture/unified-architecture-state.md and current code show that the CES alignment work later landed.

User-reachable stale docs existed

This pass found and fixed representative stale reader-facing nodes:

  • legacy top-level network duplication
  • bootstrapUser example drift in the protocols docs
  • old AI SDK naming in live communication/protocol pages

context/ is not optional anymore

The extracted notebook corpus now contains foundational material, especially:

  • notebook-17 for business model and network projection
  • notebook-26 for network architecture
  • notebook-27 for token transaction architecture

archive/work-logs is valuable but should stay archival

The archive still contains important provenance, especially for docs migration, deployment fixes, GraphQL cleanup, and production operations. It should inform docs maintenance, but it should not drive reader-facing copy directly.

If two repo documents disagree, prefer live code and the latest architecture tracker. Treat work logs and older research audits as context, not final truth.

StatusMeaning
CanonicalSafe to cite as current truth
Current referenceMaintained, but subordinate to canonical sources
ResearchAnalytical input that still needs code verification
Extracted notesHigh-value context, not polished docs
ArchiveHistorical only

What To Do Next

  • sweep all user-reachable docs for old stack names and dead operations
  • add explicit historical labeling to legacy/showcase pages
  • create a first-class index for context/
  • thin and group archive/work-logs by topic, not only date/session

On this page