Skip to main content

Project runbook index

This page is a pointer registry.

It exists to make day to day operation possible without turning this site into a clone of each repository README. If you want implementation details, debugging internals, or module inventories, go to the repo. If you want authoritative contracts, seams, and enforcement rules, stay here.

Operating rule

This page stores only:

  • pointer metadata to each repo runbook
  • entrypoint and smoke test commands
  • bus role and run record path conventions
  • the bus endpoints the project writes
  • links to the authoritative contract pages

Nothing else.

If a repo needs more explanation than fits this page, that is a sign the repo runbook is missing or unclear.

Projects

ProjectBus roleWrites bus endpointsEntrypointSmoke testRun record pathRepo runbookContract pages
GPT Chats Ingest to Event BusEvent Bus producerEvent daily files and manifestsSee repo runbookSee repo runbookSee run record contractLink to repo runbookEvent Bus contract, Manifests and integrity, Run record contract, Error taxonomy, Integration seams
Session Mining and ClusteringSessions Bus producerSessions daily outputs, cluster outputs, manifestsSee repo runbookSee repo runbookSee run record contractLink to repo runbookSessions Bus contract, Manifests and integrity, Run record contract, Error taxonomy, Integration seams
Summarizer EngineSummary Bus producerEvent summaries, session summaries, manifestsSee repo runbookSee repo runbookSee run record contractLink to repo runbookSummary Bus contract, Manifests and integrity, Run record contract, Error taxonomy, Integration seams
Digest Engine / Memory BagsDigest Bus producerPublished digests, indexes, metadata, manifestsSee repo runbookSee repo runbookSee run record contractLink to repo runbookDigest Bus contract, Snapshot publishing contract if used, Manifests and integrity, Run record contract, Error taxonomy, Integration seams
KB Chunk Bus and document ingestionChunk Bus producerCanonical chunks and manifestsSee repo runbookSee repo runbookSee run record contractLink to repo runbookChunk Bus contract, Manifests and integrity, Run record contract, Error taxonomy, Integration seams

What each project row must include

Each project must have a local runbook in its repo. This site does not store the runbook content, only the pointers.

A project entry is compliant only if it provides:

  • the bus role
  • the bus endpoints it writes, as path patterns
  • the canonical entrypoint command
  • the canonical smoke test command
  • the run record directory path pattern
  • links to the applicable contract pages

Change protocol for this page

Update this page only when:

  • a new project is admitted into the constellation
  • a project changes its entrypoint or smoke test
  • a project changes its bus endpoints, which also requires contract updates and an ADR

This page should not change as a side effect of refactors.

Notes on pointers

This page intentionally uses placeholders for repo links and commands.

The authoritative sources are:

  • each repo local runbook for exact commands and paths
  • contract pages in this site for invariants and enforcement rules

If you want, we will replace the placeholders with concrete repo relative paths and concrete smoke commands once the runbooks in each repo are in their final location and naming.