@proletariat/cli 0.3.72 → 0.3.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/action/create.js +1 -0
- package/dist/commands/action/create.js.map +1 -1
- package/dist/commands/action/delete.js +1 -1
- package/dist/commands/action/delete.js.map +1 -1
- package/dist/commands/action/run.js +1 -1
- package/dist/commands/action/run.js.map +1 -1
- package/dist/commands/action/show.js +1 -0
- package/dist/commands/action/show.js.map +1 -1
- package/dist/commands/action/update.js +1 -1
- package/dist/commands/action/update.js.map +1 -1
- package/dist/commands/agent/auth.js +4 -0
- package/dist/commands/agent/auth.js.map +1 -1
- package/dist/commands/agent/cleanup.js +1 -1
- package/dist/commands/agent/cleanup.js.map +1 -1
- package/dist/commands/agent/discover.js +1 -0
- package/dist/commands/agent/discover.js.map +1 -1
- package/dist/commands/agent/index.js +2 -0
- package/dist/commands/agent/index.js.map +1 -1
- package/dist/commands/agent/rebuild.js +1 -1
- package/dist/commands/agent/rebuild.js.map +1 -1
- package/dist/commands/agent/remove.js +1 -1
- package/dist/commands/agent/remove.js.map +1 -1
- package/dist/commands/agent/restart.js +1 -1
- package/dist/commands/agent/restart.js.map +1 -1
- package/dist/commands/agent/visit.js +1 -1
- package/dist/commands/agent/visit.js.map +1 -1
- package/dist/commands/asana/connect.js +6 -5
- package/dist/commands/asana/connect.js.map +1 -1
- package/dist/commands/asana/import.js +4 -4
- package/dist/commands/asana/import.js.map +1 -1
- package/dist/commands/asana/sync.js +3 -3
- package/dist/commands/asana/sync.js.map +1 -1
- package/dist/commands/autocomplete/setup.js +2 -1
- package/dist/commands/autocomplete/setup.js.map +1 -1
- package/dist/commands/board/index.js +1 -0
- package/dist/commands/board/index.js.map +1 -1
- package/dist/commands/board/view.js +1 -1
- package/dist/commands/board/view.js.map +1 -1
- package/dist/commands/branch/create.js +1 -1
- package/dist/commands/branch/create.js.map +1 -1
- package/dist/commands/branch/validate.js +2 -0
- package/dist/commands/branch/validate.js.map +1 -1
- package/dist/commands/branch/where.js +1 -0
- package/dist/commands/branch/where.js.map +1 -1
- package/dist/commands/category/create.js +3 -0
- package/dist/commands/category/create.js.map +1 -1
- package/dist/commands/category/delete.js +3 -0
- package/dist/commands/category/delete.js.map +1 -1
- package/dist/commands/category/rename.js +6 -0
- package/dist/commands/category/rename.js.map +1 -1
- package/dist/commands/claude/index.js +5 -5
- package/dist/commands/claude/index.js.map +1 -1
- package/dist/commands/claude/open.js +5 -0
- package/dist/commands/claude/open.js.map +1 -1
- package/dist/commands/commit.js +1 -1
- package/dist/commands/commit.js.map +1 -1
- package/dist/commands/config/index.js +6 -1
- package/dist/commands/config/index.js.map +1 -1
- package/dist/commands/dashboard.js +1 -0
- package/dist/commands/dashboard.js.map +1 -1
- package/dist/commands/diet.js +1 -0
- package/dist/commands/diet.js.map +1 -1
- package/dist/commands/docker/clean.js +2 -0
- package/dist/commands/docker/clean.js.map +1 -1
- package/dist/commands/docker/index.js +1 -0
- package/dist/commands/docker/index.js.map +1 -1
- package/dist/commands/docker/logs.js +6 -0
- package/dist/commands/docker/logs.js.map +1 -1
- package/dist/commands/docker/prune.js +1 -0
- package/dist/commands/docker/prune.js.map +1 -1
- package/dist/commands/docker/restart.js +5 -0
- package/dist/commands/docker/restart.js.map +1 -1
- package/dist/commands/docker/start.js +4 -0
- package/dist/commands/docker/start.js.map +1 -1
- package/dist/commands/docker/stop.js +4 -0
- package/dist/commands/docker/stop.js.map +1 -1
- package/dist/commands/epic/activate.js +1 -1
- package/dist/commands/epic/activate.js.map +1 -1
- package/dist/commands/epic/archive.js +1 -1
- package/dist/commands/epic/archive.js.map +1 -1
- package/dist/commands/epic/create.js +4 -0
- package/dist/commands/epic/create.js.map +1 -1
- package/dist/commands/epic/delete.js +1 -1
- package/dist/commands/epic/delete.js.map +1 -1
- package/dist/commands/epic/move.js +1 -1
- package/dist/commands/epic/move.js.map +1 -1
- package/dist/commands/epic/progress.js +1 -0
- package/dist/commands/epic/progress.js.map +1 -1
- package/dist/commands/epic/project.js +1 -1
- package/dist/commands/epic/project.js.map +1 -1
- package/dist/commands/epic/reorder.js +1 -1
- package/dist/commands/epic/reorder.js.map +1 -1
- package/dist/commands/epic/spec.js +1 -1
- package/dist/commands/epic/spec.js.map +1 -1
- package/dist/commands/epic/ticket.js +1 -1
- package/dist/commands/epic/ticket.js.map +1 -1
- package/dist/commands/epic/view.js +1 -1
- package/dist/commands/epic/view.js.map +1 -1
- package/dist/commands/execution/config.js +7 -1
- package/dist/commands/execution/config.js.map +1 -1
- package/dist/commands/execution/list.js +1 -0
- package/dist/commands/execution/list.js.map +1 -1
- package/dist/commands/execution/logs.js +1 -0
- package/dist/commands/execution/logs.js.map +1 -1
- package/dist/commands/execution/stop.js +2 -0
- package/dist/commands/execution/stop.js.map +1 -1
- package/dist/commands/execution/view.js +3 -1
- package/dist/commands/execution/view.js.map +1 -1
- package/dist/commands/feedback/list.js +2 -0
- package/dist/commands/feedback/list.js.map +1 -1
- package/dist/commands/feedback/submit.js +2 -0
- package/dist/commands/feedback/submit.js.map +1 -1
- package/dist/commands/feedback/view.js +2 -0
- package/dist/commands/feedback/view.js.map +1 -1
- package/dist/commands/gh/login.js +1 -1
- package/dist/commands/gh/login.js.map +1 -1
- package/dist/commands/gh/token.js +1 -1
- package/dist/commands/gh/token.js.map +1 -1
- package/dist/commands/linear/auth.js +4 -4
- package/dist/commands/linear/auth.js.map +1 -1
- package/dist/commands/linear/connect.js +10 -5
- package/dist/commands/linear/connect.js.map +1 -1
- package/dist/commands/linear/import.js +4 -3
- package/dist/commands/linear/import.js.map +1 -1
- package/dist/commands/linear/sync.js +3 -3
- package/dist/commands/linear/sync.js.map +1 -1
- package/dist/commands/link/create.js +1 -1
- package/dist/commands/link/create.js.map +1 -1
- package/dist/commands/link/list.js +1 -1
- package/dist/commands/link/list.js.map +1 -1
- package/dist/commands/link/remove.js +1 -1
- package/dist/commands/link/remove.js.map +1 -1
- package/dist/commands/media/add.js +2 -1
- package/dist/commands/media/add.js.map +1 -1
- package/dist/commands/media/index.js +2 -0
- package/dist/commands/media/index.js.map +1 -1
- package/dist/commands/media/list.js +1 -0
- package/dist/commands/media/list.js.map +1 -1
- package/dist/commands/media/preprocess.js +1 -1
- package/dist/commands/media/preprocess.js.map +1 -1
- package/dist/commands/media/remove.js +2 -1
- package/dist/commands/media/remove.js.map +1 -1
- package/dist/commands/media/show.js +1 -1
- package/dist/commands/media/show.js.map +1 -1
- package/dist/commands/monday/connect.js +4 -4
- package/dist/commands/monday/connect.js.map +1 -1
- package/dist/commands/monday/sync.js +4 -4
- package/dist/commands/monday/sync.js.map +1 -1
- package/dist/commands/new.js +1 -0
- package/dist/commands/new.js.map +1 -1
- package/dist/commands/orchestrator/start.js +2 -0
- package/dist/commands/orchestrator/start.js.map +1 -1
- package/dist/commands/phase/delete.js +1 -1
- package/dist/commands/phase/delete.js.map +1 -1
- package/dist/commands/phase/move.js +1 -1
- package/dist/commands/phase/move.js.map +1 -1
- package/dist/commands/phase/template/delete.js +1 -0
- package/dist/commands/phase/template/delete.js.map +1 -1
- package/dist/commands/phase/update.js +1 -1
- package/dist/commands/phase/update.js.map +1 -1
- package/dist/commands/pmo/init.js +2 -2
- package/dist/commands/pmo/init.js.map +1 -1
- package/dist/commands/pr/checks.js +1 -1
- package/dist/commands/pr/checks.js.map +1 -1
- package/dist/commands/pr/create.js +1 -1
- package/dist/commands/pr/create.js.map +1 -1
- package/dist/commands/pr/index.js +1 -1
- package/dist/commands/pr/index.js.map +1 -1
- package/dist/commands/pr/link.js +3 -3
- package/dist/commands/pr/link.js.map +1 -1
- package/dist/commands/pr/list.js +1 -1
- package/dist/commands/pr/list.js.map +1 -1
- package/dist/commands/pr/merge.js +1 -1
- package/dist/commands/pr/merge.js.map +1 -1
- package/dist/commands/pr/status.js +1 -1
- package/dist/commands/pr/status.js.map +1 -1
- package/dist/commands/priority/add.js +2 -2
- package/dist/commands/priority/add.js.map +1 -1
- package/dist/commands/priority/remove.js +2 -2
- package/dist/commands/priority/remove.js.map +1 -1
- package/dist/commands/priority/set.js +2 -2
- package/dist/commands/priority/set.js.map +1 -1
- package/dist/commands/project/archive.js +1 -1
- package/dist/commands/project/archive.js.map +1 -1
- package/dist/commands/project/create.js +4 -0
- package/dist/commands/project/create.js.map +1 -1
- package/dist/commands/project/delete.js +1 -1
- package/dist/commands/project/delete.js.map +1 -1
- package/dist/commands/project/spec.js +1 -1
- package/dist/commands/project/spec.js.map +1 -1
- package/dist/commands/project/unarchive.js +1 -1
- package/dist/commands/project/unarchive.js.map +1 -1
- package/dist/commands/project/update.js +1 -1
- package/dist/commands/project/update.js.map +1 -1
- package/dist/commands/project/view.js +1 -1
- package/dist/commands/project/view.js.map +1 -1
- package/dist/commands/pull.js +3 -0
- package/dist/commands/pull.js.map +1 -1
- package/dist/commands/qa/index.js +4 -4
- package/dist/commands/qa/index.js.map +1 -1
- package/dist/commands/repo/add.js +1 -1
- package/dist/commands/repo/add.js.map +1 -1
- package/dist/commands/repo/create.js +1 -1
- package/dist/commands/repo/create.js.map +1 -1
- package/dist/commands/repo/remove.js +2 -2
- package/dist/commands/repo/remove.js.map +1 -1
- package/dist/commands/repo/view.js +1 -1
- package/dist/commands/repo/view.js.map +1 -1
- package/dist/commands/roadmap/create.js +1 -0
- package/dist/commands/roadmap/create.js.map +1 -1
- package/dist/commands/session/create.js +4 -0
- package/dist/commands/session/create.js.map +1 -1
- package/dist/commands/session/exec.js +4 -0
- package/dist/commands/session/exec.js.map +1 -1
- package/dist/commands/session/health.js +2 -0
- package/dist/commands/session/health.js.map +1 -1
- package/dist/commands/session/inspect.js +3 -0
- package/dist/commands/session/inspect.js.map +1 -1
- package/dist/commands/session/peek.js +1 -0
- package/dist/commands/session/peek.js.map +1 -1
- package/dist/commands/session/restart.js +4 -0
- package/dist/commands/session/restart.js.map +1 -1
- package/dist/commands/shortcut/connect.js +4 -4
- package/dist/commands/shortcut/connect.js.map +1 -1
- package/dist/commands/staff/remove.js +1 -1
- package/dist/commands/staff/remove.js.map +1 -1
- package/dist/commands/status/delete.js +2 -1
- package/dist/commands/status/delete.js.map +1 -1
- package/dist/commands/status/list.js +1 -0
- package/dist/commands/status/list.js.map +1 -1
- package/dist/commands/status/move.js +2 -1
- package/dist/commands/status/move.js.map +1 -1
- package/dist/commands/status/update.js +1 -1
- package/dist/commands/status/update.js.map +1 -1
- package/dist/commands/telemetry/disable.js +1 -0
- package/dist/commands/telemetry/disable.js.map +1 -1
- package/dist/commands/telemetry/enable.js +1 -0
- package/dist/commands/telemetry/enable.js.map +1 -1
- package/dist/commands/telemetry/index.js +1 -0
- package/dist/commands/telemetry/index.js.map +1 -1
- package/dist/commands/template/apply.js +2 -2
- package/dist/commands/template/apply.js.map +1 -1
- package/dist/commands/template/delete.js +1 -0
- package/dist/commands/template/delete.js.map +1 -1
- package/dist/commands/template/save.js +1 -0
- package/dist/commands/template/save.js.map +1 -1
- package/dist/commands/template/update.js +1 -0
- package/dist/commands/template/update.js.map +1 -1
- package/dist/commands/ticket/complete.js +1 -1
- package/dist/commands/ticket/complete.js.map +1 -1
- package/dist/commands/ticket/create.js +14 -4
- package/dist/commands/ticket/create.js.map +1 -1
- package/dist/commands/ticket/delete.js +23 -8
- package/dist/commands/ticket/delete.js.map +1 -1
- package/dist/commands/ticket/edit.js +2 -2
- package/dist/commands/ticket/edit.js.map +1 -1
- package/dist/commands/ticket/link/block.js +1 -1
- package/dist/commands/ticket/link/block.js.map +1 -1
- package/dist/commands/ticket/link/duplicates.js +1 -1
- package/dist/commands/ticket/link/duplicates.js.map +1 -1
- package/dist/commands/ticket/link/relates.js +1 -1
- package/dist/commands/ticket/link/relates.js.map +1 -1
- package/dist/commands/ticket/list.d.ts +0 -8
- package/dist/commands/ticket/list.js +15 -121
- package/dist/commands/ticket/list.js.map +1 -1
- package/dist/commands/ticket/move.js +34 -7
- package/dist/commands/ticket/move.js.map +1 -1
- package/dist/commands/ticket/resolve.js +2 -2
- package/dist/commands/ticket/resolve.js.map +1 -1
- package/dist/commands/ticket/status.js +1 -1
- package/dist/commands/ticket/status.js.map +1 -1
- package/dist/commands/ticket/template/delete.js +1 -0
- package/dist/commands/ticket/template/delete.js.map +1 -1
- package/dist/commands/ticket/template/save.js +1 -0
- package/dist/commands/ticket/template/save.js.map +1 -1
- package/dist/commands/ticket/update.js +1 -0
- package/dist/commands/ticket/update.js.map +1 -1
- package/dist/commands/ticket/view.js +1 -1
- package/dist/commands/ticket/view.js.map +1 -1
- package/dist/commands/tools/add.js +6 -0
- package/dist/commands/tools/add.js.map +1 -1
- package/dist/commands/tools/remove.js +3 -0
- package/dist/commands/tools/remove.js.map +1 -1
- package/dist/commands/trello/configure.js +5 -5
- package/dist/commands/trello/configure.js.map +1 -1
- package/dist/commands/trello/import.js +4 -4
- package/dist/commands/trello/import.js.map +1 -1
- package/dist/commands/trello/sync.js +3 -3
- package/dist/commands/trello/sync.js.map +1 -1
- package/dist/commands/version/bump.js +3 -0
- package/dist/commands/version/bump.js.map +1 -1
- package/dist/commands/work/complete.js +34 -1
- package/dist/commands/work/complete.js.map +1 -1
- package/dist/commands/work/hooks/add.js +7 -0
- package/dist/commands/work/hooks/add.js.map +1 -1
- package/dist/commands/work/hooks/list.js +2 -0
- package/dist/commands/work/hooks/list.js.map +1 -1
- package/dist/commands/work/hooks/remove.js +4 -0
- package/dist/commands/work/hooks/remove.js.map +1 -1
- package/dist/commands/work/hooks/toggle.js +4 -0
- package/dist/commands/work/hooks/toggle.js.map +1 -1
- package/dist/commands/work/ready.js +44 -5
- package/dist/commands/work/ready.js.map +1 -1
- package/dist/commands/work/resolve.js +1 -1
- package/dist/commands/work/resolve.js.map +1 -1
- package/dist/commands/work/review.js +3 -1
- package/dist/commands/work/review.js.map +1 -1
- package/dist/commands/work/revise.js +1 -1
- package/dist/commands/work/revise.js.map +1 -1
- package/dist/commands/work/source/set.js +3 -0
- package/dist/commands/work/source/set.js.map +1 -1
- package/dist/commands/work/source.js +1 -0
- package/dist/commands/work/source.js.map +1 -1
- package/dist/commands/work/spawn.js +2 -1
- package/dist/commands/work/spawn.js.map +1 -1
- package/dist/commands/work/start.js +71 -18
- package/dist/commands/work/start.js.map +1 -1
- package/dist/commands/work/watch.js +1 -1
- package/dist/commands/work/watch.js.map +1 -1
- package/dist/commands/workflow/delete.js +1 -1
- package/dist/commands/workflow/delete.js.map +1 -1
- package/dist/commands/workflow/setup.js +5 -0
- package/dist/commands/workflow/setup.js.map +1 -1
- package/dist/commands/workflow/switch.js +1 -1
- package/dist/commands/workflow/switch.js.map +1 -1
- package/dist/commands/workflow/view.js +1 -1
- package/dist/commands/workflow/view.js.map +1 -1
- package/dist/commands/workflow-rule/create.js +1 -0
- package/dist/commands/workflow-rule/create.js.map +1 -1
- package/dist/commands/workflow-rule/delete.js +1 -1
- package/dist/commands/workflow-rule/delete.js.map +1 -1
- package/dist/commands/workflow-rule/update.js +1 -1
- package/dist/commands/workflow-rule/update.js.map +1 -1
- package/dist/commands/workspace/add.js +5 -0
- package/dist/commands/workspace/add.js.map +1 -1
- package/dist/commands/workspace/remove.js +1 -1
- package/dist/commands/workspace/remove.js.map +1 -1
- package/dist/hooks/init.js +35 -7
- package/dist/hooks/init.js.map +1 -1
- package/dist/hooks/postrun.d.ts +6 -4
- package/dist/hooks/postrun.js +25 -18
- package/dist/hooks/postrun.js.map +1 -1
- package/dist/lib/execution/commit-validation.d.ts +58 -0
- package/dist/lib/execution/commit-validation.js +252 -0
- package/dist/lib/execution/commit-validation.js.map +1 -0
- package/dist/lib/execution/config.js +3 -0
- package/dist/lib/execution/config.js.map +1 -1
- package/dist/lib/execution/storage.d.ts +20 -3
- package/dist/lib/execution/storage.js +27 -6
- package/dist/lib/execution/storage.js.map +1 -1
- package/dist/lib/flags/resolver.js +3 -6
- package/dist/lib/flags/resolver.js.map +1 -1
- package/dist/lib/linear/client.d.ts +4 -0
- package/dist/lib/linear/client.js +12 -0
- package/dist/lib/linear/client.js.map +1 -1
- package/dist/lib/onboarding/wizard.js +3 -3
- package/dist/lib/onboarding/wizard.js.map +1 -1
- package/dist/lib/pmo/base-command.d.ts +21 -1
- package/dist/lib/pmo/base-command.js +28 -4
- package/dist/lib/pmo/base-command.js.map +1 -1
- package/dist/lib/prompt-command.js +1 -1
- package/dist/lib/prompt-command.js.map +1 -1
- package/dist/lib/prompt-json.d.ts +19 -11
- package/dist/lib/prompt-json.js +32 -17
- package/dist/lib/prompt-json.js.map +1 -1
- package/dist/lib/providers/index.d.ts +11 -0
- package/dist/lib/providers/index.js +11 -0
- package/dist/lib/providers/index.js.map +1 -0
- package/dist/lib/providers/linear-provider.d.ts +26 -0
- package/dist/lib/providers/linear-provider.js +339 -0
- package/dist/lib/providers/linear-provider.js.map +1 -0
- package/dist/lib/providers/pmo-provider.d.ts +20 -0
- package/dist/lib/providers/pmo-provider.js +83 -0
- package/dist/lib/providers/pmo-provider.js.map +1 -0
- package/dist/lib/providers/resolver.d.ts +44 -0
- package/dist/lib/providers/resolver.js +82 -0
- package/dist/lib/providers/resolver.js.map +1 -0
- package/dist/lib/providers/types.d.ts +136 -0
- package/dist/lib/providers/types.js +12 -0
- package/dist/lib/providers/types.js.map +1 -0
- package/dist/lib/update-prompt.d.ts +3 -3
- package/dist/lib/update-prompt.js +15 -10
- package/dist/lib/update-prompt.js.map +1 -1
- package/dist/lib/work-lifecycle/index.d.ts +1 -0
- package/dist/lib/work-lifecycle/index.js +1 -0
- package/dist/lib/work-lifecycle/index.js.map +1 -1
- package/dist/lib/work-lifecycle/post-execution.d.ts +40 -9
- package/dist/lib/work-lifecycle/post-execution.js +61 -9
- package/dist/lib/work-lifecycle/post-execution.js.map +1 -1
- package/oclif.manifest.json +1886 -1886
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -4496,6 +4496,248 @@
|
|
|
4496
4496
|
"sync.js"
|
|
4497
4497
|
]
|
|
4498
4498
|
},
|
|
4499
|
+
"feedback": {
|
|
4500
|
+
"aliases": [],
|
|
4501
|
+
"args": {},
|
|
4502
|
+
"description": "Interactive menu for feedback and issue operations",
|
|
4503
|
+
"examples": [
|
|
4504
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4505
|
+
"<%= config.bin %> <%= command.id %> --action submit"
|
|
4506
|
+
],
|
|
4507
|
+
"flags": {
|
|
4508
|
+
"json": {
|
|
4509
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4510
|
+
"name": "json",
|
|
4511
|
+
"allowNo": false,
|
|
4512
|
+
"type": "boolean"
|
|
4513
|
+
},
|
|
4514
|
+
"machine": {
|
|
4515
|
+
"char": "m",
|
|
4516
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4517
|
+
"name": "machine",
|
|
4518
|
+
"allowNo": false,
|
|
4519
|
+
"type": "boolean"
|
|
4520
|
+
},
|
|
4521
|
+
"action": {
|
|
4522
|
+
"char": "a",
|
|
4523
|
+
"description": "Action to perform (submit, list, view)",
|
|
4524
|
+
"name": "action",
|
|
4525
|
+
"hasDynamicHelp": false,
|
|
4526
|
+
"multiple": false,
|
|
4527
|
+
"options": [
|
|
4528
|
+
"submit",
|
|
4529
|
+
"list",
|
|
4530
|
+
"view"
|
|
4531
|
+
],
|
|
4532
|
+
"type": "option"
|
|
4533
|
+
}
|
|
4534
|
+
},
|
|
4535
|
+
"hasDynamicHelp": false,
|
|
4536
|
+
"hiddenAliases": [],
|
|
4537
|
+
"id": "feedback",
|
|
4538
|
+
"pluginAlias": "@proletariat/cli",
|
|
4539
|
+
"pluginName": "@proletariat/cli",
|
|
4540
|
+
"pluginType": "core",
|
|
4541
|
+
"strict": true,
|
|
4542
|
+
"enableJsonFlag": false,
|
|
4543
|
+
"isESM": true,
|
|
4544
|
+
"relativePath": [
|
|
4545
|
+
"dist",
|
|
4546
|
+
"commands",
|
|
4547
|
+
"feedback",
|
|
4548
|
+
"index.js"
|
|
4549
|
+
]
|
|
4550
|
+
},
|
|
4551
|
+
"feedback:list": {
|
|
4552
|
+
"aliases": [],
|
|
4553
|
+
"args": {},
|
|
4554
|
+
"description": "List recent feedback issues from the repository",
|
|
4555
|
+
"examples": [
|
|
4556
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4557
|
+
"<%= config.bin %> <%= command.id %> --category bug",
|
|
4558
|
+
"<%= config.bin %> <%= command.id %> --state closed --limit 10",
|
|
4559
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
4560
|
+
],
|
|
4561
|
+
"flags": {
|
|
4562
|
+
"json": {
|
|
4563
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4564
|
+
"name": "json",
|
|
4565
|
+
"allowNo": false,
|
|
4566
|
+
"type": "boolean"
|
|
4567
|
+
},
|
|
4568
|
+
"machine": {
|
|
4569
|
+
"char": "m",
|
|
4570
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4571
|
+
"name": "machine",
|
|
4572
|
+
"allowNo": false,
|
|
4573
|
+
"type": "boolean"
|
|
4574
|
+
},
|
|
4575
|
+
"category": {
|
|
4576
|
+
"char": "c",
|
|
4577
|
+
"description": "Filter by category (bug, feature, general)",
|
|
4578
|
+
"name": "category",
|
|
4579
|
+
"hasDynamicHelp": false,
|
|
4580
|
+
"multiple": false,
|
|
4581
|
+
"options": [
|
|
4582
|
+
"bug",
|
|
4583
|
+
"feature",
|
|
4584
|
+
"general"
|
|
4585
|
+
],
|
|
4586
|
+
"type": "option"
|
|
4587
|
+
},
|
|
4588
|
+
"state": {
|
|
4589
|
+
"char": "s",
|
|
4590
|
+
"description": "Filter by state",
|
|
4591
|
+
"name": "state",
|
|
4592
|
+
"default": "open",
|
|
4593
|
+
"hasDynamicHelp": false,
|
|
4594
|
+
"multiple": false,
|
|
4595
|
+
"options": [
|
|
4596
|
+
"open",
|
|
4597
|
+
"closed",
|
|
4598
|
+
"all"
|
|
4599
|
+
],
|
|
4600
|
+
"type": "option"
|
|
4601
|
+
},
|
|
4602
|
+
"limit": {
|
|
4603
|
+
"char": "l",
|
|
4604
|
+
"description": "Maximum number of issues to show",
|
|
4605
|
+
"name": "limit",
|
|
4606
|
+
"default": 20,
|
|
4607
|
+
"hasDynamicHelp": false,
|
|
4608
|
+
"multiple": false,
|
|
4609
|
+
"type": "option"
|
|
4610
|
+
}
|
|
4611
|
+
},
|
|
4612
|
+
"hasDynamicHelp": false,
|
|
4613
|
+
"hiddenAliases": [],
|
|
4614
|
+
"id": "feedback:list",
|
|
4615
|
+
"pluginAlias": "@proletariat/cli",
|
|
4616
|
+
"pluginName": "@proletariat/cli",
|
|
4617
|
+
"pluginType": "core",
|
|
4618
|
+
"strict": true,
|
|
4619
|
+
"enableJsonFlag": false,
|
|
4620
|
+
"isESM": true,
|
|
4621
|
+
"relativePath": [
|
|
4622
|
+
"dist",
|
|
4623
|
+
"commands",
|
|
4624
|
+
"feedback",
|
|
4625
|
+
"list.js"
|
|
4626
|
+
]
|
|
4627
|
+
},
|
|
4628
|
+
"feedback:submit": {
|
|
4629
|
+
"aliases": [],
|
|
4630
|
+
"args": {},
|
|
4631
|
+
"description": "Submit feedback, bug reports, or feature requests to GitHub Issues",
|
|
4632
|
+
"examples": [
|
|
4633
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4634
|
+
"<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
|
|
4635
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
4636
|
+
],
|
|
4637
|
+
"flags": {
|
|
4638
|
+
"json": {
|
|
4639
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4640
|
+
"name": "json",
|
|
4641
|
+
"allowNo": false,
|
|
4642
|
+
"type": "boolean"
|
|
4643
|
+
},
|
|
4644
|
+
"machine": {
|
|
4645
|
+
"char": "m",
|
|
4646
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4647
|
+
"name": "machine",
|
|
4648
|
+
"allowNo": false,
|
|
4649
|
+
"type": "boolean"
|
|
4650
|
+
},
|
|
4651
|
+
"title": {
|
|
4652
|
+
"char": "t",
|
|
4653
|
+
"description": "Issue title (one-liner) [required for non-interactive]",
|
|
4654
|
+
"name": "title",
|
|
4655
|
+
"hasDynamicHelp": false,
|
|
4656
|
+
"multiple": false,
|
|
4657
|
+
"type": "option"
|
|
4658
|
+
},
|
|
4659
|
+
"body": {
|
|
4660
|
+
"char": "b",
|
|
4661
|
+
"description": "Issue description [required for non-interactive]",
|
|
4662
|
+
"name": "body",
|
|
4663
|
+
"hasDynamicHelp": false,
|
|
4664
|
+
"multiple": false,
|
|
4665
|
+
"type": "option"
|
|
4666
|
+
},
|
|
4667
|
+
"category": {
|
|
4668
|
+
"char": "c",
|
|
4669
|
+
"description": "Feedback category",
|
|
4670
|
+
"name": "category",
|
|
4671
|
+
"hasDynamicHelp": false,
|
|
4672
|
+
"multiple": false,
|
|
4673
|
+
"options": [
|
|
4674
|
+
"bug",
|
|
4675
|
+
"feature",
|
|
4676
|
+
"general"
|
|
4677
|
+
],
|
|
4678
|
+
"type": "option"
|
|
4679
|
+
}
|
|
4680
|
+
},
|
|
4681
|
+
"hasDynamicHelp": false,
|
|
4682
|
+
"hiddenAliases": [],
|
|
4683
|
+
"id": "feedback:submit",
|
|
4684
|
+
"pluginAlias": "@proletariat/cli",
|
|
4685
|
+
"pluginName": "@proletariat/cli",
|
|
4686
|
+
"pluginType": "core",
|
|
4687
|
+
"strict": true,
|
|
4688
|
+
"isESM": true,
|
|
4689
|
+
"relativePath": [
|
|
4690
|
+
"dist",
|
|
4691
|
+
"commands",
|
|
4692
|
+
"feedback",
|
|
4693
|
+
"submit.js"
|
|
4694
|
+
]
|
|
4695
|
+
},
|
|
4696
|
+
"feedback:view": {
|
|
4697
|
+
"aliases": [],
|
|
4698
|
+
"args": {
|
|
4699
|
+
"number": {
|
|
4700
|
+
"description": "Issue number to view",
|
|
4701
|
+
"name": "number",
|
|
4702
|
+
"required": true
|
|
4703
|
+
}
|
|
4704
|
+
},
|
|
4705
|
+
"description": "View details of a specific feedback issue",
|
|
4706
|
+
"examples": [
|
|
4707
|
+
"<%= config.bin %> <%= command.id %> 123",
|
|
4708
|
+
"<%= config.bin %> <%= command.id %> 123 --json"
|
|
4709
|
+
],
|
|
4710
|
+
"flags": {
|
|
4711
|
+
"json": {
|
|
4712
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4713
|
+
"name": "json",
|
|
4714
|
+
"allowNo": false,
|
|
4715
|
+
"type": "boolean"
|
|
4716
|
+
},
|
|
4717
|
+
"machine": {
|
|
4718
|
+
"char": "m",
|
|
4719
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4720
|
+
"name": "machine",
|
|
4721
|
+
"allowNo": false,
|
|
4722
|
+
"type": "boolean"
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4725
|
+
"hasDynamicHelp": false,
|
|
4726
|
+
"hiddenAliases": [],
|
|
4727
|
+
"id": "feedback:view",
|
|
4728
|
+
"pluginAlias": "@proletariat/cli",
|
|
4729
|
+
"pluginName": "@proletariat/cli",
|
|
4730
|
+
"pluginType": "core",
|
|
4731
|
+
"strict": true,
|
|
4732
|
+
"enableJsonFlag": false,
|
|
4733
|
+
"isESM": true,
|
|
4734
|
+
"relativePath": [
|
|
4735
|
+
"dist",
|
|
4736
|
+
"commands",
|
|
4737
|
+
"feedback",
|
|
4738
|
+
"view.js"
|
|
4739
|
+
]
|
|
4740
|
+
},
|
|
4499
4741
|
"execution:config": {
|
|
4500
4742
|
"aliases": [],
|
|
4501
4743
|
"args": {},
|
|
@@ -4971,258 +5213,16 @@
|
|
|
4971
5213
|
"view.js"
|
|
4972
5214
|
]
|
|
4973
5215
|
},
|
|
4974
|
-
"
|
|
5216
|
+
"epic:activate": {
|
|
4975
5217
|
"aliases": [],
|
|
4976
|
-
"args": {
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4985
|
-
"name": "json",
|
|
4986
|
-
"allowNo": false,
|
|
4987
|
-
"type": "boolean"
|
|
4988
|
-
},
|
|
4989
|
-
"machine": {
|
|
4990
|
-
"char": "m",
|
|
4991
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4992
|
-
"name": "machine",
|
|
4993
|
-
"allowNo": false,
|
|
4994
|
-
"type": "boolean"
|
|
4995
|
-
},
|
|
4996
|
-
"action": {
|
|
4997
|
-
"char": "a",
|
|
4998
|
-
"description": "Action to perform (submit, list, view)",
|
|
4999
|
-
"name": "action",
|
|
5000
|
-
"hasDynamicHelp": false,
|
|
5001
|
-
"multiple": false,
|
|
5002
|
-
"options": [
|
|
5003
|
-
"submit",
|
|
5004
|
-
"list",
|
|
5005
|
-
"view"
|
|
5006
|
-
],
|
|
5007
|
-
"type": "option"
|
|
5008
|
-
}
|
|
5009
|
-
},
|
|
5010
|
-
"hasDynamicHelp": false,
|
|
5011
|
-
"hiddenAliases": [],
|
|
5012
|
-
"id": "feedback",
|
|
5013
|
-
"pluginAlias": "@proletariat/cli",
|
|
5014
|
-
"pluginName": "@proletariat/cli",
|
|
5015
|
-
"pluginType": "core",
|
|
5016
|
-
"strict": true,
|
|
5017
|
-
"enableJsonFlag": false,
|
|
5018
|
-
"isESM": true,
|
|
5019
|
-
"relativePath": [
|
|
5020
|
-
"dist",
|
|
5021
|
-
"commands",
|
|
5022
|
-
"feedback",
|
|
5023
|
-
"index.js"
|
|
5024
|
-
]
|
|
5025
|
-
},
|
|
5026
|
-
"feedback:list": {
|
|
5027
|
-
"aliases": [],
|
|
5028
|
-
"args": {},
|
|
5029
|
-
"description": "List recent feedback issues from the repository",
|
|
5030
|
-
"examples": [
|
|
5031
|
-
"<%= config.bin %> <%= command.id %>",
|
|
5032
|
-
"<%= config.bin %> <%= command.id %> --category bug",
|
|
5033
|
-
"<%= config.bin %> <%= command.id %> --state closed --limit 10",
|
|
5034
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
5035
|
-
],
|
|
5036
|
-
"flags": {
|
|
5037
|
-
"json": {
|
|
5038
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5039
|
-
"name": "json",
|
|
5040
|
-
"allowNo": false,
|
|
5041
|
-
"type": "boolean"
|
|
5042
|
-
},
|
|
5043
|
-
"machine": {
|
|
5044
|
-
"char": "m",
|
|
5045
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5046
|
-
"name": "machine",
|
|
5047
|
-
"allowNo": false,
|
|
5048
|
-
"type": "boolean"
|
|
5049
|
-
},
|
|
5050
|
-
"category": {
|
|
5051
|
-
"char": "c",
|
|
5052
|
-
"description": "Filter by category (bug, feature, general)",
|
|
5053
|
-
"name": "category",
|
|
5054
|
-
"hasDynamicHelp": false,
|
|
5055
|
-
"multiple": false,
|
|
5056
|
-
"options": [
|
|
5057
|
-
"bug",
|
|
5058
|
-
"feature",
|
|
5059
|
-
"general"
|
|
5060
|
-
],
|
|
5061
|
-
"type": "option"
|
|
5062
|
-
},
|
|
5063
|
-
"state": {
|
|
5064
|
-
"char": "s",
|
|
5065
|
-
"description": "Filter by state",
|
|
5066
|
-
"name": "state",
|
|
5067
|
-
"default": "open",
|
|
5068
|
-
"hasDynamicHelp": false,
|
|
5069
|
-
"multiple": false,
|
|
5070
|
-
"options": [
|
|
5071
|
-
"open",
|
|
5072
|
-
"closed",
|
|
5073
|
-
"all"
|
|
5074
|
-
],
|
|
5075
|
-
"type": "option"
|
|
5076
|
-
},
|
|
5077
|
-
"limit": {
|
|
5078
|
-
"char": "l",
|
|
5079
|
-
"description": "Maximum number of issues to show",
|
|
5080
|
-
"name": "limit",
|
|
5081
|
-
"default": 20,
|
|
5082
|
-
"hasDynamicHelp": false,
|
|
5083
|
-
"multiple": false,
|
|
5084
|
-
"type": "option"
|
|
5085
|
-
}
|
|
5086
|
-
},
|
|
5087
|
-
"hasDynamicHelp": false,
|
|
5088
|
-
"hiddenAliases": [],
|
|
5089
|
-
"id": "feedback:list",
|
|
5090
|
-
"pluginAlias": "@proletariat/cli",
|
|
5091
|
-
"pluginName": "@proletariat/cli",
|
|
5092
|
-
"pluginType": "core",
|
|
5093
|
-
"strict": true,
|
|
5094
|
-
"enableJsonFlag": false,
|
|
5095
|
-
"isESM": true,
|
|
5096
|
-
"relativePath": [
|
|
5097
|
-
"dist",
|
|
5098
|
-
"commands",
|
|
5099
|
-
"feedback",
|
|
5100
|
-
"list.js"
|
|
5101
|
-
]
|
|
5102
|
-
},
|
|
5103
|
-
"feedback:submit": {
|
|
5104
|
-
"aliases": [],
|
|
5105
|
-
"args": {},
|
|
5106
|
-
"description": "Submit feedback, bug reports, or feature requests to GitHub Issues",
|
|
5107
|
-
"examples": [
|
|
5108
|
-
"<%= config.bin %> <%= command.id %>",
|
|
5109
|
-
"<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
|
|
5110
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
5111
|
-
],
|
|
5112
|
-
"flags": {
|
|
5113
|
-
"json": {
|
|
5114
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5115
|
-
"name": "json",
|
|
5116
|
-
"allowNo": false,
|
|
5117
|
-
"type": "boolean"
|
|
5118
|
-
},
|
|
5119
|
-
"machine": {
|
|
5120
|
-
"char": "m",
|
|
5121
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5122
|
-
"name": "machine",
|
|
5123
|
-
"allowNo": false,
|
|
5124
|
-
"type": "boolean"
|
|
5125
|
-
},
|
|
5126
|
-
"title": {
|
|
5127
|
-
"char": "t",
|
|
5128
|
-
"description": "Issue title (one-liner) [required for non-interactive]",
|
|
5129
|
-
"name": "title",
|
|
5130
|
-
"hasDynamicHelp": false,
|
|
5131
|
-
"multiple": false,
|
|
5132
|
-
"type": "option"
|
|
5133
|
-
},
|
|
5134
|
-
"body": {
|
|
5135
|
-
"char": "b",
|
|
5136
|
-
"description": "Issue description [required for non-interactive]",
|
|
5137
|
-
"name": "body",
|
|
5138
|
-
"hasDynamicHelp": false,
|
|
5139
|
-
"multiple": false,
|
|
5140
|
-
"type": "option"
|
|
5141
|
-
},
|
|
5142
|
-
"category": {
|
|
5143
|
-
"char": "c",
|
|
5144
|
-
"description": "Feedback category",
|
|
5145
|
-
"name": "category",
|
|
5146
|
-
"hasDynamicHelp": false,
|
|
5147
|
-
"multiple": false,
|
|
5148
|
-
"options": [
|
|
5149
|
-
"bug",
|
|
5150
|
-
"feature",
|
|
5151
|
-
"general"
|
|
5152
|
-
],
|
|
5153
|
-
"type": "option"
|
|
5154
|
-
}
|
|
5155
|
-
},
|
|
5156
|
-
"hasDynamicHelp": false,
|
|
5157
|
-
"hiddenAliases": [],
|
|
5158
|
-
"id": "feedback:submit",
|
|
5159
|
-
"pluginAlias": "@proletariat/cli",
|
|
5160
|
-
"pluginName": "@proletariat/cli",
|
|
5161
|
-
"pluginType": "core",
|
|
5162
|
-
"strict": true,
|
|
5163
|
-
"isESM": true,
|
|
5164
|
-
"relativePath": [
|
|
5165
|
-
"dist",
|
|
5166
|
-
"commands",
|
|
5167
|
-
"feedback",
|
|
5168
|
-
"submit.js"
|
|
5169
|
-
]
|
|
5170
|
-
},
|
|
5171
|
-
"feedback:view": {
|
|
5172
|
-
"aliases": [],
|
|
5173
|
-
"args": {
|
|
5174
|
-
"number": {
|
|
5175
|
-
"description": "Issue number to view",
|
|
5176
|
-
"name": "number",
|
|
5177
|
-
"required": true
|
|
5178
|
-
}
|
|
5179
|
-
},
|
|
5180
|
-
"description": "View details of a specific feedback issue",
|
|
5181
|
-
"examples": [
|
|
5182
|
-
"<%= config.bin %> <%= command.id %> 123",
|
|
5183
|
-
"<%= config.bin %> <%= command.id %> 123 --json"
|
|
5184
|
-
],
|
|
5185
|
-
"flags": {
|
|
5186
|
-
"json": {
|
|
5187
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5188
|
-
"name": "json",
|
|
5189
|
-
"allowNo": false,
|
|
5190
|
-
"type": "boolean"
|
|
5191
|
-
},
|
|
5192
|
-
"machine": {
|
|
5193
|
-
"char": "m",
|
|
5194
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5195
|
-
"name": "machine",
|
|
5196
|
-
"allowNo": false,
|
|
5197
|
-
"type": "boolean"
|
|
5198
|
-
}
|
|
5199
|
-
},
|
|
5200
|
-
"hasDynamicHelp": false,
|
|
5201
|
-
"hiddenAliases": [],
|
|
5202
|
-
"id": "feedback:view",
|
|
5203
|
-
"pluginAlias": "@proletariat/cli",
|
|
5204
|
-
"pluginName": "@proletariat/cli",
|
|
5205
|
-
"pluginType": "core",
|
|
5206
|
-
"strict": true,
|
|
5207
|
-
"enableJsonFlag": false,
|
|
5208
|
-
"isESM": true,
|
|
5209
|
-
"relativePath": [
|
|
5210
|
-
"dist",
|
|
5211
|
-
"commands",
|
|
5212
|
-
"feedback",
|
|
5213
|
-
"view.js"
|
|
5214
|
-
]
|
|
5215
|
-
},
|
|
5216
|
-
"epic:activate": {
|
|
5217
|
-
"aliases": [],
|
|
5218
|
-
"args": {
|
|
5219
|
-
"id": {
|
|
5220
|
-
"description": "Epic ID",
|
|
5221
|
-
"name": "id",
|
|
5222
|
-
"required": false
|
|
5223
|
-
}
|
|
5224
|
-
},
|
|
5225
|
-
"description": "Activate a draft or archived epic",
|
|
5218
|
+
"args": {
|
|
5219
|
+
"id": {
|
|
5220
|
+
"description": "Epic ID",
|
|
5221
|
+
"name": "id",
|
|
5222
|
+
"required": false
|
|
5223
|
+
}
|
|
5224
|
+
},
|
|
5225
|
+
"description": "Activate a draft or archived epic",
|
|
5226
5226
|
"examples": [
|
|
5227
5227
|
"<%= config.bin %> <%= command.id %> EPIC-004",
|
|
5228
5228
|
"<%= config.bin %> <%= command.id %>"
|
|
@@ -10382,168 +10382,7 @@
|
|
|
10382
10382
|
"view.js"
|
|
10383
10383
|
]
|
|
10384
10384
|
},
|
|
10385
|
-
"
|
|
10386
|
-
"aliases": [],
|
|
10387
|
-
"args": {
|
|
10388
|
-
"task": {
|
|
10389
|
-
"description": "Task description for the agent",
|
|
10390
|
-
"name": "task",
|
|
10391
|
-
"required": true
|
|
10392
|
-
}
|
|
10393
|
-
},
|
|
10394
|
-
"description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
|
|
10395
|
-
"examples": [
|
|
10396
|
-
"<%= config.bin %> run \"fix the login bug\"",
|
|
10397
|
-
"<%= config.bin %> run --runner claude-code \"add dark mode\"",
|
|
10398
|
-
"<%= config.bin %> run -d \"fix the bug\"",
|
|
10399
|
-
"<%= config.bin %> run --runner codex \"add tests\""
|
|
10400
|
-
],
|
|
10401
|
-
"flags": {
|
|
10402
|
-
"json": {
|
|
10403
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10404
|
-
"name": "json",
|
|
10405
|
-
"allowNo": false,
|
|
10406
|
-
"type": "boolean"
|
|
10407
|
-
},
|
|
10408
|
-
"machine": {
|
|
10409
|
-
"char": "m",
|
|
10410
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10411
|
-
"name": "machine",
|
|
10412
|
-
"allowNo": false,
|
|
10413
|
-
"type": "boolean"
|
|
10414
|
-
},
|
|
10415
|
-
"runner": {
|
|
10416
|
-
"char": "r",
|
|
10417
|
-
"description": "Runner to use (claude-code, codex, pi)",
|
|
10418
|
-
"name": "runner",
|
|
10419
|
-
"hasDynamicHelp": false,
|
|
10420
|
-
"multiple": false,
|
|
10421
|
-
"type": "option"
|
|
10422
|
-
},
|
|
10423
|
-
"detached": {
|
|
10424
|
-
"char": "d",
|
|
10425
|
-
"description": "Run in background (detached)",
|
|
10426
|
-
"name": "detached",
|
|
10427
|
-
"allowNo": false,
|
|
10428
|
-
"type": "boolean"
|
|
10429
|
-
},
|
|
10430
|
-
"directory": {
|
|
10431
|
-
"description": "Working directory (default: cwd)",
|
|
10432
|
-
"name": "directory",
|
|
10433
|
-
"hasDynamicHelp": false,
|
|
10434
|
-
"multiple": false,
|
|
10435
|
-
"type": "option"
|
|
10436
|
-
},
|
|
10437
|
-
"permission-mode": {
|
|
10438
|
-
"char": "p",
|
|
10439
|
-
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
10440
|
-
"name": "permission-mode",
|
|
10441
|
-
"hasDynamicHelp": false,
|
|
10442
|
-
"multiple": false,
|
|
10443
|
-
"options": [
|
|
10444
|
-
"danger",
|
|
10445
|
-
"safe"
|
|
10446
|
-
],
|
|
10447
|
-
"type": "option"
|
|
10448
|
-
},
|
|
10449
|
-
"environment": {
|
|
10450
|
-
"char": "e",
|
|
10451
|
-
"description": "Environment to run in",
|
|
10452
|
-
"name": "environment",
|
|
10453
|
-
"hasDynamicHelp": false,
|
|
10454
|
-
"multiple": false,
|
|
10455
|
-
"options": [
|
|
10456
|
-
"host",
|
|
10457
|
-
"docker",
|
|
10458
|
-
"podman"
|
|
10459
|
-
],
|
|
10460
|
-
"type": "option"
|
|
10461
|
-
}
|
|
10462
|
-
},
|
|
10463
|
-
"hasDynamicHelp": false,
|
|
10464
|
-
"hiddenAliases": [],
|
|
10465
|
-
"id": "run",
|
|
10466
|
-
"pluginAlias": "@proletariat/cli",
|
|
10467
|
-
"pluginName": "@proletariat/cli",
|
|
10468
|
-
"pluginType": "core",
|
|
10469
|
-
"strict": true,
|
|
10470
|
-
"isESM": true,
|
|
10471
|
-
"relativePath": [
|
|
10472
|
-
"dist",
|
|
10473
|
-
"commands",
|
|
10474
|
-
"run",
|
|
10475
|
-
"index.js"
|
|
10476
|
-
]
|
|
10477
|
-
},
|
|
10478
|
-
"shortcut:connect": {
|
|
10479
|
-
"aliases": [],
|
|
10480
|
-
"args": {},
|
|
10481
|
-
"description": "Connect to Shortcut workspace and configure authentication",
|
|
10482
|
-
"examples": [
|
|
10483
|
-
"<%= config.bin %> <%= command.id %>",
|
|
10484
|
-
"<%= config.bin %> <%= command.id %> --check",
|
|
10485
|
-
"<%= config.bin %> <%= command.id %> --force",
|
|
10486
|
-
"<%= config.bin %> <%= command.id %> --disconnect",
|
|
10487
|
-
"SHORTCUT_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
10488
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
10489
|
-
],
|
|
10490
|
-
"flags": {
|
|
10491
|
-
"project": {
|
|
10492
|
-
"char": "P",
|
|
10493
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
10494
|
-
"name": "project",
|
|
10495
|
-
"hasDynamicHelp": false,
|
|
10496
|
-
"multiple": false,
|
|
10497
|
-
"type": "option"
|
|
10498
|
-
},
|
|
10499
|
-
"json": {
|
|
10500
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10501
|
-
"name": "json",
|
|
10502
|
-
"allowNo": false,
|
|
10503
|
-
"type": "boolean"
|
|
10504
|
-
},
|
|
10505
|
-
"machine": {
|
|
10506
|
-
"char": "m",
|
|
10507
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10508
|
-
"name": "machine",
|
|
10509
|
-
"allowNo": false,
|
|
10510
|
-
"type": "boolean"
|
|
10511
|
-
},
|
|
10512
|
-
"check": {
|
|
10513
|
-
"description": "Only check if Shortcut credentials are valid (do not prompt)",
|
|
10514
|
-
"name": "check",
|
|
10515
|
-
"allowNo": false,
|
|
10516
|
-
"type": "boolean"
|
|
10517
|
-
},
|
|
10518
|
-
"force": {
|
|
10519
|
-
"description": "Force re-authentication even if credentials exist",
|
|
10520
|
-
"name": "force",
|
|
10521
|
-
"allowNo": false,
|
|
10522
|
-
"type": "boolean"
|
|
10523
|
-
},
|
|
10524
|
-
"disconnect": {
|
|
10525
|
-
"description": "Remove stored Shortcut credentials and configuration",
|
|
10526
|
-
"name": "disconnect",
|
|
10527
|
-
"allowNo": false,
|
|
10528
|
-
"type": "boolean"
|
|
10529
|
-
}
|
|
10530
|
-
},
|
|
10531
|
-
"hasDynamicHelp": false,
|
|
10532
|
-
"hiddenAliases": [],
|
|
10533
|
-
"id": "shortcut:connect",
|
|
10534
|
-
"pluginAlias": "@proletariat/cli",
|
|
10535
|
-
"pluginName": "@proletariat/cli",
|
|
10536
|
-
"pluginType": "core",
|
|
10537
|
-
"strict": true,
|
|
10538
|
-
"isESM": true,
|
|
10539
|
-
"relativePath": [
|
|
10540
|
-
"dist",
|
|
10541
|
-
"commands",
|
|
10542
|
-
"shortcut",
|
|
10543
|
-
"connect.js"
|
|
10544
|
-
]
|
|
10545
|
-
},
|
|
10546
|
-
"roadmap:add-project": {
|
|
10385
|
+
"roadmap:add-project": {
|
|
10547
10386
|
"aliases": [],
|
|
10548
10387
|
"args": {
|
|
10549
10388
|
"roadmap": {
|
|
@@ -11174,37 +11013,23 @@
|
|
|
11174
11013
|
"view.js"
|
|
11175
11014
|
]
|
|
11176
11015
|
},
|
|
11177
|
-
"
|
|
11016
|
+
"run": {
|
|
11178
11017
|
"aliases": [],
|
|
11179
11018
|
"args": {
|
|
11180
|
-
"
|
|
11181
|
-
"description": "
|
|
11182
|
-
"name": "
|
|
11183
|
-
"required":
|
|
11019
|
+
"task": {
|
|
11020
|
+
"description": "Task description for the agent",
|
|
11021
|
+
"name": "task",
|
|
11022
|
+
"required": true
|
|
11184
11023
|
}
|
|
11185
11024
|
},
|
|
11186
|
-
"description": "
|
|
11025
|
+
"description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
|
|
11187
11026
|
"examples": [
|
|
11188
|
-
"<%= config.bin %>
|
|
11189
|
-
"<%= config.bin %>
|
|
11190
|
-
"<%= config.bin %>
|
|
11191
|
-
"<%= config.bin %>
|
|
11027
|
+
"<%= config.bin %> run \"fix the login bug\"",
|
|
11028
|
+
"<%= config.bin %> run --runner claude-code \"add dark mode\"",
|
|
11029
|
+
"<%= config.bin %> run -d \"fix the bug\"",
|
|
11030
|
+
"<%= config.bin %> run --runner codex \"add tests\""
|
|
11192
11031
|
],
|
|
11193
11032
|
"flags": {
|
|
11194
|
-
"no-container": {
|
|
11195
|
-
"description": "Skip devcontainer setup (not recommended for autonomous agents)",
|
|
11196
|
-
"name": "no-container",
|
|
11197
|
-
"allowNo": false,
|
|
11198
|
-
"type": "boolean"
|
|
11199
|
-
},
|
|
11200
|
-
"theme": {
|
|
11201
|
-
"char": "t",
|
|
11202
|
-
"description": "Pick agent name(s) from a theme (billionaires, toyotas, companies, or custom)",
|
|
11203
|
-
"name": "theme",
|
|
11204
|
-
"hasDynamicHelp": false,
|
|
11205
|
-
"multiple": false,
|
|
11206
|
-
"type": "option"
|
|
11207
|
-
},
|
|
11208
11033
|
"json": {
|
|
11209
11034
|
"description": "Output as JSON for AI agents/scripts",
|
|
11210
11035
|
"name": "json",
|
|
@@ -11218,37 +11043,80 @@
|
|
|
11218
11043
|
"allowNo": false,
|
|
11219
11044
|
"type": "boolean"
|
|
11220
11045
|
},
|
|
11221
|
-
"
|
|
11222
|
-
"
|
|
11223
|
-
"
|
|
11046
|
+
"runner": {
|
|
11047
|
+
"char": "r",
|
|
11048
|
+
"description": "Runner to use (claude-code, codex, pi)",
|
|
11049
|
+
"name": "runner",
|
|
11050
|
+
"hasDynamicHelp": false,
|
|
11051
|
+
"multiple": false,
|
|
11052
|
+
"type": "option"
|
|
11053
|
+
},
|
|
11054
|
+
"detached": {
|
|
11055
|
+
"char": "d",
|
|
11056
|
+
"description": "Run in background (detached)",
|
|
11057
|
+
"name": "detached",
|
|
11224
11058
|
"allowNo": false,
|
|
11225
11059
|
"type": "boolean"
|
|
11060
|
+
},
|
|
11061
|
+
"directory": {
|
|
11062
|
+
"description": "Working directory (default: cwd)",
|
|
11063
|
+
"name": "directory",
|
|
11064
|
+
"hasDynamicHelp": false,
|
|
11065
|
+
"multiple": false,
|
|
11066
|
+
"type": "option"
|
|
11067
|
+
},
|
|
11068
|
+
"permission-mode": {
|
|
11069
|
+
"char": "p",
|
|
11070
|
+
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
11071
|
+
"name": "permission-mode",
|
|
11072
|
+
"hasDynamicHelp": false,
|
|
11073
|
+
"multiple": false,
|
|
11074
|
+
"options": [
|
|
11075
|
+
"danger",
|
|
11076
|
+
"safe"
|
|
11077
|
+
],
|
|
11078
|
+
"type": "option"
|
|
11079
|
+
},
|
|
11080
|
+
"environment": {
|
|
11081
|
+
"char": "e",
|
|
11082
|
+
"description": "Environment to run in",
|
|
11083
|
+
"name": "environment",
|
|
11084
|
+
"hasDynamicHelp": false,
|
|
11085
|
+
"multiple": false,
|
|
11086
|
+
"options": [
|
|
11087
|
+
"host",
|
|
11088
|
+
"docker",
|
|
11089
|
+
"podman"
|
|
11090
|
+
],
|
|
11091
|
+
"type": "option"
|
|
11226
11092
|
}
|
|
11227
11093
|
},
|
|
11228
11094
|
"hasDynamicHelp": false,
|
|
11229
11095
|
"hiddenAliases": [],
|
|
11230
|
-
"id": "
|
|
11096
|
+
"id": "run",
|
|
11231
11097
|
"pluginAlias": "@proletariat/cli",
|
|
11232
11098
|
"pluginName": "@proletariat/cli",
|
|
11233
11099
|
"pluginType": "core",
|
|
11234
|
-
"strict":
|
|
11100
|
+
"strict": true,
|
|
11235
11101
|
"isESM": true,
|
|
11236
11102
|
"relativePath": [
|
|
11237
11103
|
"dist",
|
|
11238
11104
|
"commands",
|
|
11239
|
-
"
|
|
11240
|
-
"
|
|
11241
|
-
"add.js"
|
|
11105
|
+
"run",
|
|
11106
|
+
"index.js"
|
|
11242
11107
|
]
|
|
11243
11108
|
},
|
|
11244
|
-
"
|
|
11109
|
+
"shortcut:connect": {
|
|
11245
11110
|
"aliases": [],
|
|
11246
11111
|
"args": {},
|
|
11247
|
-
"description": "
|
|
11112
|
+
"description": "Connect to Shortcut workspace and configure authentication",
|
|
11248
11113
|
"examples": [
|
|
11249
|
-
"<%= config.bin %> <%= command.id %>
|
|
11250
|
-
"<%= config.bin %> <%= command.id %>
|
|
11251
|
-
"<%= config.bin %> <%= command.id %>
|
|
11114
|
+
"<%= config.bin %> <%= command.id %>",
|
|
11115
|
+
"<%= config.bin %> <%= command.id %> --check",
|
|
11116
|
+
"<%= config.bin %> <%= command.id %> --force",
|
|
11117
|
+
"<%= config.bin %> <%= command.id %> --disconnect",
|
|
11118
|
+
"SHORTCUT_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
11119
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
11252
11120
|
],
|
|
11253
11121
|
"flags": {
|
|
11254
11122
|
"project": {
|
|
@@ -11272,16 +11140,28 @@
|
|
|
11272
11140
|
"allowNo": false,
|
|
11273
11141
|
"type": "boolean"
|
|
11274
11142
|
},
|
|
11275
|
-
"
|
|
11276
|
-
"description": "
|
|
11277
|
-
"name": "
|
|
11143
|
+
"check": {
|
|
11144
|
+
"description": "Only check if Shortcut credentials are valid (do not prompt)",
|
|
11145
|
+
"name": "check",
|
|
11146
|
+
"allowNo": false,
|
|
11147
|
+
"type": "boolean"
|
|
11148
|
+
},
|
|
11149
|
+
"force": {
|
|
11150
|
+
"description": "Force re-authentication even if credentials exist",
|
|
11151
|
+
"name": "force",
|
|
11152
|
+
"allowNo": false,
|
|
11153
|
+
"type": "boolean"
|
|
11154
|
+
},
|
|
11155
|
+
"disconnect": {
|
|
11156
|
+
"description": "Remove stored Shortcut credentials and configuration",
|
|
11157
|
+
"name": "disconnect",
|
|
11278
11158
|
"allowNo": false,
|
|
11279
11159
|
"type": "boolean"
|
|
11280
11160
|
}
|
|
11281
11161
|
},
|
|
11282
11162
|
"hasDynamicHelp": false,
|
|
11283
11163
|
"hiddenAliases": [],
|
|
11284
|
-
"id": "
|
|
11164
|
+
"id": "shortcut:connect",
|
|
11285
11165
|
"pluginAlias": "@proletariat/cli",
|
|
11286
11166
|
"pluginName": "@proletariat/cli",
|
|
11287
11167
|
"pluginType": "core",
|
|
@@ -11290,18 +11170,41 @@
|
|
|
11290
11170
|
"relativePath": [
|
|
11291
11171
|
"dist",
|
|
11292
11172
|
"commands",
|
|
11293
|
-
"
|
|
11294
|
-
"
|
|
11173
|
+
"shortcut",
|
|
11174
|
+
"connect.js"
|
|
11295
11175
|
]
|
|
11296
11176
|
},
|
|
11297
|
-
"staff:
|
|
11177
|
+
"staff:add": {
|
|
11298
11178
|
"aliases": [],
|
|
11299
|
-
"args": {
|
|
11300
|
-
|
|
11179
|
+
"args": {
|
|
11180
|
+
"names": {
|
|
11181
|
+
"description": "Agent names to add (space-separated)",
|
|
11182
|
+
"name": "names",
|
|
11183
|
+
"required": false
|
|
11184
|
+
}
|
|
11185
|
+
},
|
|
11186
|
+
"description": "Add new agents to the workspace",
|
|
11301
11187
|
"examples": [
|
|
11302
|
-
"<%= config.bin %> <%= command.id %>"
|
|
11188
|
+
"<%= config.bin %> <%= command.id %> zeus",
|
|
11189
|
+
"<%= config.bin %> <%= command.id %> agent-1 agent-2",
|
|
11190
|
+
"<%= config.bin %> <%= command.id %> --theme billionaires",
|
|
11191
|
+
"<%= config.bin %> <%= command.id %> my-agent --no-container"
|
|
11303
11192
|
],
|
|
11304
11193
|
"flags": {
|
|
11194
|
+
"no-container": {
|
|
11195
|
+
"description": "Skip devcontainer setup (not recommended for autonomous agents)",
|
|
11196
|
+
"name": "no-container",
|
|
11197
|
+
"allowNo": false,
|
|
11198
|
+
"type": "boolean"
|
|
11199
|
+
},
|
|
11200
|
+
"theme": {
|
|
11201
|
+
"char": "t",
|
|
11202
|
+
"description": "Pick agent name(s) from a theme (billionaires, toyotas, companies, or custom)",
|
|
11203
|
+
"name": "theme",
|
|
11204
|
+
"hasDynamicHelp": false,
|
|
11205
|
+
"multiple": false,
|
|
11206
|
+
"type": "option"
|
|
11207
|
+
},
|
|
11305
11208
|
"json": {
|
|
11306
11209
|
"description": "Output as JSON for AI agents/scripts",
|
|
11307
11210
|
"name": "json",
|
|
@@ -11314,37 +11217,38 @@
|
|
|
11314
11217
|
"name": "machine",
|
|
11315
11218
|
"allowNo": false,
|
|
11316
11219
|
"type": "boolean"
|
|
11220
|
+
},
|
|
11221
|
+
"clone": {
|
|
11222
|
+
"description": "Use independent git clone instead of worktree (more isolation, no real-time sync)",
|
|
11223
|
+
"name": "clone",
|
|
11224
|
+
"allowNo": false,
|
|
11225
|
+
"type": "boolean"
|
|
11317
11226
|
}
|
|
11318
11227
|
},
|
|
11319
11228
|
"hasDynamicHelp": false,
|
|
11320
11229
|
"hiddenAliases": [],
|
|
11321
|
-
"id": "staff:
|
|
11230
|
+
"id": "staff:add",
|
|
11322
11231
|
"pluginAlias": "@proletariat/cli",
|
|
11323
11232
|
"pluginName": "@proletariat/cli",
|
|
11324
11233
|
"pluginType": "core",
|
|
11325
|
-
"strict":
|
|
11326
|
-
"enableJsonFlag": false,
|
|
11234
|
+
"strict": false,
|
|
11327
11235
|
"isESM": true,
|
|
11328
11236
|
"relativePath": [
|
|
11329
11237
|
"dist",
|
|
11330
11238
|
"commands",
|
|
11239
|
+
"agent",
|
|
11331
11240
|
"staff",
|
|
11332
|
-
"
|
|
11241
|
+
"add.js"
|
|
11333
11242
|
]
|
|
11334
11243
|
},
|
|
11335
|
-
"staff
|
|
11244
|
+
"staff": {
|
|
11336
11245
|
"aliases": [],
|
|
11337
|
-
"args": {
|
|
11338
|
-
|
|
11339
|
-
"description": "Agent name to remove",
|
|
11340
|
-
"name": "name",
|
|
11341
|
-
"required": false
|
|
11342
|
-
}
|
|
11343
|
-
},
|
|
11344
|
-
"description": "Remove a specific agent from the workspace",
|
|
11246
|
+
"args": {},
|
|
11247
|
+
"description": "Manage staff (persistent) agents",
|
|
11345
11248
|
"examples": [
|
|
11346
|
-
"<%= config.bin %> <%= command.id %>
|
|
11347
|
-
"<%= config.bin %> <%= command.id %>"
|
|
11249
|
+
"<%= config.bin %> <%= command.id %> list",
|
|
11250
|
+
"<%= config.bin %> <%= command.id %> add",
|
|
11251
|
+
"<%= config.bin %> <%= command.id %> remove camry"
|
|
11348
11252
|
],
|
|
11349
11253
|
"flags": {
|
|
11350
11254
|
"project": {
|
|
@@ -11368,17 +11272,16 @@
|
|
|
11368
11272
|
"allowNo": false,
|
|
11369
11273
|
"type": "boolean"
|
|
11370
11274
|
},
|
|
11371
|
-
"
|
|
11372
|
-
"
|
|
11373
|
-
"
|
|
11374
|
-
"name": "force",
|
|
11275
|
+
"no-interactive": {
|
|
11276
|
+
"description": "Alias for --json flag",
|
|
11277
|
+
"name": "no-interactive",
|
|
11375
11278
|
"allowNo": false,
|
|
11376
11279
|
"type": "boolean"
|
|
11377
11280
|
}
|
|
11378
11281
|
},
|
|
11379
11282
|
"hasDynamicHelp": false,
|
|
11380
11283
|
"hiddenAliases": [],
|
|
11381
|
-
"id": "staff
|
|
11284
|
+
"id": "staff",
|
|
11382
11285
|
"pluginAlias": "@proletariat/cli",
|
|
11383
11286
|
"pluginName": "@proletariat/cli",
|
|
11384
11287
|
"pluginType": "core",
|
|
@@ -11387,35 +11290,18 @@
|
|
|
11387
11290
|
"relativePath": [
|
|
11388
11291
|
"dist",
|
|
11389
11292
|
"commands",
|
|
11390
|
-
"agent",
|
|
11391
11293
|
"staff",
|
|
11392
|
-
"
|
|
11294
|
+
"index.js"
|
|
11393
11295
|
]
|
|
11394
11296
|
},
|
|
11395
|
-
"
|
|
11297
|
+
"staff:list": {
|
|
11396
11298
|
"aliases": [],
|
|
11397
|
-
"args": {
|
|
11398
|
-
|
|
11399
|
-
"description": "Session name or ticket ID to attach to (optional - will prompt if not provided)",
|
|
11400
|
-
"name": "session",
|
|
11401
|
-
"required": false
|
|
11402
|
-
}
|
|
11403
|
-
},
|
|
11404
|
-
"description": "Attach to an active tmux session",
|
|
11299
|
+
"args": {},
|
|
11300
|
+
"description": "List all staff (persistent) agents and their status",
|
|
11405
11301
|
"examples": [
|
|
11406
|
-
"<%= config.bin %> <%= command.id %>"
|
|
11407
|
-
"<%= config.bin %> <%= command.id %> TKT-347-implement-altman",
|
|
11408
|
-
"<%= config.bin %> <%= command.id %> --current-terminal"
|
|
11302
|
+
"<%= config.bin %> <%= command.id %>"
|
|
11409
11303
|
],
|
|
11410
11304
|
"flags": {
|
|
11411
|
-
"project": {
|
|
11412
|
-
"char": "P",
|
|
11413
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
11414
|
-
"name": "project",
|
|
11415
|
-
"hasDynamicHelp": false,
|
|
11416
|
-
"multiple": false,
|
|
11417
|
-
"type": "option"
|
|
11418
|
-
},
|
|
11419
11305
|
"json": {
|
|
11420
11306
|
"description": "Output as JSON for AI agents/scripts",
|
|
11421
11307
|
"name": "json",
|
|
@@ -11428,60 +11314,37 @@
|
|
|
11428
11314
|
"name": "machine",
|
|
11429
11315
|
"allowNo": false,
|
|
11430
11316
|
"type": "boolean"
|
|
11431
|
-
},
|
|
11432
|
-
"new-tab": {
|
|
11433
|
-
"char": "n",
|
|
11434
|
-
"description": "Open in a new terminal tab (default: true)",
|
|
11435
|
-
"name": "new-tab",
|
|
11436
|
-
"allowNo": false,
|
|
11437
|
-
"type": "boolean"
|
|
11438
|
-
},
|
|
11439
|
-
"current-terminal": {
|
|
11440
|
-
"char": "c",
|
|
11441
|
-
"description": "Attach in current terminal instead of new tab",
|
|
11442
|
-
"name": "current-terminal",
|
|
11443
|
-
"allowNo": false,
|
|
11444
|
-
"type": "boolean"
|
|
11445
|
-
},
|
|
11446
|
-
"terminal": {
|
|
11447
|
-
"char": "t",
|
|
11448
|
-
"description": "Terminal app to use (iTerm, Terminal, Ghostty)",
|
|
11449
|
-
"name": "terminal",
|
|
11450
|
-
"default": "iTerm",
|
|
11451
|
-
"hasDynamicHelp": false,
|
|
11452
|
-
"multiple": false,
|
|
11453
|
-
"type": "option"
|
|
11454
11317
|
}
|
|
11455
11318
|
},
|
|
11456
11319
|
"hasDynamicHelp": false,
|
|
11457
11320
|
"hiddenAliases": [],
|
|
11458
|
-
"id": "
|
|
11321
|
+
"id": "staff:list",
|
|
11459
11322
|
"pluginAlias": "@proletariat/cli",
|
|
11460
11323
|
"pluginName": "@proletariat/cli",
|
|
11461
11324
|
"pluginType": "core",
|
|
11462
11325
|
"strict": true,
|
|
11326
|
+
"enableJsonFlag": false,
|
|
11463
11327
|
"isESM": true,
|
|
11464
11328
|
"relativePath": [
|
|
11465
11329
|
"dist",
|
|
11466
11330
|
"commands",
|
|
11467
|
-
"
|
|
11468
|
-
"
|
|
11331
|
+
"staff",
|
|
11332
|
+
"list.js"
|
|
11469
11333
|
]
|
|
11470
11334
|
},
|
|
11471
|
-
"
|
|
11335
|
+
"staff:remove": {
|
|
11472
11336
|
"aliases": [],
|
|
11473
11337
|
"args": {
|
|
11474
11338
|
"name": {
|
|
11475
|
-
"description": "
|
|
11339
|
+
"description": "Agent name to remove",
|
|
11476
11340
|
"name": "name",
|
|
11477
|
-
"required":
|
|
11341
|
+
"required": false
|
|
11478
11342
|
}
|
|
11479
11343
|
},
|
|
11480
|
-
"description": "
|
|
11344
|
+
"description": "Remove a specific agent from the workspace",
|
|
11481
11345
|
"examples": [
|
|
11482
|
-
"<%= config.bin %> <%= command.id %>
|
|
11483
|
-
"<%= config.bin %> <%= command.id %>
|
|
11484
|
-
"<%= config.bin %> <%= command.id %> my-session --detach"
|
|
11346
|
+
"<%= config.bin %> <%= command.id %> camry",
|
|
11347
|
+
"<%= config.bin %> <%= command.id %>"
|
|
11485
11348
|
],
|
|
11486
11349
|
"flags": {
|
|
11487
11350
|
"project": {
|
|
@@ -11505,25 +11368,17 @@
|
|
|
11505
11368
|
"allowNo": false,
|
|
11506
11369
|
"type": "boolean"
|
|
11507
11370
|
},
|
|
11508
|
-
"
|
|
11509
|
-
"char": "
|
|
11510
|
-
"description": "
|
|
11511
|
-
"name": "
|
|
11512
|
-
"hasDynamicHelp": false,
|
|
11513
|
-
"multiple": false,
|
|
11514
|
-
"type": "option"
|
|
11515
|
-
},
|
|
11516
|
-
"detach": {
|
|
11517
|
-
"char": "d",
|
|
11518
|
-
"description": "Create session in detached mode (do not attach)",
|
|
11519
|
-
"name": "detach",
|
|
11371
|
+
"force": {
|
|
11372
|
+
"char": "f",
|
|
11373
|
+
"description": "Skip confirmation prompt (for non-interactive use)",
|
|
11374
|
+
"name": "force",
|
|
11520
11375
|
"allowNo": false,
|
|
11521
11376
|
"type": "boolean"
|
|
11522
11377
|
}
|
|
11523
11378
|
},
|
|
11524
11379
|
"hasDynamicHelp": false,
|
|
11525
11380
|
"hiddenAliases": [],
|
|
11526
|
-
"id": "
|
|
11381
|
+
"id": "staff:remove",
|
|
11527
11382
|
"pluginAlias": "@proletariat/cli",
|
|
11528
11383
|
"pluginName": "@proletariat/cli",
|
|
11529
11384
|
"pluginType": "core",
|
|
@@ -11532,25 +11387,23 @@
|
|
|
11532
11387
|
"relativePath": [
|
|
11533
11388
|
"dist",
|
|
11534
11389
|
"commands",
|
|
11535
|
-
"
|
|
11536
|
-
"
|
|
11390
|
+
"agent",
|
|
11391
|
+
"staff",
|
|
11392
|
+
"remove.js"
|
|
11537
11393
|
]
|
|
11538
11394
|
},
|
|
11539
|
-
"
|
|
11540
|
-
"aliases": [
|
|
11541
|
-
|
|
11542
|
-
|
|
11543
|
-
|
|
11544
|
-
|
|
11545
|
-
"required": true
|
|
11546
|
-
}
|
|
11547
|
-
},
|
|
11548
|
-
"description": "Run a command in an agent's worktree/container context",
|
|
11395
|
+
"status:category": {
|
|
11396
|
+
"aliases": [
|
|
11397
|
+
"status:categories"
|
|
11398
|
+
],
|
|
11399
|
+
"args": {},
|
|
11400
|
+
"description": "Manage status categories (backlog, started, completed, etc.)",
|
|
11549
11401
|
"examples": [
|
|
11550
|
-
"<%= config.bin %>
|
|
11551
|
-
"<%= config.bin %>
|
|
11552
|
-
"<%= config.bin %>
|
|
11553
|
-
"<%= config.bin %>
|
|
11402
|
+
"<%= config.bin %> <%= command.id %>",
|
|
11403
|
+
"<%= config.bin %> <%= command.id %> list",
|
|
11404
|
+
"<%= config.bin %> <%= command.id %> create reviewing",
|
|
11405
|
+
"<%= config.bin %> <%= command.id %> rename reviewing in-review",
|
|
11406
|
+
"<%= config.bin %> <%= command.id %> delete reviewing"
|
|
11554
11407
|
],
|
|
11555
11408
|
"flags": {
|
|
11556
11409
|
"project": {
|
|
@@ -11562,7 +11415,7 @@
|
|
|
11562
11415
|
"type": "option"
|
|
11563
11416
|
},
|
|
11564
11417
|
"json": {
|
|
11565
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11418
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
11566
11419
|
"name": "json",
|
|
11567
11420
|
"allowNo": false,
|
|
11568
11421
|
"type": "boolean"
|
|
@@ -11573,44 +11426,37 @@
|
|
|
11573
11426
|
"name": "machine",
|
|
11574
11427
|
"allowNo": false,
|
|
11575
11428
|
"type": "boolean"
|
|
11576
|
-
},
|
|
11577
|
-
"timeout": {
|
|
11578
|
-
"char": "t",
|
|
11579
|
-
"description": "Command timeout in seconds",
|
|
11580
|
-
"name": "timeout",
|
|
11581
|
-
"default": 30,
|
|
11582
|
-
"hasDynamicHelp": false,
|
|
11583
|
-
"multiple": false,
|
|
11584
|
-
"type": "option"
|
|
11585
11429
|
}
|
|
11586
11430
|
},
|
|
11587
11431
|
"hasDynamicHelp": false,
|
|
11588
11432
|
"hiddenAliases": [],
|
|
11589
|
-
"id": "
|
|
11433
|
+
"id": "status:category",
|
|
11590
11434
|
"pluginAlias": "@proletariat/cli",
|
|
11591
11435
|
"pluginName": "@proletariat/cli",
|
|
11592
11436
|
"pluginType": "core",
|
|
11593
|
-
"strict":
|
|
11437
|
+
"strict": true,
|
|
11594
11438
|
"isESM": true,
|
|
11595
11439
|
"relativePath": [
|
|
11596
11440
|
"dist",
|
|
11597
11441
|
"commands",
|
|
11598
|
-
"
|
|
11599
|
-
"
|
|
11442
|
+
"status",
|
|
11443
|
+
"category.js"
|
|
11600
11444
|
]
|
|
11601
11445
|
},
|
|
11602
|
-
"
|
|
11446
|
+
"status:create": {
|
|
11603
11447
|
"aliases": [],
|
|
11604
|
-
"args": {
|
|
11605
|
-
|
|
11448
|
+
"args": {
|
|
11449
|
+
"name": {
|
|
11450
|
+
"description": "Status name",
|
|
11451
|
+
"name": "name",
|
|
11452
|
+
"required": false
|
|
11453
|
+
}
|
|
11454
|
+
},
|
|
11455
|
+
"description": "Create a new workflow status",
|
|
11606
11456
|
"examples": [
|
|
11607
|
-
"<%= config.bin %>
|
|
11608
|
-
"<%= config.bin %>
|
|
11609
|
-
"<%= config.bin %>
|
|
11610
|
-
"<%= config.bin %> session health --fix --poke-idle",
|
|
11611
|
-
"<%= config.bin %> session health --watch",
|
|
11612
|
-
"<%= config.bin %> session health --watch --interval 3 --threshold 5",
|
|
11613
|
-
"<%= config.bin %> session health --watch --poke-idle"
|
|
11457
|
+
"<%= config.bin %> <%= command.id %> \"In Review\" --category started",
|
|
11458
|
+
"<%= config.bin %> <%= command.id %> --name \"Blocked\" --category started --color \"#EF4444\"",
|
|
11459
|
+
"<%= config.bin %> <%= command.id %> -i # Interactive mode"
|
|
11614
11460
|
],
|
|
11615
11461
|
"flags": {
|
|
11616
11462
|
"project": {
|
|
@@ -11634,44 +11480,61 @@
|
|
|
11634
11480
|
"allowNo": false,
|
|
11635
11481
|
"type": "boolean"
|
|
11636
11482
|
},
|
|
11637
|
-
"
|
|
11638
|
-
"
|
|
11639
|
-
"
|
|
11640
|
-
"
|
|
11641
|
-
"
|
|
11642
|
-
|
|
11643
|
-
|
|
11644
|
-
"description": "Auto-poke idle agents with their ticket description to resume work",
|
|
11645
|
-
"name": "poke-idle",
|
|
11646
|
-
"allowNo": false,
|
|
11647
|
-
"type": "boolean"
|
|
11483
|
+
"name": {
|
|
11484
|
+
"char": "n",
|
|
11485
|
+
"description": "Status name",
|
|
11486
|
+
"name": "name",
|
|
11487
|
+
"hasDynamicHelp": false,
|
|
11488
|
+
"multiple": false,
|
|
11489
|
+
"type": "option"
|
|
11648
11490
|
},
|
|
11649
|
-
"
|
|
11650
|
-
"
|
|
11651
|
-
"
|
|
11652
|
-
"
|
|
11653
|
-
"
|
|
11491
|
+
"category": {
|
|
11492
|
+
"char": "c",
|
|
11493
|
+
"description": "Status category",
|
|
11494
|
+
"name": "category",
|
|
11495
|
+
"hasDynamicHelp": false,
|
|
11496
|
+
"multiple": false,
|
|
11497
|
+
"options": [
|
|
11498
|
+
"backlog",
|
|
11499
|
+
"unstarted",
|
|
11500
|
+
"started",
|
|
11501
|
+
"completed",
|
|
11502
|
+
"canceled"
|
|
11503
|
+
],
|
|
11504
|
+
"type": "option"
|
|
11654
11505
|
},
|
|
11655
|
-
"
|
|
11656
|
-
"description": "
|
|
11657
|
-
"name": "
|
|
11658
|
-
"default": 5,
|
|
11506
|
+
"color": {
|
|
11507
|
+
"description": "Hex color code (e.g., #FF0000)",
|
|
11508
|
+
"name": "color",
|
|
11659
11509
|
"hasDynamicHelp": false,
|
|
11660
11510
|
"multiple": false,
|
|
11661
11511
|
"type": "option"
|
|
11662
11512
|
},
|
|
11663
|
-
"
|
|
11664
|
-
"
|
|
11665
|
-
"
|
|
11666
|
-
"
|
|
11513
|
+
"description": {
|
|
11514
|
+
"char": "d",
|
|
11515
|
+
"description": "Status description",
|
|
11516
|
+
"name": "description",
|
|
11667
11517
|
"hasDynamicHelp": false,
|
|
11668
11518
|
"multiple": false,
|
|
11669
11519
|
"type": "option"
|
|
11520
|
+
},
|
|
11521
|
+
"default": {
|
|
11522
|
+
"description": "Set as default status for new tickets",
|
|
11523
|
+
"name": "default",
|
|
11524
|
+
"allowNo": false,
|
|
11525
|
+
"type": "boolean"
|
|
11526
|
+
},
|
|
11527
|
+
"interactive": {
|
|
11528
|
+
"char": "i",
|
|
11529
|
+
"description": "Interactive mode",
|
|
11530
|
+
"name": "interactive",
|
|
11531
|
+
"allowNo": false,
|
|
11532
|
+
"type": "boolean"
|
|
11670
11533
|
}
|
|
11671
11534
|
},
|
|
11672
11535
|
"hasDynamicHelp": false,
|
|
11673
11536
|
"hiddenAliases": [],
|
|
11674
|
-
"id": "
|
|
11537
|
+
"id": "status:create",
|
|
11675
11538
|
"pluginAlias": "@proletariat/cli",
|
|
11676
11539
|
"pluginName": "@proletariat/cli",
|
|
11677
11540
|
"pluginType": "core",
|
|
@@ -11680,29 +11543,25 @@
|
|
|
11680
11543
|
"relativePath": [
|
|
11681
11544
|
"dist",
|
|
11682
11545
|
"commands",
|
|
11683
|
-
"
|
|
11684
|
-
"
|
|
11546
|
+
"status",
|
|
11547
|
+
"create.js"
|
|
11685
11548
|
]
|
|
11686
11549
|
},
|
|
11687
|
-
"
|
|
11550
|
+
"status:delete": {
|
|
11688
11551
|
"aliases": [],
|
|
11689
|
-
"args": {
|
|
11690
|
-
|
|
11552
|
+
"args": {
|
|
11553
|
+
"id": {
|
|
11554
|
+
"description": "Status ID",
|
|
11555
|
+
"name": "id",
|
|
11556
|
+
"required": true
|
|
11557
|
+
}
|
|
11558
|
+
},
|
|
11559
|
+
"description": "Delete a workflow status",
|
|
11691
11560
|
"examples": [
|
|
11692
|
-
"<%= config.bin %> <%= command.id %>",
|
|
11693
|
-
"<%= config.bin %> <%= command.id %>
|
|
11694
|
-
"<%= config.bin %> <%= command.id %> attach TKT-347-implement",
|
|
11695
|
-
"<%= config.bin %> <%= command.id %> create my-session"
|
|
11561
|
+
"<%= config.bin %> <%= command.id %> my-project-blocked",
|
|
11562
|
+
"<%= config.bin %> <%= command.id %> my-project-review --force"
|
|
11696
11563
|
],
|
|
11697
11564
|
"flags": {
|
|
11698
|
-
"project": {
|
|
11699
|
-
"char": "P",
|
|
11700
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
11701
|
-
"name": "project",
|
|
11702
|
-
"hasDynamicHelp": false,
|
|
11703
|
-
"multiple": false,
|
|
11704
|
-
"type": "option"
|
|
11705
|
-
},
|
|
11706
11565
|
"json": {
|
|
11707
11566
|
"description": "Output as JSON for AI agents/scripts",
|
|
11708
11567
|
"name": "json",
|
|
@@ -11715,11 +11574,18 @@
|
|
|
11715
11574
|
"name": "machine",
|
|
11716
11575
|
"allowNo": false,
|
|
11717
11576
|
"type": "boolean"
|
|
11577
|
+
},
|
|
11578
|
+
"force": {
|
|
11579
|
+
"char": "f",
|
|
11580
|
+
"description": "Skip confirmation prompt",
|
|
11581
|
+
"name": "force",
|
|
11582
|
+
"allowNo": false,
|
|
11583
|
+
"type": "boolean"
|
|
11718
11584
|
}
|
|
11719
11585
|
},
|
|
11720
11586
|
"hasDynamicHelp": false,
|
|
11721
11587
|
"hiddenAliases": [],
|
|
11722
|
-
"id": "
|
|
11588
|
+
"id": "status:delete",
|
|
11723
11589
|
"pluginAlias": "@proletariat/cli",
|
|
11724
11590
|
"pluginName": "@proletariat/cli",
|
|
11725
11591
|
"pluginType": "core",
|
|
@@ -11728,25 +11594,18 @@
|
|
|
11728
11594
|
"relativePath": [
|
|
11729
11595
|
"dist",
|
|
11730
11596
|
"commands",
|
|
11731
|
-
"
|
|
11732
|
-
"
|
|
11597
|
+
"status",
|
|
11598
|
+
"delete.js"
|
|
11733
11599
|
]
|
|
11734
11600
|
},
|
|
11735
|
-
"
|
|
11736
|
-
"aliases": [
|
|
11737
|
-
|
|
11738
|
-
|
|
11739
|
-
|
|
11740
|
-
|
|
11741
|
-
"required": true
|
|
11742
|
-
}
|
|
11743
|
-
},
|
|
11744
|
-
"description": "Comprehensive agent status inspection (git, PR, process, output) in one call",
|
|
11601
|
+
"status": {
|
|
11602
|
+
"aliases": [
|
|
11603
|
+
"statuses"
|
|
11604
|
+
],
|
|
11605
|
+
"args": {},
|
|
11606
|
+
"description": "Interactive menu for workflow status operations",
|
|
11745
11607
|
"examples": [
|
|
11746
|
-
"<%= config.bin %>
|
|
11747
|
-
"<%= config.bin %> session inspect TKT-123",
|
|
11748
|
-
"<%= config.bin %> session inspect altman --lines 50",
|
|
11749
|
-
"<%= config.bin %> session inspect altman --json"
|
|
11608
|
+
"<%= config.bin %> <%= command.id %>"
|
|
11750
11609
|
],
|
|
11751
11610
|
"flags": {
|
|
11752
11611
|
"project": {
|
|
@@ -11769,20 +11628,11 @@
|
|
|
11769
11628
|
"name": "machine",
|
|
11770
11629
|
"allowNo": false,
|
|
11771
11630
|
"type": "boolean"
|
|
11772
|
-
},
|
|
11773
|
-
"lines": {
|
|
11774
|
-
"char": "l",
|
|
11775
|
-
"description": "Number of output lines to include",
|
|
11776
|
-
"name": "lines",
|
|
11777
|
-
"default": 100,
|
|
11778
|
-
"hasDynamicHelp": false,
|
|
11779
|
-
"multiple": false,
|
|
11780
|
-
"type": "option"
|
|
11781
11631
|
}
|
|
11782
11632
|
},
|
|
11783
11633
|
"hasDynamicHelp": false,
|
|
11784
11634
|
"hiddenAliases": [],
|
|
11785
|
-
"id": "
|
|
11635
|
+
"id": "status",
|
|
11786
11636
|
"pluginAlias": "@proletariat/cli",
|
|
11787
11637
|
"pluginName": "@proletariat/cli",
|
|
11788
11638
|
"pluginType": "core",
|
|
@@ -11791,17 +11641,18 @@
|
|
|
11791
11641
|
"relativePath": [
|
|
11792
11642
|
"dist",
|
|
11793
11643
|
"commands",
|
|
11794
|
-
"
|
|
11795
|
-
"
|
|
11644
|
+
"status",
|
|
11645
|
+
"index.js"
|
|
11796
11646
|
]
|
|
11797
11647
|
},
|
|
11798
|
-
"
|
|
11648
|
+
"status:list": {
|
|
11799
11649
|
"aliases": [],
|
|
11800
11650
|
"args": {},
|
|
11801
|
-
"description": "List
|
|
11651
|
+
"description": "List all workflow statuses for a project",
|
|
11802
11652
|
"examples": [
|
|
11803
11653
|
"<%= config.bin %> <%= command.id %>",
|
|
11804
|
-
"<%= config.bin %> <%= command.id %> --
|
|
11654
|
+
"<%= config.bin %> <%= command.id %> --project my-project",
|
|
11655
|
+
"<%= config.bin %> <%= command.id %> --category started"
|
|
11805
11656
|
],
|
|
11806
11657
|
"flags": {
|
|
11807
11658
|
"project": {
|
|
@@ -11825,17 +11676,25 @@
|
|
|
11825
11676
|
"allowNo": false,
|
|
11826
11677
|
"type": "boolean"
|
|
11827
11678
|
},
|
|
11828
|
-
"
|
|
11829
|
-
"char": "
|
|
11830
|
-
"description": "
|
|
11831
|
-
"name": "
|
|
11832
|
-
"
|
|
11833
|
-
"
|
|
11679
|
+
"category": {
|
|
11680
|
+
"char": "c",
|
|
11681
|
+
"description": "Filter by category",
|
|
11682
|
+
"name": "category",
|
|
11683
|
+
"hasDynamicHelp": false,
|
|
11684
|
+
"multiple": false,
|
|
11685
|
+
"options": [
|
|
11686
|
+
"backlog",
|
|
11687
|
+
"unstarted",
|
|
11688
|
+
"started",
|
|
11689
|
+
"completed",
|
|
11690
|
+
"canceled"
|
|
11691
|
+
],
|
|
11692
|
+
"type": "option"
|
|
11834
11693
|
}
|
|
11835
11694
|
},
|
|
11836
11695
|
"hasDynamicHelp": false,
|
|
11837
11696
|
"hiddenAliases": [],
|
|
11838
|
-
"id": "
|
|
11697
|
+
"id": "status:list",
|
|
11839
11698
|
"pluginAlias": "@proletariat/cli",
|
|
11840
11699
|
"pluginName": "@proletariat/cli",
|
|
11841
11700
|
"pluginType": "core",
|
|
@@ -11844,30 +11703,24 @@
|
|
|
11844
11703
|
"relativePath": [
|
|
11845
11704
|
"dist",
|
|
11846
11705
|
"commands",
|
|
11847
|
-
"
|
|
11706
|
+
"status",
|
|
11848
11707
|
"list.js"
|
|
11849
11708
|
]
|
|
11850
11709
|
},
|
|
11851
|
-
"
|
|
11710
|
+
"status:move": {
|
|
11852
11711
|
"aliases": [],
|
|
11853
11712
|
"args": {
|
|
11854
|
-
"
|
|
11855
|
-
"description": "
|
|
11856
|
-
"name": "
|
|
11713
|
+
"id": {
|
|
11714
|
+
"description": "Status ID - prompts with dropdown if not provided",
|
|
11715
|
+
"name": "id",
|
|
11857
11716
|
"required": false
|
|
11858
11717
|
}
|
|
11859
11718
|
},
|
|
11860
|
-
"description": "
|
|
11719
|
+
"description": "Reorder a status within its category",
|
|
11861
11720
|
"examples": [
|
|
11862
|
-
"<%= config.bin %>
|
|
11863
|
-
"<%= config.bin %>
|
|
11864
|
-
"<%= config.bin %>
|
|
11865
|
-
"<%= config.bin %> session peek altman --lines 100",
|
|
11866
|
-
"<%= config.bin %> session peek altman --full",
|
|
11867
|
-
"<%= config.bin %> session peek altman --follow",
|
|
11868
|
-
"<%= config.bin %> session peek altman --since 2025-01-01T12:00:00Z",
|
|
11869
|
-
"<%= config.bin %> session peek TKT-123 --json",
|
|
11870
|
-
"<%= config.bin %> session peek altman | grep error"
|
|
11721
|
+
"<%= config.bin %> <%= command.id %> my-project-in-review --position 0 # Move to first",
|
|
11722
|
+
"<%= config.bin %> <%= command.id %> my-project-blocked --position 2",
|
|
11723
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
11871
11724
|
],
|
|
11872
11725
|
"flags": {
|
|
11873
11726
|
"project": {
|
|
@@ -11891,39 +11744,11 @@
|
|
|
11891
11744
|
"allowNo": false,
|
|
11892
11745
|
"type": "boolean"
|
|
11893
11746
|
},
|
|
11894
|
-
"
|
|
11895
|
-
"char": "
|
|
11896
|
-
"description": "
|
|
11897
|
-
"name": "
|
|
11898
|
-
"
|
|
11899
|
-
"hasDynamicHelp": false,
|
|
11900
|
-
"multiple": false,
|
|
11901
|
-
"type": "option"
|
|
11902
|
-
},
|
|
11903
|
-
"full": {
|
|
11904
|
-
"description": "Capture entire scrollback buffer (up to 32768 lines)",
|
|
11905
|
-
"name": "full",
|
|
11906
|
-
"allowNo": false,
|
|
11907
|
-
"type": "boolean"
|
|
11908
|
-
},
|
|
11909
|
-
"since": {
|
|
11910
|
-
"description": "Filter output to lines after this timestamp (ISO 8601)",
|
|
11911
|
-
"name": "since",
|
|
11912
|
-
"hasDynamicHelp": false,
|
|
11913
|
-
"multiple": false,
|
|
11914
|
-
"type": "option"
|
|
11915
|
-
},
|
|
11916
|
-
"follow": {
|
|
11917
|
-
"char": "f",
|
|
11918
|
-
"description": "Stream output continuously (like tail -f)",
|
|
11919
|
-
"name": "follow",
|
|
11920
|
-
"allowNo": false,
|
|
11921
|
-
"type": "boolean"
|
|
11922
|
-
},
|
|
11923
|
-
"interval": {
|
|
11924
|
-
"description": "Polling interval in seconds for --follow mode",
|
|
11925
|
-
"name": "interval",
|
|
11926
|
-
"default": 2,
|
|
11747
|
+
"position": {
|
|
11748
|
+
"char": "p",
|
|
11749
|
+
"description": "New position (0-indexed) within the category",
|
|
11750
|
+
"name": "position",
|
|
11751
|
+
"required": false,
|
|
11927
11752
|
"hasDynamicHelp": false,
|
|
11928
11753
|
"multiple": false,
|
|
11929
11754
|
"type": "option"
|
|
@@ -11931,7 +11756,7 @@
|
|
|
11931
11756
|
},
|
|
11932
11757
|
"hasDynamicHelp": false,
|
|
11933
11758
|
"hiddenAliases": [],
|
|
11934
|
-
"id": "
|
|
11759
|
+
"id": "status:move",
|
|
11935
11760
|
"pluginAlias": "@proletariat/cli",
|
|
11936
11761
|
"pluginName": "@proletariat/cli",
|
|
11937
11762
|
"pluginType": "core",
|
|
@@ -11940,31 +11765,25 @@
|
|
|
11940
11765
|
"relativePath": [
|
|
11941
11766
|
"dist",
|
|
11942
11767
|
"commands",
|
|
11943
|
-
"
|
|
11944
|
-
"
|
|
11768
|
+
"status",
|
|
11769
|
+
"move.js"
|
|
11945
11770
|
]
|
|
11946
11771
|
},
|
|
11947
|
-
"
|
|
11772
|
+
"status:update": {
|
|
11948
11773
|
"aliases": [],
|
|
11949
11774
|
"args": {
|
|
11950
|
-
"
|
|
11951
|
-
"description": "
|
|
11952
|
-
"name": "
|
|
11953
|
-
"required": true
|
|
11954
|
-
},
|
|
11955
|
-
"message": {
|
|
11956
|
-
"description": "Message to send (use \"-\" to read from stdin, or omit with --file)",
|
|
11957
|
-
"name": "message",
|
|
11775
|
+
"id": {
|
|
11776
|
+
"description": "Status ID - prompts with dropdown if not provided",
|
|
11777
|
+
"name": "id",
|
|
11958
11778
|
"required": false
|
|
11959
11779
|
}
|
|
11960
11780
|
},
|
|
11961
|
-
"description": "
|
|
11781
|
+
"description": "Update a workflow status",
|
|
11962
11782
|
"examples": [
|
|
11963
|
-
"<%= config.bin %>
|
|
11964
|
-
"<%= config.bin %>
|
|
11965
|
-
"<%= config.bin %>
|
|
11966
|
-
"<%= config.bin %>
|
|
11967
|
-
"echo \"multi-line message\" | <%= config.bin %> session poke altman -"
|
|
11783
|
+
"<%= config.bin %> <%= command.id %> my-project-in-review --name \"Code Review\"",
|
|
11784
|
+
"<%= config.bin %> <%= command.id %> my-project-blocked --color \"#EF4444\"",
|
|
11785
|
+
"<%= config.bin %> <%= command.id %> my-project-todo --default # Set as default",
|
|
11786
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
11968
11787
|
],
|
|
11969
11788
|
"flags": {
|
|
11970
11789
|
"project": {
|
|
@@ -11988,33 +11807,61 @@
|
|
|
11988
11807
|
"allowNo": false,
|
|
11989
11808
|
"type": "boolean"
|
|
11990
11809
|
},
|
|
11991
|
-
"
|
|
11992
|
-
"char": "
|
|
11993
|
-
"description": "
|
|
11994
|
-
"name": "
|
|
11810
|
+
"name": {
|
|
11811
|
+
"char": "n",
|
|
11812
|
+
"description": "New status name",
|
|
11813
|
+
"name": "name",
|
|
11995
11814
|
"hasDynamicHelp": false,
|
|
11996
11815
|
"multiple": false,
|
|
11997
11816
|
"type": "option"
|
|
11998
11817
|
},
|
|
11999
|
-
"
|
|
12000
|
-
"char": "
|
|
12001
|
-
"description": "
|
|
12002
|
-
"name": "
|
|
12003
|
-
"
|
|
12004
|
-
"
|
|
11818
|
+
"category": {
|
|
11819
|
+
"char": "c",
|
|
11820
|
+
"description": "New category",
|
|
11821
|
+
"name": "category",
|
|
11822
|
+
"hasDynamicHelp": false,
|
|
11823
|
+
"multiple": false,
|
|
11824
|
+
"options": [
|
|
11825
|
+
"backlog",
|
|
11826
|
+
"unstarted",
|
|
11827
|
+
"started",
|
|
11828
|
+
"completed",
|
|
11829
|
+
"canceled"
|
|
11830
|
+
],
|
|
11831
|
+
"type": "option"
|
|
12005
11832
|
},
|
|
12006
|
-
"
|
|
12007
|
-
"description": "
|
|
12008
|
-
"name": "
|
|
12009
|
-
"
|
|
11833
|
+
"color": {
|
|
11834
|
+
"description": "Hex color code (e.g., #FF0000)",
|
|
11835
|
+
"name": "color",
|
|
11836
|
+
"hasDynamicHelp": false,
|
|
11837
|
+
"multiple": false,
|
|
11838
|
+
"type": "option"
|
|
11839
|
+
},
|
|
11840
|
+
"description": {
|
|
11841
|
+
"char": "d",
|
|
11842
|
+
"description": "Status description",
|
|
11843
|
+
"name": "description",
|
|
12010
11844
|
"hasDynamicHelp": false,
|
|
12011
11845
|
"multiple": false,
|
|
12012
11846
|
"type": "option"
|
|
11847
|
+
},
|
|
11848
|
+
"default": {
|
|
11849
|
+
"description": "Set as default status for new tickets",
|
|
11850
|
+
"name": "default",
|
|
11851
|
+
"allowNo": true,
|
|
11852
|
+
"type": "boolean"
|
|
11853
|
+
},
|
|
11854
|
+
"interactive": {
|
|
11855
|
+
"char": "i",
|
|
11856
|
+
"description": "Interactive mode",
|
|
11857
|
+
"name": "interactive",
|
|
11858
|
+
"allowNo": false,
|
|
11859
|
+
"type": "boolean"
|
|
12013
11860
|
}
|
|
12014
11861
|
},
|
|
12015
11862
|
"hasDynamicHelp": false,
|
|
12016
11863
|
"hiddenAliases": [],
|
|
12017
|
-
"id": "
|
|
11864
|
+
"id": "status:update",
|
|
12018
11865
|
"pluginAlias": "@proletariat/cli",
|
|
12019
11866
|
"pluginName": "@proletariat/cli",
|
|
12020
11867
|
"pluginType": "core",
|
|
@@ -12023,19 +11870,24 @@
|
|
|
12023
11870
|
"relativePath": [
|
|
12024
11871
|
"dist",
|
|
12025
11872
|
"commands",
|
|
12026
|
-
"
|
|
12027
|
-
"
|
|
11873
|
+
"status",
|
|
11874
|
+
"update.js"
|
|
12028
11875
|
]
|
|
12029
11876
|
},
|
|
12030
|
-
"session:
|
|
11877
|
+
"session:attach": {
|
|
12031
11878
|
"aliases": [],
|
|
12032
|
-
"args": {
|
|
12033
|
-
|
|
11879
|
+
"args": {
|
|
11880
|
+
"session": {
|
|
11881
|
+
"description": "Session name or ticket ID to attach to (optional - will prompt if not provided)",
|
|
11882
|
+
"name": "session",
|
|
11883
|
+
"required": false
|
|
11884
|
+
}
|
|
11885
|
+
},
|
|
11886
|
+
"description": "Attach to an active tmux session",
|
|
12034
11887
|
"examples": [
|
|
12035
|
-
"<%= config.bin %>
|
|
12036
|
-
"<%= config.bin %>
|
|
12037
|
-
"<%= config.bin %>
|
|
12038
|
-
"<%= config.bin %> session prune --age 24"
|
|
11888
|
+
"<%= config.bin %> <%= command.id %>",
|
|
11889
|
+
"<%= config.bin %> <%= command.id %> TKT-347-implement-altman",
|
|
11890
|
+
"<%= config.bin %> <%= command.id %> --current-terminal"
|
|
12039
11891
|
],
|
|
12040
11892
|
"flags": {
|
|
12041
11893
|
"project": {
|
|
@@ -12059,31 +11911,25 @@
|
|
|
12059
11911
|
"allowNo": false,
|
|
12060
11912
|
"type": "boolean"
|
|
12061
11913
|
},
|
|
12062
|
-
"
|
|
12063
|
-
"char": "
|
|
12064
|
-
"description": "
|
|
12065
|
-
"name": "
|
|
12066
|
-
"allowNo": false,
|
|
12067
|
-
"type": "boolean"
|
|
12068
|
-
},
|
|
12069
|
-
"force": {
|
|
12070
|
-
"char": "f",
|
|
12071
|
-
"description": "Force cleanup even if agents have uncommitted/unpushed work",
|
|
12072
|
-
"name": "force",
|
|
11914
|
+
"new-tab": {
|
|
11915
|
+
"char": "n",
|
|
11916
|
+
"description": "Open in a new terminal tab (default: true)",
|
|
11917
|
+
"name": "new-tab",
|
|
12073
11918
|
"allowNo": false,
|
|
12074
11919
|
"type": "boolean"
|
|
12075
11920
|
},
|
|
12076
|
-
"
|
|
12077
|
-
"char": "
|
|
12078
|
-
"description": "
|
|
12079
|
-
"name": "
|
|
11921
|
+
"current-terminal": {
|
|
11922
|
+
"char": "c",
|
|
11923
|
+
"description": "Attach in current terminal instead of new tab",
|
|
11924
|
+
"name": "current-terminal",
|
|
12080
11925
|
"allowNo": false,
|
|
12081
11926
|
"type": "boolean"
|
|
12082
11927
|
},
|
|
12083
|
-
"
|
|
12084
|
-
"
|
|
12085
|
-
"
|
|
12086
|
-
"
|
|
11928
|
+
"terminal": {
|
|
11929
|
+
"char": "t",
|
|
11930
|
+
"description": "Terminal app to use (iTerm, Terminal, Ghostty)",
|
|
11931
|
+
"name": "terminal",
|
|
11932
|
+
"default": "iTerm",
|
|
12087
11933
|
"hasDynamicHelp": false,
|
|
12088
11934
|
"multiple": false,
|
|
12089
11935
|
"type": "option"
|
|
@@ -12091,7 +11937,7 @@
|
|
|
12091
11937
|
},
|
|
12092
11938
|
"hasDynamicHelp": false,
|
|
12093
11939
|
"hiddenAliases": [],
|
|
12094
|
-
"id": "session:
|
|
11940
|
+
"id": "session:attach",
|
|
12095
11941
|
"pluginAlias": "@proletariat/cli",
|
|
12096
11942
|
"pluginName": "@proletariat/cli",
|
|
12097
11943
|
"pluginType": "core",
|
|
@@ -12101,25 +11947,23 @@
|
|
|
12101
11947
|
"dist",
|
|
12102
11948
|
"commands",
|
|
12103
11949
|
"session",
|
|
12104
|
-
"
|
|
11950
|
+
"attach.js"
|
|
12105
11951
|
]
|
|
12106
11952
|
},
|
|
12107
|
-
"session:
|
|
11953
|
+
"session:create": {
|
|
12108
11954
|
"aliases": [],
|
|
12109
11955
|
"args": {
|
|
12110
|
-
"
|
|
12111
|
-
"description": "
|
|
12112
|
-
"name": "
|
|
11956
|
+
"name": {
|
|
11957
|
+
"description": "Name for the new tmux session",
|
|
11958
|
+
"name": "name",
|
|
12113
11959
|
"required": true
|
|
12114
11960
|
}
|
|
12115
11961
|
},
|
|
12116
|
-
"description": "
|
|
11962
|
+
"description": "Create a new tmux session",
|
|
12117
11963
|
"examples": [
|
|
12118
|
-
"<%= config.bin %>
|
|
12119
|
-
"<%= config.bin %> session
|
|
12120
|
-
"<%= config.bin %>
|
|
12121
|
-
"<%= config.bin %> session restart altman --resume",
|
|
12122
|
-
"<%= config.bin %> session restart altman --timeout 30"
|
|
11964
|
+
"<%= config.bin %> <%= command.id %> my-session",
|
|
11965
|
+
"<%= config.bin %> <%= command.id %> my-session --command \"npm run dev\"",
|
|
11966
|
+
"<%= config.bin %> <%= command.id %> my-session --detach"
|
|
12123
11967
|
],
|
|
12124
11968
|
"flags": {
|
|
12125
11969
|
"project": {
|
|
@@ -12143,36 +11987,25 @@
|
|
|
12143
11987
|
"allowNo": false,
|
|
12144
11988
|
"type": "boolean"
|
|
12145
11989
|
},
|
|
12146
|
-
"
|
|
12147
|
-
"
|
|
12148
|
-
"
|
|
12149
|
-
|
|
12150
|
-
],
|
|
12151
|
-
"name": "fresh",
|
|
12152
|
-
"allowNo": false,
|
|
12153
|
-
"type": "boolean"
|
|
12154
|
-
},
|
|
12155
|
-
"resume": {
|
|
12156
|
-
"description": "Continue from where the agent left off (pass --resume flag to Claude Code)",
|
|
12157
|
-
"exclusive": [
|
|
12158
|
-
"fresh"
|
|
12159
|
-
],
|
|
12160
|
-
"name": "resume",
|
|
12161
|
-
"allowNo": false,
|
|
12162
|
-
"type": "boolean"
|
|
12163
|
-
},
|
|
12164
|
-
"timeout": {
|
|
12165
|
-
"description": "Seconds to wait for clean exit before force restart",
|
|
12166
|
-
"name": "timeout",
|
|
12167
|
-
"default": 15,
|
|
11990
|
+
"command": {
|
|
11991
|
+
"char": "c",
|
|
11992
|
+
"description": "Initial command to run in the session",
|
|
11993
|
+
"name": "command",
|
|
12168
11994
|
"hasDynamicHelp": false,
|
|
12169
11995
|
"multiple": false,
|
|
12170
11996
|
"type": "option"
|
|
11997
|
+
},
|
|
11998
|
+
"detach": {
|
|
11999
|
+
"char": "d",
|
|
12000
|
+
"description": "Create session in detached mode (do not attach)",
|
|
12001
|
+
"name": "detach",
|
|
12002
|
+
"allowNo": false,
|
|
12003
|
+
"type": "boolean"
|
|
12171
12004
|
}
|
|
12172
12005
|
},
|
|
12173
12006
|
"hasDynamicHelp": false,
|
|
12174
12007
|
"hiddenAliases": [],
|
|
12175
|
-
"id": "session:
|
|
12008
|
+
"id": "session:create",
|
|
12176
12009
|
"pluginAlias": "@proletariat/cli",
|
|
12177
12010
|
"pluginName": "@proletariat/cli",
|
|
12178
12011
|
"pluginType": "core",
|
|
@@ -12182,21 +12015,24 @@
|
|
|
12182
12015
|
"dist",
|
|
12183
12016
|
"commands",
|
|
12184
12017
|
"session",
|
|
12185
|
-
"
|
|
12018
|
+
"create.js"
|
|
12186
12019
|
]
|
|
12187
12020
|
},
|
|
12188
|
-
"
|
|
12189
|
-
"aliases": [
|
|
12190
|
-
|
|
12191
|
-
|
|
12192
|
-
|
|
12193
|
-
|
|
12021
|
+
"session:exec": {
|
|
12022
|
+
"aliases": [],
|
|
12023
|
+
"args": {
|
|
12024
|
+
"target": {
|
|
12025
|
+
"description": "Agent name or ticket ID",
|
|
12026
|
+
"name": "target",
|
|
12027
|
+
"required": true
|
|
12028
|
+
}
|
|
12029
|
+
},
|
|
12030
|
+
"description": "Run a command in an agent's worktree/container context",
|
|
12194
12031
|
"examples": [
|
|
12195
|
-
"<%= config.bin %>
|
|
12196
|
-
"<%= config.bin %>
|
|
12197
|
-
"<%= config.bin %>
|
|
12198
|
-
"<%= config.bin %>
|
|
12199
|
-
"<%= config.bin %> <%= command.id %> delete reviewing"
|
|
12032
|
+
"<%= config.bin %> session exec altman -- git status",
|
|
12033
|
+
"<%= config.bin %> session exec TKT-123 -- gh pr view --json number,state",
|
|
12034
|
+
"<%= config.bin %> session exec altman -- ls -la",
|
|
12035
|
+
"<%= config.bin %> session exec altman --json -- git log --oneline -5"
|
|
12200
12036
|
],
|
|
12201
12037
|
"flags": {
|
|
12202
12038
|
"project": {
|
|
@@ -12208,7 +12044,7 @@
|
|
|
12208
12044
|
"type": "option"
|
|
12209
12045
|
},
|
|
12210
12046
|
"json": {
|
|
12211
|
-
"description": "Output
|
|
12047
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
12212
12048
|
"name": "json",
|
|
12213
12049
|
"allowNo": false,
|
|
12214
12050
|
"type": "boolean"
|
|
@@ -12219,37 +12055,44 @@
|
|
|
12219
12055
|
"name": "machine",
|
|
12220
12056
|
"allowNo": false,
|
|
12221
12057
|
"type": "boolean"
|
|
12058
|
+
},
|
|
12059
|
+
"timeout": {
|
|
12060
|
+
"char": "t",
|
|
12061
|
+
"description": "Command timeout in seconds",
|
|
12062
|
+
"name": "timeout",
|
|
12063
|
+
"default": 30,
|
|
12064
|
+
"hasDynamicHelp": false,
|
|
12065
|
+
"multiple": false,
|
|
12066
|
+
"type": "option"
|
|
12222
12067
|
}
|
|
12223
12068
|
},
|
|
12224
12069
|
"hasDynamicHelp": false,
|
|
12225
12070
|
"hiddenAliases": [],
|
|
12226
|
-
"id": "
|
|
12071
|
+
"id": "session:exec",
|
|
12227
12072
|
"pluginAlias": "@proletariat/cli",
|
|
12228
12073
|
"pluginName": "@proletariat/cli",
|
|
12229
12074
|
"pluginType": "core",
|
|
12230
|
-
"strict":
|
|
12075
|
+
"strict": false,
|
|
12231
12076
|
"isESM": true,
|
|
12232
12077
|
"relativePath": [
|
|
12233
12078
|
"dist",
|
|
12234
12079
|
"commands",
|
|
12235
|
-
"
|
|
12236
|
-
"
|
|
12080
|
+
"session",
|
|
12081
|
+
"exec.js"
|
|
12237
12082
|
]
|
|
12238
12083
|
},
|
|
12239
|
-
"
|
|
12084
|
+
"session:health": {
|
|
12240
12085
|
"aliases": [],
|
|
12241
|
-
"args": {
|
|
12242
|
-
|
|
12243
|
-
"description": "Status name",
|
|
12244
|
-
"name": "name",
|
|
12245
|
-
"required": false
|
|
12246
|
-
}
|
|
12247
|
-
},
|
|
12248
|
-
"description": "Create a new workflow status",
|
|
12086
|
+
"args": {},
|
|
12087
|
+
"description": "Check health of running agent sessions, detect/recover hung agents, and auto-poke idle agents",
|
|
12249
12088
|
"examples": [
|
|
12250
|
-
"<%= config.bin %>
|
|
12251
|
-
"<%= config.bin %>
|
|
12252
|
-
"<%= config.bin %>
|
|
12089
|
+
"<%= config.bin %> session health",
|
|
12090
|
+
"<%= config.bin %> session health --fix",
|
|
12091
|
+
"<%= config.bin %> session health --poke-idle",
|
|
12092
|
+
"<%= config.bin %> session health --fix --poke-idle",
|
|
12093
|
+
"<%= config.bin %> session health --watch",
|
|
12094
|
+
"<%= config.bin %> session health --watch --interval 3 --threshold 5",
|
|
12095
|
+
"<%= config.bin %> session health --watch --poke-idle"
|
|
12253
12096
|
],
|
|
12254
12097
|
"flags": {
|
|
12255
12098
|
"project": {
|
|
@@ -12273,61 +12116,44 @@
|
|
|
12273
12116
|
"allowNo": false,
|
|
12274
12117
|
"type": "boolean"
|
|
12275
12118
|
},
|
|
12276
|
-
"
|
|
12277
|
-
"
|
|
12278
|
-
"
|
|
12279
|
-
"
|
|
12280
|
-
"
|
|
12281
|
-
"multiple": false,
|
|
12282
|
-
"type": "option"
|
|
12283
|
-
},
|
|
12284
|
-
"category": {
|
|
12285
|
-
"char": "c",
|
|
12286
|
-
"description": "Status category",
|
|
12287
|
-
"name": "category",
|
|
12288
|
-
"hasDynamicHelp": false,
|
|
12289
|
-
"multiple": false,
|
|
12290
|
-
"options": [
|
|
12291
|
-
"backlog",
|
|
12292
|
-
"unstarted",
|
|
12293
|
-
"started",
|
|
12294
|
-
"completed",
|
|
12295
|
-
"canceled"
|
|
12296
|
-
],
|
|
12297
|
-
"type": "option"
|
|
12119
|
+
"fix": {
|
|
12120
|
+
"description": "Send Escape to hung agents to unstick them",
|
|
12121
|
+
"name": "fix",
|
|
12122
|
+
"allowNo": false,
|
|
12123
|
+
"type": "boolean"
|
|
12298
12124
|
},
|
|
12299
|
-
"
|
|
12300
|
-
"description": "
|
|
12301
|
-
"name": "
|
|
12125
|
+
"poke-idle": {
|
|
12126
|
+
"description": "Auto-poke idle agents with their ticket description to resume work",
|
|
12127
|
+
"name": "poke-idle",
|
|
12128
|
+
"allowNo": false,
|
|
12129
|
+
"type": "boolean"
|
|
12130
|
+
},
|
|
12131
|
+
"watch": {
|
|
12132
|
+
"description": "Continuously monitor agents and auto-recover hung ones",
|
|
12133
|
+
"name": "watch",
|
|
12134
|
+
"allowNo": false,
|
|
12135
|
+
"type": "boolean"
|
|
12136
|
+
},
|
|
12137
|
+
"interval": {
|
|
12138
|
+
"description": "Watch polling interval in minutes",
|
|
12139
|
+
"name": "interval",
|
|
12140
|
+
"default": 5,
|
|
12302
12141
|
"hasDynamicHelp": false,
|
|
12303
12142
|
"multiple": false,
|
|
12304
12143
|
"type": "option"
|
|
12305
12144
|
},
|
|
12306
|
-
"
|
|
12307
|
-
"
|
|
12308
|
-
"
|
|
12309
|
-
"
|
|
12145
|
+
"threshold": {
|
|
12146
|
+
"description": "Minutes an agent must be hung/idle before auto-recovery in watch mode",
|
|
12147
|
+
"name": "threshold",
|
|
12148
|
+
"default": 10,
|
|
12310
12149
|
"hasDynamicHelp": false,
|
|
12311
12150
|
"multiple": false,
|
|
12312
12151
|
"type": "option"
|
|
12313
|
-
},
|
|
12314
|
-
"default": {
|
|
12315
|
-
"description": "Set as default status for new tickets",
|
|
12316
|
-
"name": "default",
|
|
12317
|
-
"allowNo": false,
|
|
12318
|
-
"type": "boolean"
|
|
12319
|
-
},
|
|
12320
|
-
"interactive": {
|
|
12321
|
-
"char": "i",
|
|
12322
|
-
"description": "Interactive mode",
|
|
12323
|
-
"name": "interactive",
|
|
12324
|
-
"allowNo": false,
|
|
12325
|
-
"type": "boolean"
|
|
12326
12152
|
}
|
|
12327
12153
|
},
|
|
12328
12154
|
"hasDynamicHelp": false,
|
|
12329
12155
|
"hiddenAliases": [],
|
|
12330
|
-
"id": "
|
|
12156
|
+
"id": "session:health",
|
|
12331
12157
|
"pluginAlias": "@proletariat/cli",
|
|
12332
12158
|
"pluginName": "@proletariat/cli",
|
|
12333
12159
|
"pluginType": "core",
|
|
@@ -12336,25 +12162,29 @@
|
|
|
12336
12162
|
"relativePath": [
|
|
12337
12163
|
"dist",
|
|
12338
12164
|
"commands",
|
|
12339
|
-
"
|
|
12340
|
-
"
|
|
12165
|
+
"session",
|
|
12166
|
+
"health.js"
|
|
12341
12167
|
]
|
|
12342
12168
|
},
|
|
12343
|
-
"
|
|
12169
|
+
"session": {
|
|
12344
12170
|
"aliases": [],
|
|
12345
|
-
"args": {
|
|
12346
|
-
|
|
12347
|
-
"description": "Status ID",
|
|
12348
|
-
"name": "id",
|
|
12349
|
-
"required": true
|
|
12350
|
-
}
|
|
12351
|
-
},
|
|
12352
|
-
"description": "Delete a workflow status",
|
|
12171
|
+
"args": {},
|
|
12172
|
+
"description": "Manage agent tmux sessions (list, attach, create, detach)",
|
|
12353
12173
|
"examples": [
|
|
12354
|
-
"<%= config.bin %> <%= command.id %>
|
|
12355
|
-
"<%= config.bin %> <%= command.id %>
|
|
12174
|
+
"<%= config.bin %> <%= command.id %>",
|
|
12175
|
+
"<%= config.bin %> <%= command.id %> list",
|
|
12176
|
+
"<%= config.bin %> <%= command.id %> attach TKT-347-implement",
|
|
12177
|
+
"<%= config.bin %> <%= command.id %> create my-session"
|
|
12356
12178
|
],
|
|
12357
12179
|
"flags": {
|
|
12180
|
+
"project": {
|
|
12181
|
+
"char": "P",
|
|
12182
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
12183
|
+
"name": "project",
|
|
12184
|
+
"hasDynamicHelp": false,
|
|
12185
|
+
"multiple": false,
|
|
12186
|
+
"type": "option"
|
|
12187
|
+
},
|
|
12358
12188
|
"json": {
|
|
12359
12189
|
"description": "Output as JSON for AI agents/scripts",
|
|
12360
12190
|
"name": "json",
|
|
@@ -12367,18 +12197,11 @@
|
|
|
12367
12197
|
"name": "machine",
|
|
12368
12198
|
"allowNo": false,
|
|
12369
12199
|
"type": "boolean"
|
|
12370
|
-
},
|
|
12371
|
-
"force": {
|
|
12372
|
-
"char": "f",
|
|
12373
|
-
"description": "Skip confirmation prompt",
|
|
12374
|
-
"name": "force",
|
|
12375
|
-
"allowNo": false,
|
|
12376
|
-
"type": "boolean"
|
|
12377
12200
|
}
|
|
12378
12201
|
},
|
|
12379
12202
|
"hasDynamicHelp": false,
|
|
12380
12203
|
"hiddenAliases": [],
|
|
12381
|
-
"id": "
|
|
12204
|
+
"id": "session",
|
|
12382
12205
|
"pluginAlias": "@proletariat/cli",
|
|
12383
12206
|
"pluginName": "@proletariat/cli",
|
|
12384
12207
|
"pluginType": "core",
|
|
@@ -12387,18 +12210,25 @@
|
|
|
12387
12210
|
"relativePath": [
|
|
12388
12211
|
"dist",
|
|
12389
12212
|
"commands",
|
|
12390
|
-
"
|
|
12391
|
-
"
|
|
12213
|
+
"session",
|
|
12214
|
+
"index.js"
|
|
12392
12215
|
]
|
|
12393
12216
|
},
|
|
12394
|
-
"
|
|
12395
|
-
"aliases": [
|
|
12396
|
-
|
|
12397
|
-
|
|
12398
|
-
|
|
12399
|
-
|
|
12217
|
+
"session:inspect": {
|
|
12218
|
+
"aliases": [],
|
|
12219
|
+
"args": {
|
|
12220
|
+
"target": {
|
|
12221
|
+
"description": "Agent name or ticket ID",
|
|
12222
|
+
"name": "target",
|
|
12223
|
+
"required": true
|
|
12224
|
+
}
|
|
12225
|
+
},
|
|
12226
|
+
"description": "Comprehensive agent status inspection (git, PR, process, output) in one call",
|
|
12400
12227
|
"examples": [
|
|
12401
|
-
"<%= config.bin %>
|
|
12228
|
+
"<%= config.bin %> session inspect altman",
|
|
12229
|
+
"<%= config.bin %> session inspect TKT-123",
|
|
12230
|
+
"<%= config.bin %> session inspect altman --lines 50",
|
|
12231
|
+
"<%= config.bin %> session inspect altman --json"
|
|
12402
12232
|
],
|
|
12403
12233
|
"flags": {
|
|
12404
12234
|
"project": {
|
|
@@ -12421,11 +12251,20 @@
|
|
|
12421
12251
|
"name": "machine",
|
|
12422
12252
|
"allowNo": false,
|
|
12423
12253
|
"type": "boolean"
|
|
12254
|
+
},
|
|
12255
|
+
"lines": {
|
|
12256
|
+
"char": "l",
|
|
12257
|
+
"description": "Number of output lines to include",
|
|
12258
|
+
"name": "lines",
|
|
12259
|
+
"default": 100,
|
|
12260
|
+
"hasDynamicHelp": false,
|
|
12261
|
+
"multiple": false,
|
|
12262
|
+
"type": "option"
|
|
12424
12263
|
}
|
|
12425
12264
|
},
|
|
12426
12265
|
"hasDynamicHelp": false,
|
|
12427
12266
|
"hiddenAliases": [],
|
|
12428
|
-
"id": "
|
|
12267
|
+
"id": "session:inspect",
|
|
12429
12268
|
"pluginAlias": "@proletariat/cli",
|
|
12430
12269
|
"pluginName": "@proletariat/cli",
|
|
12431
12270
|
"pluginType": "core",
|
|
@@ -12434,18 +12273,17 @@
|
|
|
12434
12273
|
"relativePath": [
|
|
12435
12274
|
"dist",
|
|
12436
12275
|
"commands",
|
|
12437
|
-
"
|
|
12438
|
-
"
|
|
12276
|
+
"session",
|
|
12277
|
+
"inspect.js"
|
|
12439
12278
|
]
|
|
12440
12279
|
},
|
|
12441
|
-
"
|
|
12280
|
+
"session:list": {
|
|
12442
12281
|
"aliases": [],
|
|
12443
12282
|
"args": {},
|
|
12444
|
-
"description": "List
|
|
12283
|
+
"description": "List active tmux sessions (host and container)",
|
|
12445
12284
|
"examples": [
|
|
12446
12285
|
"<%= config.bin %> <%= command.id %>",
|
|
12447
|
-
"<%= config.bin %> <%= command.id %> --
|
|
12448
|
-
"<%= config.bin %> <%= command.id %> --category started"
|
|
12286
|
+
"<%= config.bin %> <%= command.id %> --all"
|
|
12449
12287
|
],
|
|
12450
12288
|
"flags": {
|
|
12451
12289
|
"project": {
|
|
@@ -12469,25 +12307,17 @@
|
|
|
12469
12307
|
"allowNo": false,
|
|
12470
12308
|
"type": "boolean"
|
|
12471
12309
|
},
|
|
12472
|
-
"
|
|
12473
|
-
"char": "
|
|
12474
|
-
"description": "
|
|
12475
|
-
"name": "
|
|
12476
|
-
"
|
|
12477
|
-
"
|
|
12478
|
-
"options": [
|
|
12479
|
-
"backlog",
|
|
12480
|
-
"unstarted",
|
|
12481
|
-
"started",
|
|
12482
|
-
"completed",
|
|
12483
|
-
"canceled"
|
|
12484
|
-
],
|
|
12485
|
-
"type": "option"
|
|
12310
|
+
"all": {
|
|
12311
|
+
"char": "a",
|
|
12312
|
+
"description": "Show all sessions including stale DB records",
|
|
12313
|
+
"name": "all",
|
|
12314
|
+
"allowNo": false,
|
|
12315
|
+
"type": "boolean"
|
|
12486
12316
|
}
|
|
12487
12317
|
},
|
|
12488
12318
|
"hasDynamicHelp": false,
|
|
12489
12319
|
"hiddenAliases": [],
|
|
12490
|
-
"id": "
|
|
12320
|
+
"id": "session:list",
|
|
12491
12321
|
"pluginAlias": "@proletariat/cli",
|
|
12492
12322
|
"pluginName": "@proletariat/cli",
|
|
12493
12323
|
"pluginType": "core",
|
|
@@ -12496,24 +12326,30 @@
|
|
|
12496
12326
|
"relativePath": [
|
|
12497
12327
|
"dist",
|
|
12498
12328
|
"commands",
|
|
12499
|
-
"
|
|
12329
|
+
"session",
|
|
12500
12330
|
"list.js"
|
|
12501
12331
|
]
|
|
12502
12332
|
},
|
|
12503
|
-
"
|
|
12333
|
+
"session:peek": {
|
|
12504
12334
|
"aliases": [],
|
|
12505
12335
|
"args": {
|
|
12506
|
-
"
|
|
12507
|
-
"description": "
|
|
12508
|
-
"name": "
|
|
12336
|
+
"target": {
|
|
12337
|
+
"description": "Agent name, ticket ID (e.g. TKT-123), or execution ID (e.g. WORK-XXXXXXXX)",
|
|
12338
|
+
"name": "target",
|
|
12509
12339
|
"required": false
|
|
12510
12340
|
}
|
|
12511
12341
|
},
|
|
12512
|
-
"description": "
|
|
12342
|
+
"description": "View agent tmux pane content without attaching (non-interactive)",
|
|
12513
12343
|
"examples": [
|
|
12514
|
-
"<%= config.bin %>
|
|
12515
|
-
"<%= config.bin %>
|
|
12516
|
-
"<%= config.bin %>
|
|
12344
|
+
"<%= config.bin %> session peek altman",
|
|
12345
|
+
"<%= config.bin %> session peek TKT-123",
|
|
12346
|
+
"<%= config.bin %> session peek WORK-ABCD1234",
|
|
12347
|
+
"<%= config.bin %> session peek altman --lines 100",
|
|
12348
|
+
"<%= config.bin %> session peek altman --full",
|
|
12349
|
+
"<%= config.bin %> session peek altman --follow",
|
|
12350
|
+
"<%= config.bin %> session peek altman --since 2025-01-01T12:00:00Z",
|
|
12351
|
+
"<%= config.bin %> session peek TKT-123 --json",
|
|
12352
|
+
"<%= config.bin %> session peek altman | grep error"
|
|
12517
12353
|
],
|
|
12518
12354
|
"flags": {
|
|
12519
12355
|
"project": {
|
|
@@ -12537,11 +12373,39 @@
|
|
|
12537
12373
|
"allowNo": false,
|
|
12538
12374
|
"type": "boolean"
|
|
12539
12375
|
},
|
|
12540
|
-
"
|
|
12541
|
-
"char": "
|
|
12542
|
-
"description": "
|
|
12543
|
-
"name": "
|
|
12544
|
-
"
|
|
12376
|
+
"lines": {
|
|
12377
|
+
"char": "l",
|
|
12378
|
+
"description": "Number of scrollback lines to capture",
|
|
12379
|
+
"name": "lines",
|
|
12380
|
+
"default": 200,
|
|
12381
|
+
"hasDynamicHelp": false,
|
|
12382
|
+
"multiple": false,
|
|
12383
|
+
"type": "option"
|
|
12384
|
+
},
|
|
12385
|
+
"full": {
|
|
12386
|
+
"description": "Capture entire scrollback buffer (up to 32768 lines)",
|
|
12387
|
+
"name": "full",
|
|
12388
|
+
"allowNo": false,
|
|
12389
|
+
"type": "boolean"
|
|
12390
|
+
},
|
|
12391
|
+
"since": {
|
|
12392
|
+
"description": "Filter output to lines after this timestamp (ISO 8601)",
|
|
12393
|
+
"name": "since",
|
|
12394
|
+
"hasDynamicHelp": false,
|
|
12395
|
+
"multiple": false,
|
|
12396
|
+
"type": "option"
|
|
12397
|
+
},
|
|
12398
|
+
"follow": {
|
|
12399
|
+
"char": "f",
|
|
12400
|
+
"description": "Stream output continuously (like tail -f)",
|
|
12401
|
+
"name": "follow",
|
|
12402
|
+
"allowNo": false,
|
|
12403
|
+
"type": "boolean"
|
|
12404
|
+
},
|
|
12405
|
+
"interval": {
|
|
12406
|
+
"description": "Polling interval in seconds for --follow mode",
|
|
12407
|
+
"name": "interval",
|
|
12408
|
+
"default": 2,
|
|
12545
12409
|
"hasDynamicHelp": false,
|
|
12546
12410
|
"multiple": false,
|
|
12547
12411
|
"type": "option"
|
|
@@ -12549,7 +12413,7 @@
|
|
|
12549
12413
|
},
|
|
12550
12414
|
"hasDynamicHelp": false,
|
|
12551
12415
|
"hiddenAliases": [],
|
|
12552
|
-
"id": "
|
|
12416
|
+
"id": "session:peek",
|
|
12553
12417
|
"pluginAlias": "@proletariat/cli",
|
|
12554
12418
|
"pluginName": "@proletariat/cli",
|
|
12555
12419
|
"pluginType": "core",
|
|
@@ -12558,26 +12422,32 @@
|
|
|
12558
12422
|
"relativePath": [
|
|
12559
12423
|
"dist",
|
|
12560
12424
|
"commands",
|
|
12561
|
-
"
|
|
12562
|
-
"
|
|
12425
|
+
"session",
|
|
12426
|
+
"peek.js"
|
|
12563
12427
|
]
|
|
12564
12428
|
},
|
|
12565
|
-
"
|
|
12429
|
+
"session:poke": {
|
|
12566
12430
|
"aliases": [],
|
|
12567
12431
|
"args": {
|
|
12568
|
-
"
|
|
12569
|
-
"description": "
|
|
12570
|
-
"name": "
|
|
12432
|
+
"agent": {
|
|
12433
|
+
"description": "Agent name or ticket ID of the running agent",
|
|
12434
|
+
"name": "agent",
|
|
12435
|
+
"required": true
|
|
12436
|
+
},
|
|
12437
|
+
"message": {
|
|
12438
|
+
"description": "Message to send (use \"-\" to read from stdin, or omit with --file)",
|
|
12439
|
+
"name": "message",
|
|
12571
12440
|
"required": false
|
|
12572
12441
|
}
|
|
12573
12442
|
},
|
|
12574
|
-
"description": "
|
|
12443
|
+
"description": "Send a message to a running agent's Claude Code session",
|
|
12575
12444
|
"examples": [
|
|
12576
|
-
"<%= config.bin %>
|
|
12577
|
-
"<%= config.bin %>
|
|
12578
|
-
"<%= config.bin %>
|
|
12579
|
-
"<%= config.bin %>
|
|
12580
|
-
|
|
12445
|
+
"<%= config.bin %> session poke altman \"Please focus on the tests first\"",
|
|
12446
|
+
"<%= config.bin %> session poke TKT-123 \"Add error handling for edge cases\"",
|
|
12447
|
+
"<%= config.bin %> session poke altman --file prompt.md",
|
|
12448
|
+
"<%= config.bin %> session poke altman \"Run the tests\" --wait --timeout 60",
|
|
12449
|
+
"echo \"multi-line message\" | <%= config.bin %> session poke altman -"
|
|
12450
|
+
],
|
|
12581
12451
|
"flags": {
|
|
12582
12452
|
"project": {
|
|
12583
12453
|
"char": "P",
|
|
@@ -12600,61 +12470,191 @@
|
|
|
12600
12470
|
"allowNo": false,
|
|
12601
12471
|
"type": "boolean"
|
|
12602
12472
|
},
|
|
12603
|
-
"
|
|
12604
|
-
"char": "
|
|
12605
|
-
"description": "
|
|
12606
|
-
"name": "
|
|
12473
|
+
"file": {
|
|
12474
|
+
"char": "F",
|
|
12475
|
+
"description": "Read message from a file (supports multi-line)",
|
|
12476
|
+
"name": "file",
|
|
12607
12477
|
"hasDynamicHelp": false,
|
|
12608
12478
|
"multiple": false,
|
|
12609
12479
|
"type": "option"
|
|
12610
12480
|
},
|
|
12611
|
-
"
|
|
12612
|
-
"char": "
|
|
12613
|
-
"description": "
|
|
12614
|
-
"name": "
|
|
12481
|
+
"wait": {
|
|
12482
|
+
"char": "w",
|
|
12483
|
+
"description": "Wait for response after sending (capture output after message is sent)",
|
|
12484
|
+
"name": "wait",
|
|
12485
|
+
"allowNo": false,
|
|
12486
|
+
"type": "boolean"
|
|
12487
|
+
},
|
|
12488
|
+
"timeout": {
|
|
12489
|
+
"description": "Timeout in seconds for --wait mode",
|
|
12490
|
+
"name": "timeout",
|
|
12491
|
+
"default": 120,
|
|
12615
12492
|
"hasDynamicHelp": false,
|
|
12616
12493
|
"multiple": false,
|
|
12617
|
-
"options": [
|
|
12618
|
-
"backlog",
|
|
12619
|
-
"unstarted",
|
|
12620
|
-
"started",
|
|
12621
|
-
"completed",
|
|
12622
|
-
"canceled"
|
|
12623
|
-
],
|
|
12624
12494
|
"type": "option"
|
|
12625
|
-
}
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
|
|
12495
|
+
}
|
|
12496
|
+
},
|
|
12497
|
+
"hasDynamicHelp": false,
|
|
12498
|
+
"hiddenAliases": [],
|
|
12499
|
+
"id": "session:poke",
|
|
12500
|
+
"pluginAlias": "@proletariat/cli",
|
|
12501
|
+
"pluginName": "@proletariat/cli",
|
|
12502
|
+
"pluginType": "core",
|
|
12503
|
+
"strict": true,
|
|
12504
|
+
"isESM": true,
|
|
12505
|
+
"relativePath": [
|
|
12506
|
+
"dist",
|
|
12507
|
+
"commands",
|
|
12508
|
+
"session",
|
|
12509
|
+
"poke.js"
|
|
12510
|
+
]
|
|
12511
|
+
},
|
|
12512
|
+
"session:prune": {
|
|
12513
|
+
"aliases": [],
|
|
12514
|
+
"args": {},
|
|
12515
|
+
"description": "Clean up stale sessions, orphan tmux sessions, and idle ephemeral agents",
|
|
12516
|
+
"examples": [
|
|
12517
|
+
"<%= config.bin %> session prune",
|
|
12518
|
+
"<%= config.bin %> session prune --dry-run",
|
|
12519
|
+
"<%= config.bin %> session prune --force",
|
|
12520
|
+
"<%= config.bin %> session prune --age 24"
|
|
12521
|
+
],
|
|
12522
|
+
"flags": {
|
|
12523
|
+
"project": {
|
|
12524
|
+
"char": "P",
|
|
12525
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
12526
|
+
"name": "project",
|
|
12629
12527
|
"hasDynamicHelp": false,
|
|
12630
12528
|
"multiple": false,
|
|
12631
12529
|
"type": "option"
|
|
12632
12530
|
},
|
|
12633
|
-
"
|
|
12531
|
+
"json": {
|
|
12532
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
12533
|
+
"name": "json",
|
|
12534
|
+
"allowNo": false,
|
|
12535
|
+
"type": "boolean"
|
|
12536
|
+
},
|
|
12537
|
+
"machine": {
|
|
12538
|
+
"char": "m",
|
|
12539
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
12540
|
+
"name": "machine",
|
|
12541
|
+
"allowNo": false,
|
|
12542
|
+
"type": "boolean"
|
|
12543
|
+
},
|
|
12544
|
+
"dry-run": {
|
|
12634
12545
|
"char": "d",
|
|
12635
|
-
"description": "
|
|
12636
|
-
"name": "
|
|
12546
|
+
"description": "Show what would be pruned without actually doing it",
|
|
12547
|
+
"name": "dry-run",
|
|
12548
|
+
"allowNo": false,
|
|
12549
|
+
"type": "boolean"
|
|
12550
|
+
},
|
|
12551
|
+
"force": {
|
|
12552
|
+
"char": "f",
|
|
12553
|
+
"description": "Force cleanup even if agents have uncommitted/unpushed work",
|
|
12554
|
+
"name": "force",
|
|
12555
|
+
"allowNo": false,
|
|
12556
|
+
"type": "boolean"
|
|
12557
|
+
},
|
|
12558
|
+
"yes": {
|
|
12559
|
+
"char": "y",
|
|
12560
|
+
"description": "Skip confirmation prompt",
|
|
12561
|
+
"name": "yes",
|
|
12562
|
+
"allowNo": false,
|
|
12563
|
+
"type": "boolean"
|
|
12564
|
+
},
|
|
12565
|
+
"age": {
|
|
12566
|
+
"description": "Only prune sessions/agents idle for more than N hours (default: 0 = all idle)",
|
|
12567
|
+
"name": "age",
|
|
12568
|
+
"default": 0,
|
|
12569
|
+
"hasDynamicHelp": false,
|
|
12570
|
+
"multiple": false,
|
|
12571
|
+
"type": "option"
|
|
12572
|
+
}
|
|
12573
|
+
},
|
|
12574
|
+
"hasDynamicHelp": false,
|
|
12575
|
+
"hiddenAliases": [],
|
|
12576
|
+
"id": "session:prune",
|
|
12577
|
+
"pluginAlias": "@proletariat/cli",
|
|
12578
|
+
"pluginName": "@proletariat/cli",
|
|
12579
|
+
"pluginType": "core",
|
|
12580
|
+
"strict": true,
|
|
12581
|
+
"isESM": true,
|
|
12582
|
+
"relativePath": [
|
|
12583
|
+
"dist",
|
|
12584
|
+
"commands",
|
|
12585
|
+
"session",
|
|
12586
|
+
"prune.js"
|
|
12587
|
+
]
|
|
12588
|
+
},
|
|
12589
|
+
"session:restart": {
|
|
12590
|
+
"aliases": [],
|
|
12591
|
+
"args": {
|
|
12592
|
+
"target": {
|
|
12593
|
+
"description": "Agent name or ticket ID",
|
|
12594
|
+
"name": "target",
|
|
12595
|
+
"required": true
|
|
12596
|
+
}
|
|
12597
|
+
},
|
|
12598
|
+
"description": "Gracefully restart a stuck or completed agent session",
|
|
12599
|
+
"examples": [
|
|
12600
|
+
"<%= config.bin %> session restart altman",
|
|
12601
|
+
"<%= config.bin %> session restart TKT-123",
|
|
12602
|
+
"<%= config.bin %> session restart altman --fresh",
|
|
12603
|
+
"<%= config.bin %> session restart altman --resume",
|
|
12604
|
+
"<%= config.bin %> session restart altman --timeout 30"
|
|
12605
|
+
],
|
|
12606
|
+
"flags": {
|
|
12607
|
+
"project": {
|
|
12608
|
+
"char": "P",
|
|
12609
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
12610
|
+
"name": "project",
|
|
12637
12611
|
"hasDynamicHelp": false,
|
|
12638
12612
|
"multiple": false,
|
|
12639
12613
|
"type": "option"
|
|
12640
12614
|
},
|
|
12641
|
-
"
|
|
12642
|
-
"description": "
|
|
12643
|
-
"name": "
|
|
12644
|
-
"allowNo":
|
|
12615
|
+
"json": {
|
|
12616
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
12617
|
+
"name": "json",
|
|
12618
|
+
"allowNo": false,
|
|
12645
12619
|
"type": "boolean"
|
|
12646
12620
|
},
|
|
12647
|
-
"
|
|
12648
|
-
"char": "
|
|
12649
|
-
"description": "
|
|
12650
|
-
"name": "
|
|
12621
|
+
"machine": {
|
|
12622
|
+
"char": "m",
|
|
12623
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
12624
|
+
"name": "machine",
|
|
12625
|
+
"allowNo": false,
|
|
12626
|
+
"type": "boolean"
|
|
12627
|
+
},
|
|
12628
|
+
"fresh": {
|
|
12629
|
+
"description": "Reset worktree to branch HEAD before restarting",
|
|
12630
|
+
"exclusive": [
|
|
12631
|
+
"resume"
|
|
12632
|
+
],
|
|
12633
|
+
"name": "fresh",
|
|
12634
|
+
"allowNo": false,
|
|
12635
|
+
"type": "boolean"
|
|
12636
|
+
},
|
|
12637
|
+
"resume": {
|
|
12638
|
+
"description": "Continue from where the agent left off (pass --resume flag to Claude Code)",
|
|
12639
|
+
"exclusive": [
|
|
12640
|
+
"fresh"
|
|
12641
|
+
],
|
|
12642
|
+
"name": "resume",
|
|
12651
12643
|
"allowNo": false,
|
|
12652
12644
|
"type": "boolean"
|
|
12645
|
+
},
|
|
12646
|
+
"timeout": {
|
|
12647
|
+
"description": "Seconds to wait for clean exit before force restart",
|
|
12648
|
+
"name": "timeout",
|
|
12649
|
+
"default": 15,
|
|
12650
|
+
"hasDynamicHelp": false,
|
|
12651
|
+
"multiple": false,
|
|
12652
|
+
"type": "option"
|
|
12653
12653
|
}
|
|
12654
12654
|
},
|
|
12655
12655
|
"hasDynamicHelp": false,
|
|
12656
12656
|
"hiddenAliases": [],
|
|
12657
|
-
"id": "
|
|
12657
|
+
"id": "session:restart",
|
|
12658
12658
|
"pluginAlias": "@proletariat/cli",
|
|
12659
12659
|
"pluginName": "@proletariat/cli",
|
|
12660
12660
|
"pluginType": "core",
|
|
@@ -12663,8 +12663,8 @@
|
|
|
12663
12663
|
"relativePath": [
|
|
12664
12664
|
"dist",
|
|
12665
12665
|
"commands",
|
|
12666
|
-
"
|
|
12667
|
-
"
|
|
12666
|
+
"session",
|
|
12667
|
+
"restart.js"
|
|
12668
12668
|
]
|
|
12669
12669
|
},
|
|
12670
12670
|
"support:book": {
|
|
@@ -13079,6 +13079,59 @@
|
|
|
13079
13079
|
"status.js"
|
|
13080
13080
|
]
|
|
13081
13081
|
},
|
|
13082
|
+
"terminal:title": {
|
|
13083
|
+
"aliases": [],
|
|
13084
|
+
"args": {
|
|
13085
|
+
"title": {
|
|
13086
|
+
"description": "Title to set for the terminal tab/window",
|
|
13087
|
+
"name": "title",
|
|
13088
|
+
"required": false
|
|
13089
|
+
}
|
|
13090
|
+
},
|
|
13091
|
+
"description": "Set the terminal tab/window title",
|
|
13092
|
+
"examples": [
|
|
13093
|
+
"<%= config.bin %> <%= command.id %> \"My Custom Name\"",
|
|
13094
|
+
"<%= config.bin %> <%= command.id %> # Interactive prompt",
|
|
13095
|
+
"<%= config.bin %> <%= command.id %> --reset",
|
|
13096
|
+
"<%= config.bin %> <%= command.id %> --machine # JSON mode for agents"
|
|
13097
|
+
],
|
|
13098
|
+
"flags": {
|
|
13099
|
+
"reset": {
|
|
13100
|
+
"char": "r",
|
|
13101
|
+
"description": "Reset terminal title to default",
|
|
13102
|
+
"name": "reset",
|
|
13103
|
+
"allowNo": false,
|
|
13104
|
+
"type": "boolean"
|
|
13105
|
+
},
|
|
13106
|
+
"json": {
|
|
13107
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13108
|
+
"name": "json",
|
|
13109
|
+
"allowNo": false,
|
|
13110
|
+
"type": "boolean"
|
|
13111
|
+
},
|
|
13112
|
+
"machine": {
|
|
13113
|
+
"char": "m",
|
|
13114
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13115
|
+
"name": "machine",
|
|
13116
|
+
"allowNo": false,
|
|
13117
|
+
"type": "boolean"
|
|
13118
|
+
}
|
|
13119
|
+
},
|
|
13120
|
+
"hasDynamicHelp": false,
|
|
13121
|
+
"hiddenAliases": [],
|
|
13122
|
+
"id": "terminal:title",
|
|
13123
|
+
"pluginAlias": "@proletariat/cli",
|
|
13124
|
+
"pluginName": "@proletariat/cli",
|
|
13125
|
+
"pluginType": "core",
|
|
13126
|
+
"strict": true,
|
|
13127
|
+
"isESM": true,
|
|
13128
|
+
"relativePath": [
|
|
13129
|
+
"dist",
|
|
13130
|
+
"commands",
|
|
13131
|
+
"terminal",
|
|
13132
|
+
"title.js"
|
|
13133
|
+
]
|
|
13134
|
+
},
|
|
13082
13135
|
"template:apply": {
|
|
13083
13136
|
"aliases": [],
|
|
13084
13137
|
"args": {
|
|
@@ -13698,59 +13751,6 @@
|
|
|
13698
13751
|
"update.js"
|
|
13699
13752
|
]
|
|
13700
13753
|
},
|
|
13701
|
-
"terminal:title": {
|
|
13702
|
-
"aliases": [],
|
|
13703
|
-
"args": {
|
|
13704
|
-
"title": {
|
|
13705
|
-
"description": "Title to set for the terminal tab/window",
|
|
13706
|
-
"name": "title",
|
|
13707
|
-
"required": false
|
|
13708
|
-
}
|
|
13709
|
-
},
|
|
13710
|
-
"description": "Set the terminal tab/window title",
|
|
13711
|
-
"examples": [
|
|
13712
|
-
"<%= config.bin %> <%= command.id %> \"My Custom Name\"",
|
|
13713
|
-
"<%= config.bin %> <%= command.id %> # Interactive prompt",
|
|
13714
|
-
"<%= config.bin %> <%= command.id %> --reset",
|
|
13715
|
-
"<%= config.bin %> <%= command.id %> --machine # JSON mode for agents"
|
|
13716
|
-
],
|
|
13717
|
-
"flags": {
|
|
13718
|
-
"reset": {
|
|
13719
|
-
"char": "r",
|
|
13720
|
-
"description": "Reset terminal title to default",
|
|
13721
|
-
"name": "reset",
|
|
13722
|
-
"allowNo": false,
|
|
13723
|
-
"type": "boolean"
|
|
13724
|
-
},
|
|
13725
|
-
"json": {
|
|
13726
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13727
|
-
"name": "json",
|
|
13728
|
-
"allowNo": false,
|
|
13729
|
-
"type": "boolean"
|
|
13730
|
-
},
|
|
13731
|
-
"machine": {
|
|
13732
|
-
"char": "m",
|
|
13733
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13734
|
-
"name": "machine",
|
|
13735
|
-
"allowNo": false,
|
|
13736
|
-
"type": "boolean"
|
|
13737
|
-
}
|
|
13738
|
-
},
|
|
13739
|
-
"hasDynamicHelp": false,
|
|
13740
|
-
"hiddenAliases": [],
|
|
13741
|
-
"id": "terminal:title",
|
|
13742
|
-
"pluginAlias": "@proletariat/cli",
|
|
13743
|
-
"pluginName": "@proletariat/cli",
|
|
13744
|
-
"pluginType": "core",
|
|
13745
|
-
"strict": true,
|
|
13746
|
-
"isESM": true,
|
|
13747
|
-
"relativePath": [
|
|
13748
|
-
"dist",
|
|
13749
|
-
"commands",
|
|
13750
|
-
"terminal",
|
|
13751
|
-
"title.js"
|
|
13752
|
-
]
|
|
13753
|
-
},
|
|
13754
13754
|
"theme:add-names": {
|
|
13755
13755
|
"aliases": [],
|
|
13756
13756
|
"args": {
|
|
@@ -13984,30 +13984,27 @@
|
|
|
13984
13984
|
"set.js"
|
|
13985
13985
|
]
|
|
13986
13986
|
},
|
|
13987
|
-
"
|
|
13987
|
+
"trello:configure": {
|
|
13988
13988
|
"aliases": [],
|
|
13989
|
-
"args": {
|
|
13990
|
-
|
|
13991
|
-
"description": "Tool type (mcp or cli)",
|
|
13992
|
-
"name": "type",
|
|
13993
|
-
"options": [
|
|
13994
|
-
"mcp",
|
|
13995
|
-
"cli"
|
|
13996
|
-
],
|
|
13997
|
-
"required": true
|
|
13998
|
-
},
|
|
13999
|
-
"name": {
|
|
14000
|
-
"description": "Tool name (unique identifier)",
|
|
14001
|
-
"name": "name",
|
|
14002
|
-
"required": true
|
|
14003
|
-
}
|
|
14004
|
-
},
|
|
14005
|
-
"description": "Register an MCP server or CLI tool",
|
|
13989
|
+
"args": {},
|
|
13990
|
+
"description": "Connect to Trello and configure authentication",
|
|
14006
13991
|
"examples": [
|
|
14007
|
-
"<%= config.bin %>
|
|
14008
|
-
"<%= config.bin %>
|
|
13992
|
+
"<%= config.bin %> <%= command.id %>",
|
|
13993
|
+
"<%= config.bin %> <%= command.id %> --check",
|
|
13994
|
+
"<%= config.bin %> <%= command.id %> --force",
|
|
13995
|
+
"<%= config.bin %> <%= command.id %> --disconnect",
|
|
13996
|
+
"TRELLO_API_KEY=... TRELLO_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
13997
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
14009
13998
|
],
|
|
14010
13999
|
"flags": {
|
|
14000
|
+
"project": {
|
|
14001
|
+
"char": "P",
|
|
14002
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
14003
|
+
"name": "project",
|
|
14004
|
+
"hasDynamicHelp": false,
|
|
14005
|
+
"multiple": false,
|
|
14006
|
+
"type": "option"
|
|
14007
|
+
},
|
|
14011
14008
|
"json": {
|
|
14012
14009
|
"description": "Output as JSON for AI agents/scripts",
|
|
14013
14010
|
"name": "json",
|
|
@@ -14021,46 +14018,27 @@
|
|
|
14021
14018
|
"allowNo": false,
|
|
14022
14019
|
"type": "boolean"
|
|
14023
14020
|
},
|
|
14024
|
-
"
|
|
14025
|
-
"description": "
|
|
14026
|
-
"name": "
|
|
14027
|
-
"
|
|
14028
|
-
"
|
|
14029
|
-
"type": "option"
|
|
14030
|
-
},
|
|
14031
|
-
"command": {
|
|
14032
|
-
"description": "Command to run (MCP server command or CLI tool binary)",
|
|
14033
|
-
"name": "command",
|
|
14034
|
-
"hasDynamicHelp": false,
|
|
14035
|
-
"multiple": false,
|
|
14036
|
-
"type": "option"
|
|
14037
|
-
},
|
|
14038
|
-
"auth": {
|
|
14039
|
-
"description": "Environment variable for authentication (e.g., ARCADE_API_KEY)",
|
|
14040
|
-
"name": "auth",
|
|
14041
|
-
"hasDynamicHelp": false,
|
|
14042
|
-
"multiple": false,
|
|
14043
|
-
"type": "option"
|
|
14021
|
+
"check": {
|
|
14022
|
+
"description": "Only check if Trello credentials are valid (do not prompt)",
|
|
14023
|
+
"name": "check",
|
|
14024
|
+
"allowNo": false,
|
|
14025
|
+
"type": "boolean"
|
|
14044
14026
|
},
|
|
14045
|
-
"
|
|
14046
|
-
"description": "
|
|
14047
|
-
"name": "
|
|
14048
|
-
"
|
|
14049
|
-
"
|
|
14050
|
-
"type": "option"
|
|
14027
|
+
"force": {
|
|
14028
|
+
"description": "Force re-authentication even if credentials exist",
|
|
14029
|
+
"name": "force",
|
|
14030
|
+
"allowNo": false,
|
|
14031
|
+
"type": "boolean"
|
|
14051
14032
|
},
|
|
14052
|
-
"
|
|
14053
|
-
"description": "
|
|
14054
|
-
"name": "
|
|
14055
|
-
"
|
|
14056
|
-
"
|
|
14057
|
-
"type": "option"
|
|
14033
|
+
"disconnect": {
|
|
14034
|
+
"description": "Remove stored Trello credentials and configuration",
|
|
14035
|
+
"name": "disconnect",
|
|
14036
|
+
"allowNo": false,
|
|
14037
|
+
"type": "boolean"
|
|
14058
14038
|
},
|
|
14059
|
-
"
|
|
14060
|
-
"
|
|
14061
|
-
"
|
|
14062
|
-
"name": "description",
|
|
14063
|
-
"required": true,
|
|
14039
|
+
"board": {
|
|
14040
|
+
"description": "Default board ID or name",
|
|
14041
|
+
"name": "board",
|
|
14064
14042
|
"hasDynamicHelp": false,
|
|
14065
14043
|
"multiple": false,
|
|
14066
14044
|
"type": "option"
|
|
@@ -14068,7 +14046,7 @@
|
|
|
14068
14046
|
},
|
|
14069
14047
|
"hasDynamicHelp": false,
|
|
14070
14048
|
"hiddenAliases": [],
|
|
14071
|
-
"id": "
|
|
14049
|
+
"id": "trello:configure",
|
|
14072
14050
|
"pluginAlias": "@proletariat/cli",
|
|
14073
14051
|
"pluginName": "@proletariat/cli",
|
|
14074
14052
|
"pluginType": "core",
|
|
@@ -14077,19 +14055,30 @@
|
|
|
14077
14055
|
"relativePath": [
|
|
14078
14056
|
"dist",
|
|
14079
14057
|
"commands",
|
|
14080
|
-
"
|
|
14081
|
-
"
|
|
14058
|
+
"trello",
|
|
14059
|
+
"configure.js"
|
|
14082
14060
|
]
|
|
14083
14061
|
},
|
|
14084
|
-
"
|
|
14062
|
+
"trello:import": {
|
|
14085
14063
|
"aliases": [],
|
|
14086
14064
|
"args": {},
|
|
14087
|
-
"description": "
|
|
14065
|
+
"description": "Import Trello cards into PMO as tickets",
|
|
14088
14066
|
"examples": [
|
|
14089
|
-
"<%= config.bin %>
|
|
14090
|
-
"<%= config.bin %>
|
|
14067
|
+
"<%= config.bin %> <%= command.id %> # Interactive: select cards from board",
|
|
14068
|
+
"<%= config.bin %> <%= command.id %> --limit 50 # Import up to 50 cards",
|
|
14069
|
+
"<%= config.bin %> <%= command.id %> --all # Import all matching cards",
|
|
14070
|
+
"<%= config.bin %> <%= command.id %> --dry-run # Preview what would be imported",
|
|
14071
|
+
"<%= config.bin %> <%= command.id %> --json # JSON output for scripting"
|
|
14091
14072
|
],
|
|
14092
14073
|
"flags": {
|
|
14074
|
+
"project": {
|
|
14075
|
+
"char": "P",
|
|
14076
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
14077
|
+
"name": "project",
|
|
14078
|
+
"hasDynamicHelp": false,
|
|
14079
|
+
"multiple": false,
|
|
14080
|
+
"type": "option"
|
|
14081
|
+
},
|
|
14093
14082
|
"json": {
|
|
14094
14083
|
"description": "Output as JSON for AI agents/scripts",
|
|
14095
14084
|
"name": "json",
|
|
@@ -14102,34 +14091,63 @@
|
|
|
14102
14091
|
"name": "machine",
|
|
14103
14092
|
"allowNo": false,
|
|
14104
14093
|
"type": "boolean"
|
|
14094
|
+
},
|
|
14095
|
+
"limit": {
|
|
14096
|
+
"char": "n",
|
|
14097
|
+
"description": "Maximum number of cards to import",
|
|
14098
|
+
"name": "limit",
|
|
14099
|
+
"default": 50,
|
|
14100
|
+
"hasDynamicHelp": false,
|
|
14101
|
+
"multiple": false,
|
|
14102
|
+
"type": "option"
|
|
14103
|
+
},
|
|
14104
|
+
"all": {
|
|
14105
|
+
"char": "a",
|
|
14106
|
+
"description": "Import all matching cards without interactive selection",
|
|
14107
|
+
"name": "all",
|
|
14108
|
+
"allowNo": false,
|
|
14109
|
+
"type": "boolean"
|
|
14110
|
+
},
|
|
14111
|
+
"dry-run": {
|
|
14112
|
+
"description": "Preview cards that would be imported without creating tickets",
|
|
14113
|
+
"name": "dry-run",
|
|
14114
|
+
"allowNo": false,
|
|
14115
|
+
"type": "boolean"
|
|
14105
14116
|
}
|
|
14106
14117
|
},
|
|
14107
14118
|
"hasDynamicHelp": false,
|
|
14108
14119
|
"hiddenAliases": [],
|
|
14109
|
-
"id": "
|
|
14120
|
+
"id": "trello:import",
|
|
14110
14121
|
"pluginAlias": "@proletariat/cli",
|
|
14111
14122
|
"pluginName": "@proletariat/cli",
|
|
14112
14123
|
"pluginType": "core",
|
|
14113
14124
|
"strict": true,
|
|
14114
|
-
"enableJsonFlag": false,
|
|
14115
14125
|
"isESM": true,
|
|
14116
14126
|
"relativePath": [
|
|
14117
14127
|
"dist",
|
|
14118
14128
|
"commands",
|
|
14119
|
-
"
|
|
14120
|
-
"
|
|
14129
|
+
"trello",
|
|
14130
|
+
"import.js"
|
|
14121
14131
|
]
|
|
14122
14132
|
},
|
|
14123
|
-
"
|
|
14133
|
+
"trello:sync": {
|
|
14124
14134
|
"aliases": [],
|
|
14125
14135
|
"args": {},
|
|
14126
|
-
"description": "
|
|
14136
|
+
"description": "Sync PMO tickets to Trello cards",
|
|
14127
14137
|
"examples": [
|
|
14128
|
-
"<%= config.bin %>
|
|
14129
|
-
"<%= config.bin %>
|
|
14130
|
-
"<%= config.bin %>
|
|
14138
|
+
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --card abc123",
|
|
14139
|
+
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --create-missing",
|
|
14140
|
+
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
14131
14141
|
],
|
|
14132
14142
|
"flags": {
|
|
14143
|
+
"project": {
|
|
14144
|
+
"char": "P",
|
|
14145
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
14146
|
+
"name": "project",
|
|
14147
|
+
"hasDynamicHelp": false,
|
|
14148
|
+
"multiple": false,
|
|
14149
|
+
"type": "option"
|
|
14150
|
+
},
|
|
14133
14151
|
"json": {
|
|
14134
14152
|
"description": "Output as JSON for AI agents/scripts",
|
|
14135
14153
|
"name": "json",
|
|
@@ -14143,27 +14161,235 @@
|
|
|
14143
14161
|
"allowNo": false,
|
|
14144
14162
|
"type": "boolean"
|
|
14145
14163
|
},
|
|
14146
|
-
"
|
|
14147
|
-
"description": "
|
|
14148
|
-
"name": "
|
|
14164
|
+
"ticket": {
|
|
14165
|
+
"description": "PMO ticket ID to sync (syncs all mapped tickets if omitted)",
|
|
14166
|
+
"name": "ticket",
|
|
14167
|
+
"hasDynamicHelp": false,
|
|
14168
|
+
"multiple": false,
|
|
14169
|
+
"type": "option"
|
|
14170
|
+
},
|
|
14171
|
+
"card": {
|
|
14172
|
+
"description": "Trello card ID to map to --ticket",
|
|
14173
|
+
"name": "card",
|
|
14174
|
+
"hasDynamicHelp": false,
|
|
14175
|
+
"multiple": false,
|
|
14176
|
+
"type": "option"
|
|
14177
|
+
},
|
|
14178
|
+
"list": {
|
|
14179
|
+
"description": "Trello list ID used with --create-missing",
|
|
14180
|
+
"name": "list",
|
|
14181
|
+
"hasDynamicHelp": false,
|
|
14182
|
+
"multiple": false,
|
|
14183
|
+
"type": "option"
|
|
14184
|
+
},
|
|
14185
|
+
"create-missing": {
|
|
14186
|
+
"description": "Create Trello card when no mapping exists (requires list)",
|
|
14187
|
+
"name": "create-missing",
|
|
14188
|
+
"allowNo": false,
|
|
14189
|
+
"type": "boolean"
|
|
14190
|
+
},
|
|
14191
|
+
"dry-run": {
|
|
14192
|
+
"description": "Preview sync operations without making changes",
|
|
14193
|
+
"name": "dry-run",
|
|
14149
14194
|
"allowNo": false,
|
|
14150
14195
|
"type": "boolean"
|
|
14151
14196
|
}
|
|
14152
14197
|
},
|
|
14153
14198
|
"hasDynamicHelp": false,
|
|
14154
14199
|
"hiddenAliases": [],
|
|
14155
|
-
"id": "
|
|
14200
|
+
"id": "trello:sync",
|
|
14156
14201
|
"pluginAlias": "@proletariat/cli",
|
|
14157
14202
|
"pluginName": "@proletariat/cli",
|
|
14158
14203
|
"pluginType": "core",
|
|
14159
14204
|
"strict": true,
|
|
14160
|
-
"enableJsonFlag": false,
|
|
14161
14205
|
"isESM": true,
|
|
14162
14206
|
"relativePath": [
|
|
14163
14207
|
"dist",
|
|
14164
14208
|
"commands",
|
|
14165
|
-
"
|
|
14166
|
-
"
|
|
14209
|
+
"trello",
|
|
14210
|
+
"sync.js"
|
|
14211
|
+
]
|
|
14212
|
+
},
|
|
14213
|
+
"tools:add": {
|
|
14214
|
+
"aliases": [],
|
|
14215
|
+
"args": {
|
|
14216
|
+
"type": {
|
|
14217
|
+
"description": "Tool type (mcp or cli)",
|
|
14218
|
+
"name": "type",
|
|
14219
|
+
"options": [
|
|
14220
|
+
"mcp",
|
|
14221
|
+
"cli"
|
|
14222
|
+
],
|
|
14223
|
+
"required": true
|
|
14224
|
+
},
|
|
14225
|
+
"name": {
|
|
14226
|
+
"description": "Tool name (unique identifier)",
|
|
14227
|
+
"name": "name",
|
|
14228
|
+
"required": true
|
|
14229
|
+
}
|
|
14230
|
+
},
|
|
14231
|
+
"description": "Register an MCP server or CLI tool",
|
|
14232
|
+
"examples": [
|
|
14233
|
+
"<%= config.bin %> tools add mcp arcade --url https://api.arcade.dev/mcp --auth ARCADE_API_KEY --description \"Arcade integrations\"",
|
|
14234
|
+
"<%= config.bin %> tools add cli gh --command gh --detect \"which gh\" --install \"brew install gh\" --description \"GitHub CLI\""
|
|
14235
|
+
],
|
|
14236
|
+
"flags": {
|
|
14237
|
+
"json": {
|
|
14238
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
14239
|
+
"name": "json",
|
|
14240
|
+
"allowNo": false,
|
|
14241
|
+
"type": "boolean"
|
|
14242
|
+
},
|
|
14243
|
+
"machine": {
|
|
14244
|
+
"char": "m",
|
|
14245
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
14246
|
+
"name": "machine",
|
|
14247
|
+
"allowNo": false,
|
|
14248
|
+
"type": "boolean"
|
|
14249
|
+
},
|
|
14250
|
+
"url": {
|
|
14251
|
+
"description": "MCP server URL (for remote servers)",
|
|
14252
|
+
"name": "url",
|
|
14253
|
+
"hasDynamicHelp": false,
|
|
14254
|
+
"multiple": false,
|
|
14255
|
+
"type": "option"
|
|
14256
|
+
},
|
|
14257
|
+
"command": {
|
|
14258
|
+
"description": "Command to run (MCP server command or CLI tool binary)",
|
|
14259
|
+
"name": "command",
|
|
14260
|
+
"hasDynamicHelp": false,
|
|
14261
|
+
"multiple": false,
|
|
14262
|
+
"type": "option"
|
|
14263
|
+
},
|
|
14264
|
+
"auth": {
|
|
14265
|
+
"description": "Environment variable for authentication (e.g., ARCADE_API_KEY)",
|
|
14266
|
+
"name": "auth",
|
|
14267
|
+
"hasDynamicHelp": false,
|
|
14268
|
+
"multiple": false,
|
|
14269
|
+
"type": "option"
|
|
14270
|
+
},
|
|
14271
|
+
"detect": {
|
|
14272
|
+
"description": "Shell command to detect if CLI tool is installed",
|
|
14273
|
+
"name": "detect",
|
|
14274
|
+
"hasDynamicHelp": false,
|
|
14275
|
+
"multiple": false,
|
|
14276
|
+
"type": "option"
|
|
14277
|
+
},
|
|
14278
|
+
"install": {
|
|
14279
|
+
"description": "Shell command to install the CLI tool",
|
|
14280
|
+
"name": "install",
|
|
14281
|
+
"hasDynamicHelp": false,
|
|
14282
|
+
"multiple": false,
|
|
14283
|
+
"type": "option"
|
|
14284
|
+
},
|
|
14285
|
+
"description": {
|
|
14286
|
+
"char": "d",
|
|
14287
|
+
"description": "Human-readable description",
|
|
14288
|
+
"name": "description",
|
|
14289
|
+
"required": true,
|
|
14290
|
+
"hasDynamicHelp": false,
|
|
14291
|
+
"multiple": false,
|
|
14292
|
+
"type": "option"
|
|
14293
|
+
}
|
|
14294
|
+
},
|
|
14295
|
+
"hasDynamicHelp": false,
|
|
14296
|
+
"hiddenAliases": [],
|
|
14297
|
+
"id": "tools:add",
|
|
14298
|
+
"pluginAlias": "@proletariat/cli",
|
|
14299
|
+
"pluginName": "@proletariat/cli",
|
|
14300
|
+
"pluginType": "core",
|
|
14301
|
+
"strict": true,
|
|
14302
|
+
"isESM": true,
|
|
14303
|
+
"relativePath": [
|
|
14304
|
+
"dist",
|
|
14305
|
+
"commands",
|
|
14306
|
+
"tools",
|
|
14307
|
+
"add.js"
|
|
14308
|
+
]
|
|
14309
|
+
},
|
|
14310
|
+
"tools:check": {
|
|
14311
|
+
"aliases": [],
|
|
14312
|
+
"args": {},
|
|
14313
|
+
"description": "Verify all registered tools are available and healthy",
|
|
14314
|
+
"examples": [
|
|
14315
|
+
"<%= config.bin %> tools check",
|
|
14316
|
+
"<%= config.bin %> tools check --json"
|
|
14317
|
+
],
|
|
14318
|
+
"flags": {
|
|
14319
|
+
"json": {
|
|
14320
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
14321
|
+
"name": "json",
|
|
14322
|
+
"allowNo": false,
|
|
14323
|
+
"type": "boolean"
|
|
14324
|
+
},
|
|
14325
|
+
"machine": {
|
|
14326
|
+
"char": "m",
|
|
14327
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
14328
|
+
"name": "machine",
|
|
14329
|
+
"allowNo": false,
|
|
14330
|
+
"type": "boolean"
|
|
14331
|
+
}
|
|
14332
|
+
},
|
|
14333
|
+
"hasDynamicHelp": false,
|
|
14334
|
+
"hiddenAliases": [],
|
|
14335
|
+
"id": "tools:check",
|
|
14336
|
+
"pluginAlias": "@proletariat/cli",
|
|
14337
|
+
"pluginName": "@proletariat/cli",
|
|
14338
|
+
"pluginType": "core",
|
|
14339
|
+
"strict": true,
|
|
14340
|
+
"enableJsonFlag": false,
|
|
14341
|
+
"isESM": true,
|
|
14342
|
+
"relativePath": [
|
|
14343
|
+
"dist",
|
|
14344
|
+
"commands",
|
|
14345
|
+
"tools",
|
|
14346
|
+
"check.js"
|
|
14347
|
+
]
|
|
14348
|
+
},
|
|
14349
|
+
"tools:detect": {
|
|
14350
|
+
"aliases": [],
|
|
14351
|
+
"args": {},
|
|
14352
|
+
"description": "Auto-detect common CLI tools on the system and register them",
|
|
14353
|
+
"examples": [
|
|
14354
|
+
"<%= config.bin %> tools detect",
|
|
14355
|
+
"<%= config.bin %> tools detect --auto",
|
|
14356
|
+
"<%= config.bin %> tools detect --json"
|
|
14357
|
+
],
|
|
14358
|
+
"flags": {
|
|
14359
|
+
"json": {
|
|
14360
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
14361
|
+
"name": "json",
|
|
14362
|
+
"allowNo": false,
|
|
14363
|
+
"type": "boolean"
|
|
14364
|
+
},
|
|
14365
|
+
"machine": {
|
|
14366
|
+
"char": "m",
|
|
14367
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
14368
|
+
"name": "machine",
|
|
14369
|
+
"allowNo": false,
|
|
14370
|
+
"type": "boolean"
|
|
14371
|
+
},
|
|
14372
|
+
"auto": {
|
|
14373
|
+
"description": "Automatically register all detected tools without prompting",
|
|
14374
|
+
"name": "auto",
|
|
14375
|
+
"allowNo": false,
|
|
14376
|
+
"type": "boolean"
|
|
14377
|
+
}
|
|
14378
|
+
},
|
|
14379
|
+
"hasDynamicHelp": false,
|
|
14380
|
+
"hiddenAliases": [],
|
|
14381
|
+
"id": "tools:detect",
|
|
14382
|
+
"pluginAlias": "@proletariat/cli",
|
|
14383
|
+
"pluginName": "@proletariat/cli",
|
|
14384
|
+
"pluginType": "core",
|
|
14385
|
+
"strict": true,
|
|
14386
|
+
"enableJsonFlag": false,
|
|
14387
|
+
"isESM": true,
|
|
14388
|
+
"relativePath": [
|
|
14389
|
+
"dist",
|
|
14390
|
+
"commands",
|
|
14391
|
+
"tools",
|
|
14392
|
+
"detect.js"
|
|
14167
14393
|
]
|
|
14168
14394
|
},
|
|
14169
14395
|
"tools": {
|
|
@@ -14304,17 +14530,12 @@
|
|
|
14304
14530
|
"bump.js"
|
|
14305
14531
|
]
|
|
14306
14532
|
},
|
|
14307
|
-
"
|
|
14533
|
+
"ticket:bulk": {
|
|
14308
14534
|
"aliases": [],
|
|
14309
14535
|
"args": {},
|
|
14310
|
-
"description": "
|
|
14536
|
+
"description": "Manage tickets in bulk (interactive menu)",
|
|
14311
14537
|
"examples": [
|
|
14312
|
-
"<%= config.bin %> <%= command.id %>"
|
|
14313
|
-
"<%= config.bin %> <%= command.id %> --check",
|
|
14314
|
-
"<%= config.bin %> <%= command.id %> --force",
|
|
14315
|
-
"<%= config.bin %> <%= command.id %> --disconnect",
|
|
14316
|
-
"TRELLO_API_KEY=... TRELLO_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
14317
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
14538
|
+
"<%= config.bin %> <%= command.id %>"
|
|
14318
14539
|
],
|
|
14319
14540
|
"flags": {
|
|
14320
14541
|
"project": {
|
|
@@ -14337,36 +14558,11 @@
|
|
|
14337
14558
|
"name": "machine",
|
|
14338
14559
|
"allowNo": false,
|
|
14339
14560
|
"type": "boolean"
|
|
14340
|
-
},
|
|
14341
|
-
"check": {
|
|
14342
|
-
"description": "Only check if Trello credentials are valid (do not prompt)",
|
|
14343
|
-
"name": "check",
|
|
14344
|
-
"allowNo": false,
|
|
14345
|
-
"type": "boolean"
|
|
14346
|
-
},
|
|
14347
|
-
"force": {
|
|
14348
|
-
"description": "Force re-authentication even if credentials exist",
|
|
14349
|
-
"name": "force",
|
|
14350
|
-
"allowNo": false,
|
|
14351
|
-
"type": "boolean"
|
|
14352
|
-
},
|
|
14353
|
-
"disconnect": {
|
|
14354
|
-
"description": "Remove stored Trello credentials and configuration",
|
|
14355
|
-
"name": "disconnect",
|
|
14356
|
-
"allowNo": false,
|
|
14357
|
-
"type": "boolean"
|
|
14358
|
-
},
|
|
14359
|
-
"board": {
|
|
14360
|
-
"description": "Default board ID or name",
|
|
14361
|
-
"name": "board",
|
|
14362
|
-
"hasDynamicHelp": false,
|
|
14363
|
-
"multiple": false,
|
|
14364
|
-
"type": "option"
|
|
14365
14561
|
}
|
|
14366
14562
|
},
|
|
14367
14563
|
"hasDynamicHelp": false,
|
|
14368
14564
|
"hiddenAliases": [],
|
|
14369
|
-
"id": "
|
|
14565
|
+
"id": "ticket:bulk",
|
|
14370
14566
|
"pluginAlias": "@proletariat/cli",
|
|
14371
14567
|
"pluginName": "@proletariat/cli",
|
|
14372
14568
|
"pluginType": "core",
|
|
@@ -14375,20 +14571,22 @@
|
|
|
14375
14571
|
"relativePath": [
|
|
14376
14572
|
"dist",
|
|
14377
14573
|
"commands",
|
|
14378
|
-
"
|
|
14379
|
-
"
|
|
14574
|
+
"ticket",
|
|
14575
|
+
"bulk.js"
|
|
14380
14576
|
]
|
|
14381
14577
|
},
|
|
14382
|
-
"
|
|
14383
|
-
"aliases": [
|
|
14578
|
+
"ticket:category": {
|
|
14579
|
+
"aliases": [
|
|
14580
|
+
"ticket:categories"
|
|
14581
|
+
],
|
|
14384
14582
|
"args": {},
|
|
14385
|
-
"description": "
|
|
14583
|
+
"description": "Manage ticket categories (feature, bug, refactor, etc.)",
|
|
14386
14584
|
"examples": [
|
|
14387
|
-
"<%= config.bin %> <%= command.id %>
|
|
14388
|
-
"<%= config.bin %> <%= command.id %>
|
|
14389
|
-
"<%= config.bin %> <%= command.id %>
|
|
14390
|
-
"<%= config.bin %> <%= command.id %>
|
|
14391
|
-
"<%= config.bin %> <%= command.id %>
|
|
14585
|
+
"<%= config.bin %> <%= command.id %>",
|
|
14586
|
+
"<%= config.bin %> <%= command.id %> list",
|
|
14587
|
+
"<%= config.bin %> <%= command.id %> create spike",
|
|
14588
|
+
"<%= config.bin %> <%= command.id %> rename spike investigation",
|
|
14589
|
+
"<%= config.bin %> <%= command.id %> delete spike"
|
|
14392
14590
|
],
|
|
14393
14591
|
"flags": {
|
|
14394
14592
|
"project": {
|
|
@@ -14400,205 +14598,7 @@
|
|
|
14400
14598
|
"type": "option"
|
|
14401
14599
|
},
|
|
14402
14600
|
"json": {
|
|
14403
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
14404
|
-
"name": "json",
|
|
14405
|
-
"allowNo": false,
|
|
14406
|
-
"type": "boolean"
|
|
14407
|
-
},
|
|
14408
|
-
"machine": {
|
|
14409
|
-
"char": "m",
|
|
14410
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
14411
|
-
"name": "machine",
|
|
14412
|
-
"allowNo": false,
|
|
14413
|
-
"type": "boolean"
|
|
14414
|
-
},
|
|
14415
|
-
"limit": {
|
|
14416
|
-
"char": "n",
|
|
14417
|
-
"description": "Maximum number of cards to import",
|
|
14418
|
-
"name": "limit",
|
|
14419
|
-
"default": 50,
|
|
14420
|
-
"hasDynamicHelp": false,
|
|
14421
|
-
"multiple": false,
|
|
14422
|
-
"type": "option"
|
|
14423
|
-
},
|
|
14424
|
-
"all": {
|
|
14425
|
-
"char": "a",
|
|
14426
|
-
"description": "Import all matching cards without interactive selection",
|
|
14427
|
-
"name": "all",
|
|
14428
|
-
"allowNo": false,
|
|
14429
|
-
"type": "boolean"
|
|
14430
|
-
},
|
|
14431
|
-
"dry-run": {
|
|
14432
|
-
"description": "Preview cards that would be imported without creating tickets",
|
|
14433
|
-
"name": "dry-run",
|
|
14434
|
-
"allowNo": false,
|
|
14435
|
-
"type": "boolean"
|
|
14436
|
-
}
|
|
14437
|
-
},
|
|
14438
|
-
"hasDynamicHelp": false,
|
|
14439
|
-
"hiddenAliases": [],
|
|
14440
|
-
"id": "trello:import",
|
|
14441
|
-
"pluginAlias": "@proletariat/cli",
|
|
14442
|
-
"pluginName": "@proletariat/cli",
|
|
14443
|
-
"pluginType": "core",
|
|
14444
|
-
"strict": true,
|
|
14445
|
-
"isESM": true,
|
|
14446
|
-
"relativePath": [
|
|
14447
|
-
"dist",
|
|
14448
|
-
"commands",
|
|
14449
|
-
"trello",
|
|
14450
|
-
"import.js"
|
|
14451
|
-
]
|
|
14452
|
-
},
|
|
14453
|
-
"trello:sync": {
|
|
14454
|
-
"aliases": [],
|
|
14455
|
-
"args": {},
|
|
14456
|
-
"description": "Sync PMO tickets to Trello cards",
|
|
14457
|
-
"examples": [
|
|
14458
|
-
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --card abc123",
|
|
14459
|
-
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --create-missing",
|
|
14460
|
-
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
14461
|
-
],
|
|
14462
|
-
"flags": {
|
|
14463
|
-
"project": {
|
|
14464
|
-
"char": "P",
|
|
14465
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
14466
|
-
"name": "project",
|
|
14467
|
-
"hasDynamicHelp": false,
|
|
14468
|
-
"multiple": false,
|
|
14469
|
-
"type": "option"
|
|
14470
|
-
},
|
|
14471
|
-
"json": {
|
|
14472
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
14473
|
-
"name": "json",
|
|
14474
|
-
"allowNo": false,
|
|
14475
|
-
"type": "boolean"
|
|
14476
|
-
},
|
|
14477
|
-
"machine": {
|
|
14478
|
-
"char": "m",
|
|
14479
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
14480
|
-
"name": "machine",
|
|
14481
|
-
"allowNo": false,
|
|
14482
|
-
"type": "boolean"
|
|
14483
|
-
},
|
|
14484
|
-
"ticket": {
|
|
14485
|
-
"description": "PMO ticket ID to sync (syncs all mapped tickets if omitted)",
|
|
14486
|
-
"name": "ticket",
|
|
14487
|
-
"hasDynamicHelp": false,
|
|
14488
|
-
"multiple": false,
|
|
14489
|
-
"type": "option"
|
|
14490
|
-
},
|
|
14491
|
-
"card": {
|
|
14492
|
-
"description": "Trello card ID to map to --ticket",
|
|
14493
|
-
"name": "card",
|
|
14494
|
-
"hasDynamicHelp": false,
|
|
14495
|
-
"multiple": false,
|
|
14496
|
-
"type": "option"
|
|
14497
|
-
},
|
|
14498
|
-
"list": {
|
|
14499
|
-
"description": "Trello list ID used with --create-missing",
|
|
14500
|
-
"name": "list",
|
|
14501
|
-
"hasDynamicHelp": false,
|
|
14502
|
-
"multiple": false,
|
|
14503
|
-
"type": "option"
|
|
14504
|
-
},
|
|
14505
|
-
"create-missing": {
|
|
14506
|
-
"description": "Create Trello card when no mapping exists (requires list)",
|
|
14507
|
-
"name": "create-missing",
|
|
14508
|
-
"allowNo": false,
|
|
14509
|
-
"type": "boolean"
|
|
14510
|
-
},
|
|
14511
|
-
"dry-run": {
|
|
14512
|
-
"description": "Preview sync operations without making changes",
|
|
14513
|
-
"name": "dry-run",
|
|
14514
|
-
"allowNo": false,
|
|
14515
|
-
"type": "boolean"
|
|
14516
|
-
}
|
|
14517
|
-
},
|
|
14518
|
-
"hasDynamicHelp": false,
|
|
14519
|
-
"hiddenAliases": [],
|
|
14520
|
-
"id": "trello:sync",
|
|
14521
|
-
"pluginAlias": "@proletariat/cli",
|
|
14522
|
-
"pluginName": "@proletariat/cli",
|
|
14523
|
-
"pluginType": "core",
|
|
14524
|
-
"strict": true,
|
|
14525
|
-
"isESM": true,
|
|
14526
|
-
"relativePath": [
|
|
14527
|
-
"dist",
|
|
14528
|
-
"commands",
|
|
14529
|
-
"trello",
|
|
14530
|
-
"sync.js"
|
|
14531
|
-
]
|
|
14532
|
-
},
|
|
14533
|
-
"ticket:bulk": {
|
|
14534
|
-
"aliases": [],
|
|
14535
|
-
"args": {},
|
|
14536
|
-
"description": "Manage tickets in bulk (interactive menu)",
|
|
14537
|
-
"examples": [
|
|
14538
|
-
"<%= config.bin %> <%= command.id %>"
|
|
14539
|
-
],
|
|
14540
|
-
"flags": {
|
|
14541
|
-
"project": {
|
|
14542
|
-
"char": "P",
|
|
14543
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
14544
|
-
"name": "project",
|
|
14545
|
-
"hasDynamicHelp": false,
|
|
14546
|
-
"multiple": false,
|
|
14547
|
-
"type": "option"
|
|
14548
|
-
},
|
|
14549
|
-
"json": {
|
|
14550
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
14551
|
-
"name": "json",
|
|
14552
|
-
"allowNo": false,
|
|
14553
|
-
"type": "boolean"
|
|
14554
|
-
},
|
|
14555
|
-
"machine": {
|
|
14556
|
-
"char": "m",
|
|
14557
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
14558
|
-
"name": "machine",
|
|
14559
|
-
"allowNo": false,
|
|
14560
|
-
"type": "boolean"
|
|
14561
|
-
}
|
|
14562
|
-
},
|
|
14563
|
-
"hasDynamicHelp": false,
|
|
14564
|
-
"hiddenAliases": [],
|
|
14565
|
-
"id": "ticket:bulk",
|
|
14566
|
-
"pluginAlias": "@proletariat/cli",
|
|
14567
|
-
"pluginName": "@proletariat/cli",
|
|
14568
|
-
"pluginType": "core",
|
|
14569
|
-
"strict": true,
|
|
14570
|
-
"isESM": true,
|
|
14571
|
-
"relativePath": [
|
|
14572
|
-
"dist",
|
|
14573
|
-
"commands",
|
|
14574
|
-
"ticket",
|
|
14575
|
-
"bulk.js"
|
|
14576
|
-
]
|
|
14577
|
-
},
|
|
14578
|
-
"ticket:category": {
|
|
14579
|
-
"aliases": [
|
|
14580
|
-
"ticket:categories"
|
|
14581
|
-
],
|
|
14582
|
-
"args": {},
|
|
14583
|
-
"description": "Manage ticket categories (feature, bug, refactor, etc.)",
|
|
14584
|
-
"examples": [
|
|
14585
|
-
"<%= config.bin %> <%= command.id %>",
|
|
14586
|
-
"<%= config.bin %> <%= command.id %> list",
|
|
14587
|
-
"<%= config.bin %> <%= command.id %> create spike",
|
|
14588
|
-
"<%= config.bin %> <%= command.id %> rename spike investigation",
|
|
14589
|
-
"<%= config.bin %> <%= command.id %> delete spike"
|
|
14590
|
-
],
|
|
14591
|
-
"flags": {
|
|
14592
|
-
"project": {
|
|
14593
|
-
"char": "P",
|
|
14594
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
14595
|
-
"name": "project",
|
|
14596
|
-
"hasDynamicHelp": false,
|
|
14597
|
-
"multiple": false,
|
|
14598
|
-
"type": "option"
|
|
14599
|
-
},
|
|
14600
|
-
"json": {
|
|
14601
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
14601
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
14602
14602
|
"name": "json",
|
|
14603
14603
|
"allowNo": false,
|
|
14604
14604
|
"type": "boolean"
|
|
@@ -16491,14 +16491,14 @@
|
|
|
16491
16491
|
"view.js"
|
|
16492
16492
|
]
|
|
16493
16493
|
},
|
|
16494
|
-
"
|
|
16494
|
+
"work:asana": {
|
|
16495
16495
|
"aliases": [],
|
|
16496
16496
|
"args": {},
|
|
16497
|
-
"description": "
|
|
16497
|
+
"description": "List/select Asana tasks and spawn work using the existing work-start flow",
|
|
16498
16498
|
"examples": [
|
|
16499
|
-
"<%= config.bin %> <%= command.id %>
|
|
16500
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16501
|
-
"<%= config.bin %> <%= command.id %>
|
|
16499
|
+
"<%= config.bin %> <%= command.id %>",
|
|
16500
|
+
"<%= config.bin %> <%= command.id %> --task 1234567890",
|
|
16501
|
+
"<%= config.bin %> <%= command.id %> --task 1234567890 --yes --skip-permissions --display terminal"
|
|
16502
16502
|
],
|
|
16503
16503
|
"flags": {
|
|
16504
16504
|
"project": {
|
|
@@ -16522,108 +16522,93 @@
|
|
|
16522
16522
|
"allowNo": false,
|
|
16523
16523
|
"type": "boolean"
|
|
16524
16524
|
},
|
|
16525
|
-
"
|
|
16526
|
-
"description": "
|
|
16527
|
-
"name": "
|
|
16525
|
+
"task": {
|
|
16526
|
+
"description": "Asana task GID (for example: 1234567890)",
|
|
16527
|
+
"name": "task",
|
|
16528
16528
|
"hasDynamicHelp": false,
|
|
16529
16529
|
"multiple": false,
|
|
16530
16530
|
"type": "option"
|
|
16531
16531
|
},
|
|
16532
|
-
"
|
|
16533
|
-
"
|
|
16534
|
-
"
|
|
16532
|
+
"limit": {
|
|
16533
|
+
"char": "l",
|
|
16534
|
+
"description": "Maximum number of Asana tasks to fetch",
|
|
16535
|
+
"name": "limit",
|
|
16536
|
+
"default": 20,
|
|
16535
16537
|
"hasDynamicHelp": false,
|
|
16536
16538
|
"multiple": false,
|
|
16537
16539
|
"type": "option"
|
|
16538
16540
|
},
|
|
16539
|
-
"
|
|
16540
|
-
"
|
|
16541
|
-
"
|
|
16541
|
+
"executor": {
|
|
16542
|
+
"char": "e",
|
|
16543
|
+
"description": "Override executor",
|
|
16544
|
+
"name": "executor",
|
|
16542
16545
|
"hasDynamicHelp": false,
|
|
16543
16546
|
"multiple": false,
|
|
16547
|
+
"options": [
|
|
16548
|
+
"claude-code",
|
|
16549
|
+
"codex",
|
|
16550
|
+
"custom"
|
|
16551
|
+
],
|
|
16544
16552
|
"type": "option"
|
|
16545
16553
|
},
|
|
16546
|
-
"
|
|
16547
|
-
"
|
|
16548
|
-
"
|
|
16549
|
-
"
|
|
16554
|
+
"display": {
|
|
16555
|
+
"char": "d",
|
|
16556
|
+
"description": "Display mode",
|
|
16557
|
+
"name": "display",
|
|
16550
16558
|
"hasDynamicHelp": false,
|
|
16551
16559
|
"multiple": false,
|
|
16552
16560
|
"options": [
|
|
16553
|
-
"
|
|
16554
|
-
"
|
|
16561
|
+
"terminal",
|
|
16562
|
+
"background",
|
|
16563
|
+
"foreground"
|
|
16555
16564
|
],
|
|
16556
16565
|
"type": "option"
|
|
16557
16566
|
},
|
|
16558
|
-
"
|
|
16559
|
-
"
|
|
16560
|
-
"
|
|
16561
|
-
"
|
|
16562
|
-
"
|
|
16563
|
-
}
|
|
16564
|
-
},
|
|
16565
|
-
"hasDynamicHelp": false,
|
|
16566
|
-
"hiddenAliases": [],
|
|
16567
|
-
"id": "workflow-rule:create",
|
|
16568
|
-
"pluginAlias": "@proletariat/cli",
|
|
16569
|
-
"pluginName": "@proletariat/cli",
|
|
16570
|
-
"pluginType": "core",
|
|
16571
|
-
"strict": true,
|
|
16572
|
-
"isESM": true,
|
|
16573
|
-
"relativePath": [
|
|
16574
|
-
"dist",
|
|
16575
|
-
"commands",
|
|
16576
|
-
"workflow-rule",
|
|
16577
|
-
"create.js"
|
|
16578
|
-
]
|
|
16579
|
-
},
|
|
16580
|
-
"workflow-rule:delete": {
|
|
16581
|
-
"aliases": [],
|
|
16582
|
-
"args": {
|
|
16583
|
-
"id": {
|
|
16584
|
-
"description": "Rule ID to delete",
|
|
16585
|
-
"name": "id",
|
|
16586
|
-
"required": true
|
|
16587
|
-
}
|
|
16588
|
-
},
|
|
16589
|
-
"description": "Delete a workflow rule",
|
|
16590
|
-
"examples": [
|
|
16591
|
-
"<%= config.bin %> <%= command.id %> todo-implement",
|
|
16592
|
-
"<%= config.bin %> <%= command.id %> todo-implement --force"
|
|
16593
|
-
],
|
|
16594
|
-
"flags": {
|
|
16595
|
-
"project": {
|
|
16596
|
-
"char": "P",
|
|
16597
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
16598
|
-
"name": "project",
|
|
16567
|
+
"action": {
|
|
16568
|
+
"char": "A",
|
|
16569
|
+
"description": "Action to run in work start (default: implement)",
|
|
16570
|
+
"name": "action",
|
|
16571
|
+
"default": "implement",
|
|
16599
16572
|
"hasDynamicHelp": false,
|
|
16600
16573
|
"multiple": false,
|
|
16601
16574
|
"type": "option"
|
|
16602
16575
|
},
|
|
16603
|
-
"
|
|
16604
|
-
"description": "
|
|
16605
|
-
"name": "
|
|
16576
|
+
"message": {
|
|
16577
|
+
"description": "Additional instructions appended to spawn context",
|
|
16578
|
+
"name": "message",
|
|
16579
|
+
"hasDynamicHelp": false,
|
|
16580
|
+
"multiple": false,
|
|
16581
|
+
"type": "option"
|
|
16582
|
+
},
|
|
16583
|
+
"run-on-host": {
|
|
16584
|
+
"description": "Run on host even if devcontainer exists",
|
|
16585
|
+
"name": "run-on-host",
|
|
16606
16586
|
"allowNo": false,
|
|
16607
16587
|
"type": "boolean"
|
|
16608
16588
|
},
|
|
16609
|
-
"
|
|
16610
|
-
"
|
|
16611
|
-
"
|
|
16612
|
-
"name": "machine",
|
|
16589
|
+
"skip-permissions": {
|
|
16590
|
+
"description": "Skip permission prompts (danger mode)",
|
|
16591
|
+
"name": "skip-permissions",
|
|
16613
16592
|
"allowNo": false,
|
|
16614
16593
|
"type": "boolean"
|
|
16615
16594
|
},
|
|
16616
|
-
"
|
|
16617
|
-
"
|
|
16618
|
-
"
|
|
16619
|
-
"
|
|
16595
|
+
"create-pr": {
|
|
16596
|
+
"description": "Create PR when work is ready",
|
|
16597
|
+
"name": "create-pr",
|
|
16598
|
+
"allowNo": false,
|
|
16599
|
+
"type": "boolean"
|
|
16600
|
+
},
|
|
16601
|
+
"yes": {
|
|
16602
|
+
"char": "y",
|
|
16603
|
+
"description": "Skip confirmation prompts in downstream work start",
|
|
16604
|
+
"name": "yes",
|
|
16620
16605
|
"allowNo": false,
|
|
16621
16606
|
"type": "boolean"
|
|
16622
16607
|
}
|
|
16623
16608
|
},
|
|
16624
16609
|
"hasDynamicHelp": false,
|
|
16625
16610
|
"hiddenAliases": [],
|
|
16626
|
-
"id": "
|
|
16611
|
+
"id": "work:asana",
|
|
16627
16612
|
"pluginAlias": "@proletariat/cli",
|
|
16628
16613
|
"pluginName": "@proletariat/cli",
|
|
16629
16614
|
"pluginType": "core",
|
|
@@ -16632,18 +16617,23 @@
|
|
|
16632
16617
|
"relativePath": [
|
|
16633
16618
|
"dist",
|
|
16634
16619
|
"commands",
|
|
16635
|
-
"
|
|
16636
|
-
"
|
|
16620
|
+
"work",
|
|
16621
|
+
"asana.js"
|
|
16637
16622
|
]
|
|
16638
16623
|
},
|
|
16639
|
-
"
|
|
16640
|
-
"aliases": [
|
|
16641
|
-
|
|
16642
|
-
|
|
16643
|
-
|
|
16644
|
-
|
|
16624
|
+
"work:complete": {
|
|
16625
|
+
"aliases": [],
|
|
16626
|
+
"args": {
|
|
16627
|
+
"ticketId": {
|
|
16628
|
+
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
16629
|
+
"name": "ticketId",
|
|
16630
|
+
"required": false
|
|
16631
|
+
}
|
|
16632
|
+
},
|
|
16633
|
+
"description": "Mark work as complete (moves ticket to Done column)",
|
|
16645
16634
|
"examples": [
|
|
16646
|
-
"<%= config.bin %> <%= command.id %>"
|
|
16635
|
+
"<%= config.bin %> <%= command.id %>",
|
|
16636
|
+
"<%= config.bin %> <%= command.id %> TKT-001"
|
|
16647
16637
|
],
|
|
16648
16638
|
"flags": {
|
|
16649
16639
|
"project": {
|
|
@@ -16670,7 +16660,7 @@
|
|
|
16670
16660
|
},
|
|
16671
16661
|
"hasDynamicHelp": false,
|
|
16672
16662
|
"hiddenAliases": [],
|
|
16673
|
-
"id": "
|
|
16663
|
+
"id": "work:complete",
|
|
16674
16664
|
"pluginAlias": "@proletariat/cli",
|
|
16675
16665
|
"pluginName": "@proletariat/cli",
|
|
16676
16666
|
"pluginType": "core",
|
|
@@ -16679,19 +16669,16 @@
|
|
|
16679
16669
|
"relativePath": [
|
|
16680
16670
|
"dist",
|
|
16681
16671
|
"commands",
|
|
16682
|
-
"
|
|
16683
|
-
"
|
|
16672
|
+
"work",
|
|
16673
|
+
"complete.js"
|
|
16684
16674
|
]
|
|
16685
16675
|
},
|
|
16686
|
-
"
|
|
16676
|
+
"work": {
|
|
16687
16677
|
"aliases": [],
|
|
16688
16678
|
"args": {},
|
|
16689
|
-
"description": "
|
|
16679
|
+
"description": "Interactive menu for work operations (ownership, assignment, execution)",
|
|
16690
16680
|
"examples": [
|
|
16691
|
-
"<%= config.bin %> <%= command.id %>"
|
|
16692
|
-
"<%= config.bin %> <%= command.id %> --to-state \"In Progress\"",
|
|
16693
|
-
"<%= config.bin %> <%= command.id %> --trigger on_enter",
|
|
16694
|
-
"<%= config.bin %> <%= command.id %> --enabled"
|
|
16681
|
+
"<%= config.bin %> <%= command.id %>"
|
|
16695
16682
|
],
|
|
16696
16683
|
"flags": {
|
|
16697
16684
|
"project": {
|
|
@@ -16714,49 +16701,11 @@
|
|
|
16714
16701
|
"name": "machine",
|
|
16715
16702
|
"allowNo": false,
|
|
16716
16703
|
"type": "boolean"
|
|
16717
|
-
},
|
|
16718
|
-
"to-state": {
|
|
16719
|
-
"description": "Filter by target state",
|
|
16720
|
-
"name": "to-state",
|
|
16721
|
-
"hasDynamicHelp": false,
|
|
16722
|
-
"multiple": false,
|
|
16723
|
-
"type": "option"
|
|
16724
|
-
},
|
|
16725
|
-
"from-state": {
|
|
16726
|
-
"description": "Filter by source state",
|
|
16727
|
-
"name": "from-state",
|
|
16728
|
-
"hasDynamicHelp": false,
|
|
16729
|
-
"multiple": false,
|
|
16730
|
-
"type": "option"
|
|
16731
|
-
},
|
|
16732
|
-
"action-id": {
|
|
16733
|
-
"description": "Filter by action ID",
|
|
16734
|
-
"name": "action-id",
|
|
16735
|
-
"hasDynamicHelp": false,
|
|
16736
|
-
"multiple": false,
|
|
16737
|
-
"type": "option"
|
|
16738
|
-
},
|
|
16739
|
-
"trigger": {
|
|
16740
|
-
"description": "Filter by trigger type",
|
|
16741
|
-
"name": "trigger",
|
|
16742
|
-
"hasDynamicHelp": false,
|
|
16743
|
-
"multiple": false,
|
|
16744
|
-
"options": [
|
|
16745
|
-
"manual",
|
|
16746
|
-
"on_enter"
|
|
16747
|
-
],
|
|
16748
|
-
"type": "option"
|
|
16749
|
-
},
|
|
16750
|
-
"enabled": {
|
|
16751
|
-
"description": "Show only enabled rules",
|
|
16752
|
-
"name": "enabled",
|
|
16753
|
-
"allowNo": true,
|
|
16754
|
-
"type": "boolean"
|
|
16755
16704
|
}
|
|
16756
16705
|
},
|
|
16757
16706
|
"hasDynamicHelp": false,
|
|
16758
16707
|
"hiddenAliases": [],
|
|
16759
|
-
"id": "
|
|
16708
|
+
"id": "work",
|
|
16760
16709
|
"pluginAlias": "@proletariat/cli",
|
|
16761
16710
|
"pluginName": "@proletariat/cli",
|
|
16762
16711
|
"pluginType": "core",
|
|
@@ -16765,24 +16714,18 @@
|
|
|
16765
16714
|
"relativePath": [
|
|
16766
16715
|
"dist",
|
|
16767
16716
|
"commands",
|
|
16768
|
-
"
|
|
16769
|
-
"
|
|
16717
|
+
"work",
|
|
16718
|
+
"index.js"
|
|
16770
16719
|
]
|
|
16771
16720
|
},
|
|
16772
|
-
"
|
|
16721
|
+
"work:jira": {
|
|
16773
16722
|
"aliases": [],
|
|
16774
|
-
"args": {
|
|
16775
|
-
|
|
16776
|
-
"description": "Rule ID to update",
|
|
16777
|
-
"name": "id",
|
|
16778
|
-
"required": true
|
|
16779
|
-
}
|
|
16780
|
-
},
|
|
16781
|
-
"description": "Update a workflow rule",
|
|
16723
|
+
"args": {},
|
|
16724
|
+
"description": "List/select Jira issues and spawn work using the existing work-start flow",
|
|
16782
16725
|
"examples": [
|
|
16783
|
-
"<%= config.bin %> <%= command.id %>
|
|
16784
|
-
"<%= config.bin %> <%= command.id %>
|
|
16785
|
-
"<%= config.bin %> <%= command.id %>
|
|
16726
|
+
"<%= config.bin %> <%= command.id %> --host https://myorg.atlassian.net --project-key PROJ",
|
|
16727
|
+
"<%= config.bin %> <%= command.id %> --host https://myorg.atlassian.net --issue PROJ-123",
|
|
16728
|
+
"<%= config.bin %> <%= command.id %> --host https://myorg.atlassian.net --issue PROJ-123 --yes --skip-permissions --display terminal"
|
|
16786
16729
|
],
|
|
16787
16730
|
"flags": {
|
|
16788
16731
|
"project": {
|
|
@@ -16806,101 +16749,51 @@
|
|
|
16806
16749
|
"allowNo": false,
|
|
16807
16750
|
"type": "boolean"
|
|
16808
16751
|
},
|
|
16809
|
-
"
|
|
16810
|
-
"description": "
|
|
16811
|
-
"name": "
|
|
16752
|
+
"host": {
|
|
16753
|
+
"description": "Jira host URL (fallback: PRLT_JIRA_HOST or JIRA_HOST)",
|
|
16754
|
+
"name": "host",
|
|
16812
16755
|
"hasDynamicHelp": false,
|
|
16813
16756
|
"multiple": false,
|
|
16814
16757
|
"type": "option"
|
|
16815
16758
|
},
|
|
16816
|
-
"
|
|
16817
|
-
"description": "
|
|
16818
|
-
"name": "
|
|
16759
|
+
"email": {
|
|
16760
|
+
"description": "Jira account email (fallback: PRLT_JIRA_EMAIL or JIRA_EMAIL)",
|
|
16761
|
+
"name": "email",
|
|
16819
16762
|
"hasDynamicHelp": false,
|
|
16820
16763
|
"multiple": false,
|
|
16821
16764
|
"type": "option"
|
|
16822
16765
|
},
|
|
16823
|
-
"
|
|
16824
|
-
"description": "
|
|
16825
|
-
"name": "
|
|
16766
|
+
"token": {
|
|
16767
|
+
"description": "Jira API token (fallback: PRLT_JIRA_API_TOKEN or JIRA_API_TOKEN)",
|
|
16768
|
+
"name": "token",
|
|
16826
16769
|
"hasDynamicHelp": false,
|
|
16827
16770
|
"multiple": false,
|
|
16828
16771
|
"type": "option"
|
|
16829
16772
|
},
|
|
16830
|
-
"
|
|
16831
|
-
"description": "
|
|
16832
|
-
"name": "
|
|
16773
|
+
"project-key": {
|
|
16774
|
+
"description": "Jira project key for listing issues (fallback: PRLT_JIRA_PROJECT or JIRA_PROJECT_KEY)",
|
|
16775
|
+
"name": "project-key",
|
|
16833
16776
|
"hasDynamicHelp": false,
|
|
16834
16777
|
"multiple": false,
|
|
16835
|
-
"options": [
|
|
16836
|
-
"manual",
|
|
16837
|
-
"on_enter"
|
|
16838
|
-
],
|
|
16839
16778
|
"type": "option"
|
|
16840
16779
|
},
|
|
16841
|
-
"
|
|
16842
|
-
"description": "
|
|
16843
|
-
"name": "
|
|
16844
|
-
"allowNo": true,
|
|
16845
|
-
"type": "boolean"
|
|
16846
|
-
}
|
|
16847
|
-
},
|
|
16848
|
-
"hasDynamicHelp": false,
|
|
16849
|
-
"hiddenAliases": [],
|
|
16850
|
-
"id": "workflow-rule:update",
|
|
16851
|
-
"pluginAlias": "@proletariat/cli",
|
|
16852
|
-
"pluginName": "@proletariat/cli",
|
|
16853
|
-
"pluginType": "core",
|
|
16854
|
-
"strict": true,
|
|
16855
|
-
"isESM": true,
|
|
16856
|
-
"relativePath": [
|
|
16857
|
-
"dist",
|
|
16858
|
-
"commands",
|
|
16859
|
-
"workflow-rule",
|
|
16860
|
-
"update.js"
|
|
16861
|
-
]
|
|
16862
|
-
},
|
|
16863
|
-
"work:asana": {
|
|
16864
|
-
"aliases": [],
|
|
16865
|
-
"args": {},
|
|
16866
|
-
"description": "List/select Asana tasks and spawn work using the existing work-start flow",
|
|
16867
|
-
"examples": [
|
|
16868
|
-
"<%= config.bin %> <%= command.id %>",
|
|
16869
|
-
"<%= config.bin %> <%= command.id %> --task 1234567890",
|
|
16870
|
-
"<%= config.bin %> <%= command.id %> --task 1234567890 --yes --skip-permissions --display terminal"
|
|
16871
|
-
],
|
|
16872
|
-
"flags": {
|
|
16873
|
-
"project": {
|
|
16874
|
-
"char": "P",
|
|
16875
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
16876
|
-
"name": "project",
|
|
16780
|
+
"jql": {
|
|
16781
|
+
"description": "Custom JQL for listing issues (overrides project key filters)",
|
|
16782
|
+
"name": "jql",
|
|
16877
16783
|
"hasDynamicHelp": false,
|
|
16878
16784
|
"multiple": false,
|
|
16879
16785
|
"type": "option"
|
|
16880
16786
|
},
|
|
16881
|
-
"
|
|
16882
|
-
"description": "
|
|
16883
|
-
"name": "
|
|
16884
|
-
"allowNo": false,
|
|
16885
|
-
"type": "boolean"
|
|
16886
|
-
},
|
|
16887
|
-
"machine": {
|
|
16888
|
-
"char": "m",
|
|
16889
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
16890
|
-
"name": "machine",
|
|
16891
|
-
"allowNo": false,
|
|
16892
|
-
"type": "boolean"
|
|
16893
|
-
},
|
|
16894
|
-
"task": {
|
|
16895
|
-
"description": "Asana task GID (for example: 1234567890)",
|
|
16896
|
-
"name": "task",
|
|
16787
|
+
"issue": {
|
|
16788
|
+
"description": "Jira issue key (for example: PROJ-123)",
|
|
16789
|
+
"name": "issue",
|
|
16897
16790
|
"hasDynamicHelp": false,
|
|
16898
16791
|
"multiple": false,
|
|
16899
16792
|
"type": "option"
|
|
16900
16793
|
},
|
|
16901
16794
|
"limit": {
|
|
16902
16795
|
"char": "l",
|
|
16903
|
-
"description": "Maximum number of
|
|
16796
|
+
"description": "Maximum number of Jira issues to fetch",
|
|
16904
16797
|
"name": "limit",
|
|
16905
16798
|
"default": 20,
|
|
16906
16799
|
"hasDynamicHelp": false,
|
|
@@ -16977,7 +16870,7 @@
|
|
|
16977
16870
|
},
|
|
16978
16871
|
"hasDynamicHelp": false,
|
|
16979
16872
|
"hiddenAliases": [],
|
|
16980
|
-
"id": "work:
|
|
16873
|
+
"id": "work:jira",
|
|
16981
16874
|
"pluginAlias": "@proletariat/cli",
|
|
16982
16875
|
"pluginName": "@proletariat/cli",
|
|
16983
16876
|
"pluginType": "core",
|
|
@@ -16987,114 +16880,17 @@
|
|
|
16987
16880
|
"dist",
|
|
16988
16881
|
"commands",
|
|
16989
16882
|
"work",
|
|
16990
|
-
"
|
|
16883
|
+
"jira.js"
|
|
16991
16884
|
]
|
|
16992
16885
|
},
|
|
16993
|
-
"work:
|
|
16994
|
-
"aliases": [],
|
|
16995
|
-
"args": {
|
|
16996
|
-
"ticketId": {
|
|
16997
|
-
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
16998
|
-
"name": "ticketId",
|
|
16999
|
-
"required": false
|
|
17000
|
-
}
|
|
17001
|
-
},
|
|
17002
|
-
"description": "Mark work as complete (moves ticket to Done column)",
|
|
17003
|
-
"examples": [
|
|
17004
|
-
"<%= config.bin %> <%= command.id %>",
|
|
17005
|
-
"<%= config.bin %> <%= command.id %> TKT-001"
|
|
17006
|
-
],
|
|
17007
|
-
"flags": {
|
|
17008
|
-
"project": {
|
|
17009
|
-
"char": "P",
|
|
17010
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
17011
|
-
"name": "project",
|
|
17012
|
-
"hasDynamicHelp": false,
|
|
17013
|
-
"multiple": false,
|
|
17014
|
-
"type": "option"
|
|
17015
|
-
},
|
|
17016
|
-
"json": {
|
|
17017
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
17018
|
-
"name": "json",
|
|
17019
|
-
"allowNo": false,
|
|
17020
|
-
"type": "boolean"
|
|
17021
|
-
},
|
|
17022
|
-
"machine": {
|
|
17023
|
-
"char": "m",
|
|
17024
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
17025
|
-
"name": "machine",
|
|
17026
|
-
"allowNo": false,
|
|
17027
|
-
"type": "boolean"
|
|
17028
|
-
}
|
|
17029
|
-
},
|
|
17030
|
-
"hasDynamicHelp": false,
|
|
17031
|
-
"hiddenAliases": [],
|
|
17032
|
-
"id": "work:complete",
|
|
17033
|
-
"pluginAlias": "@proletariat/cli",
|
|
17034
|
-
"pluginName": "@proletariat/cli",
|
|
17035
|
-
"pluginType": "core",
|
|
17036
|
-
"strict": true,
|
|
17037
|
-
"isESM": true,
|
|
17038
|
-
"relativePath": [
|
|
17039
|
-
"dist",
|
|
17040
|
-
"commands",
|
|
17041
|
-
"work",
|
|
17042
|
-
"complete.js"
|
|
17043
|
-
]
|
|
17044
|
-
},
|
|
17045
|
-
"work": {
|
|
17046
|
-
"aliases": [],
|
|
17047
|
-
"args": {},
|
|
17048
|
-
"description": "Interactive menu for work operations (ownership, assignment, execution)",
|
|
17049
|
-
"examples": [
|
|
17050
|
-
"<%= config.bin %> <%= command.id %>"
|
|
17051
|
-
],
|
|
17052
|
-
"flags": {
|
|
17053
|
-
"project": {
|
|
17054
|
-
"char": "P",
|
|
17055
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
17056
|
-
"name": "project",
|
|
17057
|
-
"hasDynamicHelp": false,
|
|
17058
|
-
"multiple": false,
|
|
17059
|
-
"type": "option"
|
|
17060
|
-
},
|
|
17061
|
-
"json": {
|
|
17062
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
17063
|
-
"name": "json",
|
|
17064
|
-
"allowNo": false,
|
|
17065
|
-
"type": "boolean"
|
|
17066
|
-
},
|
|
17067
|
-
"machine": {
|
|
17068
|
-
"char": "m",
|
|
17069
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
17070
|
-
"name": "machine",
|
|
17071
|
-
"allowNo": false,
|
|
17072
|
-
"type": "boolean"
|
|
17073
|
-
}
|
|
17074
|
-
},
|
|
17075
|
-
"hasDynamicHelp": false,
|
|
17076
|
-
"hiddenAliases": [],
|
|
17077
|
-
"id": "work",
|
|
17078
|
-
"pluginAlias": "@proletariat/cli",
|
|
17079
|
-
"pluginName": "@proletariat/cli",
|
|
17080
|
-
"pluginType": "core",
|
|
17081
|
-
"strict": true,
|
|
17082
|
-
"isESM": true,
|
|
17083
|
-
"relativePath": [
|
|
17084
|
-
"dist",
|
|
17085
|
-
"commands",
|
|
17086
|
-
"work",
|
|
17087
|
-
"index.js"
|
|
17088
|
-
]
|
|
17089
|
-
},
|
|
17090
|
-
"work:jira": {
|
|
16886
|
+
"work:linear": {
|
|
17091
16887
|
"aliases": [],
|
|
17092
16888
|
"args": {},
|
|
17093
|
-
"description": "List/select
|
|
16889
|
+
"description": "List/select Linear issues and spawn work using the existing work-start flow",
|
|
17094
16890
|
"examples": [
|
|
17095
|
-
"<%= config.bin %> <%= command.id %> --
|
|
17096
|
-
"<%= config.bin %> <%= command.id %> --
|
|
17097
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16891
|
+
"<%= config.bin %> <%= command.id %> --team ENG",
|
|
16892
|
+
"<%= config.bin %> <%= command.id %> --team ENG --issue ENG-123",
|
|
16893
|
+
"<%= config.bin %> <%= command.id %> --team ENG --issue ENG-123 --yes --skip-permissions --display terminal"
|
|
17098
16894
|
],
|
|
17099
16895
|
"flags": {
|
|
17100
16896
|
"project": {
|
|
@@ -17118,43 +16914,15 @@
|
|
|
17118
16914
|
"allowNo": false,
|
|
17119
16915
|
"type": "boolean"
|
|
17120
16916
|
},
|
|
17121
|
-
"
|
|
17122
|
-
"description": "
|
|
17123
|
-
"name": "
|
|
17124
|
-
"hasDynamicHelp": false,
|
|
17125
|
-
"multiple": false,
|
|
17126
|
-
"type": "option"
|
|
17127
|
-
},
|
|
17128
|
-
"email": {
|
|
17129
|
-
"description": "Jira account email (fallback: PRLT_JIRA_EMAIL or JIRA_EMAIL)",
|
|
17130
|
-
"name": "email",
|
|
17131
|
-
"hasDynamicHelp": false,
|
|
17132
|
-
"multiple": false,
|
|
17133
|
-
"type": "option"
|
|
17134
|
-
},
|
|
17135
|
-
"token": {
|
|
17136
|
-
"description": "Jira API token (fallback: PRLT_JIRA_API_TOKEN or JIRA_API_TOKEN)",
|
|
17137
|
-
"name": "token",
|
|
17138
|
-
"hasDynamicHelp": false,
|
|
17139
|
-
"multiple": false,
|
|
17140
|
-
"type": "option"
|
|
17141
|
-
},
|
|
17142
|
-
"project-key": {
|
|
17143
|
-
"description": "Jira project key for listing issues (fallback: PRLT_JIRA_PROJECT or JIRA_PROJECT_KEY)",
|
|
17144
|
-
"name": "project-key",
|
|
17145
|
-
"hasDynamicHelp": false,
|
|
17146
|
-
"multiple": false,
|
|
17147
|
-
"type": "option"
|
|
17148
|
-
},
|
|
17149
|
-
"jql": {
|
|
17150
|
-
"description": "Custom JQL for listing issues (overrides project key filters)",
|
|
17151
|
-
"name": "jql",
|
|
16917
|
+
"team": {
|
|
16918
|
+
"description": "Linear team key (fallback: PRLT_LINEAR_TEAM)",
|
|
16919
|
+
"name": "team",
|
|
17152
16920
|
"hasDynamicHelp": false,
|
|
17153
16921
|
"multiple": false,
|
|
17154
16922
|
"type": "option"
|
|
17155
16923
|
},
|
|
17156
16924
|
"issue": {
|
|
17157
|
-
"description": "
|
|
16925
|
+
"description": "Linear issue identifier (for example: ENG-123)",
|
|
17158
16926
|
"name": "issue",
|
|
17159
16927
|
"hasDynamicHelp": false,
|
|
17160
16928
|
"multiple": false,
|
|
@@ -17162,7 +16930,7 @@
|
|
|
17162
16930
|
},
|
|
17163
16931
|
"limit": {
|
|
17164
16932
|
"char": "l",
|
|
17165
|
-
"description": "Maximum number of
|
|
16933
|
+
"description": "Maximum number of Linear issues to fetch",
|
|
17166
16934
|
"name": "limit",
|
|
17167
16935
|
"default": 20,
|
|
17168
16936
|
"hasDynamicHelp": false,
|
|
@@ -17239,7 +17007,7 @@
|
|
|
17239
17007
|
},
|
|
17240
17008
|
"hasDynamicHelp": false,
|
|
17241
17009
|
"hiddenAliases": [],
|
|
17242
|
-
"id": "work:
|
|
17010
|
+
"id": "work:linear",
|
|
17243
17011
|
"pluginAlias": "@proletariat/cli",
|
|
17244
17012
|
"pluginName": "@proletariat/cli",
|
|
17245
17013
|
"pluginType": "core",
|
|
@@ -17249,17 +17017,25 @@
|
|
|
17249
17017
|
"dist",
|
|
17250
17018
|
"commands",
|
|
17251
17019
|
"work",
|
|
17252
|
-
"
|
|
17020
|
+
"linear.js"
|
|
17253
17021
|
]
|
|
17254
17022
|
},
|
|
17255
|
-
"work:
|
|
17023
|
+
"work:ready": {
|
|
17256
17024
|
"aliases": [],
|
|
17257
|
-
"args": {
|
|
17258
|
-
|
|
17025
|
+
"args": {
|
|
17026
|
+
"ticketId": {
|
|
17027
|
+
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
17028
|
+
"name": "ticketId",
|
|
17029
|
+
"required": false
|
|
17030
|
+
}
|
|
17031
|
+
},
|
|
17032
|
+
"description": "Mark work as ready for review (moves ticket to In Review column)",
|
|
17259
17033
|
"examples": [
|
|
17260
|
-
"<%= config.bin %> <%= command.id %>
|
|
17261
|
-
"<%= config.bin %> <%= command.id %>
|
|
17262
|
-
"<%= config.bin %> <%= command.id %> --
|
|
17034
|
+
"<%= config.bin %> <%= command.id %>",
|
|
17035
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
17036
|
+
"<%= config.bin %> <%= command.id %> --pr",
|
|
17037
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --draft-pr",
|
|
17038
|
+
"<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
|
|
17263
17039
|
],
|
|
17264
17040
|
"flags": {
|
|
17265
17041
|
"project": {
|
|
@@ -17283,166 +17059,21 @@
|
|
|
17283
17059
|
"allowNo": false,
|
|
17284
17060
|
"type": "boolean"
|
|
17285
17061
|
},
|
|
17286
|
-
"
|
|
17287
|
-
"description": "
|
|
17288
|
-
"name": "
|
|
17289
|
-
"hasDynamicHelp": false,
|
|
17290
|
-
"multiple": false,
|
|
17291
|
-
"type": "option"
|
|
17292
|
-
},
|
|
17293
|
-
"issue": {
|
|
17294
|
-
"description": "Linear issue identifier (for example: ENG-123)",
|
|
17295
|
-
"name": "issue",
|
|
17296
|
-
"hasDynamicHelp": false,
|
|
17297
|
-
"multiple": false,
|
|
17298
|
-
"type": "option"
|
|
17299
|
-
},
|
|
17300
|
-
"limit": {
|
|
17301
|
-
"char": "l",
|
|
17302
|
-
"description": "Maximum number of Linear issues to fetch",
|
|
17303
|
-
"name": "limit",
|
|
17304
|
-
"default": 20,
|
|
17305
|
-
"hasDynamicHelp": false,
|
|
17306
|
-
"multiple": false,
|
|
17307
|
-
"type": "option"
|
|
17308
|
-
},
|
|
17309
|
-
"executor": {
|
|
17310
|
-
"char": "e",
|
|
17311
|
-
"description": "Override executor",
|
|
17312
|
-
"name": "executor",
|
|
17313
|
-
"hasDynamicHelp": false,
|
|
17314
|
-
"multiple": false,
|
|
17315
|
-
"options": [
|
|
17316
|
-
"claude-code",
|
|
17317
|
-
"codex",
|
|
17318
|
-
"custom"
|
|
17319
|
-
],
|
|
17320
|
-
"type": "option"
|
|
17321
|
-
},
|
|
17322
|
-
"display": {
|
|
17323
|
-
"char": "d",
|
|
17324
|
-
"description": "Display mode",
|
|
17325
|
-
"name": "display",
|
|
17326
|
-
"hasDynamicHelp": false,
|
|
17327
|
-
"multiple": false,
|
|
17328
|
-
"options": [
|
|
17329
|
-
"terminal",
|
|
17330
|
-
"background",
|
|
17331
|
-
"foreground"
|
|
17332
|
-
],
|
|
17333
|
-
"type": "option"
|
|
17334
|
-
},
|
|
17335
|
-
"action": {
|
|
17336
|
-
"char": "A",
|
|
17337
|
-
"description": "Action to run in work start (default: implement)",
|
|
17338
|
-
"name": "action",
|
|
17339
|
-
"default": "implement",
|
|
17340
|
-
"hasDynamicHelp": false,
|
|
17341
|
-
"multiple": false,
|
|
17342
|
-
"type": "option"
|
|
17343
|
-
},
|
|
17344
|
-
"message": {
|
|
17345
|
-
"description": "Additional instructions appended to spawn context",
|
|
17346
|
-
"name": "message",
|
|
17347
|
-
"hasDynamicHelp": false,
|
|
17348
|
-
"multiple": false,
|
|
17349
|
-
"type": "option"
|
|
17350
|
-
},
|
|
17351
|
-
"run-on-host": {
|
|
17352
|
-
"description": "Run on host even if devcontainer exists",
|
|
17353
|
-
"name": "run-on-host",
|
|
17354
|
-
"allowNo": false,
|
|
17355
|
-
"type": "boolean"
|
|
17356
|
-
},
|
|
17357
|
-
"skip-permissions": {
|
|
17358
|
-
"description": "Skip permission prompts (danger mode)",
|
|
17359
|
-
"name": "skip-permissions",
|
|
17062
|
+
"pr": {
|
|
17063
|
+
"description": "Create a pull request for this work",
|
|
17064
|
+
"name": "pr",
|
|
17360
17065
|
"allowNo": false,
|
|
17361
17066
|
"type": "boolean"
|
|
17362
17067
|
},
|
|
17363
|
-
"
|
|
17364
|
-
"description": "Create
|
|
17365
|
-
"name": "
|
|
17068
|
+
"draft-pr": {
|
|
17069
|
+
"description": "Create a draft pull request (implies --pr)",
|
|
17070
|
+
"name": "draft-pr",
|
|
17366
17071
|
"allowNo": false,
|
|
17367
17072
|
"type": "boolean"
|
|
17368
17073
|
},
|
|
17369
|
-
"
|
|
17370
|
-
"
|
|
17371
|
-
"
|
|
17372
|
-
"name": "yes",
|
|
17373
|
-
"allowNo": false,
|
|
17374
|
-
"type": "boolean"
|
|
17375
|
-
}
|
|
17376
|
-
},
|
|
17377
|
-
"hasDynamicHelp": false,
|
|
17378
|
-
"hiddenAliases": [],
|
|
17379
|
-
"id": "work:linear",
|
|
17380
|
-
"pluginAlias": "@proletariat/cli",
|
|
17381
|
-
"pluginName": "@proletariat/cli",
|
|
17382
|
-
"pluginType": "core",
|
|
17383
|
-
"strict": true,
|
|
17384
|
-
"isESM": true,
|
|
17385
|
-
"relativePath": [
|
|
17386
|
-
"dist",
|
|
17387
|
-
"commands",
|
|
17388
|
-
"work",
|
|
17389
|
-
"linear.js"
|
|
17390
|
-
]
|
|
17391
|
-
},
|
|
17392
|
-
"work:ready": {
|
|
17393
|
-
"aliases": [],
|
|
17394
|
-
"args": {
|
|
17395
|
-
"ticketId": {
|
|
17396
|
-
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
17397
|
-
"name": "ticketId",
|
|
17398
|
-
"required": false
|
|
17399
|
-
}
|
|
17400
|
-
},
|
|
17401
|
-
"description": "Mark work as ready for review (moves ticket to In Review column)",
|
|
17402
|
-
"examples": [
|
|
17403
|
-
"<%= config.bin %> <%= command.id %>",
|
|
17404
|
-
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
17405
|
-
"<%= config.bin %> <%= command.id %> --pr",
|
|
17406
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --draft-pr",
|
|
17407
|
-
"<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
|
|
17408
|
-
],
|
|
17409
|
-
"flags": {
|
|
17410
|
-
"project": {
|
|
17411
|
-
"char": "P",
|
|
17412
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
17413
|
-
"name": "project",
|
|
17414
|
-
"hasDynamicHelp": false,
|
|
17415
|
-
"multiple": false,
|
|
17416
|
-
"type": "option"
|
|
17417
|
-
},
|
|
17418
|
-
"json": {
|
|
17419
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
17420
|
-
"name": "json",
|
|
17421
|
-
"allowNo": false,
|
|
17422
|
-
"type": "boolean"
|
|
17423
|
-
},
|
|
17424
|
-
"machine": {
|
|
17425
|
-
"char": "m",
|
|
17426
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
17427
|
-
"name": "machine",
|
|
17428
|
-
"allowNo": false,
|
|
17429
|
-
"type": "boolean"
|
|
17430
|
-
},
|
|
17431
|
-
"pr": {
|
|
17432
|
-
"description": "Create a pull request for this work",
|
|
17433
|
-
"name": "pr",
|
|
17434
|
-
"allowNo": false,
|
|
17435
|
-
"type": "boolean"
|
|
17436
|
-
},
|
|
17437
|
-
"draft-pr": {
|
|
17438
|
-
"description": "Create a draft pull request (implies --pr)",
|
|
17439
|
-
"name": "draft-pr",
|
|
17440
|
-
"allowNo": false,
|
|
17441
|
-
"type": "boolean"
|
|
17442
|
-
},
|
|
17443
|
-
"no-pr": {
|
|
17444
|
-
"description": "Skip PR creation prompt",
|
|
17445
|
-
"name": "no-pr",
|
|
17074
|
+
"no-pr": {
|
|
17075
|
+
"description": "Skip PR creation prompt",
|
|
17076
|
+
"name": "no-pr",
|
|
17446
17077
|
"allowNo": false,
|
|
17447
17078
|
"type": "boolean"
|
|
17448
17079
|
}
|
|
@@ -18857,6 +18488,375 @@
|
|
|
18857
18488
|
"watch.js"
|
|
18858
18489
|
]
|
|
18859
18490
|
},
|
|
18491
|
+
"workflow-rule:create": {
|
|
18492
|
+
"aliases": [],
|
|
18493
|
+
"args": {},
|
|
18494
|
+
"description": "Create a new workflow rule",
|
|
18495
|
+
"examples": [
|
|
18496
|
+
"<%= config.bin %> <%= command.id %> --to-state \"In Progress\" --action-id implement --trigger on_enter",
|
|
18497
|
+
"<%= config.bin %> <%= command.id %> --from-state \"Backlog\" --to-state \"Todo\" --action-id groom",
|
|
18498
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
18499
|
+
],
|
|
18500
|
+
"flags": {
|
|
18501
|
+
"project": {
|
|
18502
|
+
"char": "P",
|
|
18503
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18504
|
+
"name": "project",
|
|
18505
|
+
"hasDynamicHelp": false,
|
|
18506
|
+
"multiple": false,
|
|
18507
|
+
"type": "option"
|
|
18508
|
+
},
|
|
18509
|
+
"json": {
|
|
18510
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18511
|
+
"name": "json",
|
|
18512
|
+
"allowNo": false,
|
|
18513
|
+
"type": "boolean"
|
|
18514
|
+
},
|
|
18515
|
+
"machine": {
|
|
18516
|
+
"char": "m",
|
|
18517
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18518
|
+
"name": "machine",
|
|
18519
|
+
"allowNo": false,
|
|
18520
|
+
"type": "boolean"
|
|
18521
|
+
},
|
|
18522
|
+
"from-state": {
|
|
18523
|
+
"description": "Source state (empty = any source state)",
|
|
18524
|
+
"name": "from-state",
|
|
18525
|
+
"hasDynamicHelp": false,
|
|
18526
|
+
"multiple": false,
|
|
18527
|
+
"type": "option"
|
|
18528
|
+
},
|
|
18529
|
+
"to-state": {
|
|
18530
|
+
"description": "Target state that triggers the rule [required]",
|
|
18531
|
+
"name": "to-state",
|
|
18532
|
+
"hasDynamicHelp": false,
|
|
18533
|
+
"multiple": false,
|
|
18534
|
+
"type": "option"
|
|
18535
|
+
},
|
|
18536
|
+
"action-id": {
|
|
18537
|
+
"description": "Action to fire when rule matches [required]",
|
|
18538
|
+
"name": "action-id",
|
|
18539
|
+
"hasDynamicHelp": false,
|
|
18540
|
+
"multiple": false,
|
|
18541
|
+
"type": "option"
|
|
18542
|
+
},
|
|
18543
|
+
"trigger": {
|
|
18544
|
+
"description": "Trigger type",
|
|
18545
|
+
"name": "trigger",
|
|
18546
|
+
"default": "manual",
|
|
18547
|
+
"hasDynamicHelp": false,
|
|
18548
|
+
"multiple": false,
|
|
18549
|
+
"options": [
|
|
18550
|
+
"manual",
|
|
18551
|
+
"on_enter"
|
|
18552
|
+
],
|
|
18553
|
+
"type": "option"
|
|
18554
|
+
},
|
|
18555
|
+
"enabled": {
|
|
18556
|
+
"description": "Whether the rule is enabled",
|
|
18557
|
+
"name": "enabled",
|
|
18558
|
+
"allowNo": true,
|
|
18559
|
+
"type": "boolean"
|
|
18560
|
+
}
|
|
18561
|
+
},
|
|
18562
|
+
"hasDynamicHelp": false,
|
|
18563
|
+
"hiddenAliases": [],
|
|
18564
|
+
"id": "workflow-rule:create",
|
|
18565
|
+
"pluginAlias": "@proletariat/cli",
|
|
18566
|
+
"pluginName": "@proletariat/cli",
|
|
18567
|
+
"pluginType": "core",
|
|
18568
|
+
"strict": true,
|
|
18569
|
+
"isESM": true,
|
|
18570
|
+
"relativePath": [
|
|
18571
|
+
"dist",
|
|
18572
|
+
"commands",
|
|
18573
|
+
"workflow-rule",
|
|
18574
|
+
"create.js"
|
|
18575
|
+
]
|
|
18576
|
+
},
|
|
18577
|
+
"workflow-rule:delete": {
|
|
18578
|
+
"aliases": [],
|
|
18579
|
+
"args": {
|
|
18580
|
+
"id": {
|
|
18581
|
+
"description": "Rule ID to delete",
|
|
18582
|
+
"name": "id",
|
|
18583
|
+
"required": true
|
|
18584
|
+
}
|
|
18585
|
+
},
|
|
18586
|
+
"description": "Delete a workflow rule",
|
|
18587
|
+
"examples": [
|
|
18588
|
+
"<%= config.bin %> <%= command.id %> todo-implement",
|
|
18589
|
+
"<%= config.bin %> <%= command.id %> todo-implement --force"
|
|
18590
|
+
],
|
|
18591
|
+
"flags": {
|
|
18592
|
+
"project": {
|
|
18593
|
+
"char": "P",
|
|
18594
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18595
|
+
"name": "project",
|
|
18596
|
+
"hasDynamicHelp": false,
|
|
18597
|
+
"multiple": false,
|
|
18598
|
+
"type": "option"
|
|
18599
|
+
},
|
|
18600
|
+
"json": {
|
|
18601
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18602
|
+
"name": "json",
|
|
18603
|
+
"allowNo": false,
|
|
18604
|
+
"type": "boolean"
|
|
18605
|
+
},
|
|
18606
|
+
"machine": {
|
|
18607
|
+
"char": "m",
|
|
18608
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18609
|
+
"name": "machine",
|
|
18610
|
+
"allowNo": false,
|
|
18611
|
+
"type": "boolean"
|
|
18612
|
+
},
|
|
18613
|
+
"force": {
|
|
18614
|
+
"char": "f",
|
|
18615
|
+
"description": "Skip confirmation",
|
|
18616
|
+
"name": "force",
|
|
18617
|
+
"allowNo": false,
|
|
18618
|
+
"type": "boolean"
|
|
18619
|
+
}
|
|
18620
|
+
},
|
|
18621
|
+
"hasDynamicHelp": false,
|
|
18622
|
+
"hiddenAliases": [],
|
|
18623
|
+
"id": "workflow-rule:delete",
|
|
18624
|
+
"pluginAlias": "@proletariat/cli",
|
|
18625
|
+
"pluginName": "@proletariat/cli",
|
|
18626
|
+
"pluginType": "core",
|
|
18627
|
+
"strict": true,
|
|
18628
|
+
"isESM": true,
|
|
18629
|
+
"relativePath": [
|
|
18630
|
+
"dist",
|
|
18631
|
+
"commands",
|
|
18632
|
+
"workflow-rule",
|
|
18633
|
+
"delete.js"
|
|
18634
|
+
]
|
|
18635
|
+
},
|
|
18636
|
+
"workflow-rule": {
|
|
18637
|
+
"aliases": [
|
|
18638
|
+
"workflow-rules"
|
|
18639
|
+
],
|
|
18640
|
+
"args": {},
|
|
18641
|
+
"description": "Interactive menu for workflow rule operations",
|
|
18642
|
+
"examples": [
|
|
18643
|
+
"<%= config.bin %> <%= command.id %>"
|
|
18644
|
+
],
|
|
18645
|
+
"flags": {
|
|
18646
|
+
"project": {
|
|
18647
|
+
"char": "P",
|
|
18648
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18649
|
+
"name": "project",
|
|
18650
|
+
"hasDynamicHelp": false,
|
|
18651
|
+
"multiple": false,
|
|
18652
|
+
"type": "option"
|
|
18653
|
+
},
|
|
18654
|
+
"json": {
|
|
18655
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18656
|
+
"name": "json",
|
|
18657
|
+
"allowNo": false,
|
|
18658
|
+
"type": "boolean"
|
|
18659
|
+
},
|
|
18660
|
+
"machine": {
|
|
18661
|
+
"char": "m",
|
|
18662
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18663
|
+
"name": "machine",
|
|
18664
|
+
"allowNo": false,
|
|
18665
|
+
"type": "boolean"
|
|
18666
|
+
}
|
|
18667
|
+
},
|
|
18668
|
+
"hasDynamicHelp": false,
|
|
18669
|
+
"hiddenAliases": [],
|
|
18670
|
+
"id": "workflow-rule",
|
|
18671
|
+
"pluginAlias": "@proletariat/cli",
|
|
18672
|
+
"pluginName": "@proletariat/cli",
|
|
18673
|
+
"pluginType": "core",
|
|
18674
|
+
"strict": true,
|
|
18675
|
+
"isESM": true,
|
|
18676
|
+
"relativePath": [
|
|
18677
|
+
"dist",
|
|
18678
|
+
"commands",
|
|
18679
|
+
"workflow-rule",
|
|
18680
|
+
"index.js"
|
|
18681
|
+
]
|
|
18682
|
+
},
|
|
18683
|
+
"workflow-rule:list": {
|
|
18684
|
+
"aliases": [],
|
|
18685
|
+
"args": {},
|
|
18686
|
+
"description": "List workflow rules",
|
|
18687
|
+
"examples": [
|
|
18688
|
+
"<%= config.bin %> <%= command.id %>",
|
|
18689
|
+
"<%= config.bin %> <%= command.id %> --to-state \"In Progress\"",
|
|
18690
|
+
"<%= config.bin %> <%= command.id %> --trigger on_enter",
|
|
18691
|
+
"<%= config.bin %> <%= command.id %> --enabled"
|
|
18692
|
+
],
|
|
18693
|
+
"flags": {
|
|
18694
|
+
"project": {
|
|
18695
|
+
"char": "P",
|
|
18696
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18697
|
+
"name": "project",
|
|
18698
|
+
"hasDynamicHelp": false,
|
|
18699
|
+
"multiple": false,
|
|
18700
|
+
"type": "option"
|
|
18701
|
+
},
|
|
18702
|
+
"json": {
|
|
18703
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18704
|
+
"name": "json",
|
|
18705
|
+
"allowNo": false,
|
|
18706
|
+
"type": "boolean"
|
|
18707
|
+
},
|
|
18708
|
+
"machine": {
|
|
18709
|
+
"char": "m",
|
|
18710
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18711
|
+
"name": "machine",
|
|
18712
|
+
"allowNo": false,
|
|
18713
|
+
"type": "boolean"
|
|
18714
|
+
},
|
|
18715
|
+
"to-state": {
|
|
18716
|
+
"description": "Filter by target state",
|
|
18717
|
+
"name": "to-state",
|
|
18718
|
+
"hasDynamicHelp": false,
|
|
18719
|
+
"multiple": false,
|
|
18720
|
+
"type": "option"
|
|
18721
|
+
},
|
|
18722
|
+
"from-state": {
|
|
18723
|
+
"description": "Filter by source state",
|
|
18724
|
+
"name": "from-state",
|
|
18725
|
+
"hasDynamicHelp": false,
|
|
18726
|
+
"multiple": false,
|
|
18727
|
+
"type": "option"
|
|
18728
|
+
},
|
|
18729
|
+
"action-id": {
|
|
18730
|
+
"description": "Filter by action ID",
|
|
18731
|
+
"name": "action-id",
|
|
18732
|
+
"hasDynamicHelp": false,
|
|
18733
|
+
"multiple": false,
|
|
18734
|
+
"type": "option"
|
|
18735
|
+
},
|
|
18736
|
+
"trigger": {
|
|
18737
|
+
"description": "Filter by trigger type",
|
|
18738
|
+
"name": "trigger",
|
|
18739
|
+
"hasDynamicHelp": false,
|
|
18740
|
+
"multiple": false,
|
|
18741
|
+
"options": [
|
|
18742
|
+
"manual",
|
|
18743
|
+
"on_enter"
|
|
18744
|
+
],
|
|
18745
|
+
"type": "option"
|
|
18746
|
+
},
|
|
18747
|
+
"enabled": {
|
|
18748
|
+
"description": "Show only enabled rules",
|
|
18749
|
+
"name": "enabled",
|
|
18750
|
+
"allowNo": true,
|
|
18751
|
+
"type": "boolean"
|
|
18752
|
+
}
|
|
18753
|
+
},
|
|
18754
|
+
"hasDynamicHelp": false,
|
|
18755
|
+
"hiddenAliases": [],
|
|
18756
|
+
"id": "workflow-rule:list",
|
|
18757
|
+
"pluginAlias": "@proletariat/cli",
|
|
18758
|
+
"pluginName": "@proletariat/cli",
|
|
18759
|
+
"pluginType": "core",
|
|
18760
|
+
"strict": true,
|
|
18761
|
+
"isESM": true,
|
|
18762
|
+
"relativePath": [
|
|
18763
|
+
"dist",
|
|
18764
|
+
"commands",
|
|
18765
|
+
"workflow-rule",
|
|
18766
|
+
"list.js"
|
|
18767
|
+
]
|
|
18768
|
+
},
|
|
18769
|
+
"workflow-rule:update": {
|
|
18770
|
+
"aliases": [],
|
|
18771
|
+
"args": {
|
|
18772
|
+
"id": {
|
|
18773
|
+
"description": "Rule ID to update",
|
|
18774
|
+
"name": "id",
|
|
18775
|
+
"required": true
|
|
18776
|
+
}
|
|
18777
|
+
},
|
|
18778
|
+
"description": "Update a workflow rule",
|
|
18779
|
+
"examples": [
|
|
18780
|
+
"<%= config.bin %> <%= command.id %> todo-implement --trigger on_enter",
|
|
18781
|
+
"<%= config.bin %> <%= command.id %> todo-implement --no-enabled",
|
|
18782
|
+
"<%= config.bin %> <%= command.id %> todo-implement --action-id continue"
|
|
18783
|
+
],
|
|
18784
|
+
"flags": {
|
|
18785
|
+
"project": {
|
|
18786
|
+
"char": "P",
|
|
18787
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18788
|
+
"name": "project",
|
|
18789
|
+
"hasDynamicHelp": false,
|
|
18790
|
+
"multiple": false,
|
|
18791
|
+
"type": "option"
|
|
18792
|
+
},
|
|
18793
|
+
"json": {
|
|
18794
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18795
|
+
"name": "json",
|
|
18796
|
+
"allowNo": false,
|
|
18797
|
+
"type": "boolean"
|
|
18798
|
+
},
|
|
18799
|
+
"machine": {
|
|
18800
|
+
"char": "m",
|
|
18801
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18802
|
+
"name": "machine",
|
|
18803
|
+
"allowNo": false,
|
|
18804
|
+
"type": "boolean"
|
|
18805
|
+
},
|
|
18806
|
+
"from-state": {
|
|
18807
|
+
"description": "New source state (empty string = any state)",
|
|
18808
|
+
"name": "from-state",
|
|
18809
|
+
"hasDynamicHelp": false,
|
|
18810
|
+
"multiple": false,
|
|
18811
|
+
"type": "option"
|
|
18812
|
+
},
|
|
18813
|
+
"to-state": {
|
|
18814
|
+
"description": "New target state",
|
|
18815
|
+
"name": "to-state",
|
|
18816
|
+
"hasDynamicHelp": false,
|
|
18817
|
+
"multiple": false,
|
|
18818
|
+
"type": "option"
|
|
18819
|
+
},
|
|
18820
|
+
"action-id": {
|
|
18821
|
+
"description": "New action ID",
|
|
18822
|
+
"name": "action-id",
|
|
18823
|
+
"hasDynamicHelp": false,
|
|
18824
|
+
"multiple": false,
|
|
18825
|
+
"type": "option"
|
|
18826
|
+
},
|
|
18827
|
+
"trigger": {
|
|
18828
|
+
"description": "New trigger type",
|
|
18829
|
+
"name": "trigger",
|
|
18830
|
+
"hasDynamicHelp": false,
|
|
18831
|
+
"multiple": false,
|
|
18832
|
+
"options": [
|
|
18833
|
+
"manual",
|
|
18834
|
+
"on_enter"
|
|
18835
|
+
],
|
|
18836
|
+
"type": "option"
|
|
18837
|
+
},
|
|
18838
|
+
"enabled": {
|
|
18839
|
+
"description": "Enable or disable the rule",
|
|
18840
|
+
"name": "enabled",
|
|
18841
|
+
"allowNo": true,
|
|
18842
|
+
"type": "boolean"
|
|
18843
|
+
}
|
|
18844
|
+
},
|
|
18845
|
+
"hasDynamicHelp": false,
|
|
18846
|
+
"hiddenAliases": [],
|
|
18847
|
+
"id": "workflow-rule:update",
|
|
18848
|
+
"pluginAlias": "@proletariat/cli",
|
|
18849
|
+
"pluginName": "@proletariat/cli",
|
|
18850
|
+
"pluginType": "core",
|
|
18851
|
+
"strict": true,
|
|
18852
|
+
"isESM": true,
|
|
18853
|
+
"relativePath": [
|
|
18854
|
+
"dist",
|
|
18855
|
+
"commands",
|
|
18856
|
+
"workflow-rule",
|
|
18857
|
+
"update.js"
|
|
18858
|
+
]
|
|
18859
|
+
},
|
|
18860
18860
|
"workspace:add": {
|
|
18861
18861
|
"aliases": [],
|
|
18862
18862
|
"args": {
|
|
@@ -21259,5 +21259,5 @@
|
|
|
21259
21259
|
]
|
|
21260
21260
|
}
|
|
21261
21261
|
},
|
|
21262
|
-
"version": "0.3.
|
|
21262
|
+
"version": "0.3.73"
|
|
21263
21263
|
}
|