mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: add work items CLI
This commit is contained in:
parent
8926ea925e
commit
b1e67788f7
8 changed files with 421 additions and 2 deletions
|
|
@ -49,6 +49,10 @@ const COMMANDS = {
|
|||
script: 'sessions-cli.js',
|
||||
description: 'List or inspect ECC sessions from the SQLite state store',
|
||||
},
|
||||
'work-items': {
|
||||
script: 'work-items.js',
|
||||
description: 'Track linked Linear, GitHub, handoff, and manual work items',
|
||||
},
|
||||
'session-inspect': {
|
||||
script: 'session-inspect.js',
|
||||
description: 'Emit canonical ECC session snapshots from dmux or Claude history targets',
|
||||
|
|
@ -74,6 +78,7 @@ const PRIMARY_COMMANDS = [
|
|||
'auto-update',
|
||||
'status',
|
||||
'sessions',
|
||||
'work-items',
|
||||
'session-inspect',
|
||||
'loop-status',
|
||||
'uninstall',
|
||||
|
|
@ -111,6 +116,7 @@ Examples:
|
|||
ecc status --markdown --write status.md
|
||||
ecc sessions
|
||||
ecc sessions session-active --json
|
||||
ecc work-items upsert linear-ecc-20 --source linear --source-id ECC-20 --title "Review control-plane contract" --status blocked
|
||||
ecc session-inspect claude:latest
|
||||
ecc loop-status --json
|
||||
ecc uninstall --target antigravity --dry-run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue