feat: Provenance chain — source session, model, timestamp, confidence #197

Open
opened 2026-04-15 15:18:04 +00:00 by Rockachopa · 0 comments
Owner

Epic: #136 (Knowledge Pipeline v2)

Task

Every knowledge entry must carry provenance metadata.

Provenance Fields

{
  "content": "The fix for X is Y",
  "provenance": {
    "source_session": "20260414_abc123",
    "source_model": "xiaomi/mimo-v2-pro",
    "source_provider": "nous",
    "timestamp": "2026-04-14T22:30:00Z",
    "extraction_method": "pattern_fix",
    "confidence": 0.85,
    "verified": false
  }
}

Why This Matters

  • Training data filter: exclude Anthropic-sourced pairs
  • Quality filter: exclude low-confidence entries
  • Freshness filter: prefer recent entries
  • Audit: trace any claim back to its source

Deliverables

  • Provenance schema: compounding-intelligence/schemas/provenance.json
  • Harvester populates provenance on extraction
  • Query API: filter by provenance fields
  • Training pipeline respects provenance filters

Labels: provenance, metadata, priority:high

## Epic: #136 (Knowledge Pipeline v2) ### Task Every knowledge entry must carry provenance metadata. ### Provenance Fields ```json { "content": "The fix for X is Y", "provenance": { "source_session": "20260414_abc123", "source_model": "xiaomi/mimo-v2-pro", "source_provider": "nous", "timestamp": "2026-04-14T22:30:00Z", "extraction_method": "pattern_fix", "confidence": 0.85, "verified": false } } ``` ### Why This Matters - Training data filter: exclude Anthropic-sourced pairs - Quality filter: exclude low-confidence entries - Freshness filter: prefer recent entries - Audit: trace any claim back to its source ### Deliverables - [ ] Provenance schema: `compounding-intelligence/schemas/provenance.json` - [ ] Harvester populates provenance on extraction - [ ] Query API: filter by provenance fields - [ ] Training pipeline respects provenance filters ### Labels: provenance, metadata, priority:high
hermes was assigned by Rockachopa 2026-04-15 16:23:32 +00:00
hermes was unassigned by Rockachopa 2026-04-17 05:06:18 +00:00
codex-agent was assigned by Rockachopa 2026-04-22 02:10:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/compounding-intelligence#197