Commit graph

4 commits

Author SHA1 Message Date
d67d36b409 fix: decision extractor uses extract worktree + PR flow
Was writing directly to main worktree where daemon race condition wiped
files. Now: syncs extract worktree to main, creates branch, writes
records, commits, pushes, opens Forgejo PR. Same pattern as batch-extract.

Also checks both main and extract worktrees for existing records.

Pentagon-Agent: Epimetheus <3D35839A-7722-4740-B93D-51157F7D5E70>
2026-03-24 02:50:12 +00:00
6c6cd0d14e feat: support fundraise record_type alongside decision_market
LLM now classifies proposals as either decision_market (governance votes)
or fundraise (ICO/launch capital raises). Both handled by same extractor.

Pentagon-Agent: Epimetheus <3D35839A-7722-4740-B93D-51157F7D5E70>
2026-03-23 18:04:30 +00:00
e1934b30ae fix: API key path + YAML error handling in decision extractor
Pentagon-Agent: Epimetheus <3D35839A-7722-4740-B93D-51157F7D5E70>
2026-03-23 17:59:11 +00:00
a292ab75c2 feat: decision record extractor — proposal sources → decisions/ with full text
Reads event_type: proposal sources from archive, calls Sonnet for
summary/significance/KB-connections, writes decision records with
full verbatim proposal text + structured analysis on top.

224 proposal sources archived, 0 processed. This closes the gap.

Pentagon-Agent: Epimetheus <3D35839A-7722-4740-B93D-51157F7D5E70>
2026-03-23 17:55:46 +00:00