feat(directives): add 12 engagement presets (audit, fix_tests, implement_feature, refactor, new_script_tool, meta_tooling, directives_curation, documentation, media_analysis, ideation, tier2_autonomous)

This commit is contained in:
ed
2026-07-05 14:22:51 -04:00
parent 0c4a7621d4
commit 6c94405e21
11 changed files with 340 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Preset: audit
For agents auditing the codebase — running the audit scripts, capturing baselines, classifying violations, and producing audit reports. Adds the 3 audit-specific directives on top of baseline.
## Inherits
baseline
## Directives to warm
Read each file below before any action.
- audit_script_as_gate: conductor/directives/audit_script_as_gate/v1.md
- audit_walks_filesystem_fresh: conductor/directives/audit_walks_filesystem_fresh/v1.md
- baseline_capture_before_work: conductor/directives/baseline_capture_before_work/v1.md
## Notes
Engagement preset for the "auditing the codebase" op. Inherits baseline (57) + adds 3 audit-specific directives. Total: 60 directives + 4 non-directive context files (inherited).