Content Expansion Roadmap 2026-05-04
Objective
Deepen the wiki's technical coverage in four identified "thin" domains where raw documentation exists but permanent/literature notes are underdeveloped.
Verified Facts (The "Thin Spots")
- Telephony & Voice Agents:
00_Raw/adk-documentation.mdcontainsAgentPhonespecs; the wiki has 0 coverage. - Agent Observability:
AgentOpsand OTel tracing mentions are high in raw docs, but theagent-observabilitynote is a "thin node" (6 inbound links, low depth). - Schema-Driven Development: Lack of integration notes between Pydantic models and autonomous tool-schema generation (FastAPI/MCP context).
- Hardware-Aware Inference: Local execution patterns for MLX, NPU, and CUDA are currently only fleeting sketches.
Constraints
- All new notes must adhere to YANP (lowercase kebab-case, atomic, frontmatter).
- Maintain 100% MOC coverage (every new note must be linked in a relevant hub).
Recommendations
- Ingest AgentPhone: Create
telephony-agents.mdliterature note from00_Raw/adk-documentation.md. - Harden Observability: Cross-reference
agent-observabilitywith OpenTelemetry GenAI semantic conventions. - Map Pydantic: Add a section to
python-mocfor Pydantic-to-Tool-Schema mapping patterns.
Evidence
Findings based on 02_System/find-thin-nodes.ps1, 02_System/audit-moc-coverage.ps1, and semantic analysis of 01_Wiki vs 00_Raw.
Next Decision
Which domain—Telephony (new capability) or Observability (production hardening)—should be prioritized for the next ingestion run?