Project Config
Project Config
Workspace config:
version: 2current_project: coopRepresentative project config:
version: 2project: name: "coop" id: "coop" aliases: []
id_prefixes: idea: "IDEA" task: "PM" delivery: "DEL" run: "RUN"
id: naming: "<TYPE>-<TITLE16>-<SEQ>" seq_padding: 0
defaults: task: type: feature priority: p2 complexity: medium determinism: medium track: unassigned
scheduling: algorithm: critical-path velocity_window_weeks: 4 overhead_factor: 1.2
ai: provider: mock model: mock-local default_executor: claude-sonnet sandbox: true max_concurrent_agents: 4 token_budget_per_task: 50000
plugins: enabled: []
github: owner: "" repo: "" base_branch: main token_env: GITHUB_TOKEN webhook_secret_env: GITHUB_WEBHOOK_SECRET merge_method: squash
api: host: 127.0.0.1 port: 3847 remotes: {}
hooks: on_task_transition: .coop/projects/coop/hooks/on-task-transition.sh on_delivery_complete: .coop/projects/coop/hooks/on-delivery-complete.sh
index: data: yamlThe exact keys supported by runtime config will evolve. Public docs should stay aligned with the implemented command surface and current config parser rather than with older architecture drafts alone.