@proletariat/cli 0.3.100 → 0.3.102

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.
@@ -1757,66 +1757,6 @@
1757
1757
  "visit.js"
1758
1758
  ]
1759
1759
  },
1760
- "autocomplete:setup": {
1761
- "aliases": [],
1762
- "args": {},
1763
- "description": "Auto-detect shell and set up autocomplete",
1764
- "examples": [
1765
- "<%= config.bin %> <%= command.id %>",
1766
- "<%= config.bin %> <%= command.id %> --install",
1767
- "<%= config.bin %> <%= command.id %> --shell zsh",
1768
- "<%= config.bin %> <%= command.id %> --shell zsh --install --machine"
1769
- ],
1770
- "flags": {
1771
- "json": {
1772
- "description": "Output as JSON for AI agents/scripts",
1773
- "name": "json",
1774
- "allowNo": false,
1775
- "type": "boolean"
1776
- },
1777
- "machine": {
1778
- "char": "m",
1779
- "description": "Output as JSON for AI agents/scripts",
1780
- "name": "machine",
1781
- "allowNo": false,
1782
- "type": "boolean"
1783
- },
1784
- "install": {
1785
- "char": "i",
1786
- "description": "Automatically install to shell config file",
1787
- "name": "install",
1788
- "allowNo": false,
1789
- "type": "boolean"
1790
- },
1791
- "shell": {
1792
- "char": "s",
1793
- "description": "Override shell detection (zsh, bash, powershell)",
1794
- "name": "shell",
1795
- "hasDynamicHelp": false,
1796
- "multiple": false,
1797
- "options": [
1798
- "zsh",
1799
- "bash",
1800
- "powershell"
1801
- ],
1802
- "type": "option"
1803
- }
1804
- },
1805
- "hasDynamicHelp": false,
1806
- "hiddenAliases": [],
1807
- "id": "autocomplete:setup",
1808
- "pluginAlias": "@proletariat/cli",
1809
- "pluginName": "@proletariat/cli",
1810
- "pluginType": "core",
1811
- "strict": true,
1812
- "isESM": true,
1813
- "relativePath": [
1814
- "dist",
1815
- "commands",
1816
- "autocomplete",
1817
- "setup.js"
1818
- ]
1819
- },
1820
1760
  "asana:connect": {
1821
1761
  "aliases": [],
1822
1762
  "args": {},
@@ -2032,6 +1972,66 @@
2032
1972
  "sync.js"
2033
1973
  ]
2034
1974
  },
1975
+ "autocomplete:setup": {
1976
+ "aliases": [],
1977
+ "args": {},
1978
+ "description": "Auto-detect shell and set up autocomplete",
1979
+ "examples": [
1980
+ "<%= config.bin %> <%= command.id %>",
1981
+ "<%= config.bin %> <%= command.id %> --install",
1982
+ "<%= config.bin %> <%= command.id %> --shell zsh",
1983
+ "<%= config.bin %> <%= command.id %> --shell zsh --install --machine"
1984
+ ],
1985
+ "flags": {
1986
+ "json": {
1987
+ "description": "Output as JSON for AI agents/scripts",
1988
+ "name": "json",
1989
+ "allowNo": false,
1990
+ "type": "boolean"
1991
+ },
1992
+ "machine": {
1993
+ "char": "m",
1994
+ "description": "Output as JSON for AI agents/scripts",
1995
+ "name": "machine",
1996
+ "allowNo": false,
1997
+ "type": "boolean"
1998
+ },
1999
+ "install": {
2000
+ "char": "i",
2001
+ "description": "Automatically install to shell config file",
2002
+ "name": "install",
2003
+ "allowNo": false,
2004
+ "type": "boolean"
2005
+ },
2006
+ "shell": {
2007
+ "char": "s",
2008
+ "description": "Override shell detection (zsh, bash, powershell)",
2009
+ "name": "shell",
2010
+ "hasDynamicHelp": false,
2011
+ "multiple": false,
2012
+ "options": [
2013
+ "zsh",
2014
+ "bash",
2015
+ "powershell"
2016
+ ],
2017
+ "type": "option"
2018
+ }
2019
+ },
2020
+ "hasDynamicHelp": false,
2021
+ "hiddenAliases": [],
2022
+ "id": "autocomplete:setup",
2023
+ "pluginAlias": "@proletariat/cli",
2024
+ "pluginName": "@proletariat/cli",
2025
+ "pluginType": "core",
2026
+ "strict": true,
2027
+ "isESM": true,
2028
+ "relativePath": [
2029
+ "dist",
2030
+ "commands",
2031
+ "autocomplete",
2032
+ "setup.js"
2033
+ ]
2034
+ },
2035
2035
  "branch:create": {
2036
2036
  "aliases": [],
2037
2037
  "args": {
@@ -2755,20 +2755,19 @@
2755
2755
  "open.js"
2756
2756
  ]
2757
2757
  },
