Ticket graphs

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.

← all ticket-graphs

DONE#189 jazz-search

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

source (forge tree)

browse congruency source (forge-parked tree)

children

#197 Build: index-watch runner — delta-detect -> RAG fingerprint + omni-git index -> spawn successor (self-repopulating) (spawned · DONE)
#194 Build: source dedup engine — cluster the match collection into canonical + duplicates (exact via sha, near via similarity) (spawned · DONE)
#191 Test: similarity search recall/precision + ticket-association accuracy (spawned · REQUESTED)
#190 Build: code.search tool (CLI + MCP) — snippet/path -> similar code with paths, repos, tickets (spawned · DONE)