1 min read
Generated Surface Refresh
Generated surfaces are part of the wiki's memory. If they are stale, agents retrieve old truth.
The generated layer includes wiki/_index.md, wiki/_backlinks.json, qmd embeddings, README stats, skill registry views, runtime skill symlinks, agent packs, redirect indexes, and doctor/audit JSON outputs. Source: AGENTS.md Indexing and Logging; Wiki Brain Operating Model
Surface Matrix
| Changed thing | Refresh |
|---|---|
| Any wiki page | npx tsx scripts/build-index.ts, qmd update && qmd embed |
| Broad wiki/routing/identity/heartbeat docs | npm run wiki-quality, npm run routing-doctor, npx tsx scripts/doctor.ts --quiet |
| Skills or runtime skill index | npm run skills:check, skill registry scripts when relevant |
| Agent packs/capsules | npm run agent-packs:refresh, npm run agent-packs:check |
| Config sync or harness projections | npm run bootstrap, npx tsx scripts/doctor.ts --only config-sync |
| Redirects/renames | npm run wiki:resolve -- <old-slug>, build-index, qmd |
Rule
Do not hand-edit generated inventories to make a check green. Fix the source page, skill, config, or script input, then regenerate.
Timeline
- 2026-07-01 | Created as the heartbeat closeout page for index, qmd, skill registry, runtime skill, agent-pack, config-sync, and redirect generated surfaces. Source: User request, 2026-07-01
Related Pages
12 pages link here
Agent Config Write ChecklistHEARTBEATConvention ChecklistHEARTBEATGenerated Surface ContractMetaIndex Rebuild CadenceHEARTBEATLint CadenceHEARTBEATMonthly CadenceHEARTBEATOperational HeartbeatHEARTBEATOperational Heartbeat HubHEARTBEATScheduling Operating ModelMetaSession Startup ProtocolMetaSkill Maintenance CadenceHEARTBEATWiki Doctor CadenceHEARTBEAT