praxis-agent 0.16.0 → 0.16.1
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/README.md
CHANGED
|
@@ -15,10 +15,15 @@ Anthropic/OpenAI-compatible model access. Praxis deliberately excludes
|
|
|
15
15
|
accounts, organizations, billing, managed enterprise policy, remote control,
|
|
16
16
|
IDE surfaces, and telemetry control planes.
|
|
17
17
|
|
|
18
|
-
Claude Code 2.1.208
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
Claude Code 2.1.208 remains the architecture, design, and observable
|
|
19
|
+
compatibility baseline for included and required single-user developer
|
|
20
|
+
capabilities. Only entries classified `required` block developer-core
|
|
21
|
+
closure; `deferred` entries are optional and demand-driven. Exclusions cover
|
|
22
|
+
the existing enterprise, authentication, hosted, and client surfaces plus the
|
|
23
|
+
explicitly classified subscription-bound integration, campaign, hidden
|
|
24
|
+
maintainer diagnostic, and build-experimental commands. A similar Praxis
|
|
25
|
+
surface is not a substitute for the corresponding Claude command or runtime
|
|
26
|
+
contract.
|
|
22
27
|
|
|
23
28
|
## Requirements
|
|
24
29
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type ClaudeCommandDisposition = 'included' | 'deferred' | 'excluded';
|
|
1
|
+
export type ClaudeCommandDisposition = 'included' | 'required' | 'deferred' | 'excluded';
|
|
2
2
|
export type ClaudeCommandVisibility = 'visible' | 'hidden' | 'conditional';
|
|
3
3
|
export interface ClaudeCommandInventoryEntry {
|
|
4
4
|
name: string;
|
|
@@ -14,7 +14,7 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
14
14
|
readonly name: "advisor";
|
|
15
15
|
readonly disposition: "deferred";
|
|
16
16
|
readonly visibility: "conditional";
|
|
17
|
-
readonly reason: "Conditional advice mode is
|
|
17
|
+
readonly reason: "Conditional advice mode is an optional, demand-driven feature that does not block developer-core closure.";
|
|
18
18
|
}, {
|
|
19
19
|
readonly name: "agents";
|
|
20
20
|
readonly disposition: "included";
|
|
@@ -29,9 +29,9 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
29
29
|
readonly visibility: "visible";
|
|
30
30
|
}, {
|
|
31
31
|
readonly name: "chrome";
|
|
32
|
-
readonly disposition: "
|
|
32
|
+
readonly disposition: "excluded";
|
|
33
33
|
readonly visibility: "conditional";
|
|
34
|
-
readonly reason: "
|
|
34
|
+
readonly reason: "Claude-AI subscription-gated Chrome Beta; a future provider-neutral browser feature is separate from this command.";
|
|
35
35
|
}, {
|
|
36
36
|
readonly name: "clear";
|
|
37
37
|
readonly disposition: "included";
|
|
@@ -63,7 +63,7 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
63
63
|
readonly visibility: "conditional";
|
|
64
64
|
}, {
|
|
65
65
|
readonly name: "cost";
|
|
66
|
-
readonly disposition: "
|
|
66
|
+
readonly disposition: "required";
|
|
67
67
|
readonly visibility: "conditional";
|
|
68
68
|
readonly reason: "The dedicated /cost contract is required; /status is not a substitute.";
|
|
69
69
|
}, {
|
|
@@ -72,7 +72,7 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
72
72
|
readonly visibility: "visible";
|
|
73
73
|
}, {
|
|
74
74
|
readonly name: "doctor";
|
|
75
|
-
readonly disposition: "
|
|
75
|
+
readonly disposition: "required";
|
|
76
76
|
readonly visibility: "conditional";
|
|
77
77
|
readonly reason: "Interactive /doctor is required; the top-level command is not a substitute.";
|
|
78
78
|
}, {
|
|
@@ -87,7 +87,7 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
87
87
|
readonly name: "fast";
|
|
88
88
|
readonly disposition: "deferred";
|
|
89
89
|
readonly visibility: "conditional";
|
|
90
|
-
readonly reason: "The /fast state flow is
|
|
90
|
+
readonly reason: "The /fast state flow is an optional convenience; model and effort controls cover the core flow, so it is deferred without blocking developer-core closure.";
|
|
91
91
|
}, {
|
|
92
92
|
readonly name: "files";
|
|
93
93
|
readonly disposition: "excluded";
|
|
@@ -95,9 +95,9 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
95
95
|
readonly reason: "The source command is restricted to the internal Ant user type.";
|
|
96
96
|
}, {
|
|
97
97
|
readonly name: "heapdump";
|
|
98
|
-
readonly disposition: "
|
|
98
|
+
readonly disposition: "excluded";
|
|
99
99
|
readonly visibility: "hidden";
|
|
100
|
-
readonly reason: "
|
|
100
|
+
readonly reason: "Hidden V8 maintainer diagnostic that writes a heap dump to Desktop; not a developer-core command.";
|
|
101
101
|
}, {
|
|
102
102
|
readonly name: "help";
|
|
103
103
|
readonly disposition: "included";
|
|
@@ -188,7 +188,7 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
188
188
|
readonly name: "stats";
|
|
189
189
|
readonly disposition: "deferred";
|
|
190
190
|
readonly visibility: "visible";
|
|
191
|
-
readonly reason: "Historical usage statistics are
|
|
191
|
+
readonly reason: "Historical usage statistics are an optional, demand-driven feature that does not block developer-core closure.";
|
|
192
192
|
}, {
|
|
193
193
|
readonly name: "status";
|
|
194
194
|
readonly disposition: "included";
|
|
@@ -261,7 +261,7 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
261
261
|
readonly name: "insights";
|
|
262
262
|
readonly disposition: "deferred";
|
|
263
263
|
readonly visibility: "visible";
|
|
264
|
-
readonly reason: "Retrospective insights are
|
|
264
|
+
readonly reason: "Retrospective insights are an optional, demand-driven feature that does not block developer-core closure.";
|
|
265
265
|
}, {
|
|
266
266
|
readonly name: "vim";
|
|
267
267
|
readonly disposition: "included";
|
|
@@ -277,24 +277,24 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
277
277
|
readonly visibility: "conditional";
|
|
278
278
|
}, {
|
|
279
279
|
readonly name: "buddy";
|
|
280
|
-
readonly disposition: "
|
|
280
|
+
readonly disposition: "excluded";
|
|
281
281
|
readonly visibility: "conditional";
|
|
282
|
-
readonly reason: "
|
|
282
|
+
readonly reason: "Compile/build-feature-gated experiment, not a stable single-user developer-core command.";
|
|
283
283
|
}, {
|
|
284
284
|
readonly name: "proactive";
|
|
285
|
-
readonly disposition: "
|
|
285
|
+
readonly disposition: "excluded";
|
|
286
286
|
readonly visibility: "conditional";
|
|
287
|
-
readonly reason: "
|
|
287
|
+
readonly reason: "Compile/build-feature-gated experiment, not a stable single-user developer-core command.";
|
|
288
288
|
}, {
|
|
289
289
|
readonly name: "brief";
|
|
290
|
-
readonly disposition: "
|
|
290
|
+
readonly disposition: "excluded";
|
|
291
291
|
readonly visibility: "conditional";
|
|
292
|
-
readonly reason: "
|
|
292
|
+
readonly reason: "Compile/build-feature-gated experiment, not a stable single-user developer-core command.";
|
|
293
293
|
}, {
|
|
294
294
|
readonly name: "assistant";
|
|
295
|
-
readonly disposition: "
|
|
295
|
+
readonly disposition: "excluded";
|
|
296
296
|
readonly visibility: "conditional";
|
|
297
|
-
readonly reason: "
|
|
297
|
+
readonly reason: "Compile/build-feature-gated experiment, not a stable single-user developer-core command.";
|
|
298
298
|
}, {
|
|
299
299
|
readonly name: "remote-control";
|
|
300
300
|
readonly disposition: "excluded";
|
|
@@ -309,17 +309,17 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
309
309
|
readonly name: "voice";
|
|
310
310
|
readonly disposition: "deferred";
|
|
311
311
|
readonly visibility: "conditional";
|
|
312
|
-
readonly reason: "Conditional voice input is
|
|
312
|
+
readonly reason: "Conditional voice input is an optional, demand-driven feature that does not block developer-core closure.";
|
|
313
313
|
}, {
|
|
314
314
|
readonly name: "think-back";
|
|
315
|
-
readonly disposition: "
|
|
315
|
+
readonly disposition: "excluded";
|
|
316
316
|
readonly visibility: "conditional";
|
|
317
|
-
readonly reason: "The
|
|
317
|
+
readonly reason: "The 2025 year-in-review campaign surface; a marketing flow, not a stable developer-core command.";
|
|
318
318
|
}, {
|
|
319
319
|
readonly name: "thinkback-play";
|
|
320
|
-
readonly disposition: "
|
|
320
|
+
readonly disposition: "excluded";
|
|
321
321
|
readonly visibility: "hidden";
|
|
322
|
-
readonly reason: "
|
|
322
|
+
readonly reason: "Hidden animation for the 2025 year-in-review campaign; a marketing flow, not a stable developer-core command.";
|
|
323
323
|
}, {
|
|
324
324
|
readonly name: "permissions";
|
|
325
325
|
readonly disposition: "included";
|
|
@@ -375,9 +375,9 @@ export declare const CLAUDE_2_1_208_COMMAND_INVENTORY: readonly [{
|
|
|
375
375
|
readonly visibility: "conditional";
|
|
376
376
|
}, {
|
|
377
377
|
readonly name: "torch";
|
|
378
|
-
readonly disposition: "
|
|
378
|
+
readonly disposition: "excluded";
|
|
379
379
|
readonly visibility: "conditional";
|
|
380
|
-
readonly reason: "
|
|
380
|
+
readonly reason: "Compile/build-feature-gated experiment, not a stable single-user developer-core command.";
|
|
381
381
|
}];
|
|
382
382
|
export declare const CLAUDE_2_1_208_COMMAND_BY_NAME: ReadonlyMap<string, ClaudeCommandInventoryEntry>;
|
|
383
383
|
//# sourceMappingURL=claude-command-inventory.d.ts.map
|
|
@@ -8,16 +8,16 @@ export const CLAUDE_2_1_208_COMMAND_INVENTORY = [
|
|
|
8
8
|
name: 'advisor',
|
|
9
9
|
disposition: 'deferred',
|
|
10
10
|
visibility: 'conditional',
|
|
11
|
-
reason: 'Conditional advice mode is
|
|
11
|
+
reason: 'Conditional advice mode is an optional, demand-driven feature that does not block developer-core closure.',
|
|
12
12
|
},
|
|
13
13
|
{ name: 'agents', disposition: 'included', visibility: 'visible' },
|
|
14
14
|
{ name: 'branch', disposition: 'included', visibility: 'visible' },
|
|
15
15
|
{ name: 'btw', disposition: 'included', visibility: 'visible' },
|
|
16
16
|
{
|
|
17
17
|
name: 'chrome',
|
|
18
|
-
disposition: '
|
|
18
|
+
disposition: 'excluded',
|
|
19
19
|
visibility: 'conditional',
|
|
20
|
-
reason: '
|
|
20
|
+
reason: 'Claude-AI subscription-gated Chrome Beta; a future provider-neutral browser feature is separate from this command.',
|
|
21
21
|
},
|
|
22
22
|
{ name: 'clear', disposition: 'included', visibility: 'visible' },
|
|
23
23
|
{ name: 'color', disposition: 'included', visibility: 'visible' },
|
|
@@ -33,14 +33,14 @@ export const CLAUDE_2_1_208_COMMAND_INVENTORY = [
|
|
|
33
33
|
{ name: 'context', disposition: 'included', visibility: 'conditional' },
|
|
34
34
|
{
|
|
35
35
|
name: 'cost',
|
|
36
|
-
disposition: '
|
|
36
|
+
disposition: 'required',
|
|
37
37
|
visibility: 'conditional',
|
|
38
38
|
reason: 'The dedicated /cost contract is required; /status is not a substitute.',
|
|
39
39
|
},
|
|
40
40
|
{ name: 'diff', disposition: 'included', visibility: 'visible' },
|
|
41
41
|
{
|
|
42
42
|
name: 'doctor',
|
|
43
|
-
disposition: '
|
|
43
|
+
disposition: 'required',
|
|
44
44
|
visibility: 'conditional',
|
|
45
45
|
reason: 'Interactive /doctor is required; the top-level command is not a substitute.',
|
|
46
46
|
},
|
|
@@ -50,7 +50,7 @@ export const CLAUDE_2_1_208_COMMAND_INVENTORY = [
|
|
|
50
50
|
name: 'fast',
|
|
51
51
|
disposition: 'deferred',
|
|
52
52
|
visibility: 'conditional',
|
|
53
|
-
reason: 'The /fast state flow is
|
|
53
|
+
reason: 'The /fast state flow is an optional convenience; model and effort controls cover the core flow, so it is deferred without blocking developer-core closure.',
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
name: 'files',
|
|
@@ -60,9 +60,9 @@ export const CLAUDE_2_1_208_COMMAND_INVENTORY = [
|
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
name: 'heapdump',
|
|
63
|
-
disposition: '
|
|
63
|
+
disposition: 'excluded',
|
|
64
64
|
visibility: 'hidden',
|
|
65
|
-
reason: '
|
|
65
|
+
reason: 'Hidden V8 maintainer diagnostic that writes a heap dump to Desktop; not a developer-core command.',
|
|
66
66
|
},
|
|
67
67
|
{ name: 'help', disposition: 'included', visibility: 'visible' },
|
|
68
68
|
{
|
|
@@ -118,7 +118,7 @@ export const CLAUDE_2_1_208_COMMAND_INVENTORY = [
|
|
|
118
118
|
name: 'stats',
|
|
119
119
|
disposition: 'deferred',
|
|
120
120
|
visibility: 'visible',
|
|
121
|
-
reason: 'Historical usage statistics are
|
|
121
|
+
reason: 'Historical usage statistics are an optional, demand-driven feature that does not block developer-core closure.',
|
|
122
122
|
},
|
|
123
123
|
{ name: 'status', disposition: 'included', visibility: 'visible' },
|
|
124
124
|
{ name: 'statusline', disposition: 'included', visibility: 'visible' },
|
|
@@ -183,7 +183,7 @@ export const CLAUDE_2_1_208_COMMAND_INVENTORY = [
|
|
|
183
183
|
name: 'insights',
|
|
184
184
|
disposition: 'deferred',
|
|
185
185
|
visibility: 'visible',
|
|
186
|
-
reason: 'Retrospective insights are
|
|
186
|
+
reason: 'Retrospective insights are an optional, demand-driven feature that does not block developer-core closure.',
|
|
187
187
|
},
|
|
188
188
|
{ name: 'vim', disposition: 'included', visibility: 'visible' },
|
|
189
189
|
{
|
|
@@ -195,27 +195,27 @@ export const CLAUDE_2_1_208_COMMAND_INVENTORY = [
|
|
|
195
195
|
{ name: 'fork', disposition: 'included', visibility: 'conditional' },
|
|
196
196
|
{
|
|
197
197
|
name: 'buddy',
|
|
198
|
-
disposition: '
|
|
198
|
+
disposition: 'excluded',
|
|
199
199
|
visibility: 'conditional',
|
|
200
|
-
reason: '
|
|
200
|
+
reason: 'Compile/build-feature-gated experiment, not a stable single-user developer-core command.',
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
name: 'proactive',
|
|
204
|
-
disposition: '
|
|
204
|
+
disposition: 'excluded',
|
|
205
205
|
visibility: 'conditional',
|
|
206
|
-
reason: '
|
|
206
|
+
reason: 'Compile/build-feature-gated experiment, not a stable single-user developer-core command.',
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
name: 'brief',
|
|
210
|
-
disposition: '
|
|
210
|
+
disposition: 'excluded',
|
|
211
211
|
visibility: 'conditional',
|
|
212
|
-
reason: '
|
|
212
|
+
reason: 'Compile/build-feature-gated experiment, not a stable single-user developer-core command.',
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
name: 'assistant',
|
|
216
|
-
disposition: '
|
|
216
|
+
disposition: 'excluded',
|
|
217
217
|
visibility: 'conditional',
|
|
218
|
-
reason: '
|
|
218
|
+
reason: 'Compile/build-feature-gated experiment, not a stable single-user developer-core command.',
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
name: 'remote-control',
|
|
@@ -233,19 +233,19 @@ export const CLAUDE_2_1_208_COMMAND_INVENTORY = [
|
|
|
233
233
|
name: 'voice',
|
|
234
234
|
disposition: 'deferred',
|
|
235
235
|
visibility: 'conditional',
|
|
236
|
-
reason: 'Conditional voice input is
|
|
236
|
+
reason: 'Conditional voice input is an optional, demand-driven feature that does not block developer-core closure.',
|
|
237
237
|
},
|
|
238
238
|
{
|
|
239
239
|
name: 'think-back',
|
|
240
|
-
disposition: '
|
|
240
|
+
disposition: 'excluded',
|
|
241
241
|
visibility: 'conditional',
|
|
242
|
-
reason: 'The
|
|
242
|
+
reason: 'The 2025 year-in-review campaign surface; a marketing flow, not a stable developer-core command.',
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
name: 'thinkback-play',
|
|
246
|
-
disposition: '
|
|
246
|
+
disposition: 'excluded',
|
|
247
247
|
visibility: 'hidden',
|
|
248
|
-
reason: '
|
|
248
|
+
reason: 'Hidden animation for the 2025 year-in-review campaign; a marketing flow, not a stable developer-core command.',
|
|
249
249
|
},
|
|
250
250
|
{ name: 'permissions', disposition: 'included', visibility: 'visible' },
|
|
251
251
|
{ name: 'plan', disposition: 'included', visibility: 'visible' },
|
|
@@ -286,9 +286,9 @@ export const CLAUDE_2_1_208_COMMAND_INVENTORY = [
|
|
|
286
286
|
{ name: 'workflows', disposition: 'included', visibility: 'conditional' },
|
|
287
287
|
{
|
|
288
288
|
name: 'torch',
|
|
289
|
-
disposition: '
|
|
289
|
+
disposition: 'excluded',
|
|
290
290
|
visibility: 'conditional',
|
|
291
|
-
reason: '
|
|
291
|
+
reason: 'Compile/build-feature-gated experiment, not a stable single-user developer-core command.',
|
|
292
292
|
},
|
|
293
293
|
];
|
|
294
294
|
export const CLAUDE_2_1_208_COMMAND_BY_NAME = new Map(CLAUDE_2_1_208_COMMAND_INVENTORY.map((entry) => [entry.name, entry]));
|