Private
Public Access
feat(directives): add 15 engagement-specific directives + tags.toml entries
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user