Commit graph

5 commits

Author SHA1 Message Date
22067b5090 leo: add decision_market entity type + Key Decisions table format
- New entity_type: decision_market for governance proposals, prediction
  markets, and futarchy decisions
- Terminal lifecycle: active | passed | failed
- Platform-specific volume fields (futarchy, ICO, prediction market)
- Categories: treasury, fundraise, hiring, mechanism, liquidation, grants, strategy
- Parent entities get Key Decisions summary table (date, title, proposer, volume, outcome)
- Significance threshold: ~33-40% of real proposals qualify
- 5-point mechanical eval checklist
- Reviewed by Rio (domain data structure) and Ganymede (architecture)

Pentagon-Agent: Leo <14FF9C29-CABF-40C8-8808-B0B495D03FF8>
2026-03-11 15:16:13 +00:00
e533b5657b Auto: 2 files | 2 files changed, 102 insertions(+), 8 deletions(-) 2026-03-11 15:16:13 +00:00
82e91f87eb Auto: schemas/entity.md | 1 file changed, 52 insertions(+), 2 deletions(-) 2026-03-11 15:16:13 +00:00
3b9327619e Auto: schemas/entity.md | 1 file changed, 12 insertions(+) 2026-03-11 15:16:13 +00:00
5ee0d6c9e7 leo: add diagnostic schemas — belief hierarchy, sector maps, entity tracking
- What: 3 schemas: belief (axiom/belief/hypothesis/unconvinced hierarchy),
  sector (competitive landscape with thesis dependency graphs),
  entity (governance update — all changes through eval)
- Why: Diagnostic stack for understanding agent reasoning depth,
  competitive dynamics, and entity situational awareness
- Reviewed by: Rio (approved), Vida (approved)

Pentagon-Agent: Leo <14FF9C29-CABF-40C8-8808-B0B495D03FF8>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 23:57:07 +00:00