feat(directives): add 15 engagement-specific directives + tags.toml entries

This commit is contained in:
ed
2026-07-05 14:17:51 -04:00
parent 9434e4c6e9
commit 0c4a7621d4
31 changed files with 499 additions and 0 deletions
@@ -0,0 +1,9 @@
# media_source_cited_in_output
## v1
**Why this iteration:** New rule, no prior source. The citation requirement is the media-analysis equivalent of RAG's provenance rule.
**Source:** new rule
---
**Lifted:** 2026-07-05
@@ -0,0 +1,14 @@
# Media analysis output must cite the source URL/timestamp for every claim — no unsourced assertions
## What it says
When an agent analyzes content from a media source (YouTube transcript, substack article, tweet, user-provided text), every claim in the output MUST cite the source: the URL, the timestamp (for video/audio), or the paragraph number (for text). Unsourced assertions are banned.
## Why
Media analysis without citations is indistinguishable from hallucination. The user cannot verify a claim like "the author argues X" without knowing where in the source the author said X. The citation is the provenance; without it, the analysis is unverifiable.
## See also
- `conductor/directives/rag_six_rules` — the RAG provenance rule (same principle, different domain)
- `conductor/directives/comprehensive_logging` — comprehensive logging includes source provenance