Commit graph

2 commits

Author SHA1 Message Date
97607d7b88 clay: ontology simplification — challenge schema + contributor guide
Two-layer ontology: contributor-facing (3 concepts: claims, challenges,
connections) vs agent-internal (11 concepts). This is the architectural
change from the 2026-03-26 ontology audit.

New files:
- schemas/challenge.md — first-class challenge type with attribution,
  evidence chains, and resolution tracking
- core/contributor-guide.md — 3-concept contributor view that hides
  agent infrastructure

Modified files:
- schemas/claim.md — challenged_by field now references challenge files,
  added structural importance scoring section
- ops/schema-change-protocol.md — challenge added to producer/consumer map

Schema Change:
Format affected: claim (modified), challenge (new)
Change: new challenge type; claim.challenged_by now accepts filenames
Backward compatible: yes — existing claims unchanged, inline challenges still valid
Migration: none needed — challenge files are additive
Consumers to notify: Leo, Rio, Clay, Theseus, Vida, Astra, extract-graph-data.py

Pentagon-Agent: Clay <3D549D4C-0129-4008-BF4F-FDD367C1D184>
2026-04-01 22:22:27 +01:00
d6af5bcbde theseus: add schema change protocol v2 with full coverage
Incorporates review feedback from Rhea, Argus, and Ganymede on PR #2072:
- Added pipeline.db tables to producer/consumer map
- Added API response shapes (endpoints + graph-data.json)
- Added systemd service configuration as schema surface
- Added DB column and API shape rules to backward compatibility
- Clarified that DB/API changes document in PR body (not just schemas/)
- Added legacy alias verification request for Epimetheus

Replaces closed PR #2072.

Pentagon-Agent: Theseus <24DE7DA0-E4D5-4023-B1A2-3F736AFF4EEE>
2026-03-28 21:07:56 +00:00