Loading…
Reference in a new issue
No description provided.
Delete branch "feat/v10-works-registry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two more v10-backlog research-workflow features.
#127 — Works Registry
The studied media (music video / film / album) becomes a first-class object, so an observation can be about a work, not merely from a source.
works+entry_works.routes/works.ts: CRUD + entry assign/unassign + detail;GET /api/entries?work_id=filter; works surfaced on entry detail.#129 — Path Finder
"How are these two observations related?" Shortest chain between two entries (or entry + motif) through typed connections and shared motifs.
services/pathFinder.ts: bounded bipartite BFS (motifs modelled as nodes so a hub motif can't explode the edge set), depth-capped, active-project scoped.GET /api/connections/path.Validation
works.test.ts6 +pathFinder.test.ts6).clearEntryDatadidn't truncateworks/entry_works, so works leaked across files in full-suite runs.appbuild (tsc + vite) green.Closes #127, closes #129.
🤖 Generated with Claude Code