mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# generate-evidence
|
|
|
|
Build an **Evidence Pack** for the current task: link intent → claims → verification artifacts.
|
|
|
|
## Minimum contents
|
|
|
|
1. **Sources** — commits, files touched, PR link if any.
|
|
2. **Assumptions** — explicit list; mark unverified assumptions.
|
|
3. **Freshness** — timestamps or commit SHAs for docs and code reviewed.
|
|
4. **Verification** — commands run and results (e.g. `pytest`, `verify-launch`, lint); paste exit summary or log pointers.
|
|
5. **Contradictions** — any claim vs observed behavior; mark `contradicted` until resolved (see [docs/governance/trust-fabric.md](../../docs/governance/trust-fabric.md)).
|
|
6. **Rollback / compensation** — one paragraph for Class B or R1+ changes.
|
|
|
|
## Tie-in
|
|
|
|
- Decision memos must reference this pack: [docs/governance/approval-policy.md](../../docs/governance/approval-policy.md).
|
|
- Structured reporting: section 20-point list in [docs/governance/discovery-and-output-checklist.md](../../docs/governance/discovery-and-output-checklist.md).
|
|
|
|
Output as structured markdown or JSON-shaped bullets so machines and humans can scan it.
|