2758
- "codex": {
2758
+ "config": {
2759
2759
  "aliases": [],
2760
- "args": {
2761
- "task": {
2762
- "description": "Task description for the agent",
2763
- "name": "task",
2764
- "required": false
2765
- }
2766
- },
2767
- "description": "Quick launch Codex for ad-hoc sessions (works anywhere, no HQ required)",
2760
+ "args": {},
2761
+ "description": "View and update workspace configuration",
2768
2762
  "examples": [
2769
- "<%= config.bin %> codex \"fix the bug\"",
2770
- "<%= config.bin %> codex \"add dark mode\" --permission-mode danger",
2771
- "<%= config.bin %> codex \"add tests\" --directory ./my-project"
2763
+ "<%= config.bin %> <%= command.id %> # Interactive menu",
2764
+ "<%= config.bin %> <%= command.id %> --json # Output current config as JSON",
2765
+ "<%= config.bin %> <%= command.id %> --set terminal.app iTerm",
2766
+ "<%= config.bin %> <%= command.id %> --set terminal.openInBackground true",
2767
+ "<%= config.bin %> <%= command.id %> --set firewall.allowlistDomains \"api.staging.example.com\"",
2768
+ "<%= config.bin %> <%= command.id %> --set review_gate auto # Set workspace review gate to auto",
2769
+ "<%= config.bin %> <%= command.id %> --set claude-code.version 2.1.80 # Pin Claude Code version",
2770
+ "<%= config.bin %> <%= command.id %> --setting terminal.app --json # Show terminal app choices"
2772
2771
  ],
2773
2772
  "flags": {
2774
2773
  "json": {
@@ -2784,36 +2783,32 @@
2784
2783
  "allowNo": false,
2785
2784
  "type": "boolean"
2786
2785
  },
2787
- "permission-mode": {
2788
- "char": "p",
2789
- "description": "Permission mode (danger: skip prompts, safe: require approval)",
2790
- "name": "permission-mode",
2786
+ "set": {
2787
+ "char": "s",
2788
+ "description": "Set a config value (format: key value)",
2789
+ "name": "set",
2791
2790
  "hasDynamicHelp": false,
2792
- "multiple": false,
2793
- "options": [
2794
- "danger",
2795
- "safe"
2796
- ],
2791
+ "multiple": true,
2797
2792
  "type": "option"
2798
2793
  },
2799
- "directory": {
2800
- "description": "Directory to run in (default: cwd)",
2801
- "name": "directory",
2794
+ "list": {
2795
+ "char": "l",
2796
+ "description": "List all configuration values",
2797
+ "name": "list",
2798
+ "allowNo": false,
2799
+ "type": "boolean"
2800
+ },
2801
+ "setting": {
2802
+ "description": "Navigate to a specific setting prompt (for agent navigation)",
2803
+ "name": "setting",
2802
2804
  "hasDynamicHelp": false,
2803
2805
  "multiple": false,
2804
2806
  "type": "option"
2805
- },
2806
- "detached": {
2807
- "char": "d",
2808
- "description": "Run in background (detached)",
2809
- "name": "detached",
2810
- "allowNo": false,
2811
- "type": "boolean"
2812
2807
  }
2813
2808
  },
2814
2809
  "hasDynamicHelp": false,
2815
2810
  "hiddenAliases": [],
2816
- "id": "codex",
2811
+ "id": "config",
2817
2812
  "pluginAlias": "@proletariat/cli",
2818
2813
  "pluginName": "@proletariat/cli",
2819
2814
  "pluginType": "core",
@@ -2822,23 +2817,24 @@
2822
2817
  "relativePath": [
2823
2818
  "dist",
2824
2819
  "commands",
2825
- "codex",
2820
+ "config",
2826
2821
  "index.js"
2827
2822
  ]
2828
2823
  },
2829
- "config": {
2824
+ "codex": {
2830
2825
  "aliases": [],
2831
- "args": {},
2832
- "description": "View and update workspace configuration",
2826
+ "args": {
2827
+ "task": {
2828
+ "description": "Task description for the agent",
2829
+ "name": "task",
2830
+ "required": false
2831
+ }
2832
+ },
2833
+ "description": "Quick launch Codex for ad-hoc sessions (works anywhere, no HQ required)",
2833
2834
  "examples": [
2834
- "<%= config.bin %> <%= command.id %> # Interactive menu",
2835
- "<%= config.bin %> <%= command.id %> --json # Output current config as JSON",
2836
- "<%= config.bin %> <%= command.id %> --set terminal.app iTerm",
2837
- "<%= config.bin %> <%= command.id %> --set terminal.openInBackground true",
2838
- "<%= config.bin %> <%= command.id %> --set firewall.allowlistDomains \"api.staging.example.com\"",
2839
- "<%= config.bin %> <%= command.id %> --set review_gate auto # Set workspace review gate to auto",
2840
- "<%= config.bin %> <%= command.id %> --set claude-code.version 2.1.80 # Pin Claude Code version",
2841
- "<%= config.bin %> <%= command.id %> --setting terminal.app --json # Show terminal app choices"
2835
+ "<%= config.bin %> codex \"fix the bug\"",
2836
+ "<%= config.bin %> codex \"add dark mode\" --permission-mode danger",
2837
+ "<%= config.bin %> codex \"add tests\" --directory ./my-project"
2842
2838
  ],
2843
2839
  "flags": {
2844
2840
  "json": {
@@ -2854,32 +2850,36 @@
2854
2850
  "allowNo": false,
2855
2851
  "type": "boolean"
2856
2852
  },
2857
- "set": {
2858
- "char": "s",
2859
- "description": "Set a config value (format: key value)",
2860
- "name": "set",
2853
+ "permission-mode": {
2854
+ "char": "p",
2855
+ "description": "Permission mode (danger: skip prompts, safe: require approval)",
2856
+ "name": "permission-mode",
2861
2857
  "hasDynamicHelp": false,
2862
- "multiple": true,
2858
+ "multiple": false,
2859
+ "options": [
2860
+ "danger",
2861
+ "safe"
2862
+ ],
2863
2863
  "type": "option"
2864
2864
  },
2865
- "list": {
2866
- "char": "l",
2867
- "description": "List all configuration values",
2868
- "name": "list",
2869
- "allowNo": false,
2870
- "type": "boolean"
2871
- },
2872
- "setting": {
2873
- "description": "Navigate to a specific setting prompt (for agent navigation)",
2874
- "name": "setting",
2865
+ "directory": {
2866
+ "description": "Directory to run in (default: cwd)",
2867
+ "name": "directory",
2875
2868
  "hasDynamicHelp": false,
2876
2869
  "multiple": false,
2877
2870
  "type": "option"
2871
+ },
2872
+ "detached": {
2873
+ "char": "d",
2874
+ "description": "Run in background (detached)",
2875
+ "name": "detached",
2876
+ "allowNo": false,
2877
+ "type": "boolean"
2878
2878
  }
2879
2879
  },
2880
2880
  "hasDynamicHelp": false,
2881
2881
  "hiddenAliases": [],
2882
- "id": "config",
2882
+ "id": "codex",
2883
2883
  "pluginAlias": "@proletariat/cli",
2884
2884
  "pluginName": "@proletariat/cli",
2885
2885
  "pluginType": "core",
@@ -2888,7 +2888,7 @@
2888
2888
  "relativePath": [
2889
2889
  "dist",
2890
2890
  "commands",
2891
- "config",
2891
+ "codex",
2892
2892
  "index.js"
2893
2893
  ]
2894
2894
  },
@@ -3009,20 +3009,41 @@
3009
3009
  "repair.js"
3010
3010
  ]
3011
3011
  },
3012
- "execution:config": {
3012
+ "docker:clean": {
3013
3013
  "aliases": [],
3014
3014
  "args": {},
3015
- "description": "View and update execution preferences",
3015
+ "description": "Remove orphaned containers (containers without running agents)",
3016
3016
  "examples": [
3017
- "<%= config.bin %> execution config # Interactive menu",
3018
- "<%= config.bin %> execution config --json # Output current config as JSON",
3019
- "<%= config.bin %> execution config --list # Show all settings",
3020
- "<%= config.bin %> execution config --set defaultEnvironment host",
3021
- "<%= config.bin %> execution config --set outputMode interactive",
3022
- "<%= config.bin %> execution config --set permissionMode safe",
3023
- "<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
3017
+ "<%= config.bin %> <%= command.id %>",
3018
+ "<%= config.bin %> <%= command.id %> --force",
3019
+ "<%= config.bin %> <%= command.id %> --dry-run"
3024
3020
  ],
3025
3021
  "flags": {
3022
+ "force": {
3023
+ "aliases": [
3024
+ "yes",
3025
+ "y"
3026
+ ],
3027
+ "char": "f",
3028
+ "description": "Skip confirmation prompt",
3029
+ "name": "force",
3030
+ "allowNo": false,
3031
+ "type": "boolean"
3032
+ },
3033
+ "dry-run": {
3034
+ "char": "d",
3035
+ "description": "Show what would be removed without removing",
3036
+ "name": "dry-run",
3037
+ "allowNo": false,
3038
+ "type": "boolean"
3039
+ },
3040
+ "all": {
3041
+ "char": "a",
3042
+ "description": "Remove all stopped devcontainers (not just orphaned)",
3043
+ "name": "all",
3044
+ "allowNo": false,
3045
+ "type": "boolean"
3046
+ },
3026
3047
  "json": {
3027
3048
  "description": "Output as JSON for AI agents/scripts",
3028
3049
  "name": "json",
@@ -3035,54 +3056,41 @@
3035
3056
  "name": "machine",
3036
3057
  "allowNo": false,
3037
3058
  "type": "boolean"
3038
- },
3039
- "set": {
3040
- "char": "s",
3041
- "description": "Set a config value (format: key value)",
3042
- "name": "set",
3043
- "hasDynamicHelp": false,
3044
- "multiple": true,
3045
- "type": "option"
3046
- },
3047
- "list": {
3048
- "char": "l",
3049
- "description": "List all configuration values",
3050
- "name": "list",
3051
- "allowNo": false,
3052
- "type": "boolean"
3053
- },
3054
- "setting": {
3055
- "description": "Navigate to a specific setting prompt (for agent navigation)",
3056
- "name": "setting",
3057
- "hasDynamicHelp": false,
3058
- "multiple": false,
3059
- "type": "option"
3060
3059
  }
3061
3060
  },
3062
3061
  "hasDynamicHelp": false,
3063
3062
  "hiddenAliases": [],
3064
- "id": "execution:config",
3063
+ "id": "docker:clean",
3065
3064
  "pluginAlias": "@proletariat/cli",
3066
3065
  "pluginName": "@proletariat/cli",
3067
3066
  "pluginType": "core",
3068
3067
  "strict": true,
3068
+ "enableJsonFlag": false,
3069
3069
  "isESM": true,
3070
3070
  "relativePath": [
3071
3071
  "dist",
3072
3072
  "commands",
3073
- "execution",
3074
- "config.js"
3073
+ "docker",
3074
+ "clean.js"
3075
3075
  ]
3076
3076
  },
3077
- "execution": {
3077
+ "docker": {
3078
3078
  "aliases": [],
3079
3079
  "args": {},
3080
- "description": "Single execution operations (view, logs, stop)",
3080
+ "description": "Manage Docker containers used by agents",
3081
3081
  "examples": [
3082
3082
  "<%= config.bin %> <%= command.id %>",
3083
- "<%= config.bin %> <%= command.id %> view WORK-001",
3084
- "<%= config.bin %> <%= command.id %> logs WORK-001",
3085
- "<%= config.bin %> <%= command.id %> stop WORK-001"
3083
+ "<%= config.bin %> docker status",
3084
+ "<%= config.bin %> docker list",
3085
+ "<%= config.bin %> docker logs WORK-001",
3086
+ "<%= config.bin %> docker start WORK-001",
3087
+ "<%= config.bin %> docker stop kalanick",
3088
+ "<%= config.bin %> docker shell WORK-001",
3089
+ "<%= config.bin %> docker restart abc123",
3090
+ "<%= config.bin %> docker sync",
3091
+ "<%= config.bin %> docker rebuild-cache",
3092
+ "<%= config.bin %> docker clean",
3093
+ "<%= config.bin %> docker prune"
3086
3094
  ],
3087
3095
  "flags": {
3088
3096
  "json": {
@@ -3101,7 +3109,7 @@
3101
3109
  },
3102
3110
  "hasDynamicHelp": false,
3103
3111
  "hiddenAliases": [],
3104
- "id": "execution",
3112
+ "id": "docker",
3105
3113
  "pluginAlias": "@proletariat/cli",
3106
3114
  "pluginName": "@proletariat/cli",
3107
3115
  "pluginType": "core",
@@ -3110,19 +3118,18 @@
3110
3118
  "relativePath": [
3111
3119
  "dist",
3112
3120
  "commands",
3113
- "execution",
3121
+ "docker",
3114
3122
  "index.js"
3115
3123
  ]
3116
3124
  },
3117
- "execution:list": {
3125
+ "docker:list": {
3118
3126
  "aliases": [],
3119
3127
  "args": {},
3120
- "description": "List running and recent executions",
3128
+ "description": "Show Docker containers from agent_work table with status",
3121
3129
  "examples": [
3122
3130
  "<%= config.bin %> <%= command.id %>",
3123
- "<%= config.bin %> <%= command.id %> --status running",
3124
- "<%= config.bin %> <%= command.id %> --agent alice",
3125
- "<%= config.bin %> <%= command.id %> --limit 50"
3131
+ "<%= config.bin %> <%= command.id %> --all",
3132
+ "<%= config.bin %> <%= command.id %> --running"
3126
3133
  ],
3127
3134
  "flags": {
3128
3135
  "json": {
@@ -3138,69 +3145,52 @@
3138
3145
  "allowNo": false,
3139
3146
  "type": "boolean"
3140
3147
  },
3141
- "status": {
3142
- "char": "s",
3143
- "description": "Filter by status",
3144
- "name": "status",
3145
- "hasDynamicHelp": false,
3146
- "multiple": false,
3147
- "options": [
3148
- "starting",
3149
- "running",
3150
- "completed",
3151
- "failed",
3152
- "stopped"
3153
- ],
3154
- "type": "option"
3155
- },
3156
- "agent": {
3148
+ "all": {
3157
3149
  "char": "a",
3158
- "description": "Filter by agent name",
3159
- "name": "agent",
3160
- "hasDynamicHelp": false,
3161
- "multiple": false,
3162
- "type": "option"
3150
+ "description": "Show all containers (including non-devcontainer)",
3151
+ "name": "all",
3152
+ "allowNo": false,
3153
+ "type": "boolean"
3163
3154
  },
3164
- "limit": {
3165
- "char": "l",
3166
- "description": "Number of results",
3167
- "name": "limit",
3168
- "default": 20,
3169
- "hasDynamicHelp": false,
3170
- "multiple": false,
3171
- "type": "option"
3155
+ "running": {
3156
+ "char": "r",
3157
+ "description": "Only show running containers",
3158
+ "name": "running",
3159
+ "allowNo": false,
3160
+ "type": "boolean"
3172
3161
  }
3173
3162
  },
3174
3163
  "hasDynamicHelp": false,
3175
3164
  "hiddenAliases": [],
3176
- "id": "execution:list",
3165
+ "id": "docker:list",
3177
3166
  "pluginAlias": "@proletariat/cli",
3178
3167
  "pluginName": "@proletariat/cli",
3179
3168
  "pluginType": "core",
3180
3169
  "strict": true,
3170
+ "enableJsonFlag": false,
3181
3171
  "isESM": true,
3182
3172
  "relativePath": [
3183
3173
  "dist",
3184
3174
  "commands",
3185
- "execution",
3175
+ "docker",
3186
3176
  "list.js"
3187
3177
  ]
3188
3178
  },
3189
- "execution:logs": {
3179
+ "docker:logs": {
3190
3180
  "aliases": [],
3191
3181
  "args": {
3192
- "id": {
3193
- "description": "Execution ID - prompts if not provided",
3194
- "name": "id",
3195
- "required": false
3182
+ "target": {
3183
+ "description": "Execution ID (WORK-XXX), agent name, or container ID",
3184
+ "name": "target",
3185
+ "required": true
3196
3186
  }
3197
3187
  },
3198
- "description": "View execution logs",
3188
+ "description": "View logs from a container (by execution ID, agent name, or container ID)",
3199
3189
  "examples": [
3200
3190
  "<%= config.bin %> <%= command.id %> WORK-001",
3201
- "<%= config.bin %> <%= command.id %> WORK-001 --follow",
3202
- "<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
3203
- "<%= config.bin %> <%= command.id %> # Interactive mode"
3191
+ "<%= config.bin %> <%= command.id %> kalanick",
3192
+ "<%= config.bin %> <%= command.id %> abc123 --follow",
3193
+ "<%= config.bin %> <%= command.id %> WORK-001 --tail 100"
3204
3194
  ],
3205
3195
  "flags": {
3206
3196
  "json": {
@@ -3218,119 +3208,138 @@
3218
3208
  },
3219
3209
  "follow": {
3220
3210
  "char": "f",
3221
- "description": "Stream logs in real-time",
3211
+ "description": "Follow log output",
3222
3212
  "name": "follow",
3223
3213
  "allowNo": false,
3224
3214
  "type": "boolean"
3225
3215
  },
3226
3216
  "tail": {
3227
3217
  "char": "n",
3228
- "description": "Show last n lines",
3218
+ "description": "Number of lines to show from the end",
3229
3219
  "name": "tail",
3220
+ "default": 100,
3230
3221
  "hasDynamicHelp": false,
3231
3222
  "multiple": false,
3232
3223
  "type": "option"
3224
+ },
3225
+ "timestamps": {
3226
+ "char": "t",
3227
+ "description": "Show timestamps",
3228
+ "name": "timestamps",
3229
+ "allowNo": false,
3230
+ "type": "boolean"
3233
3231
  }
3234
3232
  },
3235
3233
  "hasDynamicHelp": false,
3236
3234
  "hiddenAliases": [],
3237
- "id": "execution:logs",
3235
+ "id": "docker:logs",
3238
3236
  "pluginAlias": "@proletariat/cli",
3239
3237
  "pluginName": "@proletariat/cli",
3240
3238
  "pluginType": "core",
3241
3239
  "strict": true,
3240
+ "enableJsonFlag": false,
3242
3241
  "isESM": true,
3243
3242
  "relativePath": [
3244
3243
  "dist",
3245
3244
  "commands",
3246
- "execution",
3245
+ "docker",
3247
3246
  "logs.js"
3248
3247
  ]
3249
3248
  },
3250
- "execution:stop": {
3249
+ "docker:prune": {
3251
3250
  "aliases": [],
3252
- "args": {
3253
- "id": {
3254
- "description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
3255
- "name": "id",
3256
- "required": false
3257
- }
3258
- },
3259
- "description": "Stop running execution(s)",
3251
+ "args": {},
3252
+ "description": "Remove unused Docker resources (containers, images, volumes, networks)",
3260
3253
  "examples": [
3261
- "<%= config.bin %> <%= command.id %> WORK-001",
3262
- "<%= config.bin %> <%= command.id %> WORK-001 --force",
3263
- "<%= config.bin %> <%= command.id %> # Interactive mode",
3254
+ "<%= config.bin %> <%= command.id %>",
3264
3255
  "<%= config.bin %> <%= command.id %> --all",
3265
- "<%= config.bin %> <%= command.id %> --all --force",
3266
- "<%= config.bin %> <%= command.id %> --agent altman"
3256
+ "<%= config.bin %> <%= command.id %> --volumes",
3257
+ "<%= config.bin %> <%= command.id %> --dry-run"
3267
3258
  ],
3268
3259
  "flags": {
3269
- "json": {
3270
- "description": "Output as JSON for AI agents/scripts",
3271
- "name": "json",
3260
+ "force": {
3261
+ "aliases": [
3262
+ "yes",
3263
+ "y"
3264
+ ],
3265
+ "char": "f",
3266
+ "description": "Skip confirmation prompt",
3267
+ "name": "force",
3272
3268
  "allowNo": false,
3273
3269
  "type": "boolean"
3274
3270
  },
3275
- "machine": {
3276
- "char": "m",
3277
- "description": "Output as JSON for AI agents/scripts",
3278
- "name": "machine",
3271
+ "dry-run": {
3272
+ "char": "d",
3273
+ "description": "Show what would be removed without removing",
3274
+ "name": "dry-run",
3279
3275
  "allowNo": false,
3280
3276
  "type": "boolean"
3281
3277
  },
3282
- "force": {
3283
- "char": "f",
3284
- "description": "Force kill (SIGKILL instead of SIGTERM)",
3285
- "name": "force",
3278
+ "all": {
3279
+ "char": "a",
3280
+ "description": "Remove all unused images, not just dangling ones",
3281
+ "name": "all",
3286
3282
  "allowNo": false,
3287
3283
  "type": "boolean"
3288
3284
  },
3289
- "all": {
3290
- "description": "Stop all running executions",
3291
- "name": "all",
3285
+ "volumes": {
3286
+ "description": "Also prune volumes (dangerous - data loss possible)",
3287
+ "name": "volumes",
3292
3288
  "allowNo": false,
3293
3289
  "type": "boolean"
3294
3290
  },
3295
- "agent": {
3296
- "char": "a",
3297
- "description": "Stop all executions for a specific agent",
3298
- "name": "agent",
3299
- "hasDynamicHelp": false,
3300
- "multiple": false,
3301
- "type": "option"
3291
+ "json": {
3292
+ "description": "Output as JSON for AI agents/scripts",
3293
+ "name": "json",
3294
+ "allowNo": false,
3295
+ "type": "boolean"
3296
+ },
3297
+ "machine": {
3298
+ "char": "m",
3299
+ "description": "Output as JSON for AI agents/scripts",
3300
+ "name": "machine",
3301
+ "allowNo": false,
3302
+ "type": "boolean"
3302
3303
  }
3303
3304
  },
3304
3305
  "hasDynamicHelp": false,
3305
3306
  "hiddenAliases": [],
3306
- "id": "execution:stop",
3307
+ "id": "docker:prune",
3307
3308
  "pluginAlias": "@proletariat/cli",
3308
3309
  "pluginName": "@proletariat/cli",
3309
3310
  "pluginType": "core",
3310
3311
  "strict": true,
3312
+ "enableJsonFlag": false,
3311
3313
  "isESM": true,
3312
3314
  "relativePath": [
3313
3315
  "dist",
3314
3316
  "commands",
3315
- "execution",
3316
- "stop.js"
3317
+ "docker",
3318
+ "prune.js"
3317
3319
  ]
3318
3320
  },
3319
- "execution:view": {
3321
+ "docker:rebuild-cache": {
3320
3322
  "aliases": [],
3321
- "args": {
3322
- "id": {
3323
- "description": "Execution ID - prompts if not provided",
3324
- "name": "id",
3325
- "required": false
3326
- }
3327
- },
3328
- "description": "View details of a specific execution",
3323
+ "args": {},
3324
+ "description": "Rebuild the shared pnpm store cache volume for fast agent installs",
3329
3325
  "examples": [
3330
- "<%= config.bin %> <%= command.id %> WORK-001",
3331
- "<%= config.bin %> <%= command.id %> # Interactive mode"
3326
+ "<%= config.bin %> <%= command.id %>",
3327
+ "<%= config.bin %> <%= command.id %> --force"
3332
3328
  ],
3333
3329
  "flags": {
3330
+ "force": {
3331
+ "char": "f",
3332
+ "description": "Delete and rebuild the cache even if it already exists",
3333
+ "name": "force",
3334
+ "allowNo": false,
3335
+ "type": "boolean"
3336
+ },
3337
+ "delete-only": {
3338
+ "description": "Only delete the cache volume (next agent spawn rebuilds it)",
3339
+ "name": "delete-only",
3340
+ "allowNo": false,
3341
+ "type": "boolean"
3342
+ },
3334
3343
  "json": {
3335
3344
  "description": "Output as JSON for AI agents/scripts",
3336
3345
  "name": "json",
@@ -3347,28 +3356,56 @@
3347
3356
  },
3348
3357
  "hasDynamicHelp": false,
3349
3358
  "hiddenAliases": [],
3350
- "id": "execution:view",
3359
+ "id": "docker:rebuild-cache",
3351
3360
  "pluginAlias": "@proletariat/cli",
3352
3361
  "pluginName": "@proletariat/cli",
3353
3362
  "pluginType": "core",
3354
3363
  "strict": true,
3364
+ "enableJsonFlag": false,
3355
3365
  "isESM": true,
3356
3366
  "relativePath": [
3357
3367
  "dist",
3358
3368
  "commands",
3359
- "execution",
3360
- "view.js"
3369
+ "docker",
3370
+ "rebuild-cache.js"
3361
3371
  ]
3362
3372
  },
3363
- "feedback": {
3373
+ "docker:restart": {
3364
3374
  "aliases": [],
3365
- "args": {},
3366
- "description": "Interactive menu for feedback and issue operations",
3375
+ "args": {
3376
+ "target": {
3377
+ "description": "Execution ID (WORK-XXX), agent name, or container ID",
3378
+ "name": "target",
3379
+ "required": true
3380
+ }
3381
+ },
3382
+ "description": "Restart a container (by execution ID, agent name, or container ID)",
3367
3383
  "examples": [
3368
- "<%= config.bin %> <%= command.id %>",
3369
- "<%= config.bin %> <%= command.id %> --action submit"
3384
+ "<%= config.bin %> <%= command.id %> WORK-001",
3385
+ "<%= config.bin %> <%= command.id %> kalanick",
3386
+ "<%= config.bin %> <%= command.id %> abc123 --force"
3370
3387
  ],
3371
3388
  "flags": {
3389
+ "force": {
3390
+ "aliases": [
3391
+ "yes",
3392
+ "y"
3393
+ ],
3394
+ "char": "f",
3395
+ "description": "Skip confirmation prompt",
3396
+ "name": "force",
3397
+ "allowNo": false,
3398
+ "type": "boolean"
3399
+ },
3400
+ "time": {
3401
+ "char": "t",
3402
+ "description": "Seconds to wait before killing the container during stop",
3403
+ "name": "time",
3404
+ "default": 10,
3405
+ "hasDynamicHelp": false,
3406
+ "multiple": false,
3407
+ "type": "option"
3408
+ },
3372
3409
  "json": {
3373
3410
  "description": "Output as JSON for AI agents/scripts",
3374
3411
  "name": "json",
@@ -3381,24 +3418,11 @@
3381
3418
  "name": "machine",
3382
3419
  "allowNo": false,
3383
3420
  "type": "boolean"
3384
- },
3385
- "action": {
3386
- "char": "a",
3387
- "description": "Action to perform (submit, list, view)",
3388
- "name": "action",
3389
- "hasDynamicHelp": false,
3390
- "multiple": false,
3391
- "options": [
3392
- "submit",
3393
- "list",
3394
- "view"
3395
- ],
3396
- "type": "option"
3397
3421
  }
3398
3422
  },
3399
3423
  "hasDynamicHelp": false,
3400
3424
  "hiddenAliases": [],
3401
- "id": "feedback",
3425
+ "id": "docker:restart",
3402
3426
  "pluginAlias": "@proletariat/cli",
3403
3427
  "pluginName": "@proletariat/cli",
3404
3428
  "pluginType": "core",
@@ -3408,19 +3432,24 @@
3408
3432
  "relativePath": [
3409
3433
  "dist",
3410
3434
  "commands",
3411
- "feedback",
3412
- "index.js"
3435
+ "docker",
3436
+ "restart.js"
3413
3437
  ]
3414
3438
  },
3415
- "feedback:list": {
3439
+ "docker:shell": {
3416
3440
  "aliases": [],
3417
- "args": {},
3418
- "description": "List recent feedback issues from the repository",
3441
+ "args": {
3442
+ "target": {
3443
+ "description": "Execution ID (WORK-XXX), agent name, or container ID",
3444
+ "name": "target",
3445
+ "required": true
3446
+ }
3447
+ },
3448
+ "description": "Open a shell in a running container (by execution ID, agent name, or container ID)",
3419
3449
  "examples": [
3420
- "<%= config.bin %> <%= command.id %>",
3421
- "<%= config.bin %> <%= command.id %> --category bug",
3422
- "<%= config.bin %> <%= command.id %> --state closed --limit 10",
3423
- "<%= config.bin %> <%= command.id %> --json"
3450
+ "<%= config.bin %> <%= command.id %> WORK-001",
3451
+ "<%= config.bin %> <%= command.id %> kalanick",
3452
+ "<%= config.bin %> <%= command.id %> abc123 --shell /bin/bash"
3424
3453
  ],
3425
3454
  "flags": {
3426
3455
  "json": {
@@ -3436,38 +3465,27 @@
3436
3465
  "allowNo": false,
3437
3466
  "type": "boolean"
3438
3467
  },
3439
- "category": {
3440
- "char": "c",
3441
- "description": "Filter by category (bug, feature, general)",
3442
- "name": "category",
3468
+ "shell": {
3469
+ "char": "s",
3470
+ "description": "Shell to use",
3471
+ "name": "shell",
3472
+ "default": "/bin/sh",
3443
3473
  "hasDynamicHelp": false,
3444
3474
  "multiple": false,
3445
- "options": [
3446
- "bug",
3447
- "feature",
3448
- "general"
3449
- ],
3450
3475
  "type": "option"
3451
3476
  },
3452
- "state": {
3453
- "char": "s",
3454
- "description": "Filter by state",
3455
- "name": "state",
3456
- "default": "open",
3477
+ "user": {
3478
+ "char": "u",
3479
+ "description": "User to run as",
3480
+ "name": "user",
3457
3481
  "hasDynamicHelp": false,
3458
3482
  "multiple": false,
3459
- "options": [
3460
- "open",
3461
- "closed",
3462
- "all"
3463
- ],
3464
3483
  "type": "option"
3465
3484
  },
3466
- "limit": {
3467
- "char": "l",
3468
- "description": "Maximum number of issues to show",
3469
- "name": "limit",
3470
- "default": 20,
3485
+ "workdir": {
3486
+ "char": "w",
3487
+ "description": "Working directory inside the container",
3488
+ "name": "workdir",
3471
3489
  "hasDynamicHelp": false,
3472
3490
  "multiple": false,
3473
3491
  "type": "option"
@@ -3475,7 +3493,7 @@
3475
3493
  },
3476
3494
  "hasDynamicHelp": false,
3477
3495
  "hiddenAliases": [],
3478
- "id": "feedback:list",
3496
+ "id": "docker:shell",
3479
3497
  "pluginAlias": "@proletariat/cli",
3480
3498
  "pluginName": "@proletariat/cli",
3481
3499
  "pluginType": "core",
@@ -3485,18 +3503,24 @@
3485
3503
  "relativePath": [
3486
3504
  "dist",
3487
3505
  "commands",
3488
- "feedback",
3489
- "list.js"
3506
+ "docker",
3507
+ "shell.js"
3490
3508
  ]
3491
3509
  },
3492
- "feedback:submit": {
3510
+ "docker:start": {
3493
3511
  "aliases": [],
3494
- "args": {},
3495
- "description": "Submit feedback, bug reports, or feature requests to GitHub Issues",
3512
+ "args": {
3513
+ "target": {
3514
+ "description": "Execution ID (WORK-XXX), agent name, or container ID",
3515
+ "name": "target",
3516
+ "required": true
3517
+ }
3518
+ },
3519
+ "description": "Start a stopped container (by execution ID, agent name, or container ID)",
3496
3520
  "examples": [
3497
- "<%= config.bin %> <%= command.id %>",
3498
- "<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
3499
- "<%= config.bin %> <%= command.id %> --json"
3521
+ "<%= config.bin %> <%= command.id %> WORK-001",
3522
+ "<%= config.bin %> <%= command.id %> kalanick",
3523
+ "<%= config.bin %> <%= command.id %> abc123"
3500
3524
  ],
3501
3525
  "flags": {
3502
3526
  "json": {
@@ -3512,64 +3536,36 @@
3512
3536
  "allowNo": false,
3513
3537
  "type": "boolean"
3514
3538
  },
3515
- "title": {
3516
- "char": "t",
3517
- "description": "Issue title (one-liner) [required for non-interactive]",
3518
- "name": "title",
3519
- "hasDynamicHelp": false,
3520
- "multiple": false,
3521
- "type": "option"
3522
- },
3523
- "body": {
3524
- "char": "b",
3525
- "description": "Issue description [required for non-interactive]",
3526
- "name": "body",
3527
- "hasDynamicHelp": false,
3528
- "multiple": false,
3529
- "type": "option"
3530
- },
3531
- "category": {
3532
- "char": "c",
3533
- "description": "Feedback category",
3534
- "name": "category",
3535
- "hasDynamicHelp": false,
3536
- "multiple": false,
3537
- "options": [
3538
- "bug",
3539
- "feature",
3540
- "general"
3541
- ],
3542
- "type": "option"
3539
+ "attach": {
3540
+ "char": "a",
3541
+ "description": "Attach to container after starting",
3542
+ "name": "attach",
3543
+ "allowNo": false,
3544
+ "type": "boolean"
3543
3545
  }
3544
3546
  },
3545
3547
  "hasDynamicHelp": false,
3546
3548
  "hiddenAliases": [],
3547
- "id": "feedback:submit",
3549
+ "id": "docker:start",
3548
3550
  "pluginAlias": "@proletariat/cli",
3549
3551
  "pluginName": "@proletariat/cli",
3550
3552
  "pluginType": "core",
3551
3553
  "strict": true,
3554
+ "enableJsonFlag": false,
3552
3555
  "isESM": true,
3553
3556
  "relativePath": [
3554
3557
  "dist",
3555
3558
  "commands",
3556
- "feedback",
3557
- "submit.js"
3559
+ "docker",
3560
+ "start.js"
3558
3561
  ]
3559
3562
  },
3560
- "feedback:view": {
3563
+ "docker:status": {
3561
3564
  "aliases": [],
3562
- "args": {
3563
- "number": {
3564
- "description": "Issue number to view",
3565
- "name": "number",
3566
- "required": true
3567
- }
3568
- },
3569
- "description": "View details of a specific feedback issue",
3565
+ "args": {},
3566
+ "description": "Check if Docker daemon is running",
3570
3567
  "examples": [
3571
- "<%= config.bin %> <%= command.id %> 123",
3572
- "<%= config.bin %> <%= command.id %> 123 --json"
3568
+ "<%= config.bin %> <%= command.id %>"
3573
3569
  ],
3574
3570
  "flags": {
3575
3571
  "json": {
@@ -3588,7 +3584,7 @@
3588
3584
  },
3589
3585
  "hasDynamicHelp": false,
3590
3586
  "hiddenAliases": [],
3591
- "id": "feedback:view",
3587
+ "id": "docker:status",
3592
3588
  "pluginAlias": "@proletariat/cli",
3593
3589
  "pluginName": "@proletariat/cli",
3594
3590
  "pluginType": "core",
@@ -3598,18 +3594,24 @@
3598
3594
  "relativePath": [
3599
3595
  "dist",
3600
3596
  "commands",
3601
- "feedback",
3602
- "view.js"
3597
+ "docker",
3598
+ "status.js"
3603
3599
  ]
3604
3600
  },
3605
- "docker:clean": {
3601
+ "docker:stop": {
3606
3602
  "aliases": [],
3607
- "args": {},
3608
- "description": "Remove orphaned containers (containers without running agents)",
3603
+ "args": {
3604
+ "target": {
3605
+ "description": "Execution ID (WORK-XXX), agent name, or container ID",
3606
+ "name": "target",
3607
+ "required": true
3608
+ }
3609
+ },
3610
+ "description": "Stop a running container (by execution ID, agent name, or container ID)",
3609
3611
  "examples": [
3610
- "<%= config.bin %> <%= command.id %>",
3611
- "<%= config.bin %> <%= command.id %> --force",
3612
- "<%= config.bin %> <%= command.id %> --dry-run"
3612
+ "<%= config.bin %> <%= command.id %> WORK-001",
3613
+ "<%= config.bin %> <%= command.id %> kalanick",
3614
+ "<%= config.bin %> <%= command.id %> abc123 --force"
3613
3615
  ],
3614
3616
  "flags": {
3615
3617
  "force": {
@@ -3623,23 +3625,18 @@
3623
3625
  "allowNo": false,
3624
3626
  "type": "boolean"
3625
3627
  },
3626
- "dry-run": {
3627
- "char": "d",
3628
- "description": "Show what would be removed without removing",
3629
- "name": "dry-run",
3630
- "allowNo": false,
3631
- "type": "boolean"
3632
- },
3633
- "all": {
3634
- "char": "a",
3635
- "description": "Remove all stopped devcontainers (not just orphaned)",
3636
- "name": "all",
3637
- "allowNo": false,
3638
- "type": "boolean"
3639
- },
3640
- "json": {
3641
- "description": "Output as JSON for AI agents/scripts",
3642
- "name": "json",
3628
+ "time": {
3629
+ "char": "t",
3630
+ "description": "Seconds to wait before killing the container",
3631
+ "name": "time",
3632
+ "default": 10,
3633
+ "hasDynamicHelp": false,
3634
+ "multiple": false,
3635
+ "type": "option"
3636
+ },
3637
+ "json": {
3638
+ "description": "Output as JSON for AI agents/scripts",
3639
+ "name": "json",
3643
3640
  "allowNo": false,
3644
3641
  "type": "boolean"
3645
3642
  },
@@ -3653,7 +3650,7 @@
3653
3650
  },
3654
3651
  "hasDynamicHelp": false,
3655
3652
  "hiddenAliases": [],
3656
- "id": "docker:clean",
3653
+ "id": "docker:stop",
3657
3654
  "pluginAlias": "@proletariat/cli",
3658
3655
  "pluginName": "@proletariat/cli",
3659
3656
  "pluginType": "core",
@@ -3664,26 +3661,15 @@
3664
3661
  "dist",
3665
3662
  "commands",
3666
3663
  "docker",
3667
- "clean.js"
3664
+ "stop.js"
3668
3665
  ]
3669
3666
  },
3670
- "docker": {
3667
+ "docker:sync": {
3671
3668
  "aliases": [],
3672
3669
  "args": {},
3673
- "description": "Manage Docker containers used by agents",
3670
+ "description": "Sync container status from Docker into the database",
3674
3671
  "examples": [
3675
- "<%= config.bin %> <%= command.id %>",
3676
- "<%= config.bin %> docker status",
3677
- "<%= config.bin %> docker list",
3678
- "<%= config.bin %> docker logs WORK-001",
3679
- "<%= config.bin %> docker start WORK-001",
3680
- "<%= config.bin %> docker stop kalanick",
3681
- "<%= config.bin %> docker shell WORK-001",
3682
- "<%= config.bin %> docker restart abc123",
3683
- "<%= config.bin %> docker sync",
3684
- "<%= config.bin %> docker rebuild-cache",
3685
- "<%= config.bin %> docker clean",
3686
- "<%= config.bin %> docker prune"
3672
+ "<%= config.bin %> <%= command.id %>"
3687
3673
  ],
3688
3674
  "flags": {
3689
3675
  "json": {
@@ -3702,27 +3688,32 @@
3702
3688
  },
3703
3689
  "hasDynamicHelp": false,
3704
3690
  "hiddenAliases": [],
3705
- "id": "docker",
3691
+ "id": "docker:sync",
3706
3692
  "pluginAlias": "@proletariat/cli",
3707
3693
  "pluginName": "@proletariat/cli",
3708
3694
  "pluginType": "core",
3709
3695
  "strict": true,
3696
+ "enableJsonFlag": false,
3710
3697
  "isESM": true,
3711
3698
  "relativePath": [
3712
3699
  "dist",
3713
3700
  "commands",
3714
3701
  "docker",
3715
- "index.js"
3702
+ "sync.js"
3716
3703
  ]
3717
3704
  },
3718
- "docker:list": {
3705
+ "execution:config": {
3719
3706
  "aliases": [],
3720
3707
  "args": {},
3721
- "description": "Show Docker containers from agent_work table with status",
3708
+ "description": "View and update execution preferences",
3722
3709
  "examples": [
3723
- "<%= config.bin %> <%= command.id %>",
3724
- "<%= config.bin %> <%= command.id %> --all",
3725
- "<%= config.bin %> <%= command.id %> --running"
3710
+ "<%= config.bin %> execution config # Interactive menu",
3711
+ "<%= config.bin %> execution config --json # Output current config as JSON",
3712
+ "<%= config.bin %> execution config --list # Show all settings",
3713
+ "<%= config.bin %> execution config --set defaultEnvironment host",
3714
+ "<%= config.bin %> execution config --set outputMode interactive",
3715
+ "<%= config.bin %> execution config --set permissionMode safe",
3716
+ "<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
3726
3717
  ],
3727
3718
  "flags": {
3728
3719
  "json": {
@@ -3738,52 +3729,53 @@
3738
3729
  "allowNo": false,
3739
3730
  "type": "boolean"
3740
3731
  },
3741
- "all": {
3742
- "char": "a",
3743
- "description": "Show all containers (including non-devcontainer)",
3744
- "name": "all",
3745
- "allowNo": false,
3746
- "type": "boolean"
3732
+ "set": {
3733
+ "char": "s",
3734
+ "description": "Set a config value (format: key value)",
3735
+ "name": "set",
3736
+ "hasDynamicHelp": false,
3737
+ "multiple": true,
3738
+ "type": "option"
3747
3739
  },
3748
- "running": {
3749
- "char": "r",
3750
- "description": "Only show running containers",
3751
- "name": "running",
3740
+ "list": {
3741
+ "char": "l",
3742
+ "description": "List all configuration values",
3743
+ "name": "list",
3752
3744
  "allowNo": false,
3753
3745
  "type": "boolean"
3746
+ },
3747
+ "setting": {
3748
+ "description": "Navigate to a specific setting prompt (for agent navigation)",
3749
+ "name": "setting",
3750
+ "hasDynamicHelp": false,
3751
+ "multiple": false,
3752
+ "type": "option"
3754
3753
  }
3755
3754
  },
3756
3755
  "hasDynamicHelp": false,
3757
3756
  "hiddenAliases": [],
3758
- "id": "docker:list",
3757
+ "id": "execution:config",
3759
3758
  "pluginAlias": "@proletariat/cli",
3760
3759
  "pluginName": "@proletariat/cli",
3761
3760
  "pluginType": "core",
3762
3761
  "strict": true,
3763
- "enableJsonFlag": false,
3764
3762
  "isESM": true,
3765
3763
  "relativePath": [
3766
3764
  "dist",
3767
3765
  "commands",
3768
- "docker",
3769
- "list.js"
3766
+ "execution",
3767
+ "config.js"
3770
3768
  ]
3771
3769
  },
3772
- "docker:logs": {
3770
+ "execution": {
3773
3771
  "aliases": [],
3774
- "args": {
3775
- "target": {
3776
- "description": "Execution ID (WORK-XXX), agent name, or container ID",
3777
- "name": "target",
3778
- "required": true
3779
- }
3780
- },
3781
- "description": "View logs from a container (by execution ID, agent name, or container ID)",
3772
+ "args": {},
3773
+ "description": "Single execution operations (view, logs, stop)",
3782
3774
  "examples": [
3783
- "<%= config.bin %> <%= command.id %> WORK-001",
3784
- "<%= config.bin %> <%= command.id %> kalanick",
3785
- "<%= config.bin %> <%= command.id %> abc123 --follow",
3786
- "<%= config.bin %> <%= command.id %> WORK-001 --tail 100"
3775
+ "<%= config.bin %> <%= command.id %>",
3776
+ "<%= config.bin %> <%= command.id %> view WORK-001",
3777
+ "<%= config.bin %> <%= command.id %> logs WORK-001",
3778
+ "<%= config.bin %> <%= command.id %> stop WORK-001"
3787
3779
  ],
3788
3780
  "flags": {
3789
3781
  "json": {
@@ -3798,89 +3790,34 @@
3798
3790
  "name": "machine",
3799
3791
  "allowNo": false,
3800
3792
  "type": "boolean"
3801
- },
3802
- "follow": {
3803
- "char": "f",
3804
- "description": "Follow log output",
3805
- "name": "follow",
3806
- "allowNo": false,
3807
- "type": "boolean"
3808
- },
3809
- "tail": {
3810
- "char": "n",
3811
- "description": "Number of lines to show from the end",
3812
- "name": "tail",
3813
- "default": 100,
3814
- "hasDynamicHelp": false,
3815
- "multiple": false,
3816
- "type": "option"
3817
- },
3818
- "timestamps": {
3819
- "char": "t",
3820
- "description": "Show timestamps",
3821
- "name": "timestamps",
3822
- "allowNo": false,
3823
- "type": "boolean"
3824
3793
  }
3825
3794
  },
3826
3795
  "hasDynamicHelp": false,
3827
3796
  "hiddenAliases": [],
3828
- "id": "docker:logs",
3797
+ "id": "execution",
3829
3798
  "pluginAlias": "@proletariat/cli",
3830
3799
  "pluginName": "@proletariat/cli",
3831
3800
  "pluginType": "core",
3832
3801
  "strict": true,
3833
- "enableJsonFlag": false,
3834
3802
  "isESM": true,
3835
3803
  "relativePath": [
3836
3804
  "dist",
3837
3805
  "commands",
3838
- "docker",
3839
- "logs.js"
3806
+ "execution",
3807
+ "index.js"
3840
3808
  ]
3841
3809
  },
3842
- "docker:prune": {
3810
+ "execution:list": {
3843
3811
  "aliases": [],
3844
3812
  "args": {},
3845
- "description": "Remove unused Docker resources (containers, images, volumes, networks)",
3813
+ "description": "List running and recent executions",
3846
3814
  "examples": [
3847
3815
  "<%= config.bin %> <%= command.id %>",
3848
- "<%= config.bin %> <%= command.id %> --all",
3849
- "<%= config.bin %> <%= command.id %> --volumes",
3850
- "<%= config.bin %> <%= command.id %> --dry-run"
3816
+ "<%= config.bin %> <%= command.id %> --status running",
3817
+ "<%= config.bin %> <%= command.id %> --agent alice",
3818
+ "<%= config.bin %> <%= command.id %> --limit 50"
3851
3819
  ],
3852
3820
  "flags": {
3853
- "force": {
3854
- "aliases": [
3855
- "yes",
3856
- "y"
3857
- ],
3858
- "char": "f",
3859
- "description": "Skip confirmation prompt",
3860
- "name": "force",
3861
- "allowNo": false,
3862
- "type": "boolean"
3863
- },
3864
- "dry-run": {
3865
- "char": "d",
3866
- "description": "Show what would be removed without removing",
3867
- "name": "dry-run",
3868
- "allowNo": false,
3869
- "type": "boolean"
3870
- },
3871
- "all": {
3872
- "char": "a",
3873
- "description": "Remove all unused images, not just dangling ones",
3874
- "name": "all",
3875
- "allowNo": false,
3876
- "type": "boolean"
3877
- },
3878
- "volumes": {
3879
- "description": "Also prune volumes (dangerous - data loss possible)",
3880
- "name": "volumes",
3881
- "allowNo": false,
3882
- "type": "boolean"
3883
- },
3884
3821
  "json": {
3885
3822
  "description": "Output as JSON for AI agents/scripts",
3886
3823
  "name": "json",
@@ -3893,46 +3830,72 @@
3893
3830
  "name": "machine",
3894
3831
  "allowNo": false,
3895
3832
  "type": "boolean"
3833
+ },
3834
+ "status": {
3835
+ "char": "s",
3836
+ "description": "Filter by status",
3837
+ "name": "status",
3838
+ "hasDynamicHelp": false,
3839
+ "multiple": false,
3840
+ "options": [
3841
+ "starting",
3842
+ "running",
3843
+ "completed",
3844
+ "failed",
3845
+ "stopped"
3846
+ ],
3847
+ "type": "option"
3848
+ },
3849
+ "agent": {
3850
+ "char": "a",
3851
+ "description": "Filter by agent name",
3852
+ "name": "agent",
3853
+ "hasDynamicHelp": false,
3854
+ "multiple": false,
3855
+ "type": "option"
3856
+ },
3857
+ "limit": {
3858
+ "char": "l",
3859
+ "description": "Number of results",
3860
+ "name": "limit",
3861
+ "default": 20,
3862
+ "hasDynamicHelp": false,
3863
+ "multiple": false,
3864
+ "type": "option"
3896
3865
  }
3897
3866
  },
3898
3867
  "hasDynamicHelp": false,
3899
3868
  "hiddenAliases": [],
3900
- "id": "docker:prune",
3869
+ "id": "execution:list",
3901
3870
  "pluginAlias": "@proletariat/cli",
3902
3871
  "pluginName": "@proletariat/cli",
3903
3872
  "pluginType": "core",
3904
3873
  "strict": true,
3905
- "enableJsonFlag": false,
3906
3874
  "isESM": true,
3907
3875
  "relativePath": [
3908
3876
  "dist",
3909
3877
  "commands",
3910
- "docker",
3911
- "prune.js"
3878
+ "execution",
3879
+ "list.js"
3912
3880
  ]
3913
3881
  },
3914
- "docker:rebuild-cache": {
3882
+ "execution:logs": {
3915
3883
  "aliases": [],
3916
- "args": {},
3917
- "description": "Rebuild the shared pnpm store cache volume for fast agent installs",
3884
+ "args": {
3885
+ "id": {
3886
+ "description": "Execution ID - prompts if not provided",
3887
+ "name": "id",
3888
+ "required": false
3889
+ }
3890
+ },
3891
+ "description": "View execution logs",
3918
3892
  "examples": [
3919
- "<%= config.bin %> <%= command.id %>",
3920
- "<%= config.bin %> <%= command.id %> --force"
3893
+ "<%= config.bin %> <%= command.id %> WORK-001",
3894
+ "<%= config.bin %> <%= command.id %> WORK-001 --follow",
3895
+ "<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
3896
+ "<%= config.bin %> <%= command.id %> # Interactive mode"
3921
3897
  ],
3922
3898
  "flags": {
3923
- "force": {
3924
- "char": "f",
3925
- "description": "Delete and rebuild the cache even if it already exists",
3926
- "name": "force",
3927
- "allowNo": false,
3928
- "type": "boolean"
3929
- },
3930
- "delete-only": {
3931
- "description": "Only delete the cache volume (next agent spawn rebuilds it)",
3932
- "name": "delete-only",
3933
- "allowNo": false,
3934
- "type": "boolean"
3935
- },
3936
3899
  "json": {
3937
3900
  "description": "Output as JSON for AI agents/scripts",
3938
3901
  "name": "json",
@@ -3945,60 +3908,57 @@
3945
3908
  "name": "machine",
3946
3909
  "allowNo": false,
3947
3910
  "type": "boolean"
3911
+ },
3912
+ "follow": {
3913
+ "char": "f",
3914
+ "description": "Stream logs in real-time",
3915
+ "name": "follow",
3916
+ "allowNo": false,
3917
+ "type": "boolean"
3918
+ },
3919
+ "tail": {
3920
+ "char": "n",
3921
+ "description": "Show last n lines",
3922
+ "name": "tail",
3923
+ "hasDynamicHelp": false,
3924
+ "multiple": false,
3925
+ "type": "option"
3948
3926
  }
3949
3927
  },
3950
3928
  "hasDynamicHelp": false,
3951
3929
  "hiddenAliases": [],
3952
- "id": "docker:rebuild-cache",
3930
+ "id": "execution:logs",
3953
3931
  "pluginAlias": "@proletariat/cli",
3954
3932
  "pluginName": "@proletariat/cli",
3955
3933
  "pluginType": "core",
3956
3934
  "strict": true,
3957
- "enableJsonFlag": false,
3958
3935
  "isESM": true,
3959
3936
  "relativePath": [
3960
3937
  "dist",
3961
3938
  "commands",
3962
- "docker",
3963
- "rebuild-cache.js"
3939
+ "execution",
3940
+ "logs.js"
3964
3941
  ]
3965
3942
  },
3966
- "docker:restart": {
3943
+ "execution:stop": {
3967
3944
  "aliases": [],
3968
3945
  "args": {
3969
- "target": {
3970
- "description": "Execution ID (WORK-XXX), agent name, or container ID",
3971
- "name": "target",
3972
- "required": true
3946
+ "id": {
3947
+ "description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
3948
+ "name": "id",
3949
+ "required": false
3973
3950
  }
3974
3951
  },
3975
- "description": "Restart a container (by execution ID, agent name, or container ID)",
3952
+ "description": "Stop running execution(s)",
3976
3953
  "examples": [
3977
3954
  "<%= config.bin %> <%= command.id %> WORK-001",
3978
- "<%= config.bin %> <%= command.id %> kalanick",
3979
- "<%= config.bin %> <%= command.id %> abc123 --force"
3955
+ "<%= config.bin %> <%= command.id %> WORK-001 --force",
3956
+ "<%= config.bin %> <%= command.id %> # Interactive mode",
3957
+ "<%= config.bin %> <%= command.id %> --all",
3958
+ "<%= config.bin %> <%= command.id %> --all --force",
3959
+ "<%= config.bin %> <%= command.id %> --agent altman"
3980
3960
  ],
3981
3961
  "flags": {
3982
- "force": {
3983
- "aliases": [
3984
- "yes",
3985
- "y"
3986
- ],
3987
- "char": "f",
3988
- "description": "Skip confirmation prompt",
3989
- "name": "force",
3990
- "allowNo": false,
3991
- "type": "boolean"
3992
- },
3993
- "time": {
3994
- "char": "t",
3995
- "description": "Seconds to wait before killing the container during stop",
3996
- "name": "time",
3997
- "default": 10,
3998
- "hasDynamicHelp": false,
3999
- "multiple": false,
4000
- "type": "option"
4001
- },
4002
3962
  "json": {
4003
3963
  "description": "Output as JSON for AI agents/scripts",
4004
3964
  "name": "json",
@@ -4011,38 +3971,57 @@
4011
3971
  "name": "machine",
4012
3972
  "allowNo": false,
4013
3973
  "type": "boolean"
3974
+ },
3975
+ "force": {
3976
+ "char": "f",
3977
+ "description": "Force kill (SIGKILL instead of SIGTERM)",
3978
+ "name": "force",
3979
+ "allowNo": false,
3980
+ "type": "boolean"
3981
+ },
3982
+ "all": {
3983
+ "description": "Stop all running executions",
3984
+ "name": "all",
3985
+ "allowNo": false,
3986
+ "type": "boolean"
3987
+ },
3988
+ "agent": {
3989
+ "char": "a",
3990
+ "description": "Stop all executions for a specific agent",
3991
+ "name": "agent",
3992
+ "hasDynamicHelp": false,
3993
+ "multiple": false,
3994
+ "type": "option"
4014
3995
  }
4015
3996
  },
4016
3997
  "hasDynamicHelp": false,
4017
3998
  "hiddenAliases": [],
4018
- "id": "docker:restart",
3999
+ "id": "execution:stop",
4019
4000
  "pluginAlias": "@proletariat/cli",
4020
4001
  "pluginName": "@proletariat/cli",
4021
4002
  "pluginType": "core",
4022
4003
  "strict": true,
4023
- "enableJsonFlag": false,
4024
4004
  "isESM": true,
4025
4005
  "relativePath": [
4026
4006
  "dist",
4027
4007
  "commands",
4028
- "docker",
4029
- "restart.js"
4008
+ "execution",
4009
+ "stop.js"
4030
4010
  ]
4031
4011
  },
4032
- "docker:shell": {
4012
+ "execution:view": {
4033
4013
  "aliases": [],
4034
4014
  "args": {
4035
- "target": {
4036
- "description": "Execution ID (WORK-XXX), agent name, or container ID",
4037
- "name": "target",
4038
- "required": true
4015
+ "id": {
4016
+ "description": "Execution ID - prompts if not provided",
4017
+ "name": "id",
4018
+ "required": false
4039
4019
  }
4040
4020
  },
4041
- "description": "Open a shell in a running container (by execution ID, agent name, or container ID)",
4021
+ "description": "View details of a specific execution",
4042
4022
  "examples": [
4043
4023
  "<%= config.bin %> <%= command.id %> WORK-001",
4044
- "<%= config.bin %> <%= command.id %> kalanick",
4045
- "<%= config.bin %> <%= command.id %> abc123 --shell /bin/bash"
4024
+ "<%= config.bin %> <%= command.id %> # Interactive mode"
4046
4025
  ],
4047
4026
  "flags": {
4048
4027
  "json": {
@@ -4057,63 +4036,30 @@
4057
4036
  "name": "machine",
4058
4037
  "allowNo": false,
4059
4038
  "type": "boolean"
4060
- },
4061
- "shell": {
4062
- "char": "s",
4063
- "description": "Shell to use",
4064
- "name": "shell",
4065
- "default": "/bin/sh",
4066
- "hasDynamicHelp": false,
4067
- "multiple": false,
4068
- "type": "option"
4069
- },
4070
- "user": {
4071
- "char": "u",
4072
- "description": "User to run as",
4073
- "name": "user",
4074
- "hasDynamicHelp": false,
4075
- "multiple": false,
4076
- "type": "option"
4077
- },
4078
- "workdir": {
4079
- "char": "w",
4080
- "description": "Working directory inside the container",
4081
- "name": "workdir",
4082
- "hasDynamicHelp": false,
4083
- "multiple": false,
4084
- "type": "option"
4085
4039
  }
4086
4040
  },
4087
4041
  "hasDynamicHelp": false,
4088
4042
  "hiddenAliases": [],
4089
- "id": "docker:shell",
4043
+ "id": "execution:view",
4090
4044
  "pluginAlias": "@proletariat/cli",
4091
4045
  "pluginName": "@proletariat/cli",
4092
4046
  "pluginType": "core",
4093
4047
  "strict": true,
4094
- "enableJsonFlag": false,
4095
4048
  "isESM": true,
4096
4049
  "relativePath": [
4097
4050
  "dist",
4098
4051
  "commands",
4099
- "docker",
4100
- "shell.js"
4052
+ "execution",
4053
+ "view.js"
4101
4054
  ]
4102
4055
  },
4103
- "docker:start": {
4056
+ "feedback": {
4104
4057
  "aliases": [],
4105
- "args": {
4106
- "target": {
4107
- "description": "Execution ID (WORK-XXX), agent name, or container ID",
4108
- "name": "target",
4109
- "required": true
4110
- }
4111
- },
4112
- "description": "Start a stopped container (by execution ID, agent name, or container ID)",
4058
+ "args": {},
4059
+ "description": "Interactive menu for feedback and issue operations",
4113
4060
  "examples": [
4114
- "<%= config.bin %> <%= command.id %> WORK-001",
4115
- "<%= config.bin %> <%= command.id %> kalanick",
4116
- "<%= config.bin %> <%= command.id %> abc123"
4061
+ "<%= config.bin %> <%= command.id %>",
4062
+ "<%= config.bin %> <%= command.id %> --action submit"
4117
4063
  ],
4118
4064
  "flags": {
4119
4065
  "json": {
@@ -4129,17 +4075,23 @@
4129
4075
  "allowNo": false,
4130
4076
  "type": "boolean"
4131
4077
  },
4132
- "attach": {
4078
+ "action": {
4133
4079
  "char": "a",
4134
- "description": "Attach to container after starting",
4135
- "name": "attach",
4136
- "allowNo": false,
4137
- "type": "boolean"
4080
+ "description": "Action to perform (submit, list, view)",
4081
+ "name": "action",
4082
+ "hasDynamicHelp": false,
4083
+ "multiple": false,
4084
+ "options": [
4085
+ "submit",
4086
+ "list",
4087
+ "view"
4088
+ ],
4089
+ "type": "option"
4138
4090
  }
4139
4091
  },
4140
4092
  "hasDynamicHelp": false,
4141
4093
  "hiddenAliases": [],
4142
- "id": "docker:start",
4094
+ "id": "feedback",
4143
4095
  "pluginAlias": "@proletariat/cli",
4144
4096
  "pluginName": "@proletariat/cli",
4145
4097
  "pluginType": "core",
@@ -4149,16 +4101,19 @@
4149
4101
  "relativePath": [
4150
4102
  "dist",
4151
4103
  "commands",
4152
- "docker",
4153
- "start.js"
4104
+ "feedback",
4105
+ "index.js"
4154
4106
  ]
4155
4107
  },
4156
- "docker:status": {
4108
+ "feedback:list": {
4157
4109
  "aliases": [],
4158
4110
  "args": {},
4159
- "description": "Check if Docker daemon is running",
4111
+ "description": "List recent feedback issues from the repository",
4160
4112
  "examples": [
4161
- "<%= config.bin %> <%= command.id %>"
4113
+ "<%= config.bin %> <%= command.id %>",
4114
+ "<%= config.bin %> <%= command.id %> --category bug",
4115
+ "<%= config.bin %> <%= command.id %> --state closed --limit 10",
4116
+ "<%= config.bin %> <%= command.id %> --json"
4162
4117
  ],
4163
4118
  "flags": {
4164
4119
  "json": {
@@ -4173,11 +4128,47 @@
4173
4128
  "name": "machine",
4174
4129
  "allowNo": false,
4175
4130
  "type": "boolean"
4131
+ },
4132
+ "category": {
4133
+ "char": "c",
4134
+ "description": "Filter by category (bug, feature, general)",
4135
+ "name": "category",
4136
+ "hasDynamicHelp": false,
4137
+ "multiple": false,
4138
+ "options": [
4139
+ "bug",
4140
+ "feature",
4141
+ "general"
4142
+ ],
4143
+ "type": "option"
4144
+ },
4145
+ "state": {
4146
+ "char": "s",
4147
+ "description": "Filter by state",
4148
+ "name": "state",
4149
+ "default": "open",
4150
+ "hasDynamicHelp": false,
4151
+ "multiple": false,
4152
+ "options": [
4153
+ "open",
4154
+ "closed",
4155
+ "all"
4156
+ ],
4157
+ "type": "option"
4158
+ },
4159
+ "limit": {
4160
+ "char": "l",
4161
+ "description": "Maximum number of issues to show",
4162
+ "name": "limit",
4163
+ "default": 20,
4164
+ "hasDynamicHelp": false,
4165
+ "multiple": false,
4166
+ "type": "option"
4176
4167
  }
4177
4168
  },
4178
4169
  "hasDynamicHelp": false,
4179
4170
  "hiddenAliases": [],
4180
- "id": "docker:status",
4171
+ "id": "feedback:list",
4181
4172
  "pluginAlias": "@proletariat/cli",
4182
4173
  "pluginName": "@proletariat/cli",
4183
4174
  "pluginType": "core",
@@ -4187,46 +4178,20 @@
4187
4178
  "relativePath": [
4188
4179
  "dist",
4189
4180
  "commands",
4190
- "docker",
4191
- "status.js"
4192
- ]
4193
- },
4194
- "docker:stop": {
4195
- "aliases": [],
4196
- "args": {
4197
- "target": {
4198
- "description": "Execution ID (WORK-XXX), agent name, or container ID",
4199
- "name": "target",
4200
- "required": true
4201
- }
4202
- },
4203
- "description": "Stop a running container (by execution ID, agent name, or container ID)",
4204
- "examples": [
4205
- "<%= config.bin %> <%= command.id %> WORK-001",
4206
- "<%= config.bin %> <%= command.id %> kalanick",
4207
- "<%= config.bin %> <%= command.id %> abc123 --force"
4208
- ],
4209
- "flags": {
4210
- "force": {
4211
- "aliases": [
4212
- "yes",
4213
- "y"
4214
- ],
4215
- "char": "f",
4216
- "description": "Skip confirmation prompt",
4217
- "name": "force",
4218
- "allowNo": false,
4219
- "type": "boolean"
4220
- },
4221
- "time": {
4222
- "char": "t",
4223
- "description": "Seconds to wait before killing the container",
4224
- "name": "time",
4225
- "default": 10,
4226
- "hasDynamicHelp": false,
4227
- "multiple": false,
4228
- "type": "option"
4229
- },
4181
+ "feedback",
4182
+ "list.js"
4183
+ ]
4184
+ },
4185
+ "feedback:submit": {
4186
+ "aliases": [],
4187
+ "args": {},
4188
+ "description": "Submit feedback, bug reports, or feature requests to GitHub Issues",
4189
+ "examples": [
4190
+ "<%= config.bin %> <%= command.id %>",
4191
+ "<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
4192
+ "<%= config.bin %> <%= command.id %> --json"
4193
+ ],
4194
+ "flags": {
4230
4195
  "json": {
4231
4196
  "description": "Output as JSON for AI agents/scripts",
4232
4197
  "name": "json",
@@ -4239,30 +4204,65 @@
4239
4204
  "name": "machine",
4240
4205
  "allowNo": false,
4241
4206
  "type": "boolean"
4207
+ },
4208
+ "title": {
4209
+ "char": "t",
4210
+ "description": "Issue title (one-liner) [required for non-interactive]",
4211
+ "name": "title",
4212
+ "hasDynamicHelp": false,
4213
+ "multiple": false,
4214
+ "type": "option"
4215
+ },
4216
+ "body": {
4217
+ "char": "b",
4218
+ "description": "Issue description [required for non-interactive]",
4219
+ "name": "body",
4220
+ "hasDynamicHelp": false,
4221
+ "multiple": false,
4222
+ "type": "option"
4223
+ },
4224
+ "category": {
4225
+ "char": "c",
4226
+ "description": "Feedback category",
4227
+ "name": "category",
4228
+ "hasDynamicHelp": false,
4229
+ "multiple": false,
4230
+ "options": [
4231
+ "bug",
4232
+ "feature",
4233
+ "general"
4234
+ ],
4235
+ "type": "option"
4242
4236
  }
4243
4237
  },
4244
4238
  "hasDynamicHelp": false,
4245
4239
  "hiddenAliases": [],
4246
- "id": "docker:stop",
4240
+ "id": "feedback:submit",
4247
4241
  "pluginAlias": "@proletariat/cli",
4248
4242
  "pluginName": "@proletariat/cli",
4249
4243
  "pluginType": "core",
4250
4244
  "strict": true,
4251
- "enableJsonFlag": false,
4252
4245
  "isESM": true,
4253
4246
  "relativePath": [
4254
4247
  "dist",
4255
4248
  "commands",
4256
- "docker",
4257
- "stop.js"
4249
+ "feedback",
4250
+ "submit.js"
4258
4251
  ]
4259
4252
  },
4260
- "docker:sync": {
4253
+ "feedback:view": {
4261
4254
  "aliases": [],
4262
- "args": {},
4263
- "description": "Sync container status from Docker into the database",
4255
+ "args": {
4256
+ "number": {
4257
+ "description": "Issue number to view",
4258
+ "name": "number",
4259
+ "required": true
4260
+ }
4261
+ },
4262
+ "description": "View details of a specific feedback issue",
4264
4263
  "examples": [
4265
- "<%= config.bin %> <%= command.id %>"
4264
+ "<%= config.bin %> <%= command.id %> 123",
4265
+ "<%= config.bin %> <%= command.id %> 123 --json"
4266
4266
  ],
4267
4267
  "flags": {
4268
4268
  "json": {
@@ -4281,7 +4281,7 @@
4281
4281
  },
4282
4282
  "hasDynamicHelp": false,
4283
4283
  "hiddenAliases": [],
4284
- "id": "docker:sync",
4284
+ "id": "feedback:view",
4285
4285
  "pluginAlias": "@proletariat/cli",
4286
4286
  "pluginName": "@proletariat/cli",
4287
4287
  "pluginType": "core",
@@ -4291,8 +4291,8 @@
4291
4291
  "relativePath": [
4292
4292
  "dist",
4293
4293
  "commands",
4294
- "docker",
4295
- "sync.js"
4294
+ "feedback",
4295
+ "view.js"
4296
4296
  ]
4297
4297
  },
4298
4298
  "gh": {
@@ -6438,99 +6438,6 @@
6438
6438
  "index.js"
6439
6439
  ]
6440
6440
  },
6441
- "run": {
6442
- "aliases": [],
6443
- "args": {
6444
- "task": {
6445
- "description": "Task description for the agent",
6446
- "name": "task",
6447
- "required": true
6448
- }
6449
- },
6450
- "description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
6451
- "examples": [
6452
- "<%= config.bin %> run \"fix the login bug\"",
6453
- "<%= config.bin %> run --runner claude-code \"add dark mode\"",
6454
- "<%= config.bin %> run -d \"fix the bug\"",
6455
- "<%= config.bin %> run --runner codex \"add tests\""
6456
- ],
6457
- "flags": {
6458
- "json": {
6459
- "description": "Output as JSON for AI agents/scripts",
6460
- "name": "json",
6461
- "allowNo": false,
6462
- "type": "boolean"
6463
- },
6464
- "machine": {
6465
- "char": "m",
6466
- "description": "Output as JSON for AI agents/scripts",
6467
- "name": "machine",
6468
- "allowNo": false,
6469
- "type": "boolean"
6470
- },
6471
- "runner": {
6472
- "char": "r",
6473
- "description": "Runner to use (claude-code, codex, pi)",
6474
- "name": "runner",
6475
- "hasDynamicHelp": false,
6476
- "multiple": false,
6477
- "type": "option"
6478
- },
6479
- "detached": {
6480
- "char": "d",
6481
- "description": "Run in background (detached)",
6482
- "name": "detached",
6483
- "allowNo": false,
6484
- "type": "boolean"
6485
- },
6486
- "directory": {
6487
- "description": "Working directory (default: cwd)",
6488
- "name": "directory",
6489
- "hasDynamicHelp": false,
6490
- "multiple": false,
6491
- "type": "option"
6492
- },
6493
- "permission-mode": {
6494
- "char": "p",
6495
- "description": "Permission mode (danger: skip prompts, safe: require approval)",
6496
- "name": "permission-mode",
6497
- "hasDynamicHelp": false,
6498
- "multiple": false,
6499
- "options": [
6500
- "danger",
6501
- "safe"
6502
- ],
6503
- "type": "option"
6504
- },
6505
- "environment": {
6506
- "char": "e",
6507
- "description": "Environment to run in",
6508
- "name": "environment",
6509
- "hasDynamicHelp": false,
6510
- "multiple": false,
6511
- "options": [
6512
- "host",
6513
- "docker",
6514
- "podman"
6515
- ],
6516
- "type": "option"
6517
- }
6518
- },
6519
- "hasDynamicHelp": false,
6520
- "hiddenAliases": [],
6521
- "id": "run",
6522
- "pluginAlias": "@proletariat/cli",
6523
- "pluginName": "@proletariat/cli",
6524
- "pluginType": "core",
6525
- "strict": true,
6526
- "isESM": true,
6527
- "relativePath": [
6528
- "dist",
6529
- "commands",
6530
- "run",
6531
- "index.js"
6532
- ]
6533
- },
6534
6441
  "repo:add": {
6535
6442
  "aliases": [],
6536
6443
  "args": {
@@ -8196,6 +8103,99 @@
8196
8103
  "logs.js"
8197
8104
  ]
8198
8105
  },
8106
+ "run": {
8107
+ "aliases": [],
8108
+ "args": {
8109
+ "task": {
8110
+ "description": "Task description for the agent",
8111
+ "name": "task",
8112
+ "required": true
8113
+ }
8114
+ },
8115
+ "description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
8116
+ "examples": [
8117
+ "<%= config.bin %> run \"fix the login bug\"",
8118
+ "<%= config.bin %> run --runner claude-code \"add dark mode\"",
8119
+ "<%= config.bin %> run -d \"fix the bug\"",
8120
+ "<%= config.bin %> run --runner codex \"add tests\""
8121
+ ],
8122
+ "flags": {
8123
+ "json": {
8124
+ "description": "Output as JSON for AI agents/scripts",
8125
+ "name": "json",
8126
+ "allowNo": false,
8127
+ "type": "boolean"
8128
+ },
8129
+ "machine": {
8130
+ "char": "m",
8131
+ "description": "Output as JSON for AI agents/scripts",
8132
+ "name": "machine",
8133
+ "allowNo": false,
8134
+ "type": "boolean"
8135
+ },
8136
+ "runner": {
8137
+ "char": "r",
8138
+ "description": "Runner to use (claude-code, codex, pi)",
8139
+ "name": "runner",
8140
+ "hasDynamicHelp": false,
8141
+ "multiple": false,
8142
+ "type": "option"
8143
+ },
8144
+ "detached": {
8145
+ "char": "d",
8146
+ "description": "Run in background (detached)",
8147
+ "name": "detached",
8148
+ "allowNo": false,
8149
+ "type": "boolean"
8150
+ },
8151
+ "directory": {
8152
+ "description": "Working directory (default: cwd)",
8153
+ "name": "directory",
8154
+ "hasDynamicHelp": false,
8155
+ "multiple": false,
8156
+ "type": "option"
8157
+ },
8158
+ "permission-mode": {
8159
+ "char": "p",
8160
+ "description": "Permission mode (danger: skip prompts, safe: require approval)",
8161
+ "name": "permission-mode",
8162
+ "hasDynamicHelp": false,
8163
+ "multiple": false,
8164
+ "options": [
8165
+ "danger",
8166
+ "safe"
8167
+ ],
8168
+ "type": "option"
8169
+ },
8170
+ "environment": {
8171
+ "char": "e",
8172
+ "description": "Environment to run in",
8173
+ "name": "environment",
8174
+ "hasDynamicHelp": false,
8175
+ "multiple": false,
8176
+ "options": [
8177
+ "host",
8178
+ "docker",
8179
+ "podman"
8180
+ ],
8181
+ "type": "option"
8182
+ }
8183
+ },
8184
+ "hasDynamicHelp": false,
8185
+ "hiddenAliases": [],
8186
+ "id": "run",
8187
+ "pluginAlias": "@proletariat/cli",
8188
+ "pluginName": "@proletariat/cli",
8189
+ "pluginType": "core",
8190
+ "strict": true,
8191
+ "isESM": true,
8192
+ "relativePath": [
8193
+ "dist",
8194
+ "commands",
8195
+ "run",
8196
+ "index.js"
8197
+ ]
8198
+ },
8199
8199
  "sync": {
8200
8200
  "aliases": [],
8201
8201
  "args": {},
@@ -13913,5 +13913,5 @@
13913
13913
  ]
13914
13914
  }
13915
13915
  },
13916
- "version": "0.3.100"
13916
+ "version": "0.3.102"
13917
13917
  }