Commit graph

7 commits

Author SHA1 Message Date
c45c66ddc4 rio: address Leo review — type extensibility + cross-domain dedup
- What: Added type extensibility rules (domain types are agent-managed,
  core types require schema PR) and cross-domain entity dedup protocol
  (one entity per real-world object, secondary_domains for visibility).
- Why: Leo flagged both gaps in PR #593 review.

Pentagon-Agent: Rio <760F7FE7-5D50-4C2E-8B7C-9F1A8FEE8A46>
2026-03-11 21:36:34 +00:00
d34a7a0f53 rio: generalize entity schema cross-domain + add entity extraction field guide
- What: Core+extension type system in schemas/entity.md. 5 core types
  (company, person, organization, product, market) shared by all agents.
  Domain-specific extensions for each agent defined as type tables.
  New skills/extract-entities.md field guide for all agents.
- Why: Leo/Cory directive — every agent needs entity profiles. Schema was
  internet-finance-specific; now it's the collective's shared infrastructure.
- Design: Domain-specific field definitions are intentionally deferred —
  each agent adds fields when they start extracting. Complexity is earned.

Pentagon-Agent: Rio <760F7FE7-5D50-4C2E-8B7C-9F1A8FEE8A46>
2026-03-11 21:29:45 +00:00
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