Private
Public Access
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:
@@ -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).
|
||||
Reference in New Issue
Block a user