feat: add 4 template bundles (writing, backend, security, quick-fix)
Ready-to-use project templates with team, workflow, domain, and config: - writing-short-story: fiction 5-15k words, custom archetypes, sonnet for prose - backend-feature: standard PDCA, full team, haiku for reviews - security-review: thorough 3-cycle, all reviewers incl. trickster - quick-fix: minimal 1-cycle, creator+maker+guardian only
This commit is contained in:
18
templates/bundles/quick-fix/config.yaml
Normal file
18
templates/bundles/quick-fix/config.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# Config: quick-fix defaults
|
||||
# Minimal budget, haiku everywhere. Quick fixes should be cheap and fast.
|
||||
# If the fix escalates (A1 rule), budget may need manual increase.
|
||||
|
||||
budget:
|
||||
max_usd: 2 # Tight budget — this is a small fix
|
||||
warn_at_pct: 80
|
||||
|
||||
models:
|
||||
default: haiku # Haiku for everything — speed over depth
|
||||
creator: haiku
|
||||
maker: haiku
|
||||
guardian: haiku
|
||||
|
||||
variables:
|
||||
max_cycles: 1
|
||||
test_command: ""
|
||||
lint_command: ""
|
||||
Reference in New Issue
Block a user