@proletariat/cli 0.3.50 → 0.3.51
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/oclif.manifest.json +1250 -1250
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2996,40 +2996,28 @@
|
|
|
2996
2996
|
"index.js"
|
|
2997
2997
|
]
|
|
2998
2998
|
},
|
|
2999
|
-
"
|
|
2999
|
+
"epic:activate": {
|
|
3000
3000
|
"aliases": [],
|
|
3001
|
-
"args": {
|
|
3002
|
-
|
|
3001
|
+
"args": {
|
|
3002
|
+
"id": {
|
|
3003
|
+
"description": "Epic ID",
|
|
3004
|
+
"name": "id",
|
|
3005
|
+
"required": false
|
|
3006
|
+
}
|
|
3007
|
+
},
|
|
3008
|
+
"description": "Activate a draft or archived epic",
|
|
3003
3009
|
"examples": [
|
|
3004
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3005
|
-
"<%= config.bin %> <%= command.id %>
|
|
3006
|
-
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
3010
|
+
"<%= config.bin %> <%= command.id %> EPIC-004",
|
|
3011
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3007
3012
|
],
|
|
3008
3013
|
"flags": {
|
|
3009
|
-
"
|
|
3010
|
-
"
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
"
|
|
3015
|
-
"
|
|
3016
|
-
"name": "force",
|
|
3017
|
-
"allowNo": false,
|
|
3018
|
-
"type": "boolean"
|
|
3019
|
-
},
|
|
3020
|
-
"dry-run": {
|
|
3021
|
-
"char": "d",
|
|
3022
|
-
"description": "Show what would be removed without removing",
|
|
3023
|
-
"name": "dry-run",
|
|
3024
|
-
"allowNo": false,
|
|
3025
|
-
"type": "boolean"
|
|
3026
|
-
},
|
|
3027
|
-
"all": {
|
|
3028
|
-
"char": "a",
|
|
3029
|
-
"description": "Remove all stopped devcontainers (not just orphaned)",
|
|
3030
|
-
"name": "all",
|
|
3031
|
-
"allowNo": false,
|
|
3032
|
-
"type": "boolean"
|
|
3014
|
+
"project": {
|
|
3015
|
+
"char": "P",
|
|
3016
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3017
|
+
"name": "project",
|
|
3018
|
+
"hasDynamicHelp": false,
|
|
3019
|
+
"multiple": false,
|
|
3020
|
+
"type": "option"
|
|
3033
3021
|
},
|
|
3034
3022
|
"json": {
|
|
3035
3023
|
"description": "Output as JSON for AI agents/scripts",
|
|
@@ -3047,38 +3035,42 @@
|
|
|
3047
3035
|
},
|
|
3048
3036
|
"hasDynamicHelp": false,
|
|
3049
3037
|
"hiddenAliases": [],
|
|
3050
|
-
"id": "
|
|
3038
|
+
"id": "epic:activate",
|
|
3051
3039
|
"pluginAlias": "@proletariat/cli",
|
|
3052
3040
|
"pluginName": "@proletariat/cli",
|
|
3053
3041
|
"pluginType": "core",
|
|
3054
3042
|
"strict": true,
|
|
3055
|
-
"enableJsonFlag": false,
|
|
3056
3043
|
"isESM": true,
|
|
3057
3044
|
"relativePath": [
|
|
3058
3045
|
"dist",
|
|
3059
3046
|
"commands",
|
|
3060
|
-
"
|
|
3061
|
-
"
|
|
3047
|
+
"epic",
|
|
3048
|
+
"activate.js"
|
|
3062
3049
|
]
|
|
3063
3050
|
},
|
|
3064
|
-
"
|
|
3051
|
+
"epic:archive": {
|
|
3065
3052
|
"aliases": [],
|
|
3066
|
-
"args": {
|
|
3067
|
-
|
|
3053
|
+
"args": {
|
|
3054
|
+
"id": {
|
|
3055
|
+
"description": "Epic ID",
|
|
3056
|
+
"name": "id",
|
|
3057
|
+
"required": false
|
|
3058
|
+
}
|
|
3059
|
+
},
|
|
3060
|
+
"description": "Archive a completed epic",
|
|
3068
3061
|
"examples": [
|
|
3069
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3070
|
-
"<%= config.bin %>
|
|
3071
|
-
"<%= config.bin %> docker list",
|
|
3072
|
-
"<%= config.bin %> docker logs WORK-001",
|
|
3073
|
-
"<%= config.bin %> docker start WORK-001",
|
|
3074
|
-
"<%= config.bin %> docker stop kalanick",
|
|
3075
|
-
"<%= config.bin %> docker shell WORK-001",
|
|
3076
|
-
"<%= config.bin %> docker restart abc123",
|
|
3077
|
-
"<%= config.bin %> docker sync",
|
|
3078
|
-
"<%= config.bin %> docker clean",
|
|
3079
|
-
"<%= config.bin %> docker prune"
|
|
3062
|
+
"<%= config.bin %> <%= command.id %> EPIC-002",
|
|
3063
|
+
"<%= config.bin %> <%= command.id %> --force"
|
|
3080
3064
|
],
|
|
3081
3065
|
"flags": {
|
|
3066
|
+
"project": {
|
|
3067
|
+
"char": "P",
|
|
3068
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3069
|
+
"name": "project",
|
|
3070
|
+
"hasDynamicHelp": false,
|
|
3071
|
+
"multiple": false,
|
|
3072
|
+
"type": "option"
|
|
3073
|
+
},
|
|
3082
3074
|
"json": {
|
|
3083
3075
|
"description": "Output as JSON for AI agents/scripts",
|
|
3084
3076
|
"name": "json",
|
|
@@ -3091,11 +3083,18 @@
|
|
|
3091
3083
|
"name": "machine",
|
|
3092
3084
|
"allowNo": false,
|
|
3093
3085
|
"type": "boolean"
|
|
3086
|
+
},
|
|
3087
|
+
"force": {
|
|
3088
|
+
"char": "f",
|
|
3089
|
+
"description": "Skip ticket completion check",
|
|
3090
|
+
"name": "force",
|
|
3091
|
+
"allowNo": false,
|
|
3092
|
+
"type": "boolean"
|
|
3094
3093
|
}
|
|
3095
3094
|
},
|
|
3096
3095
|
"hasDynamicHelp": false,
|
|
3097
3096
|
"hiddenAliases": [],
|
|
3098
|
-
"id": "
|
|
3097
|
+
"id": "epic:archive",
|
|
3099
3098
|
"pluginAlias": "@proletariat/cli",
|
|
3100
3099
|
"pluginName": "@proletariat/cli",
|
|
3101
3100
|
"pluginType": "core",
|
|
@@ -3104,20 +3103,30 @@
|
|
|
3104
3103
|
"relativePath": [
|
|
3105
3104
|
"dist",
|
|
3106
3105
|
"commands",
|
|
3107
|
-
"
|
|
3108
|
-
"
|
|
3106
|
+
"epic",
|
|
3107
|
+
"archive.js"
|
|
3109
3108
|
]
|
|
3110
3109
|
},
|
|
3111
|
-
"
|
|
3110
|
+
"epic:create": {
|
|
3112
3111
|
"aliases": [],
|
|
3113
3112
|
"args": {},
|
|
3114
|
-
"description": "
|
|
3113
|
+
"description": "Create a new epic",
|
|
3115
3114
|
"examples": [
|
|
3116
3115
|
"<%= config.bin %> <%= command.id %>",
|
|
3117
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3118
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3116
|
+
"<%= config.bin %> <%= command.id %> --title \"User Authentication System\"",
|
|
3117
|
+
"<%= config.bin %> <%= command.id %> -t \"API Design\" --status draft",
|
|
3118
|
+
"<%= config.bin %> <%= command.id %> -t \"Implement Auth\" --spec SPEC-001",
|
|
3119
|
+
"<%= config.bin %> <%= command.id %> --title \"Test\" -P PROJ-001 --dry-run --json # Validate without creating"
|
|
3119
3120
|
],
|
|
3120
3121
|
"flags": {
|
|
3122
|
+
"project": {
|
|
3123
|
+
"char": "P",
|
|
3124
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3125
|
+
"name": "project",
|
|
3126
|
+
"hasDynamicHelp": false,
|
|
3127
|
+
"multiple": false,
|
|
3128
|
+
"type": "option"
|
|
3129
|
+
},
|
|
3121
3130
|
"json": {
|
|
3122
3131
|
"description": "Output as JSON for AI agents/scripts",
|
|
3123
3132
|
"name": "json",
|
|
@@ -3131,56 +3140,90 @@
|
|
|
3131
3140
|
"allowNo": false,
|
|
3132
3141
|
"type": "boolean"
|
|
3133
3142
|
},
|
|
3134
|
-
"
|
|
3135
|
-
"char": "
|
|
3136
|
-
"description": "
|
|
3137
|
-
"name": "
|
|
3138
|
-
"
|
|
3139
|
-
"
|
|
3143
|
+
"title": {
|
|
3144
|
+
"char": "t",
|
|
3145
|
+
"description": "Epic title [required for non-interactive]",
|
|
3146
|
+
"name": "title",
|
|
3147
|
+
"hasDynamicHelp": false,
|
|
3148
|
+
"multiple": false,
|
|
3149
|
+
"type": "option"
|
|
3140
3150
|
},
|
|
3141
|
-
"
|
|
3142
|
-
"char": "
|
|
3143
|
-
"description": "
|
|
3144
|
-
"name": "
|
|
3151
|
+
"status": {
|
|
3152
|
+
"char": "s",
|
|
3153
|
+
"description": "Initial status",
|
|
3154
|
+
"name": "status",
|
|
3155
|
+
"default": "active",
|
|
3156
|
+
"hasDynamicHelp": false,
|
|
3157
|
+
"multiple": false,
|
|
3158
|
+
"options": [
|
|
3159
|
+
"active",
|
|
3160
|
+
"draft"
|
|
3161
|
+
],
|
|
3162
|
+
"type": "option"
|
|
3163
|
+
},
|
|
3164
|
+
"description": {
|
|
3165
|
+
"char": "d",
|
|
3166
|
+
"description": "Epic description",
|
|
3167
|
+
"name": "description",
|
|
3168
|
+
"hasDynamicHelp": false,
|
|
3169
|
+
"multiple": false,
|
|
3170
|
+
"type": "option"
|
|
3171
|
+
},
|
|
3172
|
+
"spec": {
|
|
3173
|
+
"description": "Link to spec ID (the design spec that describes this epic)",
|
|
3174
|
+
"name": "spec",
|
|
3175
|
+
"hasDynamicHelp": false,
|
|
3176
|
+
"multiple": false,
|
|
3177
|
+
"type": "option"
|
|
3178
|
+
},
|
|
3179
|
+
"dry-run": {
|
|
3180
|
+
"description": "Validate inputs without creating epic (use with --json for structured output)",
|
|
3181
|
+
"name": "dry-run",
|
|
3145
3182
|
"allowNo": false,
|
|
3146
3183
|
"type": "boolean"
|
|
3147
3184
|
}
|
|
3148
3185
|
},
|
|
3149
3186
|
"hasDynamicHelp": false,
|
|
3150
3187
|
"hiddenAliases": [],
|
|
3151
|
-
"id": "
|
|
3188
|
+
"id": "epic:create",
|
|
3152
3189
|
"pluginAlias": "@proletariat/cli",
|
|
3153
3190
|
"pluginName": "@proletariat/cli",
|
|
3154
3191
|
"pluginType": "core",
|
|
3155
3192
|
"strict": true,
|
|
3156
|
-
"enableJsonFlag": false,
|
|
3157
3193
|
"isESM": true,
|
|
3158
3194
|
"relativePath": [
|
|
3159
3195
|
"dist",
|
|
3160
3196
|
"commands",
|
|
3161
|
-
"
|
|
3162
|
-
"
|
|
3197
|
+
"epic",
|
|
3198
|
+
"create.js"
|
|
3163
3199
|
]
|
|
3164
3200
|
},
|
|
3165
|
-
"
|
|
3201
|
+
"epic:delete": {
|
|
3166
3202
|
"aliases": [],
|
|
3167
3203
|
"args": {
|
|
3168
|
-
"
|
|
3169
|
-
"description": "
|
|
3170
|
-
"name": "
|
|
3171
|
-
"required":
|
|
3204
|
+
"id": {
|
|
3205
|
+
"description": "Epic ID to delete",
|
|
3206
|
+
"name": "id",
|
|
3207
|
+
"required": false
|
|
3172
3208
|
}
|
|
3173
3209
|
},
|
|
3174
|
-
"description": "
|
|
3210
|
+
"description": "Delete an epic permanently",
|
|
3175
3211
|
"examples": [
|
|
3176
|
-
"<%= config.bin %> <%= command.id %>
|
|
3177
|
-
"<%= config.bin %> <%= command.id %>
|
|
3178
|
-
"<%= config.bin %> <%= command.id %>
|
|
3179
|
-
"<%= config.bin %> <%= command.id %> WORK-001 --tail 100"
|
|
3212
|
+
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
3213
|
+
"<%= config.bin %> <%= command.id %> EPIC-001 --force",
|
|
3214
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
3180
3215
|
],
|
|
3181
3216
|
"flags": {
|
|
3217
|
+
"project": {
|
|
3218
|
+
"char": "P",
|
|
3219
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3220
|
+
"name": "project",
|
|
3221
|
+
"hasDynamicHelp": false,
|
|
3222
|
+
"multiple": false,
|
|
3223
|
+
"type": "option"
|
|
3224
|
+
},
|
|
3182
3225
|
"json": {
|
|
3183
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
3226
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
3184
3227
|
"name": "json",
|
|
3185
3228
|
"allowNo": false,
|
|
3186
3229
|
"type": "boolean"
|
|
@@ -3192,150 +3235,41 @@
|
|
|
3192
3235
|
"allowNo": false,
|
|
3193
3236
|
"type": "boolean"
|
|
3194
3237
|
},
|
|
3195
|
-
"follow": {
|
|
3196
|
-
"char": "f",
|
|
3197
|
-
"description": "Follow log output",
|
|
3198
|
-
"name": "follow",
|
|
3199
|
-
"allowNo": false,
|
|
3200
|
-
"type": "boolean"
|
|
3201
|
-
},
|
|
3202
|
-
"tail": {
|
|
3203
|
-
"char": "n",
|
|
3204
|
-
"description": "Number of lines to show from the end",
|
|
3205
|
-
"name": "tail",
|
|
3206
|
-
"default": 100,
|
|
3207
|
-
"hasDynamicHelp": false,
|
|
3208
|
-
"multiple": false,
|
|
3209
|
-
"type": "option"
|
|
3210
|
-
},
|
|
3211
|
-
"timestamps": {
|
|
3212
|
-
"char": "t",
|
|
3213
|
-
"description": "Show timestamps",
|
|
3214
|
-
"name": "timestamps",
|
|
3215
|
-
"allowNo": false,
|
|
3216
|
-
"type": "boolean"
|
|
3217
|
-
}
|
|
3218
|
-
},
|
|
3219
|
-
"hasDynamicHelp": false,
|
|
3220
|
-
"hiddenAliases": [],
|
|
3221
|
-
"id": "docker:logs",
|
|
3222
|
-
"pluginAlias": "@proletariat/cli",
|
|
3223
|
-
"pluginName": "@proletariat/cli",
|
|
3224
|
-
"pluginType": "core",
|
|
3225
|
-
"strict": true,
|
|
3226
|
-
"enableJsonFlag": false,
|
|
3227
|
-
"isESM": true,
|
|
3228
|
-
"relativePath": [
|
|
3229
|
-
"dist",
|
|
3230
|
-
"commands",
|
|
3231
|
-
"docker",
|
|
3232
|
-
"logs.js"
|
|
3233
|
-
]
|
|
3234
|
-
},
|
|
3235
|
-
"docker:prune": {
|
|
3236
|
-
"aliases": [],
|
|
3237
|
-
"args": {},
|
|
3238
|
-
"description": "Remove unused Docker resources (containers, images, volumes, networks)",
|
|
3239
|
-
"examples": [
|
|
3240
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3241
|
-
"<%= config.bin %> <%= command.id %> --all",
|
|
3242
|
-
"<%= config.bin %> <%= command.id %> --volumes",
|
|
3243
|
-
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
3244
|
-
],
|
|
3245
|
-
"flags": {
|
|
3246
3238
|
"force": {
|
|
3247
|
-
"aliases": [
|
|
3248
|
-
"yes",
|
|
3249
|
-
"y"
|
|
3250
|
-
],
|
|
3251
3239
|
"char": "f",
|
|
3252
3240
|
"description": "Skip confirmation prompt",
|
|
3253
3241
|
"name": "force",
|
|
3254
3242
|
"allowNo": false,
|
|
3255
3243
|
"type": "boolean"
|
|
3256
|
-
},
|
|
3257
|
-
"dry-run": {
|
|
3258
|
-
"char": "d",
|
|
3259
|
-
"description": "Show what would be removed without removing",
|
|
3260
|
-
"name": "dry-run",
|
|
3261
|
-
"allowNo": false,
|
|
3262
|
-
"type": "boolean"
|
|
3263
|
-
},
|
|
3264
|
-
"all": {
|
|
3265
|
-
"char": "a",
|
|
3266
|
-
"description": "Remove all unused images, not just dangling ones",
|
|
3267
|
-
"name": "all",
|
|
3268
|
-
"allowNo": false,
|
|
3269
|
-
"type": "boolean"
|
|
3270
|
-
},
|
|
3271
|
-
"volumes": {
|
|
3272
|
-
"description": "Also prune volumes (dangerous - data loss possible)",
|
|
3273
|
-
"name": "volumes",
|
|
3274
|
-
"allowNo": false,
|
|
3275
|
-
"type": "boolean"
|
|
3276
|
-
},
|
|
3277
|
-
"json": {
|
|
3278
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
3279
|
-
"name": "json",
|
|
3280
|
-
"allowNo": false,
|
|
3281
|
-
"type": "boolean"
|
|
3282
|
-
},
|
|
3283
|
-
"machine": {
|
|
3284
|
-
"char": "m",
|
|
3285
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
3286
|
-
"name": "machine",
|
|
3287
|
-
"allowNo": false,
|
|
3288
|
-
"type": "boolean"
|
|
3289
3244
|
}
|
|
3290
3245
|
},
|
|
3291
3246
|
"hasDynamicHelp": false,
|
|
3292
3247
|
"hiddenAliases": [],
|
|
3293
|
-
"id": "
|
|
3248
|
+
"id": "epic:delete",
|
|
3294
3249
|
"pluginAlias": "@proletariat/cli",
|
|
3295
3250
|
"pluginName": "@proletariat/cli",
|
|
3296
3251
|
"pluginType": "core",
|
|
3297
3252
|
"strict": true,
|
|
3298
|
-
"enableJsonFlag": false,
|
|
3299
3253
|
"isESM": true,
|
|
3300
3254
|
"relativePath": [
|
|
3301
3255
|
"dist",
|
|
3302
3256
|
"commands",
|
|
3303
|
-
"
|
|
3304
|
-
"
|
|
3257
|
+
"epic",
|
|
3258
|
+
"delete.js"
|
|
3305
3259
|
]
|
|
3306
3260
|
},
|
|
3307
|
-
"
|
|
3261
|
+
"epic": {
|
|
3308
3262
|
"aliases": [],
|
|
3309
|
-
"args": {
|
|
3310
|
-
|
|
3311
|
-
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3312
|
-
"name": "target",
|
|
3313
|
-
"required": true
|
|
3314
|
-
}
|
|
3315
|
-
},
|
|
3316
|
-
"description": "Restart a container (by execution ID, agent name, or container ID)",
|
|
3263
|
+
"args": {},
|
|
3264
|
+
"description": "Interactive menu for epic operations",
|
|
3317
3265
|
"examples": [
|
|
3318
|
-
"<%= config.bin %> <%= command.id %>
|
|
3319
|
-
"<%= config.bin %> <%= command.id %> kalanick",
|
|
3320
|
-
"<%= config.bin %> <%= command.id %> abc123 --force"
|
|
3266
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3321
3267
|
],
|
|
3322
3268
|
"flags": {
|
|
3323
|
-
"
|
|
3324
|
-
"
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
],
|
|
3328
|
-
"char": "f",
|
|
3329
|
-
"description": "Skip confirmation prompt",
|
|
3330
|
-
"name": "force",
|
|
3331
|
-
"allowNo": false,
|
|
3332
|
-
"type": "boolean"
|
|
3333
|
-
},
|
|
3334
|
-
"time": {
|
|
3335
|
-
"char": "t",
|
|
3336
|
-
"description": "Seconds to wait before killing the container during stop",
|
|
3337
|
-
"name": "time",
|
|
3338
|
-
"default": 10,
|
|
3269
|
+
"project": {
|
|
3270
|
+
"char": "P",
|
|
3271
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3272
|
+
"name": "project",
|
|
3339
3273
|
"hasDynamicHelp": false,
|
|
3340
3274
|
"multiple": false,
|
|
3341
3275
|
"type": "option"
|
|
@@ -3356,36 +3290,36 @@
|
|
|
3356
3290
|
},
|
|
3357
3291
|
"hasDynamicHelp": false,
|
|
3358
3292
|
"hiddenAliases": [],
|
|
3359
|
-
"id": "
|
|
3293
|
+
"id": "epic",
|
|
3360
3294
|
"pluginAlias": "@proletariat/cli",
|
|
3361
3295
|
"pluginName": "@proletariat/cli",
|
|
3362
3296
|
"pluginType": "core",
|
|
3363
3297
|
"strict": true,
|
|
3364
|
-
"enableJsonFlag": false,
|
|
3365
3298
|
"isESM": true,
|
|
3366
3299
|
"relativePath": [
|
|
3367
3300
|
"dist",
|
|
3368
3301
|
"commands",
|
|
3369
|
-
"
|
|
3370
|
-
"
|
|
3302
|
+
"epic",
|
|
3303
|
+
"index.js"
|
|
3371
3304
|
]
|
|
3372
3305
|
},
|
|
3373
|
-
"
|
|
3306
|
+
"epic:list": {
|
|
3374
3307
|
"aliases": [],
|
|
3375
|
-
"args": {
|
|
3376
|
-
|
|
3377
|
-
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3378
|
-
"name": "target",
|
|
3379
|
-
"required": true
|
|
3380
|
-
}
|
|
3381
|
-
},
|
|
3382
|
-
"description": "Open a shell in a running container (by execution ID, agent name, or container ID)",
|
|
3308
|
+
"args": {},
|
|
3309
|
+
"description": "List all epics",
|
|
3383
3310
|
"examples": [
|
|
3384
|
-
"<%= config.bin %> <%= command.id %>
|
|
3385
|
-
"<%= config.bin %> <%= command.id %>
|
|
3386
|
-
"<%= config.bin %> <%= command.id %> abc123 --shell /bin/bash"
|
|
3311
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3312
|
+
"<%= config.bin %> <%= command.id %> --status active"
|
|
3387
3313
|
],
|
|
3388
3314
|
"flags": {
|
|
3315
|
+
"project": {
|
|
3316
|
+
"char": "P",
|
|
3317
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3318
|
+
"name": "project",
|
|
3319
|
+
"hasDynamicHelp": false,
|
|
3320
|
+
"multiple": false,
|
|
3321
|
+
"type": "option"
|
|
3322
|
+
},
|
|
3389
3323
|
"json": {
|
|
3390
3324
|
"description": "Output as JSON for AI agents/scripts",
|
|
3391
3325
|
"name": "json",
|
|
@@ -3399,64 +3333,72 @@
|
|
|
3399
3333
|
"allowNo": false,
|
|
3400
3334
|
"type": "boolean"
|
|
3401
3335
|
},
|
|
3402
|
-
"
|
|
3336
|
+
"status": {
|
|
3403
3337
|
"char": "s",
|
|
3404
|
-
"description": "
|
|
3405
|
-
"name": "
|
|
3406
|
-
"default": "/bin/sh",
|
|
3407
|
-
"hasDynamicHelp": false,
|
|
3408
|
-
"multiple": false,
|
|
3409
|
-
"type": "option"
|
|
3410
|
-
},
|
|
3411
|
-
"user": {
|
|
3412
|
-
"char": "u",
|
|
3413
|
-
"description": "User to run as",
|
|
3414
|
-
"name": "user",
|
|
3415
|
-
"hasDynamicHelp": false,
|
|
3416
|
-
"multiple": false,
|
|
3417
|
-
"type": "option"
|
|
3418
|
-
},
|
|
3419
|
-
"workdir": {
|
|
3420
|
-
"char": "w",
|
|
3421
|
-
"description": "Working directory inside the container",
|
|
3422
|
-
"name": "workdir",
|
|
3338
|
+
"description": "Filter by status",
|
|
3339
|
+
"name": "status",
|
|
3423
3340
|
"hasDynamicHelp": false,
|
|
3424
3341
|
"multiple": false,
|
|
3342
|
+
"options": [
|
|
3343
|
+
"active",
|
|
3344
|
+
"draft",
|
|
3345
|
+
"complete",
|
|
3346
|
+
"dropped",
|
|
3347
|
+
"future"
|
|
3348
|
+
],
|
|
3425
3349
|
"type": "option"
|
|
3426
3350
|
}
|
|
3427
3351
|
},
|
|
3428
3352
|
"hasDynamicHelp": false,
|
|
3429
3353
|
"hiddenAliases": [],
|
|
3430
|
-
"id": "
|
|
3354
|
+
"id": "epic:list",
|
|
3431
3355
|
"pluginAlias": "@proletariat/cli",
|
|
3432
3356
|
"pluginName": "@proletariat/cli",
|
|
3433
3357
|
"pluginType": "core",
|
|
3434
3358
|
"strict": true,
|
|
3435
|
-
"enableJsonFlag": false,
|
|
3436
3359
|
"isESM": true,
|
|
3437
3360
|
"relativePath": [
|
|
3438
3361
|
"dist",
|
|
3439
3362
|
"commands",
|
|
3440
|
-
"
|
|
3441
|
-
"
|
|
3363
|
+
"epic",
|
|
3364
|
+
"list.js"
|
|
3442
3365
|
]
|
|
3443
3366
|
},
|
|
3444
|
-
"
|
|
3367
|
+
"epic:move": {
|
|
3445
3368
|
"aliases": [],
|
|
3446
3369
|
"args": {
|
|
3447
|
-
"
|
|
3448
|
-
"description": "
|
|
3449
|
-
"name": "
|
|
3450
|
-
"required":
|
|
3370
|
+
"id": {
|
|
3371
|
+
"description": "Epic ID",
|
|
3372
|
+
"name": "id",
|
|
3373
|
+
"required": false
|
|
3374
|
+
},
|
|
3375
|
+
"status": {
|
|
3376
|
+
"description": "Target status",
|
|
3377
|
+
"name": "status",
|
|
3378
|
+
"options": [
|
|
3379
|
+
"active",
|
|
3380
|
+
"draft",
|
|
3381
|
+
"complete",
|
|
3382
|
+
"dropped",
|
|
3383
|
+
"future"
|
|
3384
|
+
],
|
|
3385
|
+
"required": false
|
|
3451
3386
|
}
|
|
3452
3387
|
},
|
|
3453
|
-
"description": "
|
|
3388
|
+
"description": "Move epic between status folders",
|
|
3454
3389
|
"examples": [
|
|
3455
|
-
"<%= config.bin %> <%= command.id %>
|
|
3456
|
-
"<%= config.bin %> <%= command.id %>
|
|
3457
|
-
"<%= config.bin %> <%= command.id %> abc123"
|
|
3390
|
+
"<%= config.bin %> <%= command.id %> EPIC-002 complete",
|
|
3391
|
+
"<%= config.bin %> <%= command.id %> --force"
|
|
3458
3392
|
],
|
|
3459
3393
|
"flags": {
|
|
3394
|
+
"project": {
|
|
3395
|
+
"char": "P",
|
|
3396
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3397
|
+
"name": "project",
|
|
3398
|
+
"hasDynamicHelp": false,
|
|
3399
|
+
"multiple": false,
|
|
3400
|
+
"type": "option"
|
|
3401
|
+
},
|
|
3460
3402
|
"json": {
|
|
3461
3403
|
"description": "Output as JSON for AI agents/scripts",
|
|
3462
3404
|
"name": "json",
|
|
@@ -3470,38 +3412,52 @@
|
|
|
3470
3412
|
"allowNo": false,
|
|
3471
3413
|
"type": "boolean"
|
|
3472
3414
|
},
|
|
3473
|
-
"
|
|
3474
|
-
"char": "
|
|
3475
|
-
"description": "
|
|
3476
|
-
"name": "
|
|
3415
|
+
"force": {
|
|
3416
|
+
"char": "f",
|
|
3417
|
+
"description": "Skip validation checks",
|
|
3418
|
+
"name": "force",
|
|
3477
3419
|
"allowNo": false,
|
|
3478
3420
|
"type": "boolean"
|
|
3479
3421
|
}
|
|
3480
3422
|
},
|
|
3481
3423
|
"hasDynamicHelp": false,
|
|
3482
3424
|
"hiddenAliases": [],
|
|
3483
|
-
"id": "
|
|
3425
|
+
"id": "epic:move",
|
|
3484
3426
|
"pluginAlias": "@proletariat/cli",
|
|
3485
3427
|
"pluginName": "@proletariat/cli",
|
|
3486
3428
|
"pluginType": "core",
|
|
3487
3429
|
"strict": true,
|
|
3488
|
-
"enableJsonFlag": false,
|
|
3489
3430
|
"isESM": true,
|
|
3490
3431
|
"relativePath": [
|
|
3491
3432
|
"dist",
|
|
3492
3433
|
"commands",
|
|
3493
|
-
"
|
|
3494
|
-
"
|
|
3434
|
+
"epic",
|
|
3435
|
+
"move.js"
|
|
3495
3436
|
]
|
|
3496
3437
|
},
|
|
3497
|
-
"
|
|
3438
|
+
"epic:progress": {
|
|
3498
3439
|
"aliases": [],
|
|
3499
|
-
"args": {
|
|
3500
|
-
|
|
3440
|
+
"args": {
|
|
3441
|
+
"id": {
|
|
3442
|
+
"description": "Epic ID",
|
|
3443
|
+
"name": "id",
|
|
3444
|
+
"required": false
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3447
|
+
"description": "Show epic completion progress",
|
|
3501
3448
|
"examples": [
|
|
3502
|
-
"<%= config.bin %> <%= command.id %>"
|
|
3449
|
+
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
3450
|
+
"<%= config.bin %> <%= command.id %> --all"
|
|
3503
3451
|
],
|
|
3504
3452
|
"flags": {
|
|
3453
|
+
"project": {
|
|
3454
|
+
"char": "P",
|
|
3455
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3456
|
+
"name": "project",
|
|
3457
|
+
"hasDynamicHelp": false,
|
|
3458
|
+
"multiple": false,
|
|
3459
|
+
"type": "option"
|
|
3460
|
+
},
|
|
3505
3461
|
"json": {
|
|
3506
3462
|
"description": "Output as JSON for AI agents/scripts",
|
|
3507
3463
|
"name": "json",
|
|
@@ -3514,56 +3470,56 @@
|
|
|
3514
3470
|
"name": "machine",
|
|
3515
3471
|
"allowNo": false,
|
|
3516
3472
|
"type": "boolean"
|
|
3473
|
+
},
|
|
3474
|
+
"all": {
|
|
3475
|
+
"char": "a",
|
|
3476
|
+
"description": "Show progress for all epics",
|
|
3477
|
+
"name": "all",
|
|
3478
|
+
"allowNo": false,
|
|
3479
|
+
"type": "boolean"
|
|
3517
3480
|
}
|
|
3518
3481
|
},
|
|
3519
3482
|
"hasDynamicHelp": false,
|
|
3520
3483
|
"hiddenAliases": [],
|
|
3521
|
-
"id": "
|
|
3484
|
+
"id": "epic:progress",
|
|
3522
3485
|
"pluginAlias": "@proletariat/cli",
|
|
3523
3486
|
"pluginName": "@proletariat/cli",
|
|
3524
3487
|
"pluginType": "core",
|
|
3525
3488
|
"strict": true,
|
|
3526
|
-
"enableJsonFlag": false,
|
|
3527
3489
|
"isESM": true,
|
|
3528
3490
|
"relativePath": [
|
|
3529
3491
|
"dist",
|
|
3530
3492
|
"commands",
|
|
3531
|
-
"
|
|
3532
|
-
"
|
|
3493
|
+
"epic",
|
|
3494
|
+
"progress.js"
|
|
3533
3495
|
]
|
|
3534
3496
|
},
|
|
3535
|
-
"
|
|
3497
|
+
"epic:project": {
|
|
3536
3498
|
"aliases": [],
|
|
3537
3499
|
"args": {
|
|
3538
|
-
"
|
|
3539
|
-
"description": "
|
|
3540
|
-
"name": "
|
|
3541
|
-
"required":
|
|
3500
|
+
"epicId": {
|
|
3501
|
+
"description": "Epic ID",
|
|
3502
|
+
"name": "epicId",
|
|
3503
|
+
"required": false
|
|
3504
|
+
},
|
|
3505
|
+
"targetProject": {
|
|
3506
|
+
"description": "Target project ID",
|
|
3507
|
+
"name": "targetProject",
|
|
3508
|
+
"required": false
|
|
3542
3509
|
}
|
|
3543
3510
|
},
|
|
3544
|
-
"description": "
|
|
3511
|
+
"description": "Move an epic to a different project (optionally with its tickets)",
|
|
3545
3512
|
"examples": [
|
|
3546
|
-
"<%= config.bin %> <%= command.id %>
|
|
3547
|
-
"<%= config.bin %> <%= command.id %>
|
|
3548
|
-
"<%= config.bin %> <%= command.id %>
|
|
3513
|
+
"<%= config.bin %> <%= command.id %> EPIC-001 new-project",
|
|
3514
|
+
"<%= config.bin %> <%= command.id %> EPIC-001 new-project --with-tickets",
|
|
3515
|
+
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
3516
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3549
3517
|
],
|
|
3550
3518
|
"flags": {
|
|
3551
|
-
"
|
|
3552
|
-
"
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
],
|
|
3556
|
-
"char": "f",
|
|
3557
|
-
"description": "Skip confirmation prompt",
|
|
3558
|
-
"name": "force",
|
|
3559
|
-
"allowNo": false,
|
|
3560
|
-
"type": "boolean"
|
|
3561
|
-
},
|
|
3562
|
-
"time": {
|
|
3563
|
-
"char": "t",
|
|
3564
|
-
"description": "Seconds to wait before killing the container",
|
|
3565
|
-
"name": "time",
|
|
3566
|
-
"default": 10,
|
|
3519
|
+
"project": {
|
|
3520
|
+
"char": "P",
|
|
3521
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3522
|
+
"name": "project",
|
|
3567
3523
|
"hasDynamicHelp": false,
|
|
3568
3524
|
"multiple": false,
|
|
3569
3525
|
"type": "option"
|
|
@@ -3580,32 +3536,59 @@
|
|
|
3580
3536
|
"name": "machine",
|
|
3581
3537
|
"allowNo": false,
|
|
3582
3538
|
"type": "boolean"
|
|
3539
|
+
},
|
|
3540
|
+
"with-tickets": {
|
|
3541
|
+
"char": "t",
|
|
3542
|
+
"description": "Also move all tickets assigned to this epic",
|
|
3543
|
+
"name": "with-tickets",
|
|
3544
|
+
"allowNo": false,
|
|
3545
|
+
"type": "boolean"
|
|
3583
3546
|
}
|
|
3584
3547
|
},
|
|
3585
3548
|
"hasDynamicHelp": false,
|
|
3586
3549
|
"hiddenAliases": [],
|
|
3587
|
-
"id": "
|
|
3550
|
+
"id": "epic:project",
|
|
3588
3551
|
"pluginAlias": "@proletariat/cli",
|
|
3589
3552
|
"pluginName": "@proletariat/cli",
|
|
3590
3553
|
"pluginType": "core",
|
|
3591
3554
|
"strict": true,
|
|
3592
|
-
"enableJsonFlag": false,
|
|
3593
3555
|
"isESM": true,
|
|
3594
3556
|
"relativePath": [
|
|
3595
3557
|
"dist",
|
|
3596
3558
|
"commands",
|
|
3597
|
-
"
|
|
3598
|
-
"
|
|
3559
|
+
"epic",
|
|
3560
|
+
"project.js"
|
|
3599
3561
|
]
|
|
3600
3562
|
},
|
|
3601
|
-
"
|
|
3563
|
+
"epic:reorder": {
|
|
3602
3564
|
"aliases": [],
|
|
3603
|
-
"args": {
|
|
3604
|
-
|
|
3565
|
+
"args": {
|
|
3566
|
+
"id": {
|
|
3567
|
+
"description": "Epic ID to reorder",
|
|
3568
|
+
"name": "id",
|
|
3569
|
+
"required": false
|
|
3570
|
+
},
|
|
3571
|
+
"position": {
|
|
3572
|
+
"description": "New position (1-based rank)",
|
|
3573
|
+
"name": "position",
|
|
3574
|
+
"required": false
|
|
3575
|
+
}
|
|
3576
|
+
},
|
|
3577
|
+
"description": "Reorder epic priority/rank",
|
|
3605
3578
|
"examples": [
|
|
3606
|
-
"<%= config.bin %> <%= command.id %>"
|
|
3579
|
+
"<%= config.bin %> <%= command.id %> EPIC-001 1",
|
|
3580
|
+
"<%= config.bin %> <%= command.id %> EPIC-003 --first",
|
|
3581
|
+
"<%= config.bin %> <%= command.id %> EPIC-002 --after EPIC-001"
|
|
3607
3582
|
],
|
|
3608
3583
|
"flags": {
|
|
3584
|
+
"project": {
|
|
3585
|
+
"char": "P",
|
|
3586
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3587
|
+
"name": "project",
|
|
3588
|
+
"hasDynamicHelp": false,
|
|
3589
|
+
"multiple": false,
|
|
3590
|
+
"type": "option"
|
|
3591
|
+
},
|
|
3609
3592
|
"json": {
|
|
3610
3593
|
"description": "Output as JSON for AI agents/scripts",
|
|
3611
3594
|
"name": "json",
|
|
@@ -3618,36 +3601,82 @@
|
|
|
3618
3601
|
"name": "machine",
|
|
3619
3602
|
"allowNo": false,
|
|
3620
3603
|
"type": "boolean"
|
|
3604
|
+
},
|
|
3605
|
+
"first": {
|
|
3606
|
+
"description": "Move to first position (highest priority)",
|
|
3607
|
+
"exclusive": [
|
|
3608
|
+
"last",
|
|
3609
|
+
"after",
|
|
3610
|
+
"before"
|
|
3611
|
+
],
|
|
3612
|
+
"name": "first",
|
|
3613
|
+
"allowNo": false,
|
|
3614
|
+
"type": "boolean"
|
|
3615
|
+
},
|
|
3616
|
+
"last": {
|
|
3617
|
+
"description": "Move to last position (lowest priority)",
|
|
3618
|
+
"exclusive": [
|
|
3619
|
+
"first",
|
|
3620
|
+
"after",
|
|
3621
|
+
"before"
|
|
3622
|
+
],
|
|
3623
|
+
"name": "last",
|
|
3624
|
+
"allowNo": false,
|
|
3625
|
+
"type": "boolean"
|
|
3626
|
+
},
|
|
3627
|
+
"after": {
|
|
3628
|
+
"description": "Move after this epic ID",
|
|
3629
|
+
"exclusive": [
|
|
3630
|
+
"first",
|
|
3631
|
+
"last",
|
|
3632
|
+
"before"
|
|
3633
|
+
],
|
|
3634
|
+
"name": "after",
|
|
3635
|
+
"hasDynamicHelp": false,
|
|
3636
|
+
"multiple": false,
|
|
3637
|
+
"type": "option"
|
|
3638
|
+
},
|
|
3639
|
+
"before": {
|
|
3640
|
+
"description": "Move before this epic ID",
|
|
3641
|
+
"exclusive": [
|
|
3642
|
+
"first",
|
|
3643
|
+
"last",
|
|
3644
|
+
"after"
|
|
3645
|
+
],
|
|
3646
|
+
"name": "before",
|
|
3647
|
+
"hasDynamicHelp": false,
|
|
3648
|
+
"multiple": false,
|
|
3649
|
+
"type": "option"
|
|
3621
3650
|
}
|
|
3622
3651
|
},
|
|
3623
3652
|
"hasDynamicHelp": false,
|
|
3624
3653
|
"hiddenAliases": [],
|
|
3625
|
-
"id": "
|
|
3654
|
+
"id": "epic:reorder",
|
|
3626
3655
|
"pluginAlias": "@proletariat/cli",
|
|
3627
3656
|
"pluginName": "@proletariat/cli",
|
|
3628
3657
|
"pluginType": "core",
|
|
3629
3658
|
"strict": true,
|
|
3630
|
-
"enableJsonFlag": false,
|
|
3631
3659
|
"isESM": true,
|
|
3632
3660
|
"relativePath": [
|
|
3633
3661
|
"dist",
|
|
3634
3662
|
"commands",
|
|
3635
|
-
"
|
|
3636
|
-
"
|
|
3663
|
+
"epic",
|
|
3664
|
+
"reorder.js"
|
|
3637
3665
|
]
|
|
3638
3666
|
},
|
|
3639
|
-
"
|
|
3667
|
+
"epic:show": {
|
|
3640
3668
|
"aliases": [],
|
|
3641
|
-
"args": {
|
|
3642
|
-
|
|
3669
|
+
"args": {
|
|
3670
|
+
"id": {
|
|
3671
|
+
"description": "Epic ID",
|
|
3672
|
+
"name": "id",
|
|
3673
|
+
"required": false
|
|
3674
|
+
}
|
|
3675
|
+
},
|
|
3676
|
+
"description": "View epic details and linked tickets (alias for epic view)",
|
|
3643
3677
|
"examples": [
|
|
3644
|
-
"<%= config.bin %>
|
|
3645
|
-
"<%= config.bin %>
|
|
3646
|
-
"<%= config.bin %> execution config --list # Show all settings",
|
|
3647
|
-
"<%= config.bin %> execution config --set defaultEnvironment host",
|
|
3648
|
-
"<%= config.bin %> execution config --set outputMode interactive",
|
|
3649
|
-
"<%= config.bin %> execution config --set permissionMode safe",
|
|
3650
|
-
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
3678
|
+
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
3679
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3651
3680
|
],
|
|
3652
3681
|
"flags": {
|
|
3653
3682
|
"project": {
|
|
@@ -3670,54 +3699,43 @@
|
|
|
3670
3699
|
"name": "machine",
|
|
3671
3700
|
"allowNo": false,
|
|
3672
3701
|
"type": "boolean"
|
|
3673
|
-
},
|
|
3674
|
-
"set": {
|
|
3675
|
-
"char": "s",
|
|
3676
|
-
"description": "Set a config value (format: key value)",
|
|
3677
|
-
"name": "set",
|
|
3678
|
-
"hasDynamicHelp": false,
|
|
3679
|
-
"multiple": true,
|
|
3680
|
-
"type": "option"
|
|
3681
|
-
},
|
|
3682
|
-
"list": {
|
|
3683
|
-
"char": "l",
|
|
3684
|
-
"description": "List all configuration values",
|
|
3685
|
-
"name": "list",
|
|
3686
|
-
"allowNo": false,
|
|
3687
|
-
"type": "boolean"
|
|
3688
|
-
},
|
|
3689
|
-
"setting": {
|
|
3690
|
-
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
3691
|
-
"name": "setting",
|
|
3692
|
-
"hasDynamicHelp": false,
|
|
3693
|
-
"multiple": false,
|
|
3694
|
-
"type": "option"
|
|
3695
3702
|
}
|
|
3696
3703
|
},
|
|
3697
3704
|
"hasDynamicHelp": false,
|
|
3705
|
+
"hidden": true,
|
|
3698
3706
|
"hiddenAliases": [],
|
|
3699
|
-
"id": "
|
|
3707
|
+
"id": "epic:show",
|
|
3700
3708
|
"pluginAlias": "@proletariat/cli",
|
|
3701
3709
|
"pluginName": "@proletariat/cli",
|
|
3702
3710
|
"pluginType": "core",
|
|
3703
|
-
"strict": true,
|
|
3704
3711
|
"isESM": true,
|
|
3705
3712
|
"relativePath": [
|
|
3706
3713
|
"dist",
|
|
3707
3714
|
"commands",
|
|
3708
|
-
"
|
|
3709
|
-
"
|
|
3715
|
+
"epic",
|
|
3716
|
+
"show.js"
|
|
3710
3717
|
]
|
|
3711
3718
|
},
|
|
3712
|
-
"
|
|
3719
|
+
"epic:spec": {
|
|
3713
3720
|
"aliases": [],
|
|
3714
|
-
"args": {
|
|
3715
|
-
|
|
3721
|
+
"args": {
|
|
3722
|
+
"epicId": {
|
|
3723
|
+
"description": "Epic ID",
|
|
3724
|
+
"name": "epicId",
|
|
3725
|
+
"required": false
|
|
3726
|
+
},
|
|
3727
|
+
"specId": {
|
|
3728
|
+
"description": "Spec ID to link",
|
|
3729
|
+
"name": "specId",
|
|
3730
|
+
"required": false
|
|
3731
|
+
}
|
|
3732
|
+
},
|
|
3733
|
+
"description": "Assign a spec to an epic (design document)",
|
|
3716
3734
|
"examples": [
|
|
3735
|
+
"<%= config.bin %> <%= command.id %> EPIC-001 SPEC-001",
|
|
3736
|
+
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
3717
3737
|
"<%= config.bin %> <%= command.id %>",
|
|
3718
|
-
"<%= config.bin %> <%= command.id %>
|
|
3719
|
-
"<%= config.bin %> <%= command.id %> logs WORK-001",
|
|
3720
|
-
"<%= config.bin %> <%= command.id %> stop WORK-001"
|
|
3738
|
+
"<%= config.bin %> <%= command.id %> EPIC-001 --unlink"
|
|
3721
3739
|
],
|
|
3722
3740
|
"flags": {
|
|
3723
3741
|
"project": {
|
|
@@ -3740,11 +3758,24 @@
|
|
|
3740
3758
|
"name": "machine",
|
|
3741
3759
|
"allowNo": false,
|
|
3742
3760
|
"type": "boolean"
|
|
3761
|
+
},
|
|
3762
|
+
"unlink": {
|
|
3763
|
+
"char": "u",
|
|
3764
|
+
"description": "Remove spec from epic instead of adding",
|
|
3765
|
+
"name": "unlink",
|
|
3766
|
+
"allowNo": false,
|
|
3767
|
+
"type": "boolean"
|
|
3768
|
+
},
|
|
3769
|
+
"align-tickets": {
|
|
3770
|
+
"description": "Also update all tickets in the epic to use the same spec",
|
|
3771
|
+
"name": "align-tickets",
|
|
3772
|
+
"allowNo": false,
|
|
3773
|
+
"type": "boolean"
|
|
3743
3774
|
}
|
|
3744
3775
|
},
|
|
3745
3776
|
"hasDynamicHelp": false,
|
|
3746
3777
|
"hiddenAliases": [],
|
|
3747
|
-
"id": "
|
|
3778
|
+
"id": "epic:spec",
|
|
3748
3779
|
"pluginAlias": "@proletariat/cli",
|
|
3749
3780
|
"pluginName": "@proletariat/cli",
|
|
3750
3781
|
"pluginType": "core",
|
|
@@ -3753,27 +3784,31 @@
|
|
|
3753
3784
|
"relativePath": [
|
|
3754
3785
|
"dist",
|
|
3755
3786
|
"commands",
|
|
3756
|
-
"
|
|
3757
|
-
"
|
|
3787
|
+
"epic",
|
|
3788
|
+
"spec.js"
|
|
3758
3789
|
]
|
|
3759
3790
|
},
|
|
3760
|
-
"
|
|
3791
|
+
"epic:ticket": {
|
|
3761
3792
|
"aliases": [],
|
|
3762
3793
|
"args": {
|
|
3763
3794
|
"id": {
|
|
3764
|
-
"description": "
|
|
3795
|
+
"description": "Epic ID",
|
|
3765
3796
|
"name": "id",
|
|
3766
3797
|
"required": false
|
|
3798
|
+
},
|
|
3799
|
+
"tickets": {
|
|
3800
|
+
"description": "Ticket IDs to link (space-separated)",
|
|
3801
|
+
"name": "tickets",
|
|
3802
|
+
"required": false
|
|
3767
3803
|
}
|
|
3768
3804
|
},
|
|
3769
|
-
"description": "
|
|
3805
|
+
"description": "Assign tickets to an epic, or link epic to a spec (parent-child)",
|
|
3770
3806
|
"examples": [
|
|
3771
|
-
"<%= config.bin %> <%= command.id %>
|
|
3772
|
-
"<%= config.bin %> <%= command.id %>
|
|
3773
|
-
"<%= config.bin %> <%= command.id %>
|
|
3774
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3775
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3776
|
-
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
3807
|
+
"<%= config.bin %> <%= command.id %> EPIC-001 TKT-001 TKT-002",
|
|
3808
|
+
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
3809
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3810
|
+
"<%= config.bin %> <%= command.id %> EPIC-001 --unlink TKT-001",
|
|
3811
|
+
"<%= config.bin %> <%= command.id %> EPIC-001 --spec SPEC-001"
|
|
3777
3812
|
],
|
|
3778
3813
|
"flags": {
|
|
3779
3814
|
"project": {
|
|
@@ -3797,51 +3832,74 @@
|
|
|
3797
3832
|
"allowNo": false,
|
|
3798
3833
|
"type": "boolean"
|
|
3799
3834
|
},
|
|
3800
|
-
"
|
|
3801
|
-
"char": "
|
|
3802
|
-
"description": "
|
|
3803
|
-
"name": "
|
|
3835
|
+
"unlink": {
|
|
3836
|
+
"char": "u",
|
|
3837
|
+
"description": "Remove tickets from this epic instead of adding",
|
|
3838
|
+
"name": "unlink",
|
|
3804
3839
|
"allowNo": false,
|
|
3805
3840
|
"type": "boolean"
|
|
3806
3841
|
},
|
|
3807
|
-
"
|
|
3808
|
-
"
|
|
3809
|
-
"
|
|
3842
|
+
"spec": {
|
|
3843
|
+
"char": "s",
|
|
3844
|
+
"description": "Link epic to a spec (design document)",
|
|
3845
|
+
"name": "spec",
|
|
3846
|
+
"hasDynamicHelp": false,
|
|
3847
|
+
"multiple": false,
|
|
3848
|
+
"type": "option"
|
|
3849
|
+
},
|
|
3850
|
+
"unlink-spec": {
|
|
3851
|
+
"description": "Remove spec link from epic",
|
|
3852
|
+
"name": "unlink-spec",
|
|
3810
3853
|
"allowNo": false,
|
|
3811
3854
|
"type": "boolean"
|
|
3812
3855
|
},
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
3815
|
-
"
|
|
3816
|
-
"name": "agent",
|
|
3856
|
+
"reconcile": {
|
|
3857
|
+
"description": "How to handle spec mismatch: keep (keep ticket spec), epic (use epic spec), skip",
|
|
3858
|
+
"name": "reconcile",
|
|
3817
3859
|
"hasDynamicHelp": false,
|
|
3818
3860
|
"multiple": false,
|
|
3861
|
+
"options": [
|
|
3862
|
+
"keep",
|
|
3863
|
+
"epic",
|
|
3864
|
+
"skip"
|
|
3865
|
+
],
|
|
3819
3866
|
"type": "option"
|
|
3867
|
+
},
|
|
3868
|
+
"inherit-spec": {
|
|
3869
|
+
"description": "Inherit spec from epic when ticket has no spec",
|
|
3870
|
+
"name": "inherit-spec",
|
|
3871
|
+
"allowNo": true,
|
|
3872
|
+
"type": "boolean"
|
|
3820
3873
|
}
|
|
3821
3874
|
},
|
|
3822
3875
|
"hasDynamicHelp": false,
|
|
3823
3876
|
"hiddenAliases": [],
|
|
3824
|
-
"id": "
|
|
3877
|
+
"id": "epic:ticket",
|
|
3825
3878
|
"pluginAlias": "@proletariat/cli",
|
|
3826
3879
|
"pluginName": "@proletariat/cli",
|
|
3827
3880
|
"pluginType": "core",
|
|
3881
|
+
"strict": false,
|
|
3828
3882
|
"isESM": true,
|
|
3829
3883
|
"relativePath": [
|
|
3830
3884
|
"dist",
|
|
3831
3885
|
"commands",
|
|
3832
|
-
"
|
|
3833
|
-
"
|
|
3886
|
+
"epic",
|
|
3887
|
+
"ticket.js"
|
|
3834
3888
|
]
|
|
3835
3889
|
},
|
|
3836
|
-
"
|
|
3890
|
+
"epic:view": {
|
|
3837
3891
|
"aliases": [],
|
|
3838
|
-
"args": {
|
|
3839
|
-
|
|
3892
|
+
"args": {
|
|
3893
|
+
"id": {
|
|
3894
|
+
"description": "Epic ID",
|
|
3895
|
+
"name": "id",
|
|
3896
|
+
"required": false
|
|
3897
|
+
}
|
|
3898
|
+
},
|
|
3899
|
+
"description": "View epic details and linked tickets",
|
|
3840
3900
|
"examples": [
|
|
3841
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3842
|
-
"<%= config.bin %> <%= command.id %>
|
|
3843
|
-
"<%= config.bin %> <%= command.id %> --agent alice",
|
|
3844
|
-
"<%= config.bin %> <%= command.id %> --limit 50"
|
|
3901
|
+
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
3902
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3845
3903
|
],
|
|
3846
3904
|
"flags": {
|
|
3847
3905
|
"project": {
|
|
@@ -3864,43 +3922,11 @@
|
|
|
3864
3922
|
"name": "machine",
|
|
3865
3923
|
"allowNo": false,
|
|
3866
3924
|
"type": "boolean"
|
|
3867
|
-
},
|
|
3868
|
-
"status": {
|
|
3869
|
-
"char": "s",
|
|
3870
|
-
"description": "Filter by status",
|
|
3871
|
-
"name": "status",
|
|
3872
|
-
"hasDynamicHelp": false,
|
|
3873
|
-
"multiple": false,
|
|
3874
|
-
"options": [
|
|
3875
|
-
"starting",
|
|
3876
|
-
"running",
|
|
3877
|
-
"completed",
|
|
3878
|
-
"failed",
|
|
3879
|
-
"stopped"
|
|
3880
|
-
],
|
|
3881
|
-
"type": "option"
|
|
3882
|
-
},
|
|
3883
|
-
"agent": {
|
|
3884
|
-
"char": "a",
|
|
3885
|
-
"description": "Filter by agent name",
|
|
3886
|
-
"name": "agent",
|
|
3887
|
-
"hasDynamicHelp": false,
|
|
3888
|
-
"multiple": false,
|
|
3889
|
-
"type": "option"
|
|
3890
|
-
},
|
|
3891
|
-
"limit": {
|
|
3892
|
-
"char": "l",
|
|
3893
|
-
"description": "Number of results",
|
|
3894
|
-
"name": "limit",
|
|
3895
|
-
"default": 20,
|
|
3896
|
-
"hasDynamicHelp": false,
|
|
3897
|
-
"multiple": false,
|
|
3898
|
-
"type": "option"
|
|
3899
3925
|
}
|
|
3900
3926
|
},
|
|
3901
3927
|
"hasDynamicHelp": false,
|
|
3902
3928
|
"hiddenAliases": [],
|
|
3903
|
-
"id": "
|
|
3929
|
+
"id": "epic:view",
|
|
3904
3930
|
"pluginAlias": "@proletariat/cli",
|
|
3905
3931
|
"pluginName": "@proletariat/cli",
|
|
3906
3932
|
"pluginType": "core",
|
|
@@ -3909,34 +3935,44 @@
|
|
|
3909
3935
|
"relativePath": [
|
|
3910
3936
|
"dist",
|
|
3911
3937
|
"commands",
|
|
3912
|
-
"
|
|
3913
|
-
"
|
|
3938
|
+
"epic",
|
|
3939
|
+
"view.js"
|
|
3914
3940
|
]
|
|
3915
3941
|
},
|
|
3916
|
-
"
|
|
3942
|
+
"docker:clean": {
|
|
3917
3943
|
"aliases": [],
|
|
3918
|
-
"args": {
|
|
3919
|
-
|
|
3920
|
-
"description": "Execution ID - prompts if not provided",
|
|
3921
|
-
"name": "id",
|
|
3922
|
-
"required": false
|
|
3923
|
-
}
|
|
3924
|
-
},
|
|
3925
|
-
"description": "View execution logs",
|
|
3944
|
+
"args": {},
|
|
3945
|
+
"description": "Remove orphaned containers (containers without running agents)",
|
|
3926
3946
|
"examples": [
|
|
3927
|
-
"<%= config.bin %> <%= command.id %>
|
|
3928
|
-
"<%= config.bin %> <%= command.id %>
|
|
3929
|
-
"<%= config.bin %> <%= command.id %>
|
|
3930
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
3947
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3948
|
+
"<%= config.bin %> <%= command.id %> --force",
|
|
3949
|
+
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
3931
3950
|
],
|
|
3932
3951
|
"flags": {
|
|
3933
|
-
"
|
|
3934
|
-
"
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
"
|
|
3939
|
-
"
|
|
3952
|
+
"force": {
|
|
3953
|
+
"aliases": [
|
|
3954
|
+
"yes",
|
|
3955
|
+
"y"
|
|
3956
|
+
],
|
|
3957
|
+
"char": "f",
|
|
3958
|
+
"description": "Skip confirmation prompt",
|
|
3959
|
+
"name": "force",
|
|
3960
|
+
"allowNo": false,
|
|
3961
|
+
"type": "boolean"
|
|
3962
|
+
},
|
|
3963
|
+
"dry-run": {
|
|
3964
|
+
"char": "d",
|
|
3965
|
+
"description": "Show what would be removed without removing",
|
|
3966
|
+
"name": "dry-run",
|
|
3967
|
+
"allowNo": false,
|
|
3968
|
+
"type": "boolean"
|
|
3969
|
+
},
|
|
3970
|
+
"all": {
|
|
3971
|
+
"char": "a",
|
|
3972
|
+
"description": "Remove all stopped devcontainers (not just orphaned)",
|
|
3973
|
+
"name": "all",
|
|
3974
|
+
"allowNo": false,
|
|
3975
|
+
"type": "boolean"
|
|
3940
3976
|
},
|
|
3941
3977
|
"json": {
|
|
3942
3978
|
"description": "Output as JSON for AI agents/scripts",
|
|
@@ -3950,26 +3986,59 @@
|
|
|
3950
3986
|
"name": "machine",
|
|
3951
3987
|
"allowNo": false,
|
|
3952
3988
|
"type": "boolean"
|
|
3953
|
-
}
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3989
|
+
}
|
|
3990
|
+
},
|
|
3991
|
+
"hasDynamicHelp": false,
|
|
3992
|
+
"hiddenAliases": [],
|
|
3993
|
+
"id": "docker:clean",
|
|
3994
|
+
"pluginAlias": "@proletariat/cli",
|
|
3995
|
+
"pluginName": "@proletariat/cli",
|
|
3996
|
+
"pluginType": "core",
|
|
3997
|
+
"strict": true,
|
|
3998
|
+
"enableJsonFlag": false,
|
|
3999
|
+
"isESM": true,
|
|
4000
|
+
"relativePath": [
|
|
4001
|
+
"dist",
|
|
4002
|
+
"commands",
|
|
4003
|
+
"docker",
|
|
4004
|
+
"clean.js"
|
|
4005
|
+
]
|
|
4006
|
+
},
|
|
4007
|
+
"docker": {
|
|
4008
|
+
"aliases": [],
|
|
4009
|
+
"args": {},
|
|
4010
|
+
"description": "Manage Docker containers used by agents",
|
|
4011
|
+
"examples": [
|
|
4012
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4013
|
+
"<%= config.bin %> docker status",
|
|
4014
|
+
"<%= config.bin %> docker list",
|
|
4015
|
+
"<%= config.bin %> docker logs WORK-001",
|
|
4016
|
+
"<%= config.bin %> docker start WORK-001",
|
|
4017
|
+
"<%= config.bin %> docker stop kalanick",
|
|
4018
|
+
"<%= config.bin %> docker shell WORK-001",
|
|
4019
|
+
"<%= config.bin %> docker restart abc123",
|
|
4020
|
+
"<%= config.bin %> docker sync",
|
|
4021
|
+
"<%= config.bin %> docker clean",
|
|
4022
|
+
"<%= config.bin %> docker prune"
|
|
4023
|
+
],
|
|
4024
|
+
"flags": {
|
|
4025
|
+
"json": {
|
|
4026
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4027
|
+
"name": "json",
|
|
3958
4028
|
"allowNo": false,
|
|
3959
4029
|
"type": "boolean"
|
|
3960
4030
|
},
|
|
3961
|
-
"
|
|
3962
|
-
"char": "
|
|
3963
|
-
"description": "
|
|
3964
|
-
"name": "
|
|
3965
|
-
"
|
|
3966
|
-
"
|
|
3967
|
-
"type": "option"
|
|
4031
|
+
"machine": {
|
|
4032
|
+
"char": "m",
|
|
4033
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4034
|
+
"name": "machine",
|
|
4035
|
+
"allowNo": false,
|
|
4036
|
+
"type": "boolean"
|
|
3968
4037
|
}
|
|
3969
4038
|
},
|
|
3970
4039
|
"hasDynamicHelp": false,
|
|
3971
4040
|
"hiddenAliases": [],
|
|
3972
|
-
"id": "
|
|
4041
|
+
"id": "docker",
|
|
3973
4042
|
"pluginAlias": "@proletariat/cli",
|
|
3974
4043
|
"pluginName": "@proletariat/cli",
|
|
3975
4044
|
"pluginType": "core",
|
|
@@ -3977,38 +4046,21 @@
|
|
|
3977
4046
|
"isESM": true,
|
|
3978
4047
|
"relativePath": [
|
|
3979
4048
|
"dist",
|
|
3980
|
-
"commands",
|
|
3981
|
-
"
|
|
3982
|
-
"
|
|
4049
|
+
"commands",
|
|
4050
|
+
"docker",
|
|
4051
|
+
"index.js"
|
|
3983
4052
|
]
|
|
3984
4053
|
},
|
|
3985
|
-
"
|
|
4054
|
+
"docker:list": {
|
|
3986
4055
|
"aliases": [],
|
|
3987
|
-
"args": {
|
|
3988
|
-
|
|
3989
|
-
"description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
|
|
3990
|
-
"name": "id",
|
|
3991
|
-
"required": false
|
|
3992
|
-
}
|
|
3993
|
-
},
|
|
3994
|
-
"description": "Stop running execution(s)",
|
|
4056
|
+
"args": {},
|
|
4057
|
+
"description": "Show Docker containers from agent_work table with status",
|
|
3995
4058
|
"examples": [
|
|
3996
|
-
"<%= config.bin %> <%= command.id %>
|
|
3997
|
-
"<%= config.bin %> <%= command.id %> WORK-001 --force",
|
|
3998
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
4059
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3999
4060
|
"<%= config.bin %> <%= command.id %> --all",
|
|
4000
|
-
"<%= config.bin %> <%= command.id %> --
|
|
4001
|
-
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
4061
|
+
"<%= config.bin %> <%= command.id %> --running"
|
|
4002
4062
|
],
|
|
4003
4063
|
"flags": {
|
|
4004
|
-
"project": {
|
|
4005
|
-
"char": "P",
|
|
4006
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4007
|
-
"name": "project",
|
|
4008
|
-
"hasDynamicHelp": false,
|
|
4009
|
-
"multiple": false,
|
|
4010
|
-
"type": "option"
|
|
4011
|
-
},
|
|
4012
4064
|
"json": {
|
|
4013
4065
|
"description": "Output as JSON for AI agents/scripts",
|
|
4014
4066
|
"name": "json",
|
|
@@ -4022,66 +4074,54 @@
|
|
|
4022
4074
|
"allowNo": false,
|
|
4023
4075
|
"type": "boolean"
|
|
4024
4076
|
},
|
|
4025
|
-
"force": {
|
|
4026
|
-
"char": "f",
|
|
4027
|
-
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
4028
|
-
"name": "force",
|
|
4029
|
-
"allowNo": false,
|
|
4030
|
-
"type": "boolean"
|
|
4031
|
-
},
|
|
4032
4077
|
"all": {
|
|
4033
|
-
"
|
|
4078
|
+
"char": "a",
|
|
4079
|
+
"description": "Show all containers (including non-devcontainer)",
|
|
4034
4080
|
"name": "all",
|
|
4035
4081
|
"allowNo": false,
|
|
4036
4082
|
"type": "boolean"
|
|
4037
4083
|
},
|
|
4038
|
-
"
|
|
4039
|
-
"char": "
|
|
4040
|
-
"description": "
|
|
4041
|
-
"name": "
|
|
4042
|
-
"
|
|
4043
|
-
"
|
|
4044
|
-
"type": "option"
|
|
4084
|
+
"running": {
|
|
4085
|
+
"char": "r",
|
|
4086
|
+
"description": "Only show running containers",
|
|
4087
|
+
"name": "running",
|
|
4088
|
+
"allowNo": false,
|
|
4089
|
+
"type": "boolean"
|
|
4045
4090
|
}
|
|
4046
4091
|
},
|
|
4047
4092
|
"hasDynamicHelp": false,
|
|
4048
4093
|
"hiddenAliases": [],
|
|
4049
|
-
"id": "
|
|
4094
|
+
"id": "docker:list",
|
|
4050
4095
|
"pluginAlias": "@proletariat/cli",
|
|
4051
4096
|
"pluginName": "@proletariat/cli",
|
|
4052
4097
|
"pluginType": "core",
|
|
4053
4098
|
"strict": true,
|
|
4099
|
+
"enableJsonFlag": false,
|
|
4054
4100
|
"isESM": true,
|
|
4055
4101
|
"relativePath": [
|
|
4056
4102
|
"dist",
|
|
4057
4103
|
"commands",
|
|
4058
|
-
"
|
|
4059
|
-
"
|
|
4104
|
+
"docker",
|
|
4105
|
+
"list.js"
|
|
4060
4106
|
]
|
|
4061
4107
|
},
|
|
4062
|
-
"
|
|
4108
|
+
"docker:logs": {
|
|
4063
4109
|
"aliases": [],
|
|
4064
4110
|
"args": {
|
|
4065
|
-
"
|
|
4066
|
-
"description": "Execution ID -
|
|
4067
|
-
"name": "
|
|
4068
|
-
"required":
|
|
4111
|
+
"target": {
|
|
4112
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
4113
|
+
"name": "target",
|
|
4114
|
+
"required": true
|
|
4069
4115
|
}
|
|
4070
4116
|
},
|
|
4071
|
-
"description": "View
|
|
4117
|
+
"description": "View logs from a container (by execution ID, agent name, or container ID)",
|
|
4072
4118
|
"examples": [
|
|
4073
4119
|
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4074
|
-
"<%= config.bin %> <%= command.id %>
|
|
4120
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4121
|
+
"<%= config.bin %> <%= command.id %> abc123 --follow",
|
|
4122
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --tail 100"
|
|
4075
4123
|
],
|
|
4076
4124
|
"flags": {
|
|
4077
|
-
"project": {
|
|
4078
|
-
"char": "P",
|
|
4079
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4080
|
-
"name": "project",
|
|
4081
|
-
"hasDynamicHelp": false,
|
|
4082
|
-
"multiple": false,
|
|
4083
|
-
"type": "option"
|
|
4084
|
-
},
|
|
4085
4125
|
"json": {
|
|
4086
4126
|
"description": "Output as JSON for AI agents/scripts",
|
|
4087
4127
|
"name": "json",
|
|
@@ -4094,45 +4134,88 @@
|
|
|
4094
4134
|
"name": "machine",
|
|
4095
4135
|
"allowNo": false,
|
|
4096
4136
|
"type": "boolean"
|
|
4137
|
+
},
|
|
4138
|
+
"follow": {
|
|
4139
|
+
"char": "f",
|
|
4140
|
+
"description": "Follow log output",
|
|
4141
|
+
"name": "follow",
|
|
4142
|
+
"allowNo": false,
|
|
4143
|
+
"type": "boolean"
|
|
4144
|
+
},
|
|
4145
|
+
"tail": {
|
|
4146
|
+
"char": "n",
|
|
4147
|
+
"description": "Number of lines to show from the end",
|
|
4148
|
+
"name": "tail",
|
|
4149
|
+
"default": 100,
|
|
4150
|
+
"hasDynamicHelp": false,
|
|
4151
|
+
"multiple": false,
|
|
4152
|
+
"type": "option"
|
|
4153
|
+
},
|
|
4154
|
+
"timestamps": {
|
|
4155
|
+
"char": "t",
|
|
4156
|
+
"description": "Show timestamps",
|
|
4157
|
+
"name": "timestamps",
|
|
4158
|
+
"allowNo": false,
|
|
4159
|
+
"type": "boolean"
|
|
4097
4160
|
}
|
|
4098
4161
|
},
|
|
4099
4162
|
"hasDynamicHelp": false,
|
|
4100
4163
|
"hiddenAliases": [],
|
|
4101
|
-
"id": "
|
|
4164
|
+
"id": "docker:logs",
|
|
4102
4165
|
"pluginAlias": "@proletariat/cli",
|
|
4103
4166
|
"pluginName": "@proletariat/cli",
|
|
4104
4167
|
"pluginType": "core",
|
|
4105
4168
|
"strict": true,
|
|
4169
|
+
"enableJsonFlag": false,
|
|
4106
4170
|
"isESM": true,
|
|
4107
4171
|
"relativePath": [
|
|
4108
4172
|
"dist",
|
|
4109
4173
|
"commands",
|
|
4110
|
-
"
|
|
4111
|
-
"
|
|
4174
|
+
"docker",
|
|
4175
|
+
"logs.js"
|
|
4112
4176
|
]
|
|
4113
4177
|
},
|
|
4114
|
-
"
|
|
4178
|
+
"docker:prune": {
|
|
4115
4179
|
"aliases": [],
|
|
4116
|
-
"args": {
|
|
4117
|
-
|
|
4118
|
-
"description": "Epic ID",
|
|
4119
|
-
"name": "id",
|
|
4120
|
-
"required": false
|
|
4121
|
-
}
|
|
4122
|
-
},
|
|
4123
|
-
"description": "Activate a draft or archived epic",
|
|
4180
|
+
"args": {},
|
|
4181
|
+
"description": "Remove unused Docker resources (containers, images, volumes, networks)",
|
|
4124
4182
|
"examples": [
|
|
4125
|
-
"<%= config.bin %> <%= command.id %>
|
|
4126
|
-
"<%= config.bin %> <%= command.id %>"
|
|
4183
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4184
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
4185
|
+
"<%= config.bin %> <%= command.id %> --volumes",
|
|
4186
|
+
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
4127
4187
|
],
|
|
4128
4188
|
"flags": {
|
|
4129
|
-
"
|
|
4130
|
-
"
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
"
|
|
4135
|
-
"
|
|
4189
|
+
"force": {
|
|
4190
|
+
"aliases": [
|
|
4191
|
+
"yes",
|
|
4192
|
+
"y"
|
|
4193
|
+
],
|
|
4194
|
+
"char": "f",
|
|
4195
|
+
"description": "Skip confirmation prompt",
|
|
4196
|
+
"name": "force",
|
|
4197
|
+
"allowNo": false,
|
|
4198
|
+
"type": "boolean"
|
|
4199
|
+
},
|
|
4200
|
+
"dry-run": {
|
|
4201
|
+
"char": "d",
|
|
4202
|
+
"description": "Show what would be removed without removing",
|
|
4203
|
+
"name": "dry-run",
|
|
4204
|
+
"allowNo": false,
|
|
4205
|
+
"type": "boolean"
|
|
4206
|
+
},
|
|
4207
|
+
"all": {
|
|
4208
|
+
"char": "a",
|
|
4209
|
+
"description": "Remove all unused images, not just dangling ones",
|
|
4210
|
+
"name": "all",
|
|
4211
|
+
"allowNo": false,
|
|
4212
|
+
"type": "boolean"
|
|
4213
|
+
},
|
|
4214
|
+
"volumes": {
|
|
4215
|
+
"description": "Also prune volumes (dangerous - data loss possible)",
|
|
4216
|
+
"name": "volumes",
|
|
4217
|
+
"allowNo": false,
|
|
4218
|
+
"type": "boolean"
|
|
4136
4219
|
},
|
|
4137
4220
|
"json": {
|
|
4138
4221
|
"description": "Output as JSON for AI agents/scripts",
|
|
@@ -4150,38 +4233,52 @@
|
|
|
4150
4233
|
},
|
|
4151
4234
|
"hasDynamicHelp": false,
|
|
4152
4235
|
"hiddenAliases": [],
|
|
4153
|
-
"id": "
|
|
4236
|
+
"id": "docker:prune",
|
|
4154
4237
|
"pluginAlias": "@proletariat/cli",
|
|
4155
4238
|
"pluginName": "@proletariat/cli",
|
|
4156
4239
|
"pluginType": "core",
|
|
4157
4240
|
"strict": true,
|
|
4241
|
+
"enableJsonFlag": false,
|
|
4158
4242
|
"isESM": true,
|
|
4159
4243
|
"relativePath": [
|
|
4160
4244
|
"dist",
|
|
4161
4245
|
"commands",
|
|
4162
|
-
"
|
|
4163
|
-
"
|
|
4246
|
+
"docker",
|
|
4247
|
+
"prune.js"
|
|
4164
4248
|
]
|
|
4165
4249
|
},
|
|
4166
|
-
"
|
|
4250
|
+
"docker:restart": {
|
|
4167
4251
|
"aliases": [],
|
|
4168
4252
|
"args": {
|
|
4169
|
-
"
|
|
4170
|
-
"description": "
|
|
4171
|
-
"name": "
|
|
4172
|
-
"required":
|
|
4253
|
+
"target": {
|
|
4254
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
4255
|
+
"name": "target",
|
|
4256
|
+
"required": true
|
|
4173
4257
|
}
|
|
4174
4258
|
},
|
|
4175
|
-
"description": "
|
|
4259
|
+
"description": "Restart a container (by execution ID, agent name, or container ID)",
|
|
4176
4260
|
"examples": [
|
|
4177
|
-
"<%= config.bin %> <%= command.id %>
|
|
4178
|
-
"<%= config.bin %> <%= command.id %>
|
|
4261
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4262
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4263
|
+
"<%= config.bin %> <%= command.id %> abc123 --force"
|
|
4179
4264
|
],
|
|
4180
4265
|
"flags": {
|
|
4181
|
-
"
|
|
4182
|
-
"
|
|
4183
|
-
|
|
4184
|
-
|
|
4266
|
+
"force": {
|
|
4267
|
+
"aliases": [
|
|
4268
|
+
"yes",
|
|
4269
|
+
"y"
|
|
4270
|
+
],
|
|
4271
|
+
"char": "f",
|
|
4272
|
+
"description": "Skip confirmation prompt",
|
|
4273
|
+
"name": "force",
|
|
4274
|
+
"allowNo": false,
|
|
4275
|
+
"type": "boolean"
|
|
4276
|
+
},
|
|
4277
|
+
"time": {
|
|
4278
|
+
"char": "t",
|
|
4279
|
+
"description": "Seconds to wait before killing the container during stop",
|
|
4280
|
+
"name": "time",
|
|
4281
|
+
"default": 10,
|
|
4185
4282
|
"hasDynamicHelp": false,
|
|
4186
4283
|
"multiple": false,
|
|
4187
4284
|
"type": "option"
|
|
@@ -4198,50 +4295,40 @@
|
|
|
4198
4295
|
"name": "machine",
|
|
4199
4296
|
"allowNo": false,
|
|
4200
4297
|
"type": "boolean"
|
|
4201
|
-
},
|
|
4202
|
-
"force": {
|
|
4203
|
-
"char": "f",
|
|
4204
|
-
"description": "Skip ticket completion check",
|
|
4205
|
-
"name": "force",
|
|
4206
|
-
"allowNo": false,
|
|
4207
|
-
"type": "boolean"
|
|
4208
4298
|
}
|
|
4209
4299
|
},
|
|
4210
4300
|
"hasDynamicHelp": false,
|
|
4211
4301
|
"hiddenAliases": [],
|
|
4212
|
-
"id": "
|
|
4302
|
+
"id": "docker:restart",
|
|
4213
4303
|
"pluginAlias": "@proletariat/cli",
|
|
4214
4304
|
"pluginName": "@proletariat/cli",
|
|
4215
4305
|
"pluginType": "core",
|
|
4216
4306
|
"strict": true,
|
|
4307
|
+
"enableJsonFlag": false,
|
|
4217
4308
|
"isESM": true,
|
|
4218
4309
|
"relativePath": [
|
|
4219
4310
|
"dist",
|
|
4220
4311
|
"commands",
|
|
4221
|
-
"
|
|
4222
|
-
"
|
|
4312
|
+
"docker",
|
|
4313
|
+
"restart.js"
|
|
4223
4314
|
]
|
|
4224
4315
|
},
|
|
4225
|
-
"
|
|
4316
|
+
"docker:shell": {
|
|
4226
4317
|
"aliases": [],
|
|
4227
|
-
"args": {
|
|
4228
|
-
|
|
4318
|
+
"args": {
|
|
4319
|
+
"target": {
|
|
4320
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
4321
|
+
"name": "target",
|
|
4322
|
+
"required": true
|
|
4323
|
+
}
|
|
4324
|
+
},
|
|
4325
|
+
"description": "Open a shell in a running container (by execution ID, agent name, or container ID)",
|
|
4229
4326
|
"examples": [
|
|
4230
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4231
|
-
"<%= config.bin %> <%= command.id %>
|
|
4232
|
-
"<%= config.bin %> <%= command.id %>
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
],
|
|
4236
|
-
"flags": {
|
|
4237
|
-
"project": {
|
|
4238
|
-
"char": "P",
|
|
4239
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4240
|
-
"name": "project",
|
|
4241
|
-
"hasDynamicHelp": false,
|
|
4242
|
-
"multiple": false,
|
|
4243
|
-
"type": "option"
|
|
4244
|
-
},
|
|
4327
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4328
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4329
|
+
"<%= config.bin %> <%= command.id %> abc123 --shell /bin/bash"
|
|
4330
|
+
],
|
|
4331
|
+
"flags": {
|
|
4245
4332
|
"json": {
|
|
4246
4333
|
"description": "Output as JSON for AI agents/scripts",
|
|
4247
4334
|
"name": "json",
|
|
@@ -4255,90 +4342,66 @@
|
|
|
4255
4342
|
"allowNo": false,
|
|
4256
4343
|
"type": "boolean"
|
|
4257
4344
|
},
|
|
4258
|
-
"
|
|
4259
|
-
"char": "t",
|
|
4260
|
-
"description": "Epic title [required for non-interactive]",
|
|
4261
|
-
"name": "title",
|
|
4262
|
-
"hasDynamicHelp": false,
|
|
4263
|
-
"multiple": false,
|
|
4264
|
-
"type": "option"
|
|
4265
|
-
},
|
|
4266
|
-
"status": {
|
|
4345
|
+
"shell": {
|
|
4267
4346
|
"char": "s",
|
|
4268
|
-
"description": "
|
|
4269
|
-
"name": "
|
|
4270
|
-
"default": "
|
|
4347
|
+
"description": "Shell to use",
|
|
4348
|
+
"name": "shell",
|
|
4349
|
+
"default": "/bin/sh",
|
|
4271
4350
|
"hasDynamicHelp": false,
|
|
4272
4351
|
"multiple": false,
|
|
4273
|
-
"options": [
|
|
4274
|
-
"active",
|
|
4275
|
-
"draft"
|
|
4276
|
-
],
|
|
4277
4352
|
"type": "option"
|
|
4278
4353
|
},
|
|
4279
|
-
"
|
|
4280
|
-
"char": "
|
|
4281
|
-
"description": "
|
|
4282
|
-
"name": "
|
|
4354
|
+
"user": {
|
|
4355
|
+
"char": "u",
|
|
4356
|
+
"description": "User to run as",
|
|
4357
|
+
"name": "user",
|
|
4283
4358
|
"hasDynamicHelp": false,
|
|
4284
4359
|
"multiple": false,
|
|
4285
4360
|
"type": "option"
|
|
4286
4361
|
},
|
|
4287
|
-
"
|
|
4288
|
-
"
|
|
4289
|
-
"
|
|
4362
|
+
"workdir": {
|
|
4363
|
+
"char": "w",
|
|
4364
|
+
"description": "Working directory inside the container",
|
|
4365
|
+
"name": "workdir",
|
|
4290
4366
|
"hasDynamicHelp": false,
|
|
4291
4367
|
"multiple": false,
|
|
4292
4368
|
"type": "option"
|
|
4293
|
-
},
|
|
4294
|
-
"dry-run": {
|
|
4295
|
-
"description": "Validate inputs without creating epic (use with --json for structured output)",
|
|
4296
|
-
"name": "dry-run",
|
|
4297
|
-
"allowNo": false,
|
|
4298
|
-
"type": "boolean"
|
|
4299
4369
|
}
|
|
4300
4370
|
},
|
|
4301
4371
|
"hasDynamicHelp": false,
|
|
4302
4372
|
"hiddenAliases": [],
|
|
4303
|
-
"id": "
|
|
4373
|
+
"id": "docker:shell",
|
|
4304
4374
|
"pluginAlias": "@proletariat/cli",
|
|
4305
4375
|
"pluginName": "@proletariat/cli",
|
|
4306
4376
|
"pluginType": "core",
|
|
4307
4377
|
"strict": true,
|
|
4378
|
+
"enableJsonFlag": false,
|
|
4308
4379
|
"isESM": true,
|
|
4309
4380
|
"relativePath": [
|
|
4310
4381
|
"dist",
|
|
4311
4382
|
"commands",
|
|
4312
|
-
"
|
|
4313
|
-
"
|
|
4383
|
+
"docker",
|
|
4384
|
+
"shell.js"
|
|
4314
4385
|
]
|
|
4315
4386
|
},
|
|
4316
|
-
"
|
|
4387
|
+
"docker:start": {
|
|
4317
4388
|
"aliases": [],
|
|
4318
4389
|
"args": {
|
|
4319
|
-
"
|
|
4320
|
-
"description": "
|
|
4321
|
-
"name": "
|
|
4322
|
-
"required":
|
|
4390
|
+
"target": {
|
|
4391
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
4392
|
+
"name": "target",
|
|
4393
|
+
"required": true
|
|
4323
4394
|
}
|
|
4324
4395
|
},
|
|
4325
|
-
"description": "
|
|
4396
|
+
"description": "Start a stopped container (by execution ID, agent name, or container ID)",
|
|
4326
4397
|
"examples": [
|
|
4327
|
-
"<%= config.bin %> <%= command.id %>
|
|
4328
|
-
"<%= config.bin %> <%= command.id %>
|
|
4329
|
-
"<%= config.bin %> <%= command.id %>
|
|
4398
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4399
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4400
|
+
"<%= config.bin %> <%= command.id %> abc123"
|
|
4330
4401
|
],
|
|
4331
4402
|
"flags": {
|
|
4332
|
-
"project": {
|
|
4333
|
-
"char": "P",
|
|
4334
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4335
|
-
"name": "project",
|
|
4336
|
-
"hasDynamicHelp": false,
|
|
4337
|
-
"multiple": false,
|
|
4338
|
-
"type": "option"
|
|
4339
|
-
},
|
|
4340
4403
|
"json": {
|
|
4341
|
-
"description": "Output
|
|
4404
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4342
4405
|
"name": "json",
|
|
4343
4406
|
"allowNo": false,
|
|
4344
4407
|
"type": "boolean"
|
|
@@ -4350,45 +4413,38 @@
|
|
|
4350
4413
|
"allowNo": false,
|
|
4351
4414
|
"type": "boolean"
|
|
4352
4415
|
},
|
|
4353
|
-
"
|
|
4354
|
-
"char": "
|
|
4355
|
-
"description": "
|
|
4356
|
-
"name": "
|
|
4416
|
+
"attach": {
|
|
4417
|
+
"char": "a",
|
|
4418
|
+
"description": "Attach to container after starting",
|
|
4419
|
+
"name": "attach",
|
|
4357
4420
|
"allowNo": false,
|
|
4358
4421
|
"type": "boolean"
|
|
4359
4422
|
}
|
|
4360
4423
|
},
|
|
4361
4424
|
"hasDynamicHelp": false,
|
|
4362
4425
|
"hiddenAliases": [],
|
|
4363
|
-
"id": "
|
|
4426
|
+
"id": "docker:start",
|
|
4364
4427
|
"pluginAlias": "@proletariat/cli",
|
|
4365
4428
|
"pluginName": "@proletariat/cli",
|
|
4366
4429
|
"pluginType": "core",
|
|
4367
4430
|
"strict": true,
|
|
4431
|
+
"enableJsonFlag": false,
|
|
4368
4432
|
"isESM": true,
|
|
4369
4433
|
"relativePath": [
|
|
4370
4434
|
"dist",
|
|
4371
4435
|
"commands",
|
|
4372
|
-
"
|
|
4373
|
-
"
|
|
4436
|
+
"docker",
|
|
4437
|
+
"start.js"
|
|
4374
4438
|
]
|
|
4375
4439
|
},
|
|
4376
|
-
"
|
|
4440
|
+
"docker:status": {
|
|
4377
4441
|
"aliases": [],
|
|
4378
4442
|
"args": {},
|
|
4379
|
-
"description": "
|
|
4443
|
+
"description": "Check if Docker daemon is running",
|
|
4380
4444
|
"examples": [
|
|
4381
4445
|
"<%= config.bin %> <%= command.id %>"
|
|
4382
4446
|
],
|
|
4383
4447
|
"flags": {
|
|
4384
|
-
"project": {
|
|
4385
|
-
"char": "P",
|
|
4386
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4387
|
-
"name": "project",
|
|
4388
|
-
"hasDynamicHelp": false,
|
|
4389
|
-
"multiple": false,
|
|
4390
|
-
"type": "option"
|
|
4391
|
-
},
|
|
4392
4448
|
"json": {
|
|
4393
4449
|
"description": "Output as JSON for AI agents/scripts",
|
|
4394
4450
|
"name": "json",
|
|
@@ -4405,32 +4461,52 @@
|
|
|
4405
4461
|
},
|
|
4406
4462
|
"hasDynamicHelp": false,
|
|
4407
4463
|
"hiddenAliases": [],
|
|
4408
|
-
"id": "
|
|
4464
|
+
"id": "docker:status",
|
|
4409
4465
|
"pluginAlias": "@proletariat/cli",
|
|
4410
4466
|
"pluginName": "@proletariat/cli",
|
|
4411
4467
|
"pluginType": "core",
|
|
4412
4468
|
"strict": true,
|
|
4469
|
+
"enableJsonFlag": false,
|
|
4413
4470
|
"isESM": true,
|
|
4414
4471
|
"relativePath": [
|
|
4415
4472
|
"dist",
|
|
4416
4473
|
"commands",
|
|
4417
|
-
"
|
|
4418
|
-
"
|
|
4474
|
+
"docker",
|
|
4475
|
+
"status.js"
|
|
4419
4476
|
]
|
|
4420
4477
|
},
|
|
4421
|
-
"
|
|
4478
|
+
"docker:stop": {
|
|
4422
4479
|
"aliases": [],
|
|
4423
|
-
"args": {
|
|
4424
|
-
|
|
4480
|
+
"args": {
|
|
4481
|
+
"target": {
|
|
4482
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
4483
|
+
"name": "target",
|
|
4484
|
+
"required": true
|
|
4485
|
+
}
|
|
4486
|
+
},
|
|
4487
|
+
"description": "Stop a running container (by execution ID, agent name, or container ID)",
|
|
4425
4488
|
"examples": [
|
|
4426
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4427
|
-
"<%= config.bin %> <%= command.id %>
|
|
4489
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4490
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4491
|
+
"<%= config.bin %> <%= command.id %> abc123 --force"
|
|
4428
4492
|
],
|
|
4429
4493
|
"flags": {
|
|
4430
|
-
"
|
|
4431
|
-
"
|
|
4432
|
-
|
|
4433
|
-
|
|
4494
|
+
"force": {
|
|
4495
|
+
"aliases": [
|
|
4496
|
+
"yes",
|
|
4497
|
+
"y"
|
|
4498
|
+
],
|
|
4499
|
+
"char": "f",
|
|
4500
|
+
"description": "Skip confirmation prompt",
|
|
4501
|
+
"name": "force",
|
|
4502
|
+
"allowNo": false,
|
|
4503
|
+
"type": "boolean"
|
|
4504
|
+
},
|
|
4505
|
+
"time": {
|
|
4506
|
+
"char": "t",
|
|
4507
|
+
"description": "Seconds to wait before killing the container",
|
|
4508
|
+
"name": "time",
|
|
4509
|
+
"default": 10,
|
|
4434
4510
|
"hasDynamicHelp": false,
|
|
4435
4511
|
"multiple": false,
|
|
4436
4512
|
"type": "option"
|
|
@@ -4447,73 +4523,32 @@
|
|
|
4447
4523
|
"name": "machine",
|
|
4448
4524
|
"allowNo": false,
|
|
4449
4525
|
"type": "boolean"
|
|
4450
|
-
},
|
|
4451
|
-
"status": {
|
|
4452
|
-
"char": "s",
|
|
4453
|
-
"description": "Filter by status",
|
|
4454
|
-
"name": "status",
|
|
4455
|
-
"hasDynamicHelp": false,
|
|
4456
|
-
"multiple": false,
|
|
4457
|
-
"options": [
|
|
4458
|
-
"active",
|
|
4459
|
-
"draft",
|
|
4460
|
-
"complete",
|
|
4461
|
-
"dropped",
|
|
4462
|
-
"future"
|
|
4463
|
-
],
|
|
4464
|
-
"type": "option"
|
|
4465
4526
|
}
|
|
4466
4527
|
},
|
|
4467
4528
|
"hasDynamicHelp": false,
|
|
4468
4529
|
"hiddenAliases": [],
|
|
4469
|
-
"id": "
|
|
4530
|
+
"id": "docker:stop",
|
|
4470
4531
|
"pluginAlias": "@proletariat/cli",
|
|
4471
4532
|
"pluginName": "@proletariat/cli",
|
|
4472
4533
|
"pluginType": "core",
|
|
4473
4534
|
"strict": true,
|
|
4535
|
+
"enableJsonFlag": false,
|
|
4474
4536
|
"isESM": true,
|
|
4475
4537
|
"relativePath": [
|
|
4476
4538
|
"dist",
|
|
4477
4539
|
"commands",
|
|
4478
|
-
"
|
|
4479
|
-
"
|
|
4540
|
+
"docker",
|
|
4541
|
+
"stop.js"
|
|
4480
4542
|
]
|
|
4481
4543
|
},
|
|
4482
|
-
"
|
|
4544
|
+
"docker:sync": {
|
|
4483
4545
|
"aliases": [],
|
|
4484
|
-
"args": {
|
|
4485
|
-
|
|
4486
|
-
"description": "Epic ID",
|
|
4487
|
-
"name": "id",
|
|
4488
|
-
"required": false
|
|
4489
|
-
},
|
|
4490
|
-
"status": {
|
|
4491
|
-
"description": "Target status",
|
|
4492
|
-
"name": "status",
|
|
4493
|
-
"options": [
|
|
4494
|
-
"active",
|
|
4495
|
-
"draft",
|
|
4496
|
-
"complete",
|
|
4497
|
-
"dropped",
|
|
4498
|
-
"future"
|
|
4499
|
-
],
|
|
4500
|
-
"required": false
|
|
4501
|
-
}
|
|
4502
|
-
},
|
|
4503
|
-
"description": "Move epic between status folders",
|
|
4546
|
+
"args": {},
|
|
4547
|
+
"description": "Sync container status from Docker into the database",
|
|
4504
4548
|
"examples": [
|
|
4505
|
-
"<%= config.bin %> <%= command.id %>
|
|
4506
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
4549
|
+
"<%= config.bin %> <%= command.id %>"
|
|
4507
4550
|
],
|
|
4508
4551
|
"flags": {
|
|
4509
|
-
"project": {
|
|
4510
|
-
"char": "P",
|
|
4511
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4512
|
-
"name": "project",
|
|
4513
|
-
"hasDynamicHelp": false,
|
|
4514
|
-
"multiple": false,
|
|
4515
|
-
"type": "option"
|
|
4516
|
-
},
|
|
4517
4552
|
"json": {
|
|
4518
4553
|
"description": "Output as JSON for AI agents/scripts",
|
|
4519
4554
|
"name": "json",
|
|
@@ -4526,43 +4561,36 @@
|
|
|
4526
4561
|
"name": "machine",
|
|
4527
4562
|
"allowNo": false,
|
|
4528
4563
|
"type": "boolean"
|
|
4529
|
-
},
|
|
4530
|
-
"force": {
|
|
4531
|
-
"char": "f",
|
|
4532
|
-
"description": "Skip validation checks",
|
|
4533
|
-
"name": "force",
|
|
4534
|
-
"allowNo": false,
|
|
4535
|
-
"type": "boolean"
|
|
4536
4564
|
}
|
|
4537
4565
|
},
|
|
4538
4566
|
"hasDynamicHelp": false,
|
|
4539
4567
|
"hiddenAliases": [],
|
|
4540
|
-
"id": "
|
|
4568
|
+
"id": "docker:sync",
|
|
4541
4569
|
"pluginAlias": "@proletariat/cli",
|
|
4542
4570
|
"pluginName": "@proletariat/cli",
|
|
4543
4571
|
"pluginType": "core",
|
|
4544
4572
|
"strict": true,
|
|
4573
|
+
"enableJsonFlag": false,
|
|
4545
4574
|
"isESM": true,
|
|
4546
4575
|
"relativePath": [
|
|
4547
4576
|
"dist",
|
|
4548
4577
|
"commands",
|
|
4549
|
-
"
|
|
4550
|
-
"
|
|
4578
|
+
"docker",
|
|
4579
|
+
"sync.js"
|
|
4551
4580
|
]
|
|
4552
4581
|
},
|
|
4553
|
-
"
|
|
4582
|
+
"execution:config": {
|
|
4554
4583
|
"aliases": [],
|
|
4555
|
-
"args": {
|
|
4556
|
-
|
|
4557
|
-
"description": "Epic ID",
|
|
4558
|
-
"name": "id",
|
|
4559
|
-
"required": false
|
|
4560
|
-
}
|
|
4561
|
-
},
|
|
4562
|
-
"description": "Show epic completion progress",
|
|
4584
|
+
"args": {},
|
|
4585
|
+
"description": "View and update execution preferences",
|
|
4563
4586
|
"examples": [
|
|
4564
|
-
"<%= config.bin %>
|
|
4565
|
-
"<%= config.bin %>
|
|
4587
|
+
"<%= config.bin %> execution config # Interactive menu",
|
|
4588
|
+
"<%= config.bin %> execution config --json # Output current config as JSON",
|
|
4589
|
+
"<%= config.bin %> execution config --list # Show all settings",
|
|
4590
|
+
"<%= config.bin %> execution config --set defaultEnvironment host",
|
|
4591
|
+
"<%= config.bin %> execution config --set outputMode interactive",
|
|
4592
|
+
"<%= config.bin %> execution config --set permissionMode safe",
|
|
4593
|
+
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
4566
4594
|
],
|
|
4567
4595
|
"flags": {
|
|
4568
4596
|
"project": {
|
|
@@ -4586,17 +4614,32 @@
|
|
|
4586
4614
|
"allowNo": false,
|
|
4587
4615
|
"type": "boolean"
|
|
4588
4616
|
},
|
|
4589
|
-
"
|
|
4590
|
-
"char": "
|
|
4591
|
-
"description": "
|
|
4592
|
-
"name": "
|
|
4593
|
-
"
|
|
4594
|
-
"
|
|
4617
|
+
"set": {
|
|
4618
|
+
"char": "s",
|
|
4619
|
+
"description": "Set a config value (format: key value)",
|
|
4620
|
+
"name": "set",
|
|
4621
|
+
"hasDynamicHelp": false,
|
|
4622
|
+
"multiple": true,
|
|
4623
|
+
"type": "option"
|
|
4624
|
+
},
|
|
4625
|
+
"list": {
|
|
4626
|
+
"char": "l",
|
|
4627
|
+
"description": "List all configuration values",
|
|
4628
|
+
"name": "list",
|
|
4629
|
+
"allowNo": false,
|
|
4630
|
+
"type": "boolean"
|
|
4631
|
+
},
|
|
4632
|
+
"setting": {
|
|
4633
|
+
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
4634
|
+
"name": "setting",
|
|
4635
|
+
"hasDynamicHelp": false,
|
|
4636
|
+
"multiple": false,
|
|
4637
|
+
"type": "option"
|
|
4595
4638
|
}
|
|
4596
4639
|
},
|
|
4597
4640
|
"hasDynamicHelp": false,
|
|
4598
4641
|
"hiddenAliases": [],
|
|
4599
|
-
"id": "
|
|
4642
|
+
"id": "execution:config",
|
|
4600
4643
|
"pluginAlias": "@proletariat/cli",
|
|
4601
4644
|
"pluginName": "@proletariat/cli",
|
|
4602
4645
|
"pluginType": "core",
|
|
@@ -4605,30 +4648,19 @@
|
|
|
4605
4648
|
"relativePath": [
|
|
4606
4649
|
"dist",
|
|
4607
4650
|
"commands",
|
|
4608
|
-
"
|
|
4609
|
-
"
|
|
4651
|
+
"execution",
|
|
4652
|
+
"config.js"
|
|
4610
4653
|
]
|
|
4611
4654
|
},
|
|
4612
|
-
"
|
|
4655
|
+
"execution": {
|
|
4613
4656
|
"aliases": [],
|
|
4614
|
-
"args": {
|
|
4615
|
-
|
|
4616
|
-
"description": "Epic ID",
|
|
4617
|
-
"name": "epicId",
|
|
4618
|
-
"required": false
|
|
4619
|
-
},
|
|
4620
|
-
"targetProject": {
|
|
4621
|
-
"description": "Target project ID",
|
|
4622
|
-
"name": "targetProject",
|
|
4623
|
-
"required": false
|
|
4624
|
-
}
|
|
4625
|
-
},
|
|
4626
|
-
"description": "Move an epic to a different project (optionally with its tickets)",
|
|
4657
|
+
"args": {},
|
|
4658
|
+
"description": "Single execution operations (view, logs, stop)",
|
|
4627
4659
|
"examples": [
|
|
4628
|
-
"<%= config.bin %> <%= command.id %>
|
|
4629
|
-
"<%= config.bin %> <%= command.id %>
|
|
4630
|
-
"<%= config.bin %> <%= command.id %>
|
|
4631
|
-
"<%= config.bin %> <%= command.id %>"
|
|
4660
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4661
|
+
"<%= config.bin %> <%= command.id %> view WORK-001",
|
|
4662
|
+
"<%= config.bin %> <%= command.id %> logs WORK-001",
|
|
4663
|
+
"<%= config.bin %> <%= command.id %> stop WORK-001"
|
|
4632
4664
|
],
|
|
4633
4665
|
"flags": {
|
|
4634
4666
|
"project": {
|
|
@@ -4651,18 +4683,11 @@
|
|
|
4651
4683
|
"name": "machine",
|
|
4652
4684
|
"allowNo": false,
|
|
4653
4685
|
"type": "boolean"
|
|
4654
|
-
},
|
|
4655
|
-
"with-tickets": {
|
|
4656
|
-
"char": "t",
|
|
4657
|
-
"description": "Also move all tickets assigned to this epic",
|
|
4658
|
-
"name": "with-tickets",
|
|
4659
|
-
"allowNo": false,
|
|
4660
|
-
"type": "boolean"
|
|
4661
4686
|
}
|
|
4662
4687
|
},
|
|
4663
4688
|
"hasDynamicHelp": false,
|
|
4664
4689
|
"hiddenAliases": [],
|
|
4665
|
-
"id": "
|
|
4690
|
+
"id": "execution",
|
|
4666
4691
|
"pluginAlias": "@proletariat/cli",
|
|
4667
4692
|
"pluginName": "@proletariat/cli",
|
|
4668
4693
|
"pluginType": "core",
|
|
@@ -4671,29 +4696,27 @@
|
|
|
4671
4696
|
"relativePath": [
|
|
4672
4697
|
"dist",
|
|
4673
4698
|
"commands",
|
|
4674
|
-
"
|
|
4675
|
-
"
|
|
4699
|
+
"execution",
|
|
4700
|
+
"index.js"
|
|
4676
4701
|
]
|
|
4677
4702
|
},
|
|
4678
|
-
"
|
|
4703
|
+
"execution:kill": {
|
|
4679
4704
|
"aliases": [],
|
|
4680
4705
|
"args": {
|
|
4681
4706
|
"id": {
|
|
4682
|
-
"description": "
|
|
4707
|
+
"description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
|
|
4683
4708
|
"name": "id",
|
|
4684
4709
|
"required": false
|
|
4685
|
-
},
|
|
4686
|
-
"position": {
|
|
4687
|
-
"description": "New position (1-based rank)",
|
|
4688
|
-
"name": "position",
|
|
4689
|
-
"required": false
|
|
4690
4710
|
}
|
|
4691
4711
|
},
|
|
4692
|
-
"description": "
|
|
4712
|
+
"description": "Stop running execution(s) (alias for \"execution stop\")",
|
|
4693
4713
|
"examples": [
|
|
4694
|
-
"<%= config.bin %> <%= command.id %>
|
|
4695
|
-
"<%= config.bin %> <%= command.id %>
|
|
4696
|
-
"<%= config.bin %> <%= command.id %>
|
|
4714
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4715
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --force",
|
|
4716
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
4717
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
4718
|
+
"<%= config.bin %> <%= command.id %> --all --force",
|
|
4719
|
+
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
4697
4720
|
],
|
|
4698
4721
|
"flags": {
|
|
4699
4722
|
"project": {
|
|
@@ -4717,48 +4740,23 @@
|
|
|
4717
4740
|
"allowNo": false,
|
|
4718
4741
|
"type": "boolean"
|
|
4719
4742
|
},
|
|
4720
|
-
"
|
|
4721
|
-
"
|
|
4722
|
-
"
|
|
4723
|
-
|
|
4724
|
-
"after",
|
|
4725
|
-
"before"
|
|
4726
|
-
],
|
|
4727
|
-
"name": "first",
|
|
4743
|
+
"force": {
|
|
4744
|
+
"char": "f",
|
|
4745
|
+
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
4746
|
+
"name": "force",
|
|
4728
4747
|
"allowNo": false,
|
|
4729
4748
|
"type": "boolean"
|
|
4730
4749
|
},
|
|
4731
|
-
"
|
|
4732
|
-
"description": "
|
|
4733
|
-
"
|
|
4734
|
-
"first",
|
|
4735
|
-
"after",
|
|
4736
|
-
"before"
|
|
4737
|
-
],
|
|
4738
|
-
"name": "last",
|
|
4750
|
+
"all": {
|
|
4751
|
+
"description": "Stop all running executions",
|
|
4752
|
+
"name": "all",
|
|
4739
4753
|
"allowNo": false,
|
|
4740
4754
|
"type": "boolean"
|
|
4741
4755
|
},
|
|
4742
|
-
"
|
|
4743
|
-
"
|
|
4744
|
-
"
|
|
4745
|
-
|
|
4746
|
-
"last",
|
|
4747
|
-
"before"
|
|
4748
|
-
],
|
|
4749
|
-
"name": "after",
|
|
4750
|
-
"hasDynamicHelp": false,
|
|
4751
|
-
"multiple": false,
|
|
4752
|
-
"type": "option"
|
|
4753
|
-
},
|
|
4754
|
-
"before": {
|
|
4755
|
-
"description": "Move before this epic ID",
|
|
4756
|
-
"exclusive": [
|
|
4757
|
-
"first",
|
|
4758
|
-
"last",
|
|
4759
|
-
"after"
|
|
4760
|
-
],
|
|
4761
|
-
"name": "before",
|
|
4756
|
+
"agent": {
|
|
4757
|
+
"char": "a",
|
|
4758
|
+
"description": "Stop all executions for a specific agent",
|
|
4759
|
+
"name": "agent",
|
|
4762
4760
|
"hasDynamicHelp": false,
|
|
4763
4761
|
"multiple": false,
|
|
4764
4762
|
"type": "option"
|
|
@@ -4766,32 +4764,27 @@
|
|
|
4766
4764
|
},
|
|
4767
4765
|
"hasDynamicHelp": false,
|
|
4768
4766
|
"hiddenAliases": [],
|
|
4769
|
-
"id": "
|
|
4767
|
+
"id": "execution:kill",
|
|
4770
4768
|
"pluginAlias": "@proletariat/cli",
|
|
4771
4769
|
"pluginName": "@proletariat/cli",
|
|
4772
4770
|
"pluginType": "core",
|
|
4773
|
-
"strict": true,
|
|
4774
4771
|
"isESM": true,
|
|
4775
4772
|
"relativePath": [
|
|
4776
4773
|
"dist",
|
|
4777
4774
|
"commands",
|
|
4778
|
-
"
|
|
4779
|
-
"
|
|
4775
|
+
"execution",
|
|
4776
|
+
"kill.js"
|
|
4780
4777
|
]
|
|
4781
4778
|
},
|
|
4782
|
-
"
|
|
4779
|
+
"execution:list": {
|
|
4783
4780
|
"aliases": [],
|
|
4784
|
-
"args": {
|
|
4785
|
-
|
|
4786
|
-
"description": "Epic ID",
|
|
4787
|
-
"name": "id",
|
|
4788
|
-
"required": false
|
|
4789
|
-
}
|
|
4790
|
-
},
|
|
4791
|
-
"description": "View epic details and linked tickets (alias for epic view)",
|
|
4781
|
+
"args": {},
|
|
4782
|
+
"description": "List running and recent executions",
|
|
4792
4783
|
"examples": [
|
|
4793
|
-
"<%= config.bin %> <%= command.id %>
|
|
4794
|
-
"<%= config.bin %> <%= command.id %>"
|
|
4784
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4785
|
+
"<%= config.bin %> <%= command.id %> --status running",
|
|
4786
|
+
"<%= config.bin %> <%= command.id %> --agent alice",
|
|
4787
|
+
"<%= config.bin %> <%= command.id %> --limit 50"
|
|
4795
4788
|
],
|
|
4796
4789
|
"flags": {
|
|
4797
4790
|
"project": {
|
|
@@ -4814,43 +4807,70 @@
|
|
|
4814
4807
|
"name": "machine",
|
|
4815
4808
|
"allowNo": false,
|
|
4816
4809
|
"type": "boolean"
|
|
4810
|
+
},
|
|
4811
|
+
"status": {
|
|
4812
|
+
"char": "s",
|
|
4813
|
+
"description": "Filter by status",
|
|
4814
|
+
"name": "status",
|
|
4815
|
+
"hasDynamicHelp": false,
|
|
4816
|
+
"multiple": false,
|
|
4817
|
+
"options": [
|
|
4818
|
+
"starting",
|
|
4819
|
+
"running",
|
|
4820
|
+
"completed",
|
|
4821
|
+
"failed",
|
|
4822
|
+
"stopped"
|
|
4823
|
+
],
|
|
4824
|
+
"type": "option"
|
|
4825
|
+
},
|
|
4826
|
+
"agent": {
|
|
4827
|
+
"char": "a",
|
|
4828
|
+
"description": "Filter by agent name",
|
|
4829
|
+
"name": "agent",
|
|
4830
|
+
"hasDynamicHelp": false,
|
|
4831
|
+
"multiple": false,
|
|
4832
|
+
"type": "option"
|
|
4833
|
+
},
|
|
4834
|
+
"limit": {
|
|
4835
|
+
"char": "l",
|
|
4836
|
+
"description": "Number of results",
|
|
4837
|
+
"name": "limit",
|
|
4838
|
+
"default": 20,
|
|
4839
|
+
"hasDynamicHelp": false,
|
|
4840
|
+
"multiple": false,
|
|
4841
|
+
"type": "option"
|
|
4817
4842
|
}
|
|
4818
4843
|
},
|
|
4819
4844
|
"hasDynamicHelp": false,
|
|
4820
|
-
"hidden": true,
|
|
4821
4845
|
"hiddenAliases": [],
|
|
4822
|
-
"id": "
|
|
4846
|
+
"id": "execution:list",
|
|
4823
4847
|
"pluginAlias": "@proletariat/cli",
|
|
4824
4848
|
"pluginName": "@proletariat/cli",
|
|
4825
4849
|
"pluginType": "core",
|
|
4850
|
+
"strict": true,
|
|
4826
4851
|
"isESM": true,
|
|
4827
4852
|
"relativePath": [
|
|
4828
4853
|
"dist",
|
|
4829
4854
|
"commands",
|
|
4830
|
-
"
|
|
4831
|
-
"
|
|
4855
|
+
"execution",
|
|
4856
|
+
"list.js"
|
|
4832
4857
|
]
|
|
4833
4858
|
},
|
|
4834
|
-
"
|
|
4859
|
+
"execution:logs": {
|
|
4835
4860
|
"aliases": [],
|
|
4836
4861
|
"args": {
|
|
4837
|
-
"
|
|
4838
|
-
"description": "
|
|
4839
|
-
"name": "
|
|
4840
|
-
"required": false
|
|
4841
|
-
},
|
|
4842
|
-
"specId": {
|
|
4843
|
-
"description": "Spec ID to link",
|
|
4844
|
-
"name": "specId",
|
|
4862
|
+
"id": {
|
|
4863
|
+
"description": "Execution ID - prompts if not provided",
|
|
4864
|
+
"name": "id",
|
|
4845
4865
|
"required": false
|
|
4846
4866
|
}
|
|
4847
4867
|
},
|
|
4848
|
-
"description": "
|
|
4868
|
+
"description": "View execution logs",
|
|
4849
4869
|
"examples": [
|
|
4850
|
-
"<%= config.bin %> <%= command.id %>
|
|
4851
|
-
"<%= config.bin %> <%= command.id %>
|
|
4852
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4853
|
-
"<%= config.bin %> <%= command.id %>
|
|
4870
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4871
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --follow",
|
|
4872
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
|
|
4873
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
4854
4874
|
],
|
|
4855
4875
|
"flags": {
|
|
4856
4876
|
"project": {
|
|
@@ -4874,23 +4894,25 @@
|
|
|
4874
4894
|
"allowNo": false,
|
|
4875
4895
|
"type": "boolean"
|
|
4876
4896
|
},
|
|
4877
|
-
"
|
|
4878
|
-
"char": "
|
|
4879
|
-
"description": "
|
|
4880
|
-
"name": "
|
|
4897
|
+
"follow": {
|
|
4898
|
+
"char": "f",
|
|
4899
|
+
"description": "Stream logs in real-time",
|
|
4900
|
+
"name": "follow",
|
|
4881
4901
|
"allowNo": false,
|
|
4882
4902
|
"type": "boolean"
|
|
4883
4903
|
},
|
|
4884
|
-
"
|
|
4885
|
-
"
|
|
4886
|
-
"
|
|
4887
|
-
"
|
|
4888
|
-
"
|
|
4904
|
+
"tail": {
|
|
4905
|
+
"char": "n",
|
|
4906
|
+
"description": "Show last n lines",
|
|
4907
|
+
"name": "tail",
|
|
4908
|
+
"hasDynamicHelp": false,
|
|
4909
|
+
"multiple": false,
|
|
4910
|
+
"type": "option"
|
|
4889
4911
|
}
|
|
4890
4912
|
},
|
|
4891
4913
|
"hasDynamicHelp": false,
|
|
4892
4914
|
"hiddenAliases": [],
|
|
4893
|
-
"id": "
|
|
4915
|
+
"id": "execution:logs",
|
|
4894
4916
|
"pluginAlias": "@proletariat/cli",
|
|
4895
4917
|
"pluginName": "@proletariat/cli",
|
|
4896
4918
|
"pluginType": "core",
|
|
@@ -4899,31 +4921,27 @@
|
|
|
4899
4921
|
"relativePath": [
|
|
4900
4922
|
"dist",
|
|
4901
4923
|
"commands",
|
|
4902
|
-
"
|
|
4903
|
-
"
|
|
4924
|
+
"execution",
|
|
4925
|
+
"logs.js"
|
|
4904
4926
|
]
|
|
4905
4927
|
},
|
|
4906
|
-
"
|
|
4928
|
+
"execution:stop": {
|
|
4907
4929
|
"aliases": [],
|
|
4908
4930
|
"args": {
|
|
4909
4931
|
"id": {
|
|
4910
|
-
"description": "
|
|
4932
|
+
"description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
|
|
4911
4933
|
"name": "id",
|
|
4912
4934
|
"required": false
|
|
4913
|
-
}
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
"<%= config.bin %> <%= command.id %>
|
|
4923
|
-
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
4924
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4925
|
-
"<%= config.bin %> <%= command.id %> EPIC-001 --unlink TKT-001",
|
|
4926
|
-
"<%= config.bin %> <%= command.id %> EPIC-001 --spec SPEC-001"
|
|
4935
|
+
}
|
|
4936
|
+
},
|
|
4937
|
+
"description": "Stop running execution(s)",
|
|
4938
|
+
"examples": [
|
|
4939
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4940
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --force",
|
|
4941
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
4942
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
4943
|
+
"<%= config.bin %> <%= command.id %> --all --force",
|
|
4944
|
+
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
4927
4945
|
],
|
|
4928
4946
|
"flags": {
|
|
4929
4947
|
"project": {
|
|
@@ -4947,74 +4965,56 @@
|
|
|
4947
4965
|
"allowNo": false,
|
|
4948
4966
|
"type": "boolean"
|
|
4949
4967
|
},
|
|
4950
|
-
"
|
|
4951
|
-
"char": "
|
|
4952
|
-
"description": "
|
|
4953
|
-
"name": "
|
|
4968
|
+
"force": {
|
|
4969
|
+
"char": "f",
|
|
4970
|
+
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
4971
|
+
"name": "force",
|
|
4954
4972
|
"allowNo": false,
|
|
4955
4973
|
"type": "boolean"
|
|
4956
4974
|
},
|
|
4957
|
-
"
|
|
4958
|
-
"
|
|
4959
|
-
"
|
|
4960
|
-
"name": "spec",
|
|
4961
|
-
"hasDynamicHelp": false,
|
|
4962
|
-
"multiple": false,
|
|
4963
|
-
"type": "option"
|
|
4964
|
-
},
|
|
4965
|
-
"unlink-spec": {
|
|
4966
|
-
"description": "Remove spec link from epic",
|
|
4967
|
-
"name": "unlink-spec",
|
|
4975
|
+
"all": {
|
|
4976
|
+
"description": "Stop all running executions",
|
|
4977
|
+
"name": "all",
|
|
4968
4978
|
"allowNo": false,
|
|
4969
4979
|
"type": "boolean"
|
|
4970
4980
|
},
|
|
4971
|
-
"
|
|
4972
|
-
"
|
|
4973
|
-
"
|
|
4981
|
+
"agent": {
|
|
4982
|
+
"char": "a",
|
|
4983
|
+
"description": "Stop all executions for a specific agent",
|
|
4984
|
+
"name": "agent",
|
|
4974
4985
|
"hasDynamicHelp": false,
|
|
4975
4986
|
"multiple": false,
|
|
4976
|
-
"options": [
|
|
4977
|
-
"keep",
|
|
4978
|
-
"epic",
|
|
4979
|
-
"skip"
|
|
4980
|
-
],
|
|
4981
4987
|
"type": "option"
|
|
4982
|
-
},
|
|
4983
|
-
"inherit-spec": {
|
|
4984
|
-
"description": "Inherit spec from epic when ticket has no spec",
|
|
4985
|
-
"name": "inherit-spec",
|
|
4986
|
-
"allowNo": true,
|
|
4987
|
-
"type": "boolean"
|
|
4988
4988
|
}
|
|
4989
4989
|
},
|
|
4990
4990
|
"hasDynamicHelp": false,
|
|
4991
4991
|
"hiddenAliases": [],
|
|
4992
|
-
"id": "
|
|
4992
|
+
"id": "execution:stop",
|
|
4993
4993
|
"pluginAlias": "@proletariat/cli",
|
|
4994
4994
|
"pluginName": "@proletariat/cli",
|
|
4995
4995
|
"pluginType": "core",
|
|
4996
|
-
"strict":
|
|
4996
|
+
"strict": true,
|
|
4997
4997
|
"isESM": true,
|
|
4998
4998
|
"relativePath": [
|
|
4999
4999
|
"dist",
|
|
5000
5000
|
"commands",
|
|
5001
|
-
"
|
|
5002
|
-
"
|
|
5001
|
+
"execution",
|
|
5002
|
+
"stop.js"
|
|
5003
5003
|
]
|
|
5004
5004
|
},
|
|
5005
|
-
"
|
|
5005
|
+
"execution:view": {
|
|
5006
5006
|
"aliases": [],
|
|
5007
5007
|
"args": {
|
|
5008
5008
|
"id": {
|
|
5009
|
-
"description": "
|
|
5009
|
+
"description": "Execution ID - prompts if not provided",
|
|
5010
5010
|
"name": "id",
|
|
5011
5011
|
"required": false
|
|
5012
5012
|
}
|
|
5013
5013
|
},
|
|
5014
|
-
"description": "View
|
|
5014
|
+
"description": "View details of a specific execution",
|
|
5015
5015
|
"examples": [
|
|
5016
|
-
"<%= config.bin %> <%= command.id %>
|
|
5017
|
-
"<%= config.bin %> <%= command.id %>"
|
|
5016
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
5017
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
5018
5018
|
],
|
|
5019
5019
|
"flags": {
|
|
5020
5020
|
"project": {
|
|
@@ -5041,7 +5041,7 @@
|
|
|
5041
5041
|
},
|
|
5042
5042
|
"hasDynamicHelp": false,
|
|
5043
5043
|
"hiddenAliases": [],
|
|
5044
|
-
"id": "
|
|
5044
|
+
"id": "execution:view",
|
|
5045
5045
|
"pluginAlias": "@proletariat/cli",
|
|
5046
5046
|
"pluginName": "@proletariat/cli",
|
|
5047
5047
|
"pluginType": "core",
|
|
@@ -5050,7 +5050,7 @@
|
|
|
5050
5050
|
"relativePath": [
|
|
5051
5051
|
"dist",
|
|
5052
5052
|
"commands",
|
|
5053
|
-
"
|
|
5053
|
+
"execution",
|
|
5054
5054
|
"view.js"
|
|
5055
5055
|
]
|
|
5056
5056
|
},
|
|
@@ -6259,95 +6259,6 @@
|
|
|
6259
6259
|
"remove.js"
|
|
6260
6260
|
]
|
|
6261
6261
|
},
|
|
6262
|
-
"pmo:init": {
|
|
6263
|
-
"aliases": [],
|
|
6264
|
-
"args": {},
|
|
6265
|
-
"description": "Initialize PMO (Project Management Org) in current directory or HQ",
|
|
6266
|
-
"examples": [
|
|
6267
|
-
"<%= config.bin %> <%= command.id %>",
|
|
6268
|
-
"<%= config.bin %> <%= command.id %> --location repo:proletariat --template 5-tool",
|
|
6269
|
-
"<%= config.bin %> <%= command.id %> --location separate --template linear"
|
|
6270
|
-
],
|
|
6271
|
-
"flags": {
|
|
6272
|
-
"location": {
|
|
6273
|
-
"char": "l",
|
|
6274
|
-
"description": "PMO location (separate or repo:name)",
|
|
6275
|
-
"name": "location",
|
|
6276
|
-
"hasDynamicHelp": false,
|
|
6277
|
-
"multiple": false,
|
|
6278
|
-
"type": "option"
|
|
6279
|
-
},
|
|
6280
|
-
"template": {
|
|
6281
|
-
"char": "t",
|
|
6282
|
-
"description": "Board template",
|
|
6283
|
-
"name": "template",
|
|
6284
|
-
"hasDynamicHelp": false,
|
|
6285
|
-
"multiple": false,
|
|
6286
|
-
"options": [
|
|
6287
|
-
"kanban",
|
|
6288
|
-
"linear",
|
|
6289
|
-
"5-tool-founder",
|
|
6290
|
-
"custom"
|
|
6291
|
-
],
|
|
6292
|
-
"type": "option"
|
|
6293
|
-
},
|
|
6294
|
-
"name": {
|
|
6295
|
-
"char": "n",
|
|
6296
|
-
"description": "Board name",
|
|
6297
|
-
"name": "name",
|
|
6298
|
-
"hasDynamicHelp": false,
|
|
6299
|
-
"multiple": false,
|
|
6300
|
-
"type": "option"
|
|
6301
|
-
},
|
|
6302
|
-
"json": {
|
|
6303
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
6304
|
-
"name": "json",
|
|
6305
|
-
"allowNo": false,
|
|
6306
|
-
"type": "boolean"
|
|
6307
|
-
},
|
|
6308
|
-
"machine": {
|
|
6309
|
-
"char": "m",
|
|
6310
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
6311
|
-
"name": "machine",
|
|
6312
|
-
"allowNo": false,
|
|
6313
|
-
"type": "boolean"
|
|
6314
|
-
},
|
|
6315
|
-
"action": {
|
|
6316
|
-
"description": "Action for existing PMO (cancel or reinitialize)",
|
|
6317
|
-
"hidden": true,
|
|
6318
|
-
"name": "action",
|
|
6319
|
-
"hasDynamicHelp": false,
|
|
6320
|
-
"multiple": false,
|
|
6321
|
-
"options": [
|
|
6322
|
-
"cancel",
|
|
6323
|
-
"reinitialize"
|
|
6324
|
-
],
|
|
6325
|
-
"type": "option"
|
|
6326
|
-
},
|
|
6327
|
-
"confirmation": {
|
|
6328
|
-
"description": "Confirmation text for destructive operations",
|
|
6329
|
-
"hidden": true,
|
|
6330
|
-
"name": "confirmation",
|
|
6331
|
-
"hasDynamicHelp": false,
|
|
6332
|
-
"multiple": false,
|
|
6333
|
-
"type": "option"
|
|
6334
|
-
}
|
|
6335
|
-
},
|
|
6336
|
-
"hasDynamicHelp": false,
|
|
6337
|
-
"hiddenAliases": [],
|
|
6338
|
-
"id": "pmo:init",
|
|
6339
|
-
"pluginAlias": "@proletariat/cli",
|
|
6340
|
-
"pluginName": "@proletariat/cli",
|
|
6341
|
-
"pluginType": "core",
|
|
6342
|
-
"strict": true,
|
|
6343
|
-
"isESM": true,
|
|
6344
|
-
"relativePath": [
|
|
6345
|
-
"dist",
|
|
6346
|
-
"commands",
|
|
6347
|
-
"pmo",
|
|
6348
|
-
"init.js"
|
|
6349
|
-
]
|
|
6350
|
-
},
|
|
6351
6262
|
"orchestrator:attach": {
|
|
6352
6263
|
"aliases": [],
|
|
6353
6264
|
"args": {},
|
|
@@ -6671,25 +6582,114 @@
|
|
|
6671
6582
|
"allowNo": false,
|
|
6672
6583
|
"type": "boolean"
|
|
6673
6584
|
},
|
|
6674
|
-
"name": {
|
|
6675
|
-
"char": "n",
|
|
6676
|
-
"description": "Name of the orchestrator session to stop (default: main)",
|
|
6677
|
-
"name": "name",
|
|
6585
|
+
"name": {
|
|
6586
|
+
"char": "n",
|
|
6587
|
+
"description": "Name of the orchestrator session to stop (default: main)",
|
|
6588
|
+
"name": "name",
|
|
6589
|
+
"hasDynamicHelp": false,
|
|
6590
|
+
"multiple": false,
|
|
6591
|
+
"type": "option"
|
|
6592
|
+
},
|
|
6593
|
+
"force": {
|
|
6594
|
+
"char": "f",
|
|
6595
|
+
"description": "Skip confirmation",
|
|
6596
|
+
"name": "force",
|
|
6597
|
+
"allowNo": false,
|
|
6598
|
+
"type": "boolean"
|
|
6599
|
+
}
|
|
6600
|
+
},
|
|
6601
|
+
"hasDynamicHelp": false,
|
|
6602
|
+
"hiddenAliases": [],
|
|
6603
|
+
"id": "orchestrator:stop",
|
|
6604
|
+
"pluginAlias": "@proletariat/cli",
|
|
6605
|
+
"pluginName": "@proletariat/cli",
|
|
6606
|
+
"pluginType": "core",
|
|
6607
|
+
"strict": true,
|
|
6608
|
+
"isESM": true,
|
|
6609
|
+
"relativePath": [
|
|
6610
|
+
"dist",
|
|
6611
|
+
"commands",
|
|
6612
|
+
"orchestrator",
|
|
6613
|
+
"stop.js"
|
|
6614
|
+
]
|
|
6615
|
+
},
|
|
6616
|
+
"pmo:init": {
|
|
6617
|
+
"aliases": [],
|
|
6618
|
+
"args": {},
|
|
6619
|
+
"description": "Initialize PMO (Project Management Org) in current directory or HQ",
|
|
6620
|
+
"examples": [
|
|
6621
|
+
"<%= config.bin %> <%= command.id %>",
|
|
6622
|
+
"<%= config.bin %> <%= command.id %> --location repo:proletariat --template 5-tool",
|
|
6623
|
+
"<%= config.bin %> <%= command.id %> --location separate --template linear"
|
|
6624
|
+
],
|
|
6625
|
+
"flags": {
|
|
6626
|
+
"location": {
|
|
6627
|
+
"char": "l",
|
|
6628
|
+
"description": "PMO location (separate or repo:name)",
|
|
6629
|
+
"name": "location",
|
|
6630
|
+
"hasDynamicHelp": false,
|
|
6631
|
+
"multiple": false,
|
|
6632
|
+
"type": "option"
|
|
6633
|
+
},
|
|
6634
|
+
"template": {
|
|
6635
|
+
"char": "t",
|
|
6636
|
+
"description": "Board template",
|
|
6637
|
+
"name": "template",
|
|
6638
|
+
"hasDynamicHelp": false,
|
|
6639
|
+
"multiple": false,
|
|
6640
|
+
"options": [
|
|
6641
|
+
"kanban",
|
|
6642
|
+
"linear",
|
|
6643
|
+
"5-tool-founder",
|
|
6644
|
+
"custom"
|
|
6645
|
+
],
|
|
6646
|
+
"type": "option"
|
|
6647
|
+
},
|
|
6648
|
+
"name": {
|
|
6649
|
+
"char": "n",
|
|
6650
|
+
"description": "Board name",
|
|
6651
|
+
"name": "name",
|
|
6652
|
+
"hasDynamicHelp": false,
|
|
6653
|
+
"multiple": false,
|
|
6654
|
+
"type": "option"
|
|
6655
|
+
},
|
|
6656
|
+
"json": {
|
|
6657
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
6658
|
+
"name": "json",
|
|
6659
|
+
"allowNo": false,
|
|
6660
|
+
"type": "boolean"
|
|
6661
|
+
},
|
|
6662
|
+
"machine": {
|
|
6663
|
+
"char": "m",
|
|
6664
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
6665
|
+
"name": "machine",
|
|
6666
|
+
"allowNo": false,
|
|
6667
|
+
"type": "boolean"
|
|
6668
|
+
},
|
|
6669
|
+
"action": {
|
|
6670
|
+
"description": "Action for existing PMO (cancel or reinitialize)",
|
|
6671
|
+
"hidden": true,
|
|
6672
|
+
"name": "action",
|
|
6673
|
+
"hasDynamicHelp": false,
|
|
6674
|
+
"multiple": false,
|
|
6675
|
+
"options": [
|
|
6676
|
+
"cancel",
|
|
6677
|
+
"reinitialize"
|
|
6678
|
+
],
|
|
6679
|
+
"type": "option"
|
|
6680
|
+
},
|
|
6681
|
+
"confirmation": {
|
|
6682
|
+
"description": "Confirmation text for destructive operations",
|
|
6683
|
+
"hidden": true,
|
|
6684
|
+
"name": "confirmation",
|
|
6678
6685
|
"hasDynamicHelp": false,
|
|
6679
6686
|
"multiple": false,
|
|
6680
6687
|
"type": "option"
|
|
6681
|
-
},
|
|
6682
|
-
"force": {
|
|
6683
|
-
"char": "f",
|
|
6684
|
-
"description": "Skip confirmation",
|
|
6685
|
-
"name": "force",
|
|
6686
|
-
"allowNo": false,
|
|
6687
|
-
"type": "boolean"
|
|
6688
6688
|
}
|
|
6689
6689
|
},
|
|
6690
6690
|
"hasDynamicHelp": false,
|
|
6691
6691
|
"hiddenAliases": [],
|
|
6692
|
-
"id": "
|
|
6692
|
+
"id": "pmo:init",
|
|
6693
6693
|
"pluginAlias": "@proletariat/cli",
|
|
6694
6694
|
"pluginName": "@proletariat/cli",
|
|
6695
6695
|
"pluginType": "core",
|
|
@@ -6698,8 +6698,8 @@
|
|
|
6698
6698
|
"relativePath": [
|
|
6699
6699
|
"dist",
|
|
6700
6700
|
"commands",
|
|
6701
|
-
"
|
|
6702
|
-
"
|
|
6701
|
+
"pmo",
|
|
6702
|
+
"init.js"
|
|
6703
6703
|
]
|
|
6704
6704
|
},
|
|
6705
6705
|
"phase:create": {
|
|
@@ -7042,271 +7042,49 @@
|
|
|
7042
7042
|
"canceled"
|
|
7043
7043
|
],
|
|
7044
7044
|
"type": "option"
|
|
7045
|
-
},
|
|
7046
|
-
"color": {
|
|
7047
|
-
"description": "New hex color",
|
|
7048
|
-
"name": "color",
|
|
7049
|
-
"hasDynamicHelp": false,
|
|
7050
|
-
"multiple": false,
|
|
7051
|
-
"type": "option"
|
|
7052
|
-
},
|
|
7053
|
-
"description": {
|
|
7054
|
-
"char": "d",
|
|
7055
|
-
"description": "New description",
|
|
7056
|
-
"name": "description",
|
|
7057
|
-
"hasDynamicHelp": false,
|
|
7058
|
-
"multiple": false,
|
|
7059
|
-
"type": "option"
|
|
7060
|
-
},
|
|
7061
|
-
"default": {
|
|
7062
|
-
"description": "Set as default phase",
|
|
7063
|
-
"name": "default",
|
|
7064
|
-
"allowNo": false,
|
|
7065
|
-
"type": "boolean"
|
|
7066
|
-
},
|
|
7067
|
-
"interactive": {
|
|
7068
|
-
"char": "i",
|
|
7069
|
-
"description": "Interactive mode",
|
|
7070
|
-
"name": "interactive",
|
|
7071
|
-
"allowNo": false,
|
|
7072
|
-
"type": "boolean"
|
|
7073
|
-
}
|
|
7074
|
-
},
|
|
7075
|
-
"hasDynamicHelp": false,
|
|
7076
|
-
"hiddenAliases": [],
|
|
7077
|
-
"id": "phase:update",
|
|
7078
|
-
"pluginAlias": "@proletariat/cli",
|
|
7079
|
-
"pluginName": "@proletariat/cli",
|
|
7080
|
-
"pluginType": "core",
|
|
7081
|
-
"strict": true,
|
|
7082
|
-
"isESM": true,
|
|
7083
|
-
"relativePath": [
|
|
7084
|
-
"dist",
|
|
7085
|
-
"commands",
|
|
7086
|
-
"phase",
|
|
7087
|
-
"update.js"
|
|
7088
|
-
]
|
|
7089
|
-
},
|
|
7090
|
-
"priority:add": {
|
|
7091
|
-
"aliases": [],
|
|
7092
|
-
"args": {
|
|
7093
|
-
"value": {
|
|
7094
|
-
"description": "Priority value to add",
|
|
7095
|
-
"name": "value",
|
|
7096
|
-
"required": true
|
|
7097
|
-
}
|
|
7098
|
-
},
|
|
7099
|
-
"description": "Add a priority value to the workspace scale",
|
|
7100
|
-
"examples": [
|
|
7101
|
-
"<%= config.bin %> <%= command.id %> Critical",
|
|
7102
|
-
"<%= config.bin %> <%= command.id %> \"Must Have\" --position 0",
|
|
7103
|
-
"<%= config.bin %> <%= command.id %> P4 --after P3"
|
|
7104
|
-
],
|
|
7105
|
-
"flags": {
|
|
7106
|
-
"project": {
|
|
7107
|
-
"char": "P",
|
|
7108
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
7109
|
-
"name": "project",
|
|
7110
|
-
"hasDynamicHelp": false,
|
|
7111
|
-
"multiple": false,
|
|
7112
|
-
"type": "option"
|
|
7113
|
-
},
|
|
7114
|
-
"json": {
|
|
7115
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7116
|
-
"name": "json",
|
|
7117
|
-
"allowNo": false,
|
|
7118
|
-
"type": "boolean"
|
|
7119
|
-
},
|
|
7120
|
-
"machine": {
|
|
7121
|
-
"char": "m",
|
|
7122
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7123
|
-
"name": "machine",
|
|
7124
|
-
"allowNo": false,
|
|
7125
|
-
"type": "boolean"
|
|
7126
|
-
},
|
|
7127
|
-
"position": {
|
|
7128
|
-
"description": "Position in the priority scale (0 = highest)",
|
|
7129
|
-
"name": "position",
|
|
7130
|
-
"hasDynamicHelp": false,
|
|
7131
|
-
"multiple": false,
|
|
7132
|
-
"type": "option"
|
|
7133
|
-
},
|
|
7134
|
-
"after": {
|
|
7135
|
-
"description": "Insert after this priority value",
|
|
7136
|
-
"exclusive": [
|
|
7137
|
-
"position"
|
|
7138
|
-
],
|
|
7139
|
-
"name": "after",
|
|
7140
|
-
"hasDynamicHelp": false,
|
|
7141
|
-
"multiple": false,
|
|
7142
|
-
"type": "option"
|
|
7143
|
-
}
|
|
7144
|
-
},
|
|
7145
|
-
"hasDynamicHelp": false,
|
|
7146
|
-
"hiddenAliases": [],
|
|
7147
|
-
"id": "priority:add",
|
|
7148
|
-
"pluginAlias": "@proletariat/cli",
|
|
7149
|
-
"pluginName": "@proletariat/cli",
|
|
7150
|
-
"pluginType": "core",
|
|
7151
|
-
"strict": true,
|
|
7152
|
-
"isESM": true,
|
|
7153
|
-
"relativePath": [
|
|
7154
|
-
"dist",
|
|
7155
|
-
"commands",
|
|
7156
|
-
"priority",
|
|
7157
|
-
"add.js"
|
|
7158
|
-
]
|
|
7159
|
-
},
|
|
7160
|
-
"priority:list": {
|
|
7161
|
-
"aliases": [],
|
|
7162
|
-
"args": {},
|
|
7163
|
-
"description": "List the workspace priority scale",
|
|
7164
|
-
"examples": [
|
|
7165
|
-
"<%= config.bin %> <%= command.id %>",
|
|
7166
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
7167
|
-
],
|
|
7168
|
-
"flags": {
|
|
7169
|
-
"project": {
|
|
7170
|
-
"char": "P",
|
|
7171
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
7172
|
-
"name": "project",
|
|
7173
|
-
"hasDynamicHelp": false,
|
|
7174
|
-
"multiple": false,
|
|
7175
|
-
"type": "option"
|
|
7176
|
-
},
|
|
7177
|
-
"json": {
|
|
7178
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7179
|
-
"name": "json",
|
|
7180
|
-
"allowNo": false,
|
|
7181
|
-
"type": "boolean"
|
|
7182
|
-
},
|
|
7183
|
-
"machine": {
|
|
7184
|
-
"char": "m",
|
|
7185
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7186
|
-
"name": "machine",
|
|
7187
|
-
"allowNo": false,
|
|
7188
|
-
"type": "boolean"
|
|
7189
|
-
}
|
|
7190
|
-
},
|
|
7191
|
-
"hasDynamicHelp": false,
|
|
7192
|
-
"hiddenAliases": [],
|
|
7193
|
-
"id": "priority:list",
|
|
7194
|
-
"pluginAlias": "@proletariat/cli",
|
|
7195
|
-
"pluginName": "@proletariat/cli",
|
|
7196
|
-
"pluginType": "core",
|
|
7197
|
-
"strict": true,
|
|
7198
|
-
"isESM": true,
|
|
7199
|
-
"relativePath": [
|
|
7200
|
-
"dist",
|
|
7201
|
-
"commands",
|
|
7202
|
-
"priority",
|
|
7203
|
-
"list.js"
|
|
7204
|
-
]
|
|
7205
|
-
},
|
|
7206
|
-
"priority:remove": {
|
|
7207
|
-
"aliases": [],
|
|
7208
|
-
"args": {
|
|
7209
|
-
"value": {
|
|
7210
|
-
"description": "Priority value to remove",
|
|
7211
|
-
"name": "value",
|
|
7212
|
-
"required": true
|
|
7213
|
-
}
|
|
7214
|
-
},
|
|
7215
|
-
"description": "Remove a priority value from the workspace scale",
|
|
7216
|
-
"examples": [
|
|
7217
|
-
"<%= config.bin %> <%= command.id %> P3",
|
|
7218
|
-
"<%= config.bin %> <%= command.id %> Low"
|
|
7219
|
-
],
|
|
7220
|
-
"flags": {
|
|
7221
|
-
"project": {
|
|
7222
|
-
"char": "P",
|
|
7223
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
7224
|
-
"name": "project",
|
|
7225
|
-
"hasDynamicHelp": false,
|
|
7226
|
-
"multiple": false,
|
|
7227
|
-
"type": "option"
|
|
7228
|
-
},
|
|
7229
|
-
"json": {
|
|
7230
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7231
|
-
"name": "json",
|
|
7232
|
-
"allowNo": false,
|
|
7233
|
-
"type": "boolean"
|
|
7234
|
-
},
|
|
7235
|
-
"machine": {
|
|
7236
|
-
"char": "m",
|
|
7237
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7238
|
-
"name": "machine",
|
|
7239
|
-
"allowNo": false,
|
|
7240
|
-
"type": "boolean"
|
|
7241
|
-
}
|
|
7242
|
-
},
|
|
7243
|
-
"hasDynamicHelp": false,
|
|
7244
|
-
"hiddenAliases": [],
|
|
7245
|
-
"id": "priority:remove",
|
|
7246
|
-
"pluginAlias": "@proletariat/cli",
|
|
7247
|
-
"pluginName": "@proletariat/cli",
|
|
7248
|
-
"pluginType": "core",
|
|
7249
|
-
"strict": true,
|
|
7250
|
-
"isESM": true,
|
|
7251
|
-
"relativePath": [
|
|
7252
|
-
"dist",
|
|
7253
|
-
"commands",
|
|
7254
|
-
"priority",
|
|
7255
|
-
"remove.js"
|
|
7256
|
-
]
|
|
7257
|
-
},
|
|
7258
|
-
"priority:set": {
|
|
7259
|
-
"aliases": [],
|
|
7260
|
-
"args": {
|
|
7261
|
-
"priorities": {
|
|
7262
|
-
"description": "Priority values from highest to lowest (space-separated)",
|
|
7263
|
-
"name": "priorities",
|
|
7264
|
-
"required": false
|
|
7265
|
-
}
|
|
7266
|
-
},
|
|
7267
|
-
"description": "Set the workspace priority scale (replaces all existing priorities)",
|
|
7268
|
-
"examples": [
|
|
7269
|
-
"<%= config.bin %> <%= command.id %> P0 P1 P2 P3",
|
|
7270
|
-
"<%= config.bin %> <%= command.id %> Critical High Medium Low",
|
|
7271
|
-
"<%= config.bin %> <%= command.id %> Now Next Later",
|
|
7272
|
-
"<%= config.bin %> <%= command.id %> \"Must Have\" \"Should Have\" \"Nice to Have\""
|
|
7273
|
-
],
|
|
7274
|
-
"flags": {
|
|
7275
|
-
"project": {
|
|
7276
|
-
"char": "P",
|
|
7277
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
7278
|
-
"name": "project",
|
|
7045
|
+
},
|
|
7046
|
+
"color": {
|
|
7047
|
+
"description": "New hex color",
|
|
7048
|
+
"name": "color",
|
|
7279
7049
|
"hasDynamicHelp": false,
|
|
7280
7050
|
"multiple": false,
|
|
7281
7051
|
"type": "option"
|
|
7282
7052
|
},
|
|
7283
|
-
"
|
|
7284
|
-
"
|
|
7285
|
-
"
|
|
7053
|
+
"description": {
|
|
7054
|
+
"char": "d",
|
|
7055
|
+
"description": "New description",
|
|
7056
|
+
"name": "description",
|
|
7057
|
+
"hasDynamicHelp": false,
|
|
7058
|
+
"multiple": false,
|
|
7059
|
+
"type": "option"
|
|
7060
|
+
},
|
|
7061
|
+
"default": {
|
|
7062
|
+
"description": "Set as default phase",
|
|
7063
|
+
"name": "default",
|
|
7286
7064
|
"allowNo": false,
|
|
7287
7065
|
"type": "boolean"
|
|
7288
7066
|
},
|
|
7289
|
-
"
|
|
7290
|
-
"char": "
|
|
7291
|
-
"description": "
|
|
7292
|
-
"name": "
|
|
7067
|
+
"interactive": {
|
|
7068
|
+
"char": "i",
|
|
7069
|
+
"description": "Interactive mode",
|
|
7070
|
+
"name": "interactive",
|
|
7293
7071
|
"allowNo": false,
|
|
7294
7072
|
"type": "boolean"
|
|
7295
7073
|
}
|
|
7296
7074
|
},
|
|
7297
7075
|
"hasDynamicHelp": false,
|
|
7298
7076
|
"hiddenAliases": [],
|
|
7299
|
-
"id": "
|
|
7077
|
+
"id": "phase:update",
|
|
7300
7078
|
"pluginAlias": "@proletariat/cli",
|
|
7301
7079
|
"pluginName": "@proletariat/cli",
|
|
7302
7080
|
"pluginType": "core",
|
|
7303
|
-
"strict":
|
|
7081
|
+
"strict": true,
|
|
7304
7082
|
"isESM": true,
|
|
7305
7083
|
"relativePath": [
|
|
7306
7084
|
"dist",
|
|
7307
7085
|
"commands",
|
|
7308
|
-
"
|
|
7309
|
-
"
|
|
7086
|
+
"phase",
|
|
7087
|
+
"update.js"
|
|
7310
7088
|
]
|
|
7311
7089
|
},
|
|
7312
7090
|
"pr:create": {
|
|
@@ -7693,6 +7471,228 @@
|
|
|
7693
7471
|
"status.js"
|
|
7694
7472
|
]
|
|
7695
7473
|
},
|
|
7474
|
+
"priority:add": {
|
|
7475
|
+
"aliases": [],
|
|
7476
|
+
"args": {
|
|
7477
|
+
"value": {
|
|
7478
|
+
"description": "Priority value to add",
|
|
7479
|
+
"name": "value",
|
|
7480
|
+
"required": true
|
|
7481
|
+
}
|
|
7482
|
+
},
|
|
7483
|
+
"description": "Add a priority value to the workspace scale",
|
|
7484
|
+
"examples": [
|
|
7485
|
+
"<%= config.bin %> <%= command.id %> Critical",
|
|
7486
|
+
"<%= config.bin %> <%= command.id %> \"Must Have\" --position 0",
|
|
7487
|
+
"<%= config.bin %> <%= command.id %> P4 --after P3"
|
|
7488
|
+
],
|
|
7489
|
+
"flags": {
|
|
7490
|
+
"project": {
|
|
7491
|
+
"char": "P",
|
|
7492
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
7493
|
+
"name": "project",
|
|
7494
|
+
"hasDynamicHelp": false,
|
|
7495
|
+
"multiple": false,
|
|
7496
|
+
"type": "option"
|
|
7497
|
+
},
|
|
7498
|
+
"json": {
|
|
7499
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7500
|
+
"name": "json",
|
|
7501
|
+
"allowNo": false,
|
|
7502
|
+
"type": "boolean"
|
|
7503
|
+
},
|
|
7504
|
+
"machine": {
|
|
7505
|
+
"char": "m",
|
|
7506
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7507
|
+
"name": "machine",
|
|
7508
|
+
"allowNo": false,
|
|
7509
|
+
"type": "boolean"
|
|
7510
|
+
},
|
|
7511
|
+
"position": {
|
|
7512
|
+
"description": "Position in the priority scale (0 = highest)",
|
|
7513
|
+
"name": "position",
|
|
7514
|
+
"hasDynamicHelp": false,
|
|
7515
|
+
"multiple": false,
|
|
7516
|
+
"type": "option"
|
|
7517
|
+
},
|
|
7518
|
+
"after": {
|
|
7519
|
+
"description": "Insert after this priority value",
|
|
7520
|
+
"exclusive": [
|
|
7521
|
+
"position"
|
|
7522
|
+
],
|
|
7523
|
+
"name": "after",
|
|
7524
|
+
"hasDynamicHelp": false,
|
|
7525
|
+
"multiple": false,
|
|
7526
|
+
"type": "option"
|
|
7527
|
+
}
|
|
7528
|
+
},
|
|
7529
|
+
"hasDynamicHelp": false,
|
|
7530
|
+
"hiddenAliases": [],
|
|
7531
|
+
"id": "priority:add",
|
|
7532
|
+
"pluginAlias": "@proletariat/cli",
|
|
7533
|
+
"pluginName": "@proletariat/cli",
|
|
7534
|
+
"pluginType": "core",
|
|
7535
|
+
"strict": true,
|
|
7536
|
+
"isESM": true,
|
|
7537
|
+
"relativePath": [
|
|
7538
|
+
"dist",
|
|
7539
|
+
"commands",
|
|
7540
|
+
"priority",
|
|
7541
|
+
"add.js"
|
|
7542
|
+
]
|
|
7543
|
+
},
|
|
7544
|
+
"priority:list": {
|
|
7545
|
+
"aliases": [],
|
|
7546
|
+
"args": {},
|
|
7547
|
+
"description": "List the workspace priority scale",
|
|
7548
|
+
"examples": [
|
|
7549
|
+
"<%= config.bin %> <%= command.id %>",
|
|
7550
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
7551
|
+
],
|
|
7552
|
+
"flags": {
|
|
7553
|
+
"project": {
|
|
7554
|
+
"char": "P",
|
|
7555
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
7556
|
+
"name": "project",
|
|
7557
|
+
"hasDynamicHelp": false,
|
|
7558
|
+
"multiple": false,
|
|
7559
|
+
"type": "option"
|
|
7560
|
+
},
|
|
7561
|
+
"json": {
|
|
7562
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7563
|
+
"name": "json",
|
|
7564
|
+
"allowNo": false,
|
|
7565
|
+
"type": "boolean"
|
|
7566
|
+
},
|
|
7567
|
+
"machine": {
|
|
7568
|
+
"char": "m",
|
|
7569
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7570
|
+
"name": "machine",
|
|
7571
|
+
"allowNo": false,
|
|
7572
|
+
"type": "boolean"
|
|
7573
|
+
}
|
|
7574
|
+
},
|
|
7575
|
+
"hasDynamicHelp": false,
|
|
7576
|
+
"hiddenAliases": [],
|
|
7577
|
+
"id": "priority:list",
|
|
7578
|
+
"pluginAlias": "@proletariat/cli",
|
|
7579
|
+
"pluginName": "@proletariat/cli",
|
|
7580
|
+
"pluginType": "core",
|
|
7581
|
+
"strict": true,
|
|
7582
|
+
"isESM": true,
|
|
7583
|
+
"relativePath": [
|
|
7584
|
+
"dist",
|
|
7585
|
+
"commands",
|
|
7586
|
+
"priority",
|
|
7587
|
+
"list.js"
|
|
7588
|
+
]
|
|
7589
|
+
},
|
|
7590
|
+
"priority:remove": {
|
|
7591
|
+
"aliases": [],
|
|
7592
|
+
"args": {
|
|
7593
|
+
"value": {
|
|
7594
|
+
"description": "Priority value to remove",
|
|
7595
|
+
"name": "value",
|
|
7596
|
+
"required": true
|
|
7597
|
+
}
|
|
7598
|
+
},
|
|
7599
|
+
"description": "Remove a priority value from the workspace scale",
|
|
7600
|
+
"examples": [
|
|
7601
|
+
"<%= config.bin %> <%= command.id %> P3",
|
|
7602
|
+
"<%= config.bin %> <%= command.id %> Low"
|
|
7603
|
+
],
|
|
7604
|
+
"flags": {
|
|
7605
|
+
"project": {
|
|
7606
|
+
"char": "P",
|
|
7607
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
7608
|
+
"name": "project",
|
|
7609
|
+
"hasDynamicHelp": false,
|
|
7610
|
+
"multiple": false,
|
|
7611
|
+
"type": "option"
|
|
7612
|
+
},
|
|
7613
|
+
"json": {
|
|
7614
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7615
|
+
"name": "json",
|
|
7616
|
+
"allowNo": false,
|
|
7617
|
+
"type": "boolean"
|
|
7618
|
+
},
|
|
7619
|
+
"machine": {
|
|
7620
|
+
"char": "m",
|
|
7621
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7622
|
+
"name": "machine",
|
|
7623
|
+
"allowNo": false,
|
|
7624
|
+
"type": "boolean"
|
|
7625
|
+
}
|
|
7626
|
+
},
|
|
7627
|
+
"hasDynamicHelp": false,
|
|
7628
|
+
"hiddenAliases": [],
|
|
7629
|
+
"id": "priority:remove",
|
|
7630
|
+
"pluginAlias": "@proletariat/cli",
|
|
7631
|
+
"pluginName": "@proletariat/cli",
|
|
7632
|
+
"pluginType": "core",
|
|
7633
|
+
"strict": true,
|
|
7634
|
+
"isESM": true,
|
|
7635
|
+
"relativePath": [
|
|
7636
|
+
"dist",
|
|
7637
|
+
"commands",
|
|
7638
|
+
"priority",
|
|
7639
|
+
"remove.js"
|
|
7640
|
+
]
|
|
7641
|
+
},
|
|
7642
|
+
"priority:set": {
|
|
7643
|
+
"aliases": [],
|
|
7644
|
+
"args": {
|
|
7645
|
+
"priorities": {
|
|
7646
|
+
"description": "Priority values from highest to lowest (space-separated)",
|
|
7647
|
+
"name": "priorities",
|
|
7648
|
+
"required": false
|
|
7649
|
+
}
|
|
7650
|
+
},
|
|
7651
|
+
"description": "Set the workspace priority scale (replaces all existing priorities)",
|
|
7652
|
+
"examples": [
|
|
7653
|
+
"<%= config.bin %> <%= command.id %> P0 P1 P2 P3",
|
|
7654
|
+
"<%= config.bin %> <%= command.id %> Critical High Medium Low",
|
|
7655
|
+
"<%= config.bin %> <%= command.id %> Now Next Later",
|
|
7656
|
+
"<%= config.bin %> <%= command.id %> \"Must Have\" \"Should Have\" \"Nice to Have\""
|
|
7657
|
+
],
|
|
7658
|
+
"flags": {
|
|
7659
|
+
"project": {
|
|
7660
|
+
"char": "P",
|
|
7661
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
7662
|
+
"name": "project",
|
|
7663
|
+
"hasDynamicHelp": false,
|
|
7664
|
+
"multiple": false,
|
|
7665
|
+
"type": "option"
|
|
7666
|
+
},
|
|
7667
|
+
"json": {
|
|
7668
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7669
|
+
"name": "json",
|
|
7670
|
+
"allowNo": false,
|
|
7671
|
+
"type": "boolean"
|
|
7672
|
+
},
|
|
7673
|
+
"machine": {
|
|
7674
|
+
"char": "m",
|
|
7675
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7676
|
+
"name": "machine",
|
|
7677
|
+
"allowNo": false,
|
|
7678
|
+
"type": "boolean"
|
|
7679
|
+
}
|
|
7680
|
+
},
|
|
7681
|
+
"hasDynamicHelp": false,
|
|
7682
|
+
"hiddenAliases": [],
|
|
7683
|
+
"id": "priority:set",
|
|
7684
|
+
"pluginAlias": "@proletariat/cli",
|
|
7685
|
+
"pluginName": "@proletariat/cli",
|
|
7686
|
+
"pluginType": "core",
|
|
7687
|
+
"strict": false,
|
|
7688
|
+
"isESM": true,
|
|
7689
|
+
"relativePath": [
|
|
7690
|
+
"dist",
|
|
7691
|
+
"commands",
|
|
7692
|
+
"priority",
|
|
7693
|
+
"set.js"
|
|
7694
|
+
]
|
|
7695
|
+
},
|
|
7696
7696
|
"project:archive": {
|
|
7697
7697
|
"aliases": [],
|
|
7698
7698
|
"args": {
|
|
@@ -17814,5 +17814,5 @@
|
|
|
17814
17814
|
]
|
|
17815
17815
|
}
|
|
17816
17816
|
},
|
|
17817
|
-
"version": "0.3.
|
|
17817
|
+
"version": "0.3.51"
|
|
17818
17818
|
}
|