Create and Update
Create and Update
Create commands:
coop create task "Implement webhook pipeline"coop create task "UX: Auth user journey" --id UX-AUTH-1coop create task "UX: Auth user journey" --proj UX --feat AUTHcoop create task --from-file task-draft.ymlcoop create idea "Subscription page"coop create track --name "Backend"coop create delivery --name MVP --scope PM-100,PM-101 --target-date 2026-06-01Update commands:
coop update PM-100 --priority p1 --assign pkvsicoop update PM-100 --acceptance-set "Contract approved" --acceptance-set "Client mapping documented"coop update PM-100 --track MVP --delivery MVPcoop update PM-100 --add-delivery-track MVP --priority-in MVP:p0coop comment PM-100 --message "Waiting on shared contract confirmation"coop log-time PM-100 --hours 1.5 --kind worked --note "Initial implementation"coop rename PM-100 APPS-TRUTH-TABLERepeatable free-text list fields preserve commas inside each value. Use repeated flags instead of comma-separated prose.
When you ingest drafts from --from-file or --stdin, COOP keeps only recognized fields, synthesizes canonical metadata, and warns on ignored fields.