coily trello: promote message-ops trello scripts to coily subcommand #67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-04-25T00:00:15Z - https://github.com/coilysiren/coily/issues/8
Why
message-ops/scripts/trello/*.jsis the canonical interface for job-search pipeline state per AGENTS.md (npm run trello:update/create/status). Used heavily (~42 invocations across last week of sessions, all inmessage-opscwd).Friction: only works from message-ops cwd, no audit log, relies on message-ops env loading. Common pattern:
node scripts/trello/update.js <card-id> --list "Hiring Manager+" --label-on "Waiting on Me" --comment "...".What
Promote to
coily trellosubcommand:coily trello update <card-id> [--list X] [--label-on Y] [--label-off Z] [--comment "..."] [--close]coily trello create --list X --name "..." [--desc "..."] [--label X]coily trello status(read pipeline snapshot)Read
/trello/api-key,/trello/api-secret,/trello/tokenfrom SSM directly (already in inventory). Audit-log every invocation. Works from any cwd.Wrap style
Workflow-aware composite, not a verb-mirror of Trello's REST API. The label conventions (
Waiting on Me,Hiring Manager+, etc) are coily-side knowledge per AGENTS.md.Out of scope
References
message-ops/scripts/trello/