Prompt #130
Back to promptsKnowledge Governance Board β surface contradiction
- Variables
- {'name': 'topic', 'description': 'short slug'}, {'name': 'topic_description', 'description': 'long description'}
- Tags
- stack-aware,knowledge-governance,ap56,contradictions,ap11
- Source
- research-2026-05-01-stack-aware-handcrafted
- Use count
- 0
- Created
- 2026-05-01T18:30:35.938632+00:00
- Updated
- 2026-05-01T18:30:35.938632+00:00
Content
Investigate a contradiction signal at `/governance/knowledge/` (AP56 board) for `{topic}`.
Workflow:
1. Open https://orchestrator.joelduss.xyz/governance/knowledge/ (Authelia)
2. Tab 4: 'Konflikte' β pairs with cosine-sim > 0.85 where both authors are human (not just dups)
3. Inspect via `/api/v1/knowledge/conflicts` JSON for full pair-data
4. For each contradiction:
- Which lesson is more recent (`created_at`)?
- Which has higher `source_authority`?
- Are they actually contradictory or just topic-overlap? (similarity is fuzzy)
5. Resolution options:
- Mark older as `deprecated_at = now()` via `POST /governance/knowledge/lesson/<id>/deprecate`
- Set `supersedes` pointer on newer to old's id
- If truly conflicting and both should remain (e.g., rule + counterexample): add explicit tag `contradicts-{old_id}` for audit
6. Conflict cache TTL is 1h β re-trigger via `GET /api/v1/knowledge/conflicts?force=1`
Topic to investigate: {topic_description}