Every ticket as the root of its provenance graph — goal, patch, approval, runs and (as the ticket-class build lands) mandate, manifestations, guarantees, journey, artifacts and children. Rendered through the <<<TicketGraphList>>> tag.
Build: forge code-similarity indexer — AST-chunk + embed (nomic-embed-text via litellm) into a vector store, incremental
goal
Build the indexer that walks the forge corpus, AST-chunks each module (reuse codebean lower_module_all, #183), embeds each chunk via nomic-embed-text through the litellm proxy (#184), and writes {repo, path, line-range, chunk, vector} to a vector store — incremental (only re-embed changed blobs, keyed on omni-git blob sha). Reuse omni_index.db blob shas to avoid re-reading unchanged files. ACCEPTANCE: index a subset of the forge; re-run is a near-no-op (only changed blobs re-embedded); row counts match chunk counts.
patch
none
approval
unapproved
runs
no runs recorded
mandate (clauses)
not yet recorded — lands with the ticket-class build
manifestations
not yet recorded — lands with the ticket-class build
guarantees
not yet recorded — lands with the ticket-class build
journey (blunders & successes)
not yet recorded — lands with the ticket-class build
artifacts (forge)
not yet recorded — lands with the ticket-class build