@ornexus/neocortex 4.60.18 → 4.60.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sbom.cdx.json +6504 -6410
- package/docs/install/installer-diagnostics.md +52 -0
- package/install.ps1 +1 -1
- package/install.sh +1 -1
- package/package.json +27 -4
- package/packages/client/dist/agent/refresh-stubs.d.ts +7 -0
- package/packages/client/dist/agent/refresh-stubs.js +2 -2
- package/packages/client/dist/cache/encrypted-cache.d.ts +3 -0
- package/packages/client/dist/cache/encrypted-cache.js +1 -1
- package/packages/client/dist/checkpoint/checkpoint-client-reader.js +2 -2
- package/packages/client/dist/cli.js +3 -3
- package/packages/client/dist/commands/activate.js +7 -7
- package/packages/client/dist/commands/config.js +1 -1
- package/packages/client/dist/commands/invoke.d.ts +64 -0
- package/packages/client/dist/commands/invoke.js +54 -47
- package/packages/client/dist/config/secure-config.d.ts +9 -3
- package/packages/client/dist/config/secure-config.js +8 -8
- package/packages/client/dist/config.d.ts +1 -1
- package/packages/client/dist/config.js +1 -1
- package/packages/client/dist/continuity/continuity-client-state-store.d.ts +1 -0
- package/packages/client/dist/continuity/continuity-client-state-store.js +1 -1
- package/packages/client/dist/continuity/invoke-hooks.d.ts +2 -1
- package/packages/client/dist/continuity/invoke-hooks.js +1 -1
- package/packages/client/dist/continuity/sqlite-store.d.ts +21 -0
- package/packages/client/dist/continuity/sqlite-store.js +49 -49
- package/packages/client/dist/effects/invoke-effect-gateways.d.ts +22 -0
- package/packages/client/dist/effects/invoke-effect-gateways.js +1 -0
- package/packages/client/dist/errors/frontmatter-diagnostics.d.ts +20 -0
- package/packages/client/dist/errors/frontmatter-diagnostics.js +1 -0
- package/packages/client/dist/generated/command-registry.generated.d.ts +2836 -0
- package/packages/client/dist/generated/command-registry.generated.js +1 -0
- package/packages/client/dist/graph-retrieval/pre-command-hook.d.ts +2 -0
- package/packages/client/dist/graph-retrieval/pre-command-hook.js +1 -1
- package/packages/client/dist/index.d.ts +1 -0
- package/packages/client/dist/index.js +1 -1
- package/packages/client/dist/license/license-client.d.ts +3 -0
- package/packages/client/dist/license/license-client.js +1 -1
- package/packages/client/dist/machine/fingerprint.d.ts +3 -1
- package/packages/client/dist/machine/fingerprint.js +2 -2
- package/packages/client/dist/memory/project-memory-writer.js +19 -15
- package/packages/client/dist/{subagent-approval-policy.d.ts → policy/subagent-approval-policy.d.ts} +8 -3
- package/packages/client/dist/policy/subagent-approval-policy.js +1 -0
- package/packages/client/dist/resolvers/local-resolver.d.ts +3 -0
- package/packages/client/dist/resolvers/local-resolver.js +4 -4
- package/packages/client/dist/runner/cli.d.ts +1 -0
- package/packages/client/dist/runner/cli.js +1 -1
- package/packages/client/dist/runner/headless/prepared-story-bundle.d.ts +20 -0
- package/packages/client/dist/runner/headless/prepared-story-bundle.js +1 -0
- package/packages/client/dist/runner/headless/run-yoloop.d.ts +2 -0
- package/packages/client/dist/runner/headless/run-yoloop.js +1 -1
- package/packages/client/dist/runner/portal-sync-worker.js +1 -1
- package/packages/client/dist/runner/scheduler.d.ts +3 -0
- package/packages/client/dist/runner/scheduler.js +7 -7
- package/packages/client/dist/state/project-state-snapshot.js +1 -1
- package/packages/client/dist/tier/tier-aware-client.js +1 -1
- package/packages/client/dist/version.d.ts +3 -0
- package/packages/client/dist/version.js +1 -0
- package/packages/client/dist/yoloop/discovery-hook.js +2 -2
- package/packages/client/dist/yoloop/invoke-hooks.js +4 -4
- package/packages/client/dist/yoloop/shared-discover-epics.d.ts +9 -3
- package/packages/client/dist/yoloop/shared-discover-epics.js +1 -1
- package/packages/client/dist/yoloop/shared-yoloop-types.d.ts +24 -0
- package/packages/client/dist/yoloop/target-normalization.d.ts +24 -0
- package/packages/client/dist/yoloop/target-normalization.js +1 -0
- package/packages/client/dist/yoloop/yoloop-client-state-store.d.ts +4 -0
- package/packages/client/dist/yoloop/yoloop-client-state-store.js +1 -1
- package/packages/shared/dist/command-registry-contract.js +382 -0
- package/packages/shared/dist/generated/command-registry.generated.js +4216 -0
- package/packages/shared/dist/generated/invocation-schema.generated.js +1850 -0
- package/packages/shared/dist/invocation/index.d.ts +175 -0
- package/packages/shared/dist/invocation/index.js +587 -0
- package/packages/shared/dist/nx-invoke-signature.js +233 -0
- package/packages/shared/dist/strict-readonly.js +381 -0
- package/packages/shared/dist/yoloop/wave-decision-receipt.js +77 -0
- package/targets-stubs/antigravity/gemini.md +1 -1
- package/targets-stubs/antigravity/skill/SKILL.md +1 -1
- package/targets-stubs/claude-code/neocortex-root.agent.yaml +1 -1
- package/targets-stubs/claude-code/neocortex-root.md +5 -2
- package/targets-stubs/claude-code/neocortex.agent.yaml +1 -1
- package/targets-stubs/claude-code/neocortex.md +7 -2
- package/targets-stubs/codex/AGENTS.md +4 -1
- package/targets-stubs/codex/neocortex.toml +4 -0
- package/targets-stubs/cursor/agent.md +2 -2
- package/targets-stubs/gemini-cli/agent.md +2 -2
- package/targets-stubs/opencode/neocortex-root.md +4 -1
- package/targets-stubs/opencode/neocortex.md +3 -0
- package/targets-stubs/vscode/neocortex.agent.md +2 -2
- package/packages/client/dist/subagent-approval-policy.js +0 -1
|
@@ -0,0 +1,2836 @@
|
|
|
1
|
+
/** Generated by scripts/generate-command-registry.mjs. Do not edit. */
|
|
2
|
+
export declare const COMMAND_REGISTRY_SCHEMA_VERSION: 1;
|
|
3
|
+
export declare const COMMAND_REGISTRY_VERSION: "1.0.0";
|
|
4
|
+
export declare const COMMAND_REGISTRY_CHECKSUM: "b8fcdb246f7e22f820f667442f7a489bf3f53376b6540280d59fb89495ff4520";
|
|
5
|
+
export declare const COMMAND_REGISTRY_PROJECTION_MANIFEST: {
|
|
6
|
+
readonly schemaVersion: 1;
|
|
7
|
+
readonly registryVersion: "1.0.0";
|
|
8
|
+
readonly registryChecksum: "b8fcdb246f7e22f820f667442f7a489bf3f53376b6540280d59fb89495ff4520";
|
|
9
|
+
readonly projections: readonly [{
|
|
10
|
+
readonly kind: "admin";
|
|
11
|
+
readonly entryCount: 62;
|
|
12
|
+
readonly sha256: "4ca10e54b2028a01dad3b492dacead708d858842ba5ba23bcca70faa8c5b9689";
|
|
13
|
+
}, {
|
|
14
|
+
readonly kind: "client";
|
|
15
|
+
readonly entryCount: 62;
|
|
16
|
+
readonly sha256: "4ca10e54b2028a01dad3b492dacead708d858842ba5ba23bcca70faa8c5b9689";
|
|
17
|
+
}, {
|
|
18
|
+
readonly kind: "docs";
|
|
19
|
+
readonly entryCount: 62;
|
|
20
|
+
readonly sha256: "4ca10e54b2028a01dad3b492dacead708d858842ba5ba23bcca70faa8c5b9689";
|
|
21
|
+
}, {
|
|
22
|
+
readonly kind: "metrics";
|
|
23
|
+
readonly entryCount: 62;
|
|
24
|
+
readonly sha256: "4ca10e54b2028a01dad3b492dacead708d858842ba5ba23bcca70faa8c5b9689";
|
|
25
|
+
}, {
|
|
26
|
+
readonly kind: "server";
|
|
27
|
+
readonly entryCount: 67;
|
|
28
|
+
readonly sha256: "682d4238281ea4e00d110fdf7d67257cc9ee8c029a87232b26c8fc3f00604884";
|
|
29
|
+
}, {
|
|
30
|
+
readonly kind: "shared";
|
|
31
|
+
readonly entryCount: 67;
|
|
32
|
+
readonly sha256: "f82436b633efc99f247aa0f0e755d66fe538ba3afd205dcec49e4a5fdb7d9928";
|
|
33
|
+
}];
|
|
34
|
+
};
|
|
35
|
+
export declare const GENERATED_CLIENT_COMMANDS: readonly [{
|
|
36
|
+
readonly aliases: readonly ["api-contract", "api-contracts"];
|
|
37
|
+
readonly category: "architecture-planning";
|
|
38
|
+
readonly compatibility: {
|
|
39
|
+
readonly deprecatedIn: null;
|
|
40
|
+
readonly introducedIn: "1.0.0";
|
|
41
|
+
readonly removedIn: null;
|
|
42
|
+
readonly replacement: null;
|
|
43
|
+
};
|
|
44
|
+
readonly description: {
|
|
45
|
+
readonly en: "Generate API contracts";
|
|
46
|
+
readonly es: "Generar contratos de API";
|
|
47
|
+
readonly "pt-BR": "Gerar contratos de API";
|
|
48
|
+
};
|
|
49
|
+
readonly examples: readonly ["@neocortex *arch-api-contracts P126"];
|
|
50
|
+
readonly id: "arch-api-contracts";
|
|
51
|
+
readonly inputShape: "epic-id";
|
|
52
|
+
readonly mode: "step";
|
|
53
|
+
readonly name: "Gerar API Contracts";
|
|
54
|
+
readonly number: 6;
|
|
55
|
+
readonly policy: {
|
|
56
|
+
readonly billingClass: "billable";
|
|
57
|
+
readonly idempotencyClass: "logical-supported";
|
|
58
|
+
readonly minimumTier: "free";
|
|
59
|
+
readonly mutationClass: "stateful";
|
|
60
|
+
readonly privilege: "authenticated";
|
|
61
|
+
readonly quotaClass: "workflow";
|
|
62
|
+
readonly replayClass: "signed-request";
|
|
63
|
+
readonly strictReadOnly: "deny";
|
|
64
|
+
};
|
|
65
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
66
|
+
readonly stepId: "step-a-03-api-contracts";
|
|
67
|
+
readonly subcommands: readonly [];
|
|
68
|
+
readonly visibility: "public";
|
|
69
|
+
}, {
|
|
70
|
+
readonly aliases: readonly ["api-int", "api-integrations"];
|
|
71
|
+
readonly category: "architecture-planning";
|
|
72
|
+
readonly compatibility: {
|
|
73
|
+
readonly deprecatedIn: null;
|
|
74
|
+
readonly introducedIn: "1.0.0";
|
|
75
|
+
readonly removedIn: null;
|
|
76
|
+
readonly replacement: null;
|
|
77
|
+
};
|
|
78
|
+
readonly description: {
|
|
79
|
+
readonly en: "Generate API integrations";
|
|
80
|
+
readonly es: "Generar integraciones de API";
|
|
81
|
+
readonly "pt-BR": "Gerar integracoes de API";
|
|
82
|
+
};
|
|
83
|
+
readonly examples: readonly ["@neocortex *arch-api-integrations P126"];
|
|
84
|
+
readonly id: "arch-api-integrations";
|
|
85
|
+
readonly inputShape: "epic-id";
|
|
86
|
+
readonly mode: "step";
|
|
87
|
+
readonly name: "Gerar API Integrations";
|
|
88
|
+
readonly number: 7;
|
|
89
|
+
readonly policy: {
|
|
90
|
+
readonly billingClass: "billable";
|
|
91
|
+
readonly idempotencyClass: "logical-supported";
|
|
92
|
+
readonly minimumTier: "free";
|
|
93
|
+
readonly mutationClass: "stateful";
|
|
94
|
+
readonly privilege: "authenticated";
|
|
95
|
+
readonly quotaClass: "workflow";
|
|
96
|
+
readonly replayClass: "signed-request";
|
|
97
|
+
readonly strictReadOnly: "deny";
|
|
98
|
+
};
|
|
99
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
100
|
+
readonly stepId: "step-a-04-api-integrations";
|
|
101
|
+
readonly subcommands: readonly [];
|
|
102
|
+
readonly visibility: "public";
|
|
103
|
+
}, {
|
|
104
|
+
readonly aliases: readonly ["arch-doc", "tech-architecture"];
|
|
105
|
+
readonly category: "architecture-planning";
|
|
106
|
+
readonly compatibility: {
|
|
107
|
+
readonly deprecatedIn: null;
|
|
108
|
+
readonly introducedIn: "1.0.0";
|
|
109
|
+
readonly removedIn: null;
|
|
110
|
+
readonly replacement: null;
|
|
111
|
+
};
|
|
112
|
+
readonly description: {
|
|
113
|
+
readonly en: "Generate architecture doc";
|
|
114
|
+
readonly es: "Generar doc de arquitectura";
|
|
115
|
+
readonly "pt-BR": "Gerar doc de arquitetura";
|
|
116
|
+
};
|
|
117
|
+
readonly examples: readonly ["@neocortex *arch-architecture P126"];
|
|
118
|
+
readonly id: "arch-architecture";
|
|
119
|
+
readonly inputShape: "epic-id";
|
|
120
|
+
readonly mode: "step";
|
|
121
|
+
readonly name: "Gerar Architecture Doc";
|
|
122
|
+
readonly number: 5;
|
|
123
|
+
readonly policy: {
|
|
124
|
+
readonly billingClass: "billable";
|
|
125
|
+
readonly idempotencyClass: "logical-supported";
|
|
126
|
+
readonly minimumTier: "free";
|
|
127
|
+
readonly mutationClass: "stateful";
|
|
128
|
+
readonly privilege: "authenticated";
|
|
129
|
+
readonly quotaClass: "workflow";
|
|
130
|
+
readonly replayClass: "signed-request";
|
|
131
|
+
readonly strictReadOnly: "deny";
|
|
132
|
+
};
|
|
133
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
134
|
+
readonly stepId: "step-a-02-architecture";
|
|
135
|
+
readonly subcommands: readonly [];
|
|
136
|
+
readonly visibility: "public";
|
|
137
|
+
}, {
|
|
138
|
+
readonly aliases: readonly ["database-schema", "db", "db-schema"];
|
|
139
|
+
readonly category: "architecture-planning";
|
|
140
|
+
readonly compatibility: {
|
|
141
|
+
readonly deprecatedIn: null;
|
|
142
|
+
readonly introducedIn: "1.0.0";
|
|
143
|
+
readonly removedIn: null;
|
|
144
|
+
readonly replacement: null;
|
|
145
|
+
};
|
|
146
|
+
readonly description: {
|
|
147
|
+
readonly en: "Generate database schema";
|
|
148
|
+
readonly es: "Generar esquema de base de datos";
|
|
149
|
+
readonly "pt-BR": "Gerar schema de banco";
|
|
150
|
+
};
|
|
151
|
+
readonly examples: readonly ["@neocortex *arch-database P126"];
|
|
152
|
+
readonly id: "arch-database";
|
|
153
|
+
readonly inputShape: "epic-id";
|
|
154
|
+
readonly mode: "step";
|
|
155
|
+
readonly name: "Gerar Database Schema";
|
|
156
|
+
readonly number: 8;
|
|
157
|
+
readonly policy: {
|
|
158
|
+
readonly billingClass: "billable";
|
|
159
|
+
readonly idempotencyClass: "logical-supported";
|
|
160
|
+
readonly minimumTier: "free";
|
|
161
|
+
readonly mutationClass: "stateful";
|
|
162
|
+
readonly privilege: "authenticated";
|
|
163
|
+
readonly quotaClass: "workflow";
|
|
164
|
+
readonly replayClass: "signed-request";
|
|
165
|
+
readonly strictReadOnly: "deny";
|
|
166
|
+
};
|
|
167
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
168
|
+
readonly stepId: "step-a-05-database-schema";
|
|
169
|
+
readonly subcommands: readonly [];
|
|
170
|
+
readonly visibility: "public";
|
|
171
|
+
}, {
|
|
172
|
+
readonly aliases: readonly ["atomic-design", "design-system", "ds"];
|
|
173
|
+
readonly category: "architecture-planning";
|
|
174
|
+
readonly compatibility: {
|
|
175
|
+
readonly deprecatedIn: null;
|
|
176
|
+
readonly introducedIn: "1.0.0";
|
|
177
|
+
readonly removedIn: null;
|
|
178
|
+
readonly replacement: null;
|
|
179
|
+
};
|
|
180
|
+
readonly description: {
|
|
181
|
+
readonly en: "Generate design system";
|
|
182
|
+
readonly es: "Generar sistema de diseno";
|
|
183
|
+
readonly "pt-BR": "Gerar design system";
|
|
184
|
+
};
|
|
185
|
+
readonly examples: readonly ["@neocortex *arch-design-system P126"];
|
|
186
|
+
readonly id: "arch-design-system";
|
|
187
|
+
readonly inputShape: "epic-id";
|
|
188
|
+
readonly mode: "step";
|
|
189
|
+
readonly name: "Gerar Atomic Design System";
|
|
190
|
+
readonly number: 10;
|
|
191
|
+
readonly policy: {
|
|
192
|
+
readonly billingClass: "billable";
|
|
193
|
+
readonly idempotencyClass: "logical-supported";
|
|
194
|
+
readonly minimumTier: "free";
|
|
195
|
+
readonly mutationClass: "stateful";
|
|
196
|
+
readonly privilege: "authenticated";
|
|
197
|
+
readonly quotaClass: "workflow";
|
|
198
|
+
readonly replayClass: "signed-request";
|
|
199
|
+
readonly strictReadOnly: "deny";
|
|
200
|
+
};
|
|
201
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
202
|
+
readonly stepId: "step-a-07-design-system";
|
|
203
|
+
readonly subcommands: readonly [];
|
|
204
|
+
readonly visibility: "public";
|
|
205
|
+
}, {
|
|
206
|
+
readonly aliases: readonly ["arch-fit", "archfit", "fit-funcs", "fitness", "fitness-functions"];
|
|
207
|
+
readonly category: "architecture-planning";
|
|
208
|
+
readonly compatibility: {
|
|
209
|
+
readonly deprecatedIn: null;
|
|
210
|
+
readonly introducedIn: "1.0.0";
|
|
211
|
+
readonly removedIn: null;
|
|
212
|
+
readonly replacement: null;
|
|
213
|
+
};
|
|
214
|
+
readonly description: {
|
|
215
|
+
readonly en: "Generates executable Fitness Functions (CI/test/lint)";
|
|
216
|
+
readonly es: "Genera Fitness Functions ejecutables (CI/test/lint)";
|
|
217
|
+
readonly "pt-BR": "Gera Fitness Functions executaveis (CI/test/lint)";
|
|
218
|
+
};
|
|
219
|
+
readonly examples: readonly ["@neocortex *arch-fitness-functions P126"];
|
|
220
|
+
readonly id: "arch-fitness-functions";
|
|
221
|
+
readonly inputShape: "epic-id";
|
|
222
|
+
readonly mode: "step";
|
|
223
|
+
readonly name: "Architecture Fitness Functions";
|
|
224
|
+
readonly number: 16;
|
|
225
|
+
readonly policy: {
|
|
226
|
+
readonly billingClass: "billable";
|
|
227
|
+
readonly idempotencyClass: "logical-supported";
|
|
228
|
+
readonly minimumTier: "pro";
|
|
229
|
+
readonly mutationClass: "stateful";
|
|
230
|
+
readonly privilege: "authenticated";
|
|
231
|
+
readonly quotaClass: "workflow";
|
|
232
|
+
readonly replayClass: "signed-request";
|
|
233
|
+
readonly strictReadOnly: "deny";
|
|
234
|
+
};
|
|
235
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
236
|
+
readonly stepId: "step-a-02.5-fitness-functions";
|
|
237
|
+
readonly subcommands: readonly [];
|
|
238
|
+
readonly visibility: "public";
|
|
239
|
+
}, {
|
|
240
|
+
readonly aliases: readonly ["arch-deploy", "arch-infra", "deploy-plan", "deployment", "infra", "infrastructure"];
|
|
241
|
+
readonly category: "architecture-planning";
|
|
242
|
+
readonly compatibility: {
|
|
243
|
+
readonly deprecatedIn: null;
|
|
244
|
+
readonly introducedIn: "1.0.0";
|
|
245
|
+
readonly removedIn: null;
|
|
246
|
+
readonly replacement: null;
|
|
247
|
+
};
|
|
248
|
+
readonly description: {
|
|
249
|
+
readonly en: "Infrastructure & deploy";
|
|
250
|
+
readonly es: "Infraestructura y despliegue";
|
|
251
|
+
readonly "pt-BR": "Infraestrutura e deploy";
|
|
252
|
+
};
|
|
253
|
+
readonly examples: readonly ["@neocortex *arch-infrastructure P126"];
|
|
254
|
+
readonly id: "arch-infrastructure";
|
|
255
|
+
readonly inputShape: "epic-id";
|
|
256
|
+
readonly mode: "step";
|
|
257
|
+
readonly name: "Infrastructure & Deploy";
|
|
258
|
+
readonly number: 14;
|
|
259
|
+
readonly policy: {
|
|
260
|
+
readonly billingClass: "billable";
|
|
261
|
+
readonly idempotencyClass: "logical-supported";
|
|
262
|
+
readonly minimumTier: "pro";
|
|
263
|
+
readonly mutationClass: "stateful";
|
|
264
|
+
readonly privilege: "authenticated";
|
|
265
|
+
readonly quotaClass: "workflow";
|
|
266
|
+
readonly replayClass: "signed-request";
|
|
267
|
+
readonly strictReadOnly: "deny";
|
|
268
|
+
};
|
|
269
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
270
|
+
readonly stepId: "step-a-12-infrastructure-deploy";
|
|
271
|
+
readonly subcommands: readonly [];
|
|
272
|
+
readonly visibility: "public";
|
|
273
|
+
}, {
|
|
274
|
+
readonly aliases: readonly ["arch-perf", "capacity", "capacity-planning", "perf", "performance", "performance-strategy"];
|
|
275
|
+
readonly category: "architecture-planning";
|
|
276
|
+
readonly compatibility: {
|
|
277
|
+
readonly deprecatedIn: null;
|
|
278
|
+
readonly introducedIn: "1.0.0";
|
|
279
|
+
readonly removedIn: null;
|
|
280
|
+
readonly replacement: null;
|
|
281
|
+
};
|
|
282
|
+
readonly description: {
|
|
283
|
+
readonly en: "Performance strategy";
|
|
284
|
+
readonly es: "Estrategia de rendimiento";
|
|
285
|
+
readonly "pt-BR": "Estrategia de performance";
|
|
286
|
+
};
|
|
287
|
+
readonly examples: readonly ["@neocortex *arch-performance P126"];
|
|
288
|
+
readonly id: "arch-performance";
|
|
289
|
+
readonly inputShape: "epic-id";
|
|
290
|
+
readonly mode: "step";
|
|
291
|
+
readonly name: "Performance Strategy";
|
|
292
|
+
readonly number: 12;
|
|
293
|
+
readonly policy: {
|
|
294
|
+
readonly billingClass: "billable";
|
|
295
|
+
readonly idempotencyClass: "logical-supported";
|
|
296
|
+
readonly minimumTier: "pro";
|
|
297
|
+
readonly mutationClass: "stateful";
|
|
298
|
+
readonly privilege: "authenticated";
|
|
299
|
+
readonly quotaClass: "workflow";
|
|
300
|
+
readonly replayClass: "signed-request";
|
|
301
|
+
readonly strictReadOnly: "deny";
|
|
302
|
+
};
|
|
303
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
304
|
+
readonly stepId: "step-a-10-performance-strategy";
|
|
305
|
+
readonly subcommands: readonly [];
|
|
306
|
+
readonly visibility: "public";
|
|
307
|
+
}, {
|
|
308
|
+
readonly aliases: readonly ["arch", "architecture", "arquitetura"];
|
|
309
|
+
readonly category: "architecture-planning";
|
|
310
|
+
readonly compatibility: {
|
|
311
|
+
readonly deprecatedIn: null;
|
|
312
|
+
readonly introducedIn: "1.0.0";
|
|
313
|
+
readonly removedIn: null;
|
|
314
|
+
readonly replacement: null;
|
|
315
|
+
};
|
|
316
|
+
readonly description: {
|
|
317
|
+
readonly en: "Full architecture plan";
|
|
318
|
+
readonly es: "Plan de arquitectura completo";
|
|
319
|
+
readonly "pt-BR": "Planejar arquitetura completa";
|
|
320
|
+
};
|
|
321
|
+
readonly examples: readonly ["@neocortex *arch-plan \"ideia\"", "@neocortex 3"];
|
|
322
|
+
readonly id: "arch-plan";
|
|
323
|
+
readonly inputShape: "idea";
|
|
324
|
+
readonly mode: "arch-plan";
|
|
325
|
+
readonly name: "Architecture Plan (Master)";
|
|
326
|
+
readonly number: 3;
|
|
327
|
+
readonly policy: {
|
|
328
|
+
readonly billingClass: "billable";
|
|
329
|
+
readonly idempotencyClass: "logical-supported";
|
|
330
|
+
readonly minimumTier: "free";
|
|
331
|
+
readonly mutationClass: "stateful";
|
|
332
|
+
readonly privilege: "authenticated";
|
|
333
|
+
readonly quotaClass: "workflow";
|
|
334
|
+
readonly replayClass: "signed-request";
|
|
335
|
+
readonly strictReadOnly: "deny";
|
|
336
|
+
};
|
|
337
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
338
|
+
readonly stepId: "step-a-01-prd";
|
|
339
|
+
readonly subcommands: readonly [];
|
|
340
|
+
readonly visibility: "public";
|
|
341
|
+
}, {
|
|
342
|
+
readonly aliases: readonly ["prd", "product-requirements"];
|
|
343
|
+
readonly category: "architecture-planning";
|
|
344
|
+
readonly compatibility: {
|
|
345
|
+
readonly deprecatedIn: null;
|
|
346
|
+
readonly introducedIn: "1.0.0";
|
|
347
|
+
readonly removedIn: null;
|
|
348
|
+
readonly replacement: null;
|
|
349
|
+
};
|
|
350
|
+
readonly description: {
|
|
351
|
+
readonly en: "Generate PRD document";
|
|
352
|
+
readonly es: "Generar documento PRD";
|
|
353
|
+
readonly "pt-BR": "Gerar documento PRD";
|
|
354
|
+
};
|
|
355
|
+
readonly examples: readonly ["@neocortex *arch-prd \"ideia\""];
|
|
356
|
+
readonly id: "arch-prd";
|
|
357
|
+
readonly inputShape: "idea";
|
|
358
|
+
readonly mode: "step";
|
|
359
|
+
readonly name: "Gerar PRD";
|
|
360
|
+
readonly number: 4;
|
|
361
|
+
readonly policy: {
|
|
362
|
+
readonly billingClass: "billable";
|
|
363
|
+
readonly idempotencyClass: "logical-supported";
|
|
364
|
+
readonly minimumTier: "free";
|
|
365
|
+
readonly mutationClass: "stateful";
|
|
366
|
+
readonly privilege: "authenticated";
|
|
367
|
+
readonly quotaClass: "workflow";
|
|
368
|
+
readonly replayClass: "signed-request";
|
|
369
|
+
readonly strictReadOnly: "deny";
|
|
370
|
+
};
|
|
371
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
372
|
+
readonly stepId: "step-a-01-prd";
|
|
373
|
+
readonly subcommands: readonly [];
|
|
374
|
+
readonly visibility: "public";
|
|
375
|
+
}, {
|
|
376
|
+
readonly aliases: readonly ["arch-consolidation", "architecture-review", "consolidation", "review-consolidation"];
|
|
377
|
+
readonly category: "architecture-planning";
|
|
378
|
+
readonly compatibility: {
|
|
379
|
+
readonly deprecatedIn: null;
|
|
380
|
+
readonly introducedIn: "1.0.0";
|
|
381
|
+
readonly removedIn: null;
|
|
382
|
+
readonly replacement: null;
|
|
383
|
+
};
|
|
384
|
+
readonly description: {
|
|
385
|
+
readonly en: "Review & consolidation";
|
|
386
|
+
readonly es: "Revision y consolidacion";
|
|
387
|
+
readonly "pt-BR": "Revisao e consolidacao";
|
|
388
|
+
};
|
|
389
|
+
readonly examples: readonly ["@neocortex *arch-review P126"];
|
|
390
|
+
readonly id: "arch-review";
|
|
391
|
+
readonly inputShape: "epic-id";
|
|
392
|
+
readonly mode: "step";
|
|
393
|
+
readonly name: "Architecture Review & Consolidation";
|
|
394
|
+
readonly number: 15;
|
|
395
|
+
readonly policy: {
|
|
396
|
+
readonly billingClass: "billable";
|
|
397
|
+
readonly idempotencyClass: "logical-supported";
|
|
398
|
+
readonly minimumTier: "free";
|
|
399
|
+
readonly mutationClass: "stateful";
|
|
400
|
+
readonly privilege: "authenticated";
|
|
401
|
+
readonly quotaClass: "workflow";
|
|
402
|
+
readonly replayClass: "signed-request";
|
|
403
|
+
readonly strictReadOnly: "deny";
|
|
404
|
+
};
|
|
405
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
406
|
+
readonly stepId: "step-a-09-review-consolidation";
|
|
407
|
+
readonly subcommands: readonly [];
|
|
408
|
+
readonly visibility: "public";
|
|
409
|
+
}, {
|
|
410
|
+
readonly aliases: readonly ["cyber-security", "sec", "security"];
|
|
411
|
+
readonly category: "architecture-planning";
|
|
412
|
+
readonly compatibility: {
|
|
413
|
+
readonly deprecatedIn: null;
|
|
414
|
+
readonly introducedIn: "1.0.0";
|
|
415
|
+
readonly removedIn: null;
|
|
416
|
+
readonly replacement: null;
|
|
417
|
+
};
|
|
418
|
+
readonly description: {
|
|
419
|
+
readonly en: "Generate security doc";
|
|
420
|
+
readonly es: "Generar doc de seguridad";
|
|
421
|
+
readonly "pt-BR": "Gerar doc de seguranca";
|
|
422
|
+
};
|
|
423
|
+
readonly examples: readonly ["@neocortex *arch-security P126"];
|
|
424
|
+
readonly id: "arch-security";
|
|
425
|
+
readonly inputShape: "epic-id";
|
|
426
|
+
readonly mode: "step";
|
|
427
|
+
readonly name: "Gerar Cyber Security Doc";
|
|
428
|
+
readonly number: 9;
|
|
429
|
+
readonly policy: {
|
|
430
|
+
readonly billingClass: "billable";
|
|
431
|
+
readonly idempotencyClass: "logical-supported";
|
|
432
|
+
readonly minimumTier: "free";
|
|
433
|
+
readonly mutationClass: "stateful";
|
|
434
|
+
readonly privilege: "authenticated";
|
|
435
|
+
readonly quotaClass: "workflow";
|
|
436
|
+
readonly replayClass: "signed-request";
|
|
437
|
+
readonly strictReadOnly: "deny";
|
|
438
|
+
};
|
|
439
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
440
|
+
readonly stepId: "step-a-06-cyber-security";
|
|
441
|
+
readonly subcommands: readonly [];
|
|
442
|
+
readonly visibility: "public";
|
|
443
|
+
}, {
|
|
444
|
+
readonly aliases: readonly ["arch-test", "test-plan", "test-strategy", "testing-strategy"];
|
|
445
|
+
readonly category: "architecture-planning";
|
|
446
|
+
readonly compatibility: {
|
|
447
|
+
readonly deprecatedIn: null;
|
|
448
|
+
readonly introducedIn: "1.0.0";
|
|
449
|
+
readonly removedIn: null;
|
|
450
|
+
readonly replacement: null;
|
|
451
|
+
};
|
|
452
|
+
readonly description: {
|
|
453
|
+
readonly en: "Testing strategy";
|
|
454
|
+
readonly es: "Estrategia de pruebas";
|
|
455
|
+
readonly "pt-BR": "Estrategia de testes";
|
|
456
|
+
};
|
|
457
|
+
readonly examples: readonly ["@neocortex *arch-testing P126"];
|
|
458
|
+
readonly id: "arch-testing";
|
|
459
|
+
readonly inputShape: "epic-id";
|
|
460
|
+
readonly mode: "step";
|
|
461
|
+
readonly name: "Testing Strategy";
|
|
462
|
+
readonly number: 13;
|
|
463
|
+
readonly policy: {
|
|
464
|
+
readonly billingClass: "billable";
|
|
465
|
+
readonly idempotencyClass: "logical-supported";
|
|
466
|
+
readonly minimumTier: "pro";
|
|
467
|
+
readonly mutationClass: "stateful";
|
|
468
|
+
readonly privilege: "authenticated";
|
|
469
|
+
readonly quotaClass: "workflow";
|
|
470
|
+
readonly replayClass: "signed-request";
|
|
471
|
+
readonly strictReadOnly: "deny";
|
|
472
|
+
};
|
|
473
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
474
|
+
readonly stepId: "step-a-11-testing-strategy";
|
|
475
|
+
readonly subcommands: readonly [];
|
|
476
|
+
readonly visibility: "public";
|
|
477
|
+
}, {
|
|
478
|
+
readonly aliases: readonly ["user-flows", "ux", "ux-design", "wireframe", "wireframes"];
|
|
479
|
+
readonly category: "architecture-planning";
|
|
480
|
+
readonly compatibility: {
|
|
481
|
+
readonly deprecatedIn: null;
|
|
482
|
+
readonly introducedIn: "1.0.0";
|
|
483
|
+
readonly removedIn: null;
|
|
484
|
+
readonly replacement: null;
|
|
485
|
+
};
|
|
486
|
+
readonly description: {
|
|
487
|
+
readonly en: "Generate UX design";
|
|
488
|
+
readonly es: "Generar diseno UX";
|
|
489
|
+
readonly "pt-BR": "Gerar design UX";
|
|
490
|
+
};
|
|
491
|
+
readonly examples: readonly ["@neocortex *arch-ux-design P126"];
|
|
492
|
+
readonly id: "arch-ux-design";
|
|
493
|
+
readonly inputShape: "epic-id";
|
|
494
|
+
readonly mode: "step";
|
|
495
|
+
readonly name: "Gerar UX Design Document";
|
|
496
|
+
readonly number: 11;
|
|
497
|
+
readonly policy: {
|
|
498
|
+
readonly billingClass: "billable";
|
|
499
|
+
readonly idempotencyClass: "logical-supported";
|
|
500
|
+
readonly minimumTier: "free";
|
|
501
|
+
readonly mutationClass: "stateful";
|
|
502
|
+
readonly privilege: "authenticated";
|
|
503
|
+
readonly quotaClass: "workflow";
|
|
504
|
+
readonly replayClass: "signed-request";
|
|
505
|
+
readonly strictReadOnly: "deny";
|
|
506
|
+
};
|
|
507
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
508
|
+
readonly stepId: "step-a-08-ux-design";
|
|
509
|
+
readonly subcommands: readonly [];
|
|
510
|
+
readonly visibility: "public";
|
|
511
|
+
}, {
|
|
512
|
+
readonly aliases: readonly ["auditar", "auditoria"];
|
|
513
|
+
readonly category: "utility";
|
|
514
|
+
readonly compatibility: {
|
|
515
|
+
readonly deprecatedIn: null;
|
|
516
|
+
readonly introducedIn: "1.0.0";
|
|
517
|
+
readonly removedIn: null;
|
|
518
|
+
readonly replacement: null;
|
|
519
|
+
};
|
|
520
|
+
readonly description: {
|
|
521
|
+
readonly en: "Audit status";
|
|
522
|
+
readonly es: "Auditar estado";
|
|
523
|
+
readonly "pt-BR": "Auditar status";
|
|
524
|
+
};
|
|
525
|
+
readonly examples: readonly ["@neocortex *audit"];
|
|
526
|
+
readonly id: "audit";
|
|
527
|
+
readonly inputShape: "standalone";
|
|
528
|
+
readonly mode: "utility";
|
|
529
|
+
readonly name: "Auditar Status";
|
|
530
|
+
readonly number: 41;
|
|
531
|
+
readonly policy: {
|
|
532
|
+
readonly billingClass: "non-billable";
|
|
533
|
+
readonly idempotencyClass: "none";
|
|
534
|
+
readonly minimumTier: "free";
|
|
535
|
+
readonly mutationClass: "read-only";
|
|
536
|
+
readonly privilege: "authenticated";
|
|
537
|
+
readonly quotaClass: "none";
|
|
538
|
+
readonly replayClass: "signed-request";
|
|
539
|
+
readonly strictReadOnly: "allow";
|
|
540
|
+
};
|
|
541
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
542
|
+
readonly stepId: "step-u-audit-status";
|
|
543
|
+
readonly subcommands: readonly [];
|
|
544
|
+
readonly visibility: "public";
|
|
545
|
+
}, {
|
|
546
|
+
readonly aliases: readonly ["bill", "sub", "subscription"];
|
|
547
|
+
readonly category: "utility";
|
|
548
|
+
readonly compatibility: {
|
|
549
|
+
readonly deprecatedIn: null;
|
|
550
|
+
readonly introducedIn: "1.0.0";
|
|
551
|
+
readonly removedIn: null;
|
|
552
|
+
readonly replacement: null;
|
|
553
|
+
};
|
|
554
|
+
readonly description: {
|
|
555
|
+
readonly en: "Billing status";
|
|
556
|
+
readonly es: "Estado de facturacion";
|
|
557
|
+
readonly "pt-BR": "Status de cobranca";
|
|
558
|
+
};
|
|
559
|
+
readonly examples: readonly ["@neocortex *billing"];
|
|
560
|
+
readonly id: "billing";
|
|
561
|
+
readonly inputShape: "standalone";
|
|
562
|
+
readonly mode: "status";
|
|
563
|
+
readonly name: "Billing Status";
|
|
564
|
+
readonly number: 45;
|
|
565
|
+
readonly policy: {
|
|
566
|
+
readonly billingClass: "non-billable";
|
|
567
|
+
readonly idempotencyClass: "none";
|
|
568
|
+
readonly minimumTier: "free";
|
|
569
|
+
readonly mutationClass: "read-only";
|
|
570
|
+
readonly privilege: "authenticated";
|
|
571
|
+
readonly quotaClass: "none";
|
|
572
|
+
readonly replayClass: "signed-request";
|
|
573
|
+
readonly strictReadOnly: "allow";
|
|
574
|
+
};
|
|
575
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
576
|
+
readonly stepId: "";
|
|
577
|
+
readonly subcommands: readonly [];
|
|
578
|
+
readonly visibility: "public";
|
|
579
|
+
}, {
|
|
580
|
+
readonly aliases: readonly ["chaos", "gameday", "resilience-test"];
|
|
581
|
+
readonly category: "utility-wave";
|
|
582
|
+
readonly compatibility: {
|
|
583
|
+
readonly deprecatedIn: null;
|
|
584
|
+
readonly introducedIn: "1.0.0";
|
|
585
|
+
readonly removedIn: null;
|
|
586
|
+
readonly replacement: null;
|
|
587
|
+
};
|
|
588
|
+
readonly description: {
|
|
589
|
+
readonly en: "Chaos Plan (Quarterly Game Day)";
|
|
590
|
+
readonly es: "Plan de Chaos Engineering (Game Day Trimestral)";
|
|
591
|
+
readonly "pt-BR": "Plano de Chaos Engineering (Game Day Trimestral)";
|
|
592
|
+
};
|
|
593
|
+
readonly examples: readonly ["@neocortex *chaos-plan"];
|
|
594
|
+
readonly id: "chaos-plan";
|
|
595
|
+
readonly inputShape: "standalone";
|
|
596
|
+
readonly mode: "step";
|
|
597
|
+
readonly name: "Chaos Plan Generation";
|
|
598
|
+
readonly number: 56;
|
|
599
|
+
readonly policy: {
|
|
600
|
+
readonly billingClass: "non-billable";
|
|
601
|
+
readonly idempotencyClass: "logical-supported";
|
|
602
|
+
readonly minimumTier: "pro";
|
|
603
|
+
readonly mutationClass: "stateful";
|
|
604
|
+
readonly privilege: "authenticated";
|
|
605
|
+
readonly quotaClass: "none";
|
|
606
|
+
readonly replayClass: "signed-request";
|
|
607
|
+
readonly strictReadOnly: "deny";
|
|
608
|
+
};
|
|
609
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
610
|
+
readonly stepId: "step-u-chaos-plan";
|
|
611
|
+
readonly subcommands: readonly [];
|
|
612
|
+
readonly visibility: "public";
|
|
613
|
+
}, {
|
|
614
|
+
readonly aliases: readonly ["limpar", "limpeza"];
|
|
615
|
+
readonly category: "utility";
|
|
616
|
+
readonly compatibility: {
|
|
617
|
+
readonly deprecatedIn: null;
|
|
618
|
+
readonly introducedIn: "1.0.0";
|
|
619
|
+
readonly removedIn: null;
|
|
620
|
+
readonly replacement: null;
|
|
621
|
+
};
|
|
622
|
+
readonly description: {
|
|
623
|
+
readonly en: "Clean up branches";
|
|
624
|
+
readonly es: "Limpiar branches";
|
|
625
|
+
readonly "pt-BR": "Limpar branches";
|
|
626
|
+
};
|
|
627
|
+
readonly examples: readonly ["@neocortex *cleanup"];
|
|
628
|
+
readonly id: "cleanup";
|
|
629
|
+
readonly inputShape: "standalone";
|
|
630
|
+
readonly mode: "utility";
|
|
631
|
+
readonly name: "Limpar Branches";
|
|
632
|
+
readonly number: 40;
|
|
633
|
+
readonly policy: {
|
|
634
|
+
readonly billingClass: "billable";
|
|
635
|
+
readonly idempotencyClass: "logical-supported";
|
|
636
|
+
readonly minimumTier: "free";
|
|
637
|
+
readonly mutationClass: "stateful";
|
|
638
|
+
readonly privilege: "authenticated";
|
|
639
|
+
readonly quotaClass: "workflow";
|
|
640
|
+
readonly replayClass: "signed-request";
|
|
641
|
+
readonly strictReadOnly: "deny";
|
|
642
|
+
};
|
|
643
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
644
|
+
readonly stepId: "step-u-cleanup-branches";
|
|
645
|
+
readonly subcommands: readonly [];
|
|
646
|
+
readonly visibility: "public";
|
|
647
|
+
}, {
|
|
648
|
+
readonly aliases: readonly ["c07", "commit-push", "cp", "push"];
|
|
649
|
+
readonly category: "core";
|
|
650
|
+
readonly compatibility: {
|
|
651
|
+
readonly deprecatedIn: null;
|
|
652
|
+
readonly introducedIn: "1.0.0";
|
|
653
|
+
readonly removedIn: null;
|
|
654
|
+
readonly replacement: null;
|
|
655
|
+
};
|
|
656
|
+
readonly description: {
|
|
657
|
+
readonly en: "Commit & push";
|
|
658
|
+
readonly es: "Commit y push";
|
|
659
|
+
readonly "pt-BR": "Commit e push";
|
|
660
|
+
};
|
|
661
|
+
readonly examples: readonly ["@neocortex *commit @docs/stories/P126.01.story.md"];
|
|
662
|
+
readonly id: "commit";
|
|
663
|
+
readonly inputShape: "story";
|
|
664
|
+
readonly mode: "step";
|
|
665
|
+
readonly name: "Commit & Push";
|
|
666
|
+
readonly number: 30;
|
|
667
|
+
readonly policy: {
|
|
668
|
+
readonly billingClass: "billable";
|
|
669
|
+
readonly idempotencyClass: "logical-supported";
|
|
670
|
+
readonly minimumTier: "free";
|
|
671
|
+
readonly mutationClass: "stateful";
|
|
672
|
+
readonly privilege: "authenticated";
|
|
673
|
+
readonly quotaClass: "workflow";
|
|
674
|
+
readonly replayClass: "signed-request";
|
|
675
|
+
readonly strictReadOnly: "deny";
|
|
676
|
+
};
|
|
677
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
678
|
+
readonly stepId: "step-c-08-commit-push";
|
|
679
|
+
readonly subcommands: readonly [];
|
|
680
|
+
readonly visibility: "public";
|
|
681
|
+
}, {
|
|
682
|
+
readonly aliases: readonly ["criar-epic", "planejamento"];
|
|
683
|
+
readonly category: "planning";
|
|
684
|
+
readonly compatibility: {
|
|
685
|
+
readonly deprecatedIn: null;
|
|
686
|
+
readonly introducedIn: "1.0.0";
|
|
687
|
+
readonly removedIn: null;
|
|
688
|
+
readonly replacement: null;
|
|
689
|
+
};
|
|
690
|
+
readonly description: {
|
|
691
|
+
readonly en: "Create full epic";
|
|
692
|
+
readonly es: "Crear epico completo";
|
|
693
|
+
readonly "pt-BR": "Criar epico completo";
|
|
694
|
+
};
|
|
695
|
+
readonly examples: readonly ["@neocortex *create-epic \"COMO dev, QUERO ..., PARA ...\""];
|
|
696
|
+
readonly id: "create-epic";
|
|
697
|
+
readonly inputShape: "idea";
|
|
698
|
+
readonly mode: "create-epic";
|
|
699
|
+
readonly name: "Criar Epico completo";
|
|
700
|
+
readonly number: 17;
|
|
701
|
+
readonly policy: {
|
|
702
|
+
readonly billingClass: "billable";
|
|
703
|
+
readonly idempotencyClass: "logical-required";
|
|
704
|
+
readonly minimumTier: "free";
|
|
705
|
+
readonly mutationClass: "stateful";
|
|
706
|
+
readonly privilege: "authenticated";
|
|
707
|
+
readonly quotaClass: "planning";
|
|
708
|
+
readonly replayClass: "signed-request";
|
|
709
|
+
readonly strictReadOnly: "deny";
|
|
710
|
+
};
|
|
711
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
712
|
+
readonly stepId: "step-p-01-idea-diagnose";
|
|
713
|
+
readonly subcommands: readonly [];
|
|
714
|
+
readonly visibility: "public";
|
|
715
|
+
}, {
|
|
716
|
+
readonly aliases: readonly ["c09", "pr"];
|
|
717
|
+
readonly category: "core";
|
|
718
|
+
readonly compatibility: {
|
|
719
|
+
readonly deprecatedIn: null;
|
|
720
|
+
readonly introducedIn: "1.0.0";
|
|
721
|
+
readonly removedIn: null;
|
|
722
|
+
readonly replacement: null;
|
|
723
|
+
};
|
|
724
|
+
readonly description: {
|
|
725
|
+
readonly en: "Create pull request";
|
|
726
|
+
readonly es: "Crear pull request";
|
|
727
|
+
readonly "pt-BR": "Criar pull request";
|
|
728
|
+
};
|
|
729
|
+
readonly examples: readonly ["@neocortex *create-pr @docs/stories/P126.01.story.md"];
|
|
730
|
+
readonly id: "create-pr";
|
|
731
|
+
readonly inputShape: "story";
|
|
732
|
+
readonly mode: "step";
|
|
733
|
+
readonly name: "Criar Pull Request";
|
|
734
|
+
readonly number: 32;
|
|
735
|
+
readonly policy: {
|
|
736
|
+
readonly billingClass: "billable";
|
|
737
|
+
readonly idempotencyClass: "logical-supported";
|
|
738
|
+
readonly minimumTier: "free";
|
|
739
|
+
readonly mutationClass: "stateful";
|
|
740
|
+
readonly privilege: "authenticated";
|
|
741
|
+
readonly quotaClass: "workflow";
|
|
742
|
+
readonly replayClass: "signed-request";
|
|
743
|
+
readonly strictReadOnly: "deny";
|
|
744
|
+
};
|
|
745
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
746
|
+
readonly stepId: "step-c-10-create-pr";
|
|
747
|
+
readonly subcommands: readonly [];
|
|
748
|
+
readonly visibility: "public";
|
|
749
|
+
}, {
|
|
750
|
+
readonly aliases: readonly ["c05", "tarefas", "tasks"];
|
|
751
|
+
readonly category: "core";
|
|
752
|
+
readonly compatibility: {
|
|
753
|
+
readonly deprecatedIn: null;
|
|
754
|
+
readonly introducedIn: "1.0.0";
|
|
755
|
+
readonly removedIn: null;
|
|
756
|
+
readonly replacement: null;
|
|
757
|
+
};
|
|
758
|
+
readonly description: {
|
|
759
|
+
readonly en: "Create tasks";
|
|
760
|
+
readonly es: "Crear tareas";
|
|
761
|
+
readonly "pt-BR": "Criar tarefas";
|
|
762
|
+
};
|
|
763
|
+
readonly examples: readonly ["@neocortex *create-tasks @docs/stories/P126.01.story.md"];
|
|
764
|
+
readonly id: "create-tasks";
|
|
765
|
+
readonly inputShape: "story";
|
|
766
|
+
readonly mode: "step";
|
|
767
|
+
readonly name: "Criar Tasks de Implementacao";
|
|
768
|
+
readonly number: 28;
|
|
769
|
+
readonly policy: {
|
|
770
|
+
readonly billingClass: "billable";
|
|
771
|
+
readonly idempotencyClass: "logical-supported";
|
|
772
|
+
readonly minimumTier: "free";
|
|
773
|
+
readonly mutationClass: "stateful";
|
|
774
|
+
readonly privilege: "authenticated";
|
|
775
|
+
readonly quotaClass: "workflow";
|
|
776
|
+
readonly replayClass: "signed-request";
|
|
777
|
+
readonly strictReadOnly: "deny";
|
|
778
|
+
};
|
|
779
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
780
|
+
readonly stepId: "step-c-05-create-tasks";
|
|
781
|
+
readonly subcommands: readonly [];
|
|
782
|
+
readonly visibility: "public";
|
|
783
|
+
}, {
|
|
784
|
+
readonly aliases: readonly ["c02", "diag", "diagnostico"];
|
|
785
|
+
readonly category: "core";
|
|
786
|
+
readonly compatibility: {
|
|
787
|
+
readonly deprecatedIn: null;
|
|
788
|
+
readonly introducedIn: "1.0.0";
|
|
789
|
+
readonly removedIn: null;
|
|
790
|
+
readonly replacement: null;
|
|
791
|
+
};
|
|
792
|
+
readonly description: {
|
|
793
|
+
readonly en: "Diagnose story or context";
|
|
794
|
+
readonly es: "Diagnosticar story o contexto";
|
|
795
|
+
readonly "pt-BR": "Diagnosticar story ou contexto";
|
|
796
|
+
};
|
|
797
|
+
readonly examples: readonly ["@neocortex *diagnose @docs/stories/P126.01.story.md", "@neocortex *diagnose \"investigar falha intermitente no deploy\""];
|
|
798
|
+
readonly id: "diagnose";
|
|
799
|
+
readonly inputShape: "story-or-context";
|
|
800
|
+
readonly mode: "step";
|
|
801
|
+
readonly name: "Diagnosticar Story ou Contexto";
|
|
802
|
+
readonly number: 25;
|
|
803
|
+
readonly policy: {
|
|
804
|
+
readonly billingClass: "billable";
|
|
805
|
+
readonly idempotencyClass: "logical-supported";
|
|
806
|
+
readonly minimumTier: "free";
|
|
807
|
+
readonly mutationClass: "stateful";
|
|
808
|
+
readonly privilege: "authenticated";
|
|
809
|
+
readonly quotaClass: "workflow";
|
|
810
|
+
readonly replayClass: "signed-request";
|
|
811
|
+
readonly strictReadOnly: "deny";
|
|
812
|
+
};
|
|
813
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
814
|
+
readonly stepId: "step-c-02-diagnose";
|
|
815
|
+
readonly subcommands: readonly [];
|
|
816
|
+
readonly visibility: "public";
|
|
817
|
+
}, {
|
|
818
|
+
readonly aliases: readonly ["parallel-epic"];
|
|
819
|
+
readonly category: "execution";
|
|
820
|
+
readonly compatibility: {
|
|
821
|
+
readonly deprecatedIn: null;
|
|
822
|
+
readonly introducedIn: "1.0.0";
|
|
823
|
+
readonly removedIn: null;
|
|
824
|
+
readonly replacement: null;
|
|
825
|
+
};
|
|
826
|
+
readonly description: {
|
|
827
|
+
readonly en: "Execute parallel epic";
|
|
828
|
+
readonly es: "Ejecutar epico en paralelo";
|
|
829
|
+
readonly "pt-BR": "Executar epic paralelo";
|
|
830
|
+
};
|
|
831
|
+
readonly examples: readonly ["@neocortex @epic-P126"];
|
|
832
|
+
readonly id: "epic";
|
|
833
|
+
readonly inputShape: "epic-target";
|
|
834
|
+
readonly mode: "epic";
|
|
835
|
+
readonly name: "Executar epic paralelo";
|
|
836
|
+
readonly number: 23;
|
|
837
|
+
readonly policy: {
|
|
838
|
+
readonly billingClass: "billable";
|
|
839
|
+
readonly idempotencyClass: "logical-supported";
|
|
840
|
+
readonly minimumTier: "pro";
|
|
841
|
+
readonly mutationClass: "stateful";
|
|
842
|
+
readonly privilege: "authenticated";
|
|
843
|
+
readonly quotaClass: "planning";
|
|
844
|
+
readonly replayClass: "signed-request";
|
|
845
|
+
readonly strictReadOnly: "deny";
|
|
846
|
+
};
|
|
847
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
848
|
+
readonly stepId: "step-c-01-setup-branch";
|
|
849
|
+
readonly subcommands: readonly [];
|
|
850
|
+
readonly visibility: "public";
|
|
851
|
+
}, {
|
|
852
|
+
readonly aliases: readonly ["executar", "pipeline"];
|
|
853
|
+
readonly category: "execution";
|
|
854
|
+
readonly compatibility: {
|
|
855
|
+
readonly deprecatedIn: null;
|
|
856
|
+
readonly introducedIn: "1.0.0";
|
|
857
|
+
readonly removedIn: null;
|
|
858
|
+
readonly replacement: null;
|
|
859
|
+
};
|
|
860
|
+
readonly description: {
|
|
861
|
+
readonly en: "Full pipeline";
|
|
862
|
+
readonly es: "Pipeline completo";
|
|
863
|
+
readonly "pt-BR": "Pipeline completo";
|
|
864
|
+
};
|
|
865
|
+
readonly examples: readonly ["@neocortex *exec @docs/stories/P126.01.story.md"];
|
|
866
|
+
readonly id: "exec";
|
|
867
|
+
readonly inputShape: "story";
|
|
868
|
+
readonly mode: "pipeline";
|
|
869
|
+
readonly name: "Pipeline completo";
|
|
870
|
+
readonly number: 21;
|
|
871
|
+
readonly policy: {
|
|
872
|
+
readonly billingClass: "billable";
|
|
873
|
+
readonly idempotencyClass: "logical-supported";
|
|
874
|
+
readonly minimumTier: "pro";
|
|
875
|
+
readonly mutationClass: "stateful";
|
|
876
|
+
readonly privilege: "authenticated";
|
|
877
|
+
readonly quotaClass: "workflow";
|
|
878
|
+
readonly replayClass: "signed-request";
|
|
879
|
+
readonly strictReadOnly: "deny";
|
|
880
|
+
};
|
|
881
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
882
|
+
readonly stepId: "step-c-01-setup-branch";
|
|
883
|
+
readonly subcommands: readonly [];
|
|
884
|
+
readonly visibility: "public";
|
|
885
|
+
}, {
|
|
886
|
+
readonly aliases: readonly ["finalizar"];
|
|
887
|
+
readonly category: "recovery";
|
|
888
|
+
readonly compatibility: {
|
|
889
|
+
readonly deprecatedIn: null;
|
|
890
|
+
readonly introducedIn: "1.0.0";
|
|
891
|
+
readonly removedIn: null;
|
|
892
|
+
readonly replacement: null;
|
|
893
|
+
};
|
|
894
|
+
readonly description: {
|
|
895
|
+
readonly en: "Finalize epic";
|
|
896
|
+
readonly es: "Finalizar epico";
|
|
897
|
+
readonly "pt-BR": "Finalizar epic";
|
|
898
|
+
};
|
|
899
|
+
readonly examples: readonly ["@neocortex *finalize-epic P126"];
|
|
900
|
+
readonly id: "finalize-epic";
|
|
901
|
+
readonly inputShape: "epic-id";
|
|
902
|
+
readonly mode: "recovery";
|
|
903
|
+
readonly name: "Finalizar Epic";
|
|
904
|
+
readonly number: 36;
|
|
905
|
+
readonly policy: {
|
|
906
|
+
readonly billingClass: "billable";
|
|
907
|
+
readonly idempotencyClass: "logical-supported";
|
|
908
|
+
readonly minimumTier: "free";
|
|
909
|
+
readonly mutationClass: "stateful";
|
|
910
|
+
readonly privilege: "authenticated";
|
|
911
|
+
readonly quotaClass: "planning";
|
|
912
|
+
readonly replayClass: "signed-request";
|
|
913
|
+
readonly strictReadOnly: "deny";
|
|
914
|
+
};
|
|
915
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
916
|
+
readonly stepId: "step-r-finalize-epic";
|
|
917
|
+
readonly subcommands: readonly [];
|
|
918
|
+
readonly visibility: "public";
|
|
919
|
+
}, {
|
|
920
|
+
readonly aliases: readonly ["corrigir", "fix"];
|
|
921
|
+
readonly category: "recovery";
|
|
922
|
+
readonly compatibility: {
|
|
923
|
+
readonly deprecatedIn: null;
|
|
924
|
+
readonly introducedIn: "1.0.0";
|
|
925
|
+
readonly removedIn: null;
|
|
926
|
+
readonly replacement: null;
|
|
927
|
+
};
|
|
928
|
+
readonly description: {
|
|
929
|
+
readonly en: "Fix blocked story";
|
|
930
|
+
readonly es: "Corregir story bloqueada";
|
|
931
|
+
readonly "pt-BR": "Corrigir story bloqueada";
|
|
932
|
+
};
|
|
933
|
+
readonly examples: readonly ["@neocortex *fix-blocked @docs/stories/P126.01.story.md"];
|
|
934
|
+
readonly id: "fix-blocked";
|
|
935
|
+
readonly inputShape: "story";
|
|
936
|
+
readonly mode: "recovery";
|
|
937
|
+
readonly name: "Corrigir Story Bloqueada";
|
|
938
|
+
readonly number: 35;
|
|
939
|
+
readonly policy: {
|
|
940
|
+
readonly billingClass: "billable";
|
|
941
|
+
readonly idempotencyClass: "logical-supported";
|
|
942
|
+
readonly minimumTier: "free";
|
|
943
|
+
readonly mutationClass: "stateful";
|
|
944
|
+
readonly privilege: "authenticated";
|
|
945
|
+
readonly quotaClass: "workflow";
|
|
946
|
+
readonly replayClass: "signed-request";
|
|
947
|
+
readonly strictReadOnly: "deny";
|
|
948
|
+
};
|
|
949
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
950
|
+
readonly stepId: "step-r-fix-blocked";
|
|
951
|
+
readonly subcommands: readonly [];
|
|
952
|
+
readonly visibility: "public";
|
|
953
|
+
}, {
|
|
954
|
+
readonly aliases: readonly ["gerar-epic"];
|
|
955
|
+
readonly category: "planning";
|
|
956
|
+
readonly compatibility: {
|
|
957
|
+
readonly deprecatedIn: null;
|
|
958
|
+
readonly introducedIn: "1.0.0";
|
|
959
|
+
readonly removedIn: null;
|
|
960
|
+
readonly replacement: null;
|
|
961
|
+
};
|
|
962
|
+
readonly description: {
|
|
963
|
+
readonly en: "Generate epic & stories";
|
|
964
|
+
readonly es: "Generar epico y stories";
|
|
965
|
+
readonly "pt-BR": "Gerar epico e stories";
|
|
966
|
+
};
|
|
967
|
+
readonly examples: readonly ["@neocortex *generate-epic P126"];
|
|
968
|
+
readonly id: "generate-epic";
|
|
969
|
+
readonly inputShape: "epic-id";
|
|
970
|
+
readonly mode: "step";
|
|
971
|
+
readonly name: "Gerar Epico e Stories";
|
|
972
|
+
readonly number: 20;
|
|
973
|
+
readonly policy: {
|
|
974
|
+
readonly billingClass: "billable";
|
|
975
|
+
readonly idempotencyClass: "logical-supported";
|
|
976
|
+
readonly minimumTier: "free";
|
|
977
|
+
readonly mutationClass: "stateful";
|
|
978
|
+
readonly privilege: "authenticated";
|
|
979
|
+
readonly quotaClass: "planning";
|
|
980
|
+
readonly replayClass: "signed-request";
|
|
981
|
+
readonly strictReadOnly: "deny";
|
|
982
|
+
};
|
|
983
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
984
|
+
readonly stepId: "step-p-03-generate-epic";
|
|
985
|
+
readonly subcommands: readonly [];
|
|
986
|
+
readonly visibility: "public";
|
|
987
|
+
}, {
|
|
988
|
+
readonly aliases: readonly ["create-pacts", "gen-pacts", "pacts", "regen-pacts"];
|
|
989
|
+
readonly category: "utility-wave";
|
|
990
|
+
readonly compatibility: {
|
|
991
|
+
readonly deprecatedIn: null;
|
|
992
|
+
readonly introducedIn: "1.0.0";
|
|
993
|
+
readonly removedIn: null;
|
|
994
|
+
readonly replacement: null;
|
|
995
|
+
};
|
|
996
|
+
readonly description: {
|
|
997
|
+
readonly en: "Generate Pact tests (consumer + provider) from openapi.yaml";
|
|
998
|
+
readonly es: "Generar tests Pact (consumer + provider) de openapi.yaml";
|
|
999
|
+
readonly "pt-BR": "Gerar testes Pact (consumer + provider) de openapi.yaml";
|
|
1000
|
+
};
|
|
1001
|
+
readonly examples: readonly ["@neocortex *generate-pacts"];
|
|
1002
|
+
readonly id: "generate-pacts";
|
|
1003
|
+
readonly inputShape: "standalone";
|
|
1004
|
+
readonly mode: "step";
|
|
1005
|
+
readonly name: "Generate Pact Tests";
|
|
1006
|
+
readonly number: 53;
|
|
1007
|
+
readonly policy: {
|
|
1008
|
+
readonly billingClass: "billable";
|
|
1009
|
+
readonly idempotencyClass: "logical-supported";
|
|
1010
|
+
readonly minimumTier: "pro";
|
|
1011
|
+
readonly mutationClass: "stateful";
|
|
1012
|
+
readonly privilege: "authenticated";
|
|
1013
|
+
readonly quotaClass: "workflow";
|
|
1014
|
+
readonly replayClass: "signed-request";
|
|
1015
|
+
readonly strictReadOnly: "deny";
|
|
1016
|
+
};
|
|
1017
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1018
|
+
readonly stepId: "step-a-03.5-pact-generation";
|
|
1019
|
+
readonly subcommands: readonly [];
|
|
1020
|
+
readonly visibility: "public";
|
|
1021
|
+
}, {
|
|
1022
|
+
readonly aliases: readonly ["continuity-goal", "durable-goal", "goals"];
|
|
1023
|
+
readonly category: "utility-wave";
|
|
1024
|
+
readonly compatibility: {
|
|
1025
|
+
readonly deprecatedIn: null;
|
|
1026
|
+
readonly introducedIn: "1.0.0";
|
|
1027
|
+
readonly removedIn: null;
|
|
1028
|
+
readonly replacement: null;
|
|
1029
|
+
};
|
|
1030
|
+
readonly description: {
|
|
1031
|
+
readonly en: "Enterprise durable goal campaigns.";
|
|
1032
|
+
readonly es: "Campanas de objetivo duraderas Enterprise.";
|
|
1033
|
+
readonly "pt-BR": "Campanhas de objetivo duraveis Enterprise.";
|
|
1034
|
+
};
|
|
1035
|
+
readonly examples: readonly ["@neocortex *goal \"objective\"", "@neocortex *goal --plan \"objective\"", "@neocortex *goal tick @goal-G001"];
|
|
1036
|
+
readonly id: "goal";
|
|
1037
|
+
readonly inputShape: "continuity-goal";
|
|
1038
|
+
readonly mode: "continuity";
|
|
1039
|
+
readonly name: "Durable Goal";
|
|
1040
|
+
readonly number: 59;
|
|
1041
|
+
readonly policy: {
|
|
1042
|
+
readonly billingClass: "billable";
|
|
1043
|
+
readonly idempotencyClass: "logical-supported";
|
|
1044
|
+
readonly minimumTier: "enterprise";
|
|
1045
|
+
readonly mutationClass: "stateful";
|
|
1046
|
+
readonly privilege: "authenticated";
|
|
1047
|
+
readonly quotaClass: "workflow";
|
|
1048
|
+
readonly replayClass: "signed-request";
|
|
1049
|
+
readonly strictReadOnly: "deny";
|
|
1050
|
+
};
|
|
1051
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1052
|
+
readonly stepId: "step-continuity-goal";
|
|
1053
|
+
readonly subcommands: readonly [{
|
|
1054
|
+
readonly aliases: readonly [];
|
|
1055
|
+
readonly compatibility: {
|
|
1056
|
+
readonly deprecatedIn: null;
|
|
1057
|
+
readonly introducedIn: "1.0.0";
|
|
1058
|
+
readonly removedIn: null;
|
|
1059
|
+
readonly replacement: null;
|
|
1060
|
+
};
|
|
1061
|
+
readonly id: "answer-decision";
|
|
1062
|
+
readonly policy: {
|
|
1063
|
+
readonly billingClass: "billable";
|
|
1064
|
+
readonly idempotencyClass: "logical-supported";
|
|
1065
|
+
readonly minimumTier: "enterprise";
|
|
1066
|
+
readonly mutationClass: "stateful";
|
|
1067
|
+
readonly privilege: "authenticated";
|
|
1068
|
+
readonly quotaClass: "workflow";
|
|
1069
|
+
readonly replayClass: "signed-request";
|
|
1070
|
+
readonly strictReadOnly: "deny";
|
|
1071
|
+
};
|
|
1072
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1073
|
+
readonly visibility: "public";
|
|
1074
|
+
}, {
|
|
1075
|
+
readonly aliases: readonly [];
|
|
1076
|
+
readonly compatibility: {
|
|
1077
|
+
readonly deprecatedIn: null;
|
|
1078
|
+
readonly introducedIn: "1.0.0";
|
|
1079
|
+
readonly removedIn: null;
|
|
1080
|
+
readonly replacement: null;
|
|
1081
|
+
};
|
|
1082
|
+
readonly id: "approve-review-gate";
|
|
1083
|
+
readonly policy: {
|
|
1084
|
+
readonly billingClass: "billable";
|
|
1085
|
+
readonly idempotencyClass: "logical-supported";
|
|
1086
|
+
readonly minimumTier: "enterprise";
|
|
1087
|
+
readonly mutationClass: "stateful";
|
|
1088
|
+
readonly privilege: "authenticated";
|
|
1089
|
+
readonly quotaClass: "workflow";
|
|
1090
|
+
readonly replayClass: "signed-request";
|
|
1091
|
+
readonly strictReadOnly: "deny";
|
|
1092
|
+
};
|
|
1093
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1094
|
+
readonly visibility: "public";
|
|
1095
|
+
}, {
|
|
1096
|
+
readonly aliases: readonly [];
|
|
1097
|
+
readonly compatibility: {
|
|
1098
|
+
readonly deprecatedIn: null;
|
|
1099
|
+
readonly introducedIn: "1.0.0";
|
|
1100
|
+
readonly removedIn: null;
|
|
1101
|
+
readonly replacement: null;
|
|
1102
|
+
};
|
|
1103
|
+
readonly id: "cancel";
|
|
1104
|
+
readonly policy: {
|
|
1105
|
+
readonly billingClass: "billable";
|
|
1106
|
+
readonly idempotencyClass: "logical-supported";
|
|
1107
|
+
readonly minimumTier: "enterprise";
|
|
1108
|
+
readonly mutationClass: "stateful";
|
|
1109
|
+
readonly privilege: "authenticated";
|
|
1110
|
+
readonly quotaClass: "workflow";
|
|
1111
|
+
readonly replayClass: "signed-request";
|
|
1112
|
+
readonly strictReadOnly: "deny";
|
|
1113
|
+
};
|
|
1114
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1115
|
+
readonly visibility: "public";
|
|
1116
|
+
}, {
|
|
1117
|
+
readonly aliases: readonly [];
|
|
1118
|
+
readonly compatibility: {
|
|
1119
|
+
readonly deprecatedIn: null;
|
|
1120
|
+
readonly introducedIn: "1.0.0";
|
|
1121
|
+
readonly removedIn: null;
|
|
1122
|
+
readonly replacement: null;
|
|
1123
|
+
};
|
|
1124
|
+
readonly id: "deny-review-gate";
|
|
1125
|
+
readonly policy: {
|
|
1126
|
+
readonly billingClass: "billable";
|
|
1127
|
+
readonly idempotencyClass: "logical-supported";
|
|
1128
|
+
readonly minimumTier: "enterprise";
|
|
1129
|
+
readonly mutationClass: "stateful";
|
|
1130
|
+
readonly privilege: "authenticated";
|
|
1131
|
+
readonly quotaClass: "workflow";
|
|
1132
|
+
readonly replayClass: "signed-request";
|
|
1133
|
+
readonly strictReadOnly: "deny";
|
|
1134
|
+
};
|
|
1135
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1136
|
+
readonly visibility: "public";
|
|
1137
|
+
}, {
|
|
1138
|
+
readonly aliases: readonly [];
|
|
1139
|
+
readonly compatibility: {
|
|
1140
|
+
readonly deprecatedIn: null;
|
|
1141
|
+
readonly introducedIn: "1.0.0";
|
|
1142
|
+
readonly removedIn: null;
|
|
1143
|
+
readonly replacement: null;
|
|
1144
|
+
};
|
|
1145
|
+
readonly id: "pause";
|
|
1146
|
+
readonly policy: {
|
|
1147
|
+
readonly billingClass: "billable";
|
|
1148
|
+
readonly idempotencyClass: "logical-supported";
|
|
1149
|
+
readonly minimumTier: "enterprise";
|
|
1150
|
+
readonly mutationClass: "stateful";
|
|
1151
|
+
readonly privilege: "authenticated";
|
|
1152
|
+
readonly quotaClass: "workflow";
|
|
1153
|
+
readonly replayClass: "signed-request";
|
|
1154
|
+
readonly strictReadOnly: "deny";
|
|
1155
|
+
};
|
|
1156
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1157
|
+
readonly visibility: "public";
|
|
1158
|
+
}, {
|
|
1159
|
+
readonly aliases: readonly [];
|
|
1160
|
+
readonly compatibility: {
|
|
1161
|
+
readonly deprecatedIn: null;
|
|
1162
|
+
readonly introducedIn: "1.0.0";
|
|
1163
|
+
readonly removedIn: null;
|
|
1164
|
+
readonly replacement: null;
|
|
1165
|
+
};
|
|
1166
|
+
readonly id: "plan";
|
|
1167
|
+
readonly policy: {
|
|
1168
|
+
readonly billingClass: "billable";
|
|
1169
|
+
readonly idempotencyClass: "logical-supported";
|
|
1170
|
+
readonly minimumTier: "enterprise";
|
|
1171
|
+
readonly mutationClass: "stateful";
|
|
1172
|
+
readonly privilege: "authenticated";
|
|
1173
|
+
readonly quotaClass: "workflow";
|
|
1174
|
+
readonly replayClass: "signed-request";
|
|
1175
|
+
readonly strictReadOnly: "deny";
|
|
1176
|
+
};
|
|
1177
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1178
|
+
readonly visibility: "public";
|
|
1179
|
+
}, {
|
|
1180
|
+
readonly aliases: readonly [];
|
|
1181
|
+
readonly compatibility: {
|
|
1182
|
+
readonly deprecatedIn: null;
|
|
1183
|
+
readonly introducedIn: "1.0.0";
|
|
1184
|
+
readonly removedIn: null;
|
|
1185
|
+
readonly replacement: null;
|
|
1186
|
+
};
|
|
1187
|
+
readonly id: "report";
|
|
1188
|
+
readonly policy: {
|
|
1189
|
+
readonly billingClass: "billable";
|
|
1190
|
+
readonly idempotencyClass: "logical-supported";
|
|
1191
|
+
readonly minimumTier: "enterprise";
|
|
1192
|
+
readonly mutationClass: "stateful";
|
|
1193
|
+
readonly privilege: "authenticated";
|
|
1194
|
+
readonly quotaClass: "workflow";
|
|
1195
|
+
readonly replayClass: "signed-request";
|
|
1196
|
+
readonly strictReadOnly: "deny";
|
|
1197
|
+
};
|
|
1198
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1199
|
+
readonly visibility: "public";
|
|
1200
|
+
}, {
|
|
1201
|
+
readonly aliases: readonly [];
|
|
1202
|
+
readonly compatibility: {
|
|
1203
|
+
readonly deprecatedIn: null;
|
|
1204
|
+
readonly introducedIn: "1.0.0";
|
|
1205
|
+
readonly removedIn: null;
|
|
1206
|
+
readonly replacement: null;
|
|
1207
|
+
};
|
|
1208
|
+
readonly id: "resume";
|
|
1209
|
+
readonly policy: {
|
|
1210
|
+
readonly billingClass: "billable";
|
|
1211
|
+
readonly idempotencyClass: "logical-supported";
|
|
1212
|
+
readonly minimumTier: "enterprise";
|
|
1213
|
+
readonly mutationClass: "stateful";
|
|
1214
|
+
readonly privilege: "authenticated";
|
|
1215
|
+
readonly quotaClass: "workflow";
|
|
1216
|
+
readonly replayClass: "signed-request";
|
|
1217
|
+
readonly strictReadOnly: "deny";
|
|
1218
|
+
};
|
|
1219
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1220
|
+
readonly visibility: "public";
|
|
1221
|
+
}, {
|
|
1222
|
+
readonly aliases: readonly [];
|
|
1223
|
+
readonly compatibility: {
|
|
1224
|
+
readonly deprecatedIn: null;
|
|
1225
|
+
readonly introducedIn: "1.0.0";
|
|
1226
|
+
readonly removedIn: null;
|
|
1227
|
+
readonly replacement: null;
|
|
1228
|
+
};
|
|
1229
|
+
readonly id: "start";
|
|
1230
|
+
readonly policy: {
|
|
1231
|
+
readonly billingClass: "billable";
|
|
1232
|
+
readonly idempotencyClass: "logical-supported";
|
|
1233
|
+
readonly minimumTier: "enterprise";
|
|
1234
|
+
readonly mutationClass: "stateful";
|
|
1235
|
+
readonly privilege: "authenticated";
|
|
1236
|
+
readonly quotaClass: "workflow";
|
|
1237
|
+
readonly replayClass: "signed-request";
|
|
1238
|
+
readonly strictReadOnly: "deny";
|
|
1239
|
+
};
|
|
1240
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1241
|
+
readonly visibility: "public";
|
|
1242
|
+
}, {
|
|
1243
|
+
readonly aliases: readonly [];
|
|
1244
|
+
readonly compatibility: {
|
|
1245
|
+
readonly deprecatedIn: null;
|
|
1246
|
+
readonly introducedIn: "1.0.0";
|
|
1247
|
+
readonly removedIn: null;
|
|
1248
|
+
readonly replacement: null;
|
|
1249
|
+
};
|
|
1250
|
+
readonly id: "status";
|
|
1251
|
+
readonly policy: {
|
|
1252
|
+
readonly billingClass: "billable";
|
|
1253
|
+
readonly idempotencyClass: "logical-supported";
|
|
1254
|
+
readonly minimumTier: "enterprise";
|
|
1255
|
+
readonly mutationClass: "stateful";
|
|
1256
|
+
readonly privilege: "authenticated";
|
|
1257
|
+
readonly quotaClass: "workflow";
|
|
1258
|
+
readonly replayClass: "signed-request";
|
|
1259
|
+
readonly strictReadOnly: "deny";
|
|
1260
|
+
};
|
|
1261
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1262
|
+
readonly visibility: "public";
|
|
1263
|
+
}, {
|
|
1264
|
+
readonly aliases: readonly [];
|
|
1265
|
+
readonly compatibility: {
|
|
1266
|
+
readonly deprecatedIn: null;
|
|
1267
|
+
readonly introducedIn: "1.0.0";
|
|
1268
|
+
readonly removedIn: null;
|
|
1269
|
+
readonly replacement: null;
|
|
1270
|
+
};
|
|
1271
|
+
readonly id: "tick";
|
|
1272
|
+
readonly policy: {
|
|
1273
|
+
readonly billingClass: "billable";
|
|
1274
|
+
readonly idempotencyClass: "logical-supported";
|
|
1275
|
+
readonly minimumTier: "enterprise";
|
|
1276
|
+
readonly mutationClass: "stateful";
|
|
1277
|
+
readonly privilege: "authenticated";
|
|
1278
|
+
readonly quotaClass: "workflow";
|
|
1279
|
+
readonly replayClass: "signed-request";
|
|
1280
|
+
readonly strictReadOnly: "deny";
|
|
1281
|
+
};
|
|
1282
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1283
|
+
readonly visibility: "public";
|
|
1284
|
+
}];
|
|
1285
|
+
readonly visibility: "public";
|
|
1286
|
+
}, {
|
|
1287
|
+
readonly aliases: readonly ["idea-diag"];
|
|
1288
|
+
readonly category: "planning";
|
|
1289
|
+
readonly compatibility: {
|
|
1290
|
+
readonly deprecatedIn: null;
|
|
1291
|
+
readonly introducedIn: "1.0.0";
|
|
1292
|
+
readonly removedIn: null;
|
|
1293
|
+
readonly replacement: null;
|
|
1294
|
+
};
|
|
1295
|
+
readonly description: {
|
|
1296
|
+
readonly en: "Diagnose idea";
|
|
1297
|
+
readonly es: "Diagnosticar idea";
|
|
1298
|
+
readonly "pt-BR": "Diagnosticar ideia";
|
|
1299
|
+
};
|
|
1300
|
+
readonly examples: readonly ["@neocortex *idea-diagnose \"ideia\""];
|
|
1301
|
+
readonly id: "idea-diagnose";
|
|
1302
|
+
readonly inputShape: "idea";
|
|
1303
|
+
readonly mode: "step";
|
|
1304
|
+
readonly name: "Diagnosticar Ideia";
|
|
1305
|
+
readonly number: 18;
|
|
1306
|
+
readonly policy: {
|
|
1307
|
+
readonly billingClass: "billable";
|
|
1308
|
+
readonly idempotencyClass: "logical-supported";
|
|
1309
|
+
readonly minimumTier: "free";
|
|
1310
|
+
readonly mutationClass: "stateful";
|
|
1311
|
+
readonly privilege: "authenticated";
|
|
1312
|
+
readonly quotaClass: "planning";
|
|
1313
|
+
readonly replayClass: "signed-request";
|
|
1314
|
+
readonly strictReadOnly: "deny";
|
|
1315
|
+
};
|
|
1316
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1317
|
+
readonly stepId: "step-p-01-idea-diagnose";
|
|
1318
|
+
readonly subcommands: readonly [];
|
|
1319
|
+
readonly visibility: "public";
|
|
1320
|
+
}, {
|
|
1321
|
+
readonly aliases: readonly ["idea-pesq"];
|
|
1322
|
+
readonly category: "planning";
|
|
1323
|
+
readonly compatibility: {
|
|
1324
|
+
readonly deprecatedIn: null;
|
|
1325
|
+
readonly introducedIn: "1.0.0";
|
|
1326
|
+
readonly removedIn: null;
|
|
1327
|
+
readonly replacement: null;
|
|
1328
|
+
};
|
|
1329
|
+
readonly description: {
|
|
1330
|
+
readonly en: "Research and enrich";
|
|
1331
|
+
readonly es: "Investigar y enriquecer";
|
|
1332
|
+
readonly "pt-BR": "Pesquisar e enriquecer";
|
|
1333
|
+
};
|
|
1334
|
+
readonly examples: readonly ["@neocortex *idea-research P126"];
|
|
1335
|
+
readonly id: "idea-research";
|
|
1336
|
+
readonly inputShape: "epic-id";
|
|
1337
|
+
readonly mode: "step";
|
|
1338
|
+
readonly name: "Pesquisar e Enriquecer Ideia";
|
|
1339
|
+
readonly number: 19;
|
|
1340
|
+
readonly policy: {
|
|
1341
|
+
readonly billingClass: "billable";
|
|
1342
|
+
readonly idempotencyClass: "logical-supported";
|
|
1343
|
+
readonly minimumTier: "free";
|
|
1344
|
+
readonly mutationClass: "stateful";
|
|
1345
|
+
readonly privilege: "authenticated";
|
|
1346
|
+
readonly quotaClass: "planning";
|
|
1347
|
+
readonly replayClass: "signed-request";
|
|
1348
|
+
readonly strictReadOnly: "deny";
|
|
1349
|
+
};
|
|
1350
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1351
|
+
readonly stepId: "step-p-02-idea-research";
|
|
1352
|
+
readonly subcommands: readonly [];
|
|
1353
|
+
readonly visibility: "public";
|
|
1354
|
+
}, {
|
|
1355
|
+
readonly aliases: readonly ["c06", "impl", "implementar"];
|
|
1356
|
+
readonly category: "core";
|
|
1357
|
+
readonly compatibility: {
|
|
1358
|
+
readonly deprecatedIn: null;
|
|
1359
|
+
readonly introducedIn: "1.0.0";
|
|
1360
|
+
readonly removedIn: null;
|
|
1361
|
+
readonly replacement: null;
|
|
1362
|
+
};
|
|
1363
|
+
readonly description: {
|
|
1364
|
+
readonly en: "Implement code";
|
|
1365
|
+
readonly es: "Implementar codigo";
|
|
1366
|
+
readonly "pt-BR": "Implementar codigo";
|
|
1367
|
+
};
|
|
1368
|
+
readonly examples: readonly ["@neocortex *implement @docs/stories/P126.01.story.md"];
|
|
1369
|
+
readonly id: "implement";
|
|
1370
|
+
readonly inputShape: "story";
|
|
1371
|
+
readonly mode: "step";
|
|
1372
|
+
readonly name: "Implementar Tasks";
|
|
1373
|
+
readonly number: 29;
|
|
1374
|
+
readonly policy: {
|
|
1375
|
+
readonly billingClass: "billable";
|
|
1376
|
+
readonly idempotencyClass: "logical-supported";
|
|
1377
|
+
readonly minimumTier: "free";
|
|
1378
|
+
readonly mutationClass: "stateful";
|
|
1379
|
+
readonly privilege: "authenticated";
|
|
1380
|
+
readonly quotaClass: "workflow";
|
|
1381
|
+
readonly replayClass: "signed-request";
|
|
1382
|
+
readonly strictReadOnly: "deny";
|
|
1383
|
+
};
|
|
1384
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1385
|
+
readonly stepId: "step-c-06-implement-tasks";
|
|
1386
|
+
readonly subcommands: readonly [];
|
|
1387
|
+
readonly visibility: "public";
|
|
1388
|
+
}, {
|
|
1389
|
+
readonly aliases: readonly ["inicializar"];
|
|
1390
|
+
readonly category: "quick-start";
|
|
1391
|
+
readonly compatibility: {
|
|
1392
|
+
readonly deprecatedIn: null;
|
|
1393
|
+
readonly introducedIn: "1.0.0";
|
|
1394
|
+
readonly removedIn: null;
|
|
1395
|
+
readonly replacement: null;
|
|
1396
|
+
};
|
|
1397
|
+
readonly description: {
|
|
1398
|
+
readonly en: "Initialize project";
|
|
1399
|
+
readonly es: "Inicializar proyecto";
|
|
1400
|
+
readonly "pt-BR": "Inicializar projeto";
|
|
1401
|
+
};
|
|
1402
|
+
readonly examples: readonly ["@neocortex *init", "@neocortex init", "@neocortex 2"];
|
|
1403
|
+
readonly id: "init";
|
|
1404
|
+
readonly inputShape: "epics";
|
|
1405
|
+
readonly mode: "utility";
|
|
1406
|
+
readonly name: "Inicializar + Enrichment";
|
|
1407
|
+
readonly number: 2;
|
|
1408
|
+
readonly policy: {
|
|
1409
|
+
readonly billingClass: "billable";
|
|
1410
|
+
readonly idempotencyClass: "logical-supported";
|
|
1411
|
+
readonly minimumTier: "free";
|
|
1412
|
+
readonly mutationClass: "stateful";
|
|
1413
|
+
readonly privilege: "authenticated";
|
|
1414
|
+
readonly quotaClass: "workflow";
|
|
1415
|
+
readonly replayClass: "signed-request";
|
|
1416
|
+
readonly strictReadOnly: "deny";
|
|
1417
|
+
};
|
|
1418
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1419
|
+
readonly stepId: "step-u-init";
|
|
1420
|
+
readonly subcommands: readonly [];
|
|
1421
|
+
readonly visibility: "public";
|
|
1422
|
+
}, {
|
|
1423
|
+
readonly aliases: readonly ["continuity-jobs", "job"];
|
|
1424
|
+
readonly category: "utility-wave";
|
|
1425
|
+
readonly compatibility: {
|
|
1426
|
+
readonly deprecatedIn: null;
|
|
1427
|
+
readonly introducedIn: "1.0.0";
|
|
1428
|
+
readonly removedIn: null;
|
|
1429
|
+
readonly replacement: null;
|
|
1430
|
+
};
|
|
1431
|
+
readonly description: {
|
|
1432
|
+
readonly en: "Query and control Enterprise continuity jobs.";
|
|
1433
|
+
readonly es: "Consultar y controlar jobs de continuidad Enterprise.";
|
|
1434
|
+
readonly "pt-BR": "Consultar e controlar jobs de continuidade Enterprise.";
|
|
1435
|
+
};
|
|
1436
|
+
readonly examples: readonly ["@neocortex *jobs", "@neocortex *jobs status", "@neocortex *jobs logs", "@neocortex *jobs watch"];
|
|
1437
|
+
readonly id: "jobs";
|
|
1438
|
+
readonly inputShape: "continuity-jobs";
|
|
1439
|
+
readonly mode: "continuity";
|
|
1440
|
+
readonly name: "Continuity Jobs";
|
|
1441
|
+
readonly number: 61;
|
|
1442
|
+
readonly policy: {
|
|
1443
|
+
readonly billingClass: "billable";
|
|
1444
|
+
readonly idempotencyClass: "logical-supported";
|
|
1445
|
+
readonly minimumTier: "enterprise";
|
|
1446
|
+
readonly mutationClass: "stateful";
|
|
1447
|
+
readonly privilege: "authenticated";
|
|
1448
|
+
readonly quotaClass: "workflow";
|
|
1449
|
+
readonly replayClass: "signed-request";
|
|
1450
|
+
readonly strictReadOnly: "deny";
|
|
1451
|
+
};
|
|
1452
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1453
|
+
readonly stepId: "step-continuity-jobs";
|
|
1454
|
+
readonly subcommands: readonly [{
|
|
1455
|
+
readonly aliases: readonly [];
|
|
1456
|
+
readonly compatibility: {
|
|
1457
|
+
readonly deprecatedIn: null;
|
|
1458
|
+
readonly introducedIn: "1.0.0";
|
|
1459
|
+
readonly removedIn: null;
|
|
1460
|
+
readonly replacement: null;
|
|
1461
|
+
};
|
|
1462
|
+
readonly id: "cancel";
|
|
1463
|
+
readonly policy: {
|
|
1464
|
+
readonly billingClass: "billable";
|
|
1465
|
+
readonly idempotencyClass: "logical-supported";
|
|
1466
|
+
readonly minimumTier: "enterprise";
|
|
1467
|
+
readonly mutationClass: "stateful";
|
|
1468
|
+
readonly privilege: "authenticated";
|
|
1469
|
+
readonly quotaClass: "workflow";
|
|
1470
|
+
readonly replayClass: "signed-request";
|
|
1471
|
+
readonly strictReadOnly: "deny";
|
|
1472
|
+
};
|
|
1473
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1474
|
+
readonly visibility: "public";
|
|
1475
|
+
}, {
|
|
1476
|
+
readonly aliases: readonly [];
|
|
1477
|
+
readonly compatibility: {
|
|
1478
|
+
readonly deprecatedIn: null;
|
|
1479
|
+
readonly introducedIn: "1.0.0";
|
|
1480
|
+
readonly removedIn: null;
|
|
1481
|
+
readonly replacement: null;
|
|
1482
|
+
};
|
|
1483
|
+
readonly id: "list";
|
|
1484
|
+
readonly policy: {
|
|
1485
|
+
readonly billingClass: "billable";
|
|
1486
|
+
readonly idempotencyClass: "logical-supported";
|
|
1487
|
+
readonly minimumTier: "enterprise";
|
|
1488
|
+
readonly mutationClass: "stateful";
|
|
1489
|
+
readonly privilege: "authenticated";
|
|
1490
|
+
readonly quotaClass: "workflow";
|
|
1491
|
+
readonly replayClass: "signed-request";
|
|
1492
|
+
readonly strictReadOnly: "deny";
|
|
1493
|
+
};
|
|
1494
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1495
|
+
readonly visibility: "public";
|
|
1496
|
+
}, {
|
|
1497
|
+
readonly aliases: readonly [];
|
|
1498
|
+
readonly compatibility: {
|
|
1499
|
+
readonly deprecatedIn: null;
|
|
1500
|
+
readonly introducedIn: "1.0.0";
|
|
1501
|
+
readonly removedIn: null;
|
|
1502
|
+
readonly replacement: null;
|
|
1503
|
+
};
|
|
1504
|
+
readonly id: "logs";
|
|
1505
|
+
readonly policy: {
|
|
1506
|
+
readonly billingClass: "non-billable";
|
|
1507
|
+
readonly idempotencyClass: "none";
|
|
1508
|
+
readonly minimumTier: "enterprise";
|
|
1509
|
+
readonly mutationClass: "read-only";
|
|
1510
|
+
readonly privilege: "authenticated";
|
|
1511
|
+
readonly quotaClass: "none";
|
|
1512
|
+
readonly replayClass: "signed-request";
|
|
1513
|
+
readonly strictReadOnly: "allow";
|
|
1514
|
+
};
|
|
1515
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1516
|
+
readonly visibility: "public";
|
|
1517
|
+
}, {
|
|
1518
|
+
readonly aliases: readonly [];
|
|
1519
|
+
readonly compatibility: {
|
|
1520
|
+
readonly deprecatedIn: null;
|
|
1521
|
+
readonly introducedIn: "1.0.0";
|
|
1522
|
+
readonly removedIn: null;
|
|
1523
|
+
readonly replacement: null;
|
|
1524
|
+
};
|
|
1525
|
+
readonly id: "report";
|
|
1526
|
+
readonly policy: {
|
|
1527
|
+
readonly billingClass: "billable";
|
|
1528
|
+
readonly idempotencyClass: "logical-supported";
|
|
1529
|
+
readonly minimumTier: "enterprise";
|
|
1530
|
+
readonly mutationClass: "stateful";
|
|
1531
|
+
readonly privilege: "authenticated";
|
|
1532
|
+
readonly quotaClass: "workflow";
|
|
1533
|
+
readonly replayClass: "signed-request";
|
|
1534
|
+
readonly strictReadOnly: "deny";
|
|
1535
|
+
};
|
|
1536
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1537
|
+
readonly visibility: "public";
|
|
1538
|
+
}, {
|
|
1539
|
+
readonly aliases: readonly [];
|
|
1540
|
+
readonly compatibility: {
|
|
1541
|
+
readonly deprecatedIn: null;
|
|
1542
|
+
readonly introducedIn: "1.0.0";
|
|
1543
|
+
readonly removedIn: null;
|
|
1544
|
+
readonly replacement: null;
|
|
1545
|
+
};
|
|
1546
|
+
readonly id: "status";
|
|
1547
|
+
readonly policy: {
|
|
1548
|
+
readonly billingClass: "non-billable";
|
|
1549
|
+
readonly idempotencyClass: "none";
|
|
1550
|
+
readonly minimumTier: "enterprise";
|
|
1551
|
+
readonly mutationClass: "read-only";
|
|
1552
|
+
readonly privilege: "authenticated";
|
|
1553
|
+
readonly quotaClass: "none";
|
|
1554
|
+
readonly replayClass: "signed-request";
|
|
1555
|
+
readonly strictReadOnly: "allow";
|
|
1556
|
+
};
|
|
1557
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1558
|
+
readonly visibility: "public";
|
|
1559
|
+
}, {
|
|
1560
|
+
readonly aliases: readonly [];
|
|
1561
|
+
readonly compatibility: {
|
|
1562
|
+
readonly deprecatedIn: null;
|
|
1563
|
+
readonly introducedIn: "1.0.0";
|
|
1564
|
+
readonly removedIn: null;
|
|
1565
|
+
readonly replacement: null;
|
|
1566
|
+
};
|
|
1567
|
+
readonly id: "watch";
|
|
1568
|
+
readonly policy: {
|
|
1569
|
+
readonly billingClass: "non-billable";
|
|
1570
|
+
readonly idempotencyClass: "none";
|
|
1571
|
+
readonly minimumTier: "enterprise";
|
|
1572
|
+
readonly mutationClass: "read-only";
|
|
1573
|
+
readonly privilege: "authenticated";
|
|
1574
|
+
readonly quotaClass: "none";
|
|
1575
|
+
readonly replayClass: "signed-request";
|
|
1576
|
+
readonly strictReadOnly: "allow";
|
|
1577
|
+
};
|
|
1578
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1579
|
+
readonly visibility: "public";
|
|
1580
|
+
}];
|
|
1581
|
+
readonly visibility: "public";
|
|
1582
|
+
}, {
|
|
1583
|
+
readonly aliases: readonly ["continuity-loop", "durable-loop", "loops"];
|
|
1584
|
+
readonly category: "utility-wave";
|
|
1585
|
+
readonly compatibility: {
|
|
1586
|
+
readonly deprecatedIn: null;
|
|
1587
|
+
readonly introducedIn: "1.0.0";
|
|
1588
|
+
readonly removedIn: null;
|
|
1589
|
+
readonly replacement: null;
|
|
1590
|
+
};
|
|
1591
|
+
readonly description: {
|
|
1592
|
+
readonly en: "Enterprise durable loops with controlled ticks.";
|
|
1593
|
+
readonly es: "Loops duraderos Enterprise con ticks controlados.";
|
|
1594
|
+
readonly "pt-BR": "Loops duraveis Enterprise com ticks controlados.";
|
|
1595
|
+
};
|
|
1596
|
+
readonly examples: readonly ["@neocortex *loop 5m \"check deployment health\"", "@neocortex *loop tick @loop-L001", "@neocortex *loop run-once @loop-L001"];
|
|
1597
|
+
readonly id: "loop";
|
|
1598
|
+
readonly inputShape: "continuity-loop";
|
|
1599
|
+
readonly mode: "continuity";
|
|
1600
|
+
readonly name: "Durable Loop";
|
|
1601
|
+
readonly number: 60;
|
|
1602
|
+
readonly policy: {
|
|
1603
|
+
readonly billingClass: "billable";
|
|
1604
|
+
readonly idempotencyClass: "logical-supported";
|
|
1605
|
+
readonly minimumTier: "enterprise";
|
|
1606
|
+
readonly mutationClass: "stateful";
|
|
1607
|
+
readonly privilege: "authenticated";
|
|
1608
|
+
readonly quotaClass: "workflow";
|
|
1609
|
+
readonly replayClass: "signed-request";
|
|
1610
|
+
readonly strictReadOnly: "deny";
|
|
1611
|
+
};
|
|
1612
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1613
|
+
readonly stepId: "step-continuity-loop";
|
|
1614
|
+
readonly subcommands: readonly [{
|
|
1615
|
+
readonly aliases: readonly [];
|
|
1616
|
+
readonly compatibility: {
|
|
1617
|
+
readonly deprecatedIn: null;
|
|
1618
|
+
readonly introducedIn: "1.0.0";
|
|
1619
|
+
readonly removedIn: null;
|
|
1620
|
+
readonly replacement: null;
|
|
1621
|
+
};
|
|
1622
|
+
readonly id: "cancel";
|
|
1623
|
+
readonly policy: {
|
|
1624
|
+
readonly billingClass: "billable";
|
|
1625
|
+
readonly idempotencyClass: "logical-supported";
|
|
1626
|
+
readonly minimumTier: "enterprise";
|
|
1627
|
+
readonly mutationClass: "stateful";
|
|
1628
|
+
readonly privilege: "authenticated";
|
|
1629
|
+
readonly quotaClass: "workflow";
|
|
1630
|
+
readonly replayClass: "signed-request";
|
|
1631
|
+
readonly strictReadOnly: "deny";
|
|
1632
|
+
};
|
|
1633
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1634
|
+
readonly visibility: "public";
|
|
1635
|
+
}, {
|
|
1636
|
+
readonly aliases: readonly [];
|
|
1637
|
+
readonly compatibility: {
|
|
1638
|
+
readonly deprecatedIn: null;
|
|
1639
|
+
readonly introducedIn: "1.0.0";
|
|
1640
|
+
readonly removedIn: null;
|
|
1641
|
+
readonly replacement: null;
|
|
1642
|
+
};
|
|
1643
|
+
readonly id: "pause";
|
|
1644
|
+
readonly policy: {
|
|
1645
|
+
readonly billingClass: "billable";
|
|
1646
|
+
readonly idempotencyClass: "logical-supported";
|
|
1647
|
+
readonly minimumTier: "enterprise";
|
|
1648
|
+
readonly mutationClass: "stateful";
|
|
1649
|
+
readonly privilege: "authenticated";
|
|
1650
|
+
readonly quotaClass: "workflow";
|
|
1651
|
+
readonly replayClass: "signed-request";
|
|
1652
|
+
readonly strictReadOnly: "deny";
|
|
1653
|
+
};
|
|
1654
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1655
|
+
readonly visibility: "public";
|
|
1656
|
+
}, {
|
|
1657
|
+
readonly aliases: readonly [];
|
|
1658
|
+
readonly compatibility: {
|
|
1659
|
+
readonly deprecatedIn: null;
|
|
1660
|
+
readonly introducedIn: "1.0.0";
|
|
1661
|
+
readonly removedIn: null;
|
|
1662
|
+
readonly replacement: null;
|
|
1663
|
+
};
|
|
1664
|
+
readonly id: "plan";
|
|
1665
|
+
readonly policy: {
|
|
1666
|
+
readonly billingClass: "billable";
|
|
1667
|
+
readonly idempotencyClass: "logical-supported";
|
|
1668
|
+
readonly minimumTier: "enterprise";
|
|
1669
|
+
readonly mutationClass: "stateful";
|
|
1670
|
+
readonly privilege: "authenticated";
|
|
1671
|
+
readonly quotaClass: "workflow";
|
|
1672
|
+
readonly replayClass: "signed-request";
|
|
1673
|
+
readonly strictReadOnly: "deny";
|
|
1674
|
+
};
|
|
1675
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1676
|
+
readonly visibility: "public";
|
|
1677
|
+
}, {
|
|
1678
|
+
readonly aliases: readonly [];
|
|
1679
|
+
readonly compatibility: {
|
|
1680
|
+
readonly deprecatedIn: null;
|
|
1681
|
+
readonly introducedIn: "1.0.0";
|
|
1682
|
+
readonly removedIn: null;
|
|
1683
|
+
readonly replacement: null;
|
|
1684
|
+
};
|
|
1685
|
+
readonly id: "report";
|
|
1686
|
+
readonly policy: {
|
|
1687
|
+
readonly billingClass: "billable";
|
|
1688
|
+
readonly idempotencyClass: "logical-supported";
|
|
1689
|
+
readonly minimumTier: "enterprise";
|
|
1690
|
+
readonly mutationClass: "stateful";
|
|
1691
|
+
readonly privilege: "authenticated";
|
|
1692
|
+
readonly quotaClass: "workflow";
|
|
1693
|
+
readonly replayClass: "signed-request";
|
|
1694
|
+
readonly strictReadOnly: "deny";
|
|
1695
|
+
};
|
|
1696
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1697
|
+
readonly visibility: "public";
|
|
1698
|
+
}, {
|
|
1699
|
+
readonly aliases: readonly [];
|
|
1700
|
+
readonly compatibility: {
|
|
1701
|
+
readonly deprecatedIn: null;
|
|
1702
|
+
readonly introducedIn: "1.0.0";
|
|
1703
|
+
readonly removedIn: null;
|
|
1704
|
+
readonly replacement: null;
|
|
1705
|
+
};
|
|
1706
|
+
readonly id: "resume";
|
|
1707
|
+
readonly policy: {
|
|
1708
|
+
readonly billingClass: "billable";
|
|
1709
|
+
readonly idempotencyClass: "logical-supported";
|
|
1710
|
+
readonly minimumTier: "enterprise";
|
|
1711
|
+
readonly mutationClass: "stateful";
|
|
1712
|
+
readonly privilege: "authenticated";
|
|
1713
|
+
readonly quotaClass: "workflow";
|
|
1714
|
+
readonly replayClass: "signed-request";
|
|
1715
|
+
readonly strictReadOnly: "deny";
|
|
1716
|
+
};
|
|
1717
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1718
|
+
readonly visibility: "public";
|
|
1719
|
+
}, {
|
|
1720
|
+
readonly aliases: readonly [];
|
|
1721
|
+
readonly compatibility: {
|
|
1722
|
+
readonly deprecatedIn: null;
|
|
1723
|
+
readonly introducedIn: "1.0.0";
|
|
1724
|
+
readonly removedIn: null;
|
|
1725
|
+
readonly replacement: null;
|
|
1726
|
+
};
|
|
1727
|
+
readonly id: "run-once";
|
|
1728
|
+
readonly policy: {
|
|
1729
|
+
readonly billingClass: "billable";
|
|
1730
|
+
readonly idempotencyClass: "logical-supported";
|
|
1731
|
+
readonly minimumTier: "enterprise";
|
|
1732
|
+
readonly mutationClass: "stateful";
|
|
1733
|
+
readonly privilege: "authenticated";
|
|
1734
|
+
readonly quotaClass: "workflow";
|
|
1735
|
+
readonly replayClass: "signed-request";
|
|
1736
|
+
readonly strictReadOnly: "deny";
|
|
1737
|
+
};
|
|
1738
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1739
|
+
readonly visibility: "public";
|
|
1740
|
+
}, {
|
|
1741
|
+
readonly aliases: readonly [];
|
|
1742
|
+
readonly compatibility: {
|
|
1743
|
+
readonly deprecatedIn: null;
|
|
1744
|
+
readonly introducedIn: "1.0.0";
|
|
1745
|
+
readonly removedIn: null;
|
|
1746
|
+
readonly replacement: null;
|
|
1747
|
+
};
|
|
1748
|
+
readonly id: "start";
|
|
1749
|
+
readonly policy: {
|
|
1750
|
+
readonly billingClass: "billable";
|
|
1751
|
+
readonly idempotencyClass: "logical-supported";
|
|
1752
|
+
readonly minimumTier: "enterprise";
|
|
1753
|
+
readonly mutationClass: "stateful";
|
|
1754
|
+
readonly privilege: "authenticated";
|
|
1755
|
+
readonly quotaClass: "workflow";
|
|
1756
|
+
readonly replayClass: "signed-request";
|
|
1757
|
+
readonly strictReadOnly: "deny";
|
|
1758
|
+
};
|
|
1759
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1760
|
+
readonly visibility: "public";
|
|
1761
|
+
}, {
|
|
1762
|
+
readonly aliases: readonly [];
|
|
1763
|
+
readonly compatibility: {
|
|
1764
|
+
readonly deprecatedIn: null;
|
|
1765
|
+
readonly introducedIn: "1.0.0";
|
|
1766
|
+
readonly removedIn: null;
|
|
1767
|
+
readonly replacement: null;
|
|
1768
|
+
};
|
|
1769
|
+
readonly id: "status";
|
|
1770
|
+
readonly policy: {
|
|
1771
|
+
readonly billingClass: "billable";
|
|
1772
|
+
readonly idempotencyClass: "logical-supported";
|
|
1773
|
+
readonly minimumTier: "enterprise";
|
|
1774
|
+
readonly mutationClass: "stateful";
|
|
1775
|
+
readonly privilege: "authenticated";
|
|
1776
|
+
readonly quotaClass: "workflow";
|
|
1777
|
+
readonly replayClass: "signed-request";
|
|
1778
|
+
readonly strictReadOnly: "deny";
|
|
1779
|
+
};
|
|
1780
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1781
|
+
readonly visibility: "public";
|
|
1782
|
+
}, {
|
|
1783
|
+
readonly aliases: readonly [];
|
|
1784
|
+
readonly compatibility: {
|
|
1785
|
+
readonly deprecatedIn: null;
|
|
1786
|
+
readonly introducedIn: "1.0.0";
|
|
1787
|
+
readonly removedIn: null;
|
|
1788
|
+
readonly replacement: null;
|
|
1789
|
+
};
|
|
1790
|
+
readonly id: "tick";
|
|
1791
|
+
readonly policy: {
|
|
1792
|
+
readonly billingClass: "billable";
|
|
1793
|
+
readonly idempotencyClass: "logical-supported";
|
|
1794
|
+
readonly minimumTier: "enterprise";
|
|
1795
|
+
readonly mutationClass: "stateful";
|
|
1796
|
+
readonly privilege: "authenticated";
|
|
1797
|
+
readonly quotaClass: "workflow";
|
|
1798
|
+
readonly replayClass: "signed-request";
|
|
1799
|
+
readonly strictReadOnly: "deny";
|
|
1800
|
+
};
|
|
1801
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1802
|
+
readonly visibility: "public";
|
|
1803
|
+
}];
|
|
1804
|
+
readonly visibility: "public";
|
|
1805
|
+
}, {
|
|
1806
|
+
readonly aliases: readonly ["?", "ajuda", "cmds", "commands", "help"];
|
|
1807
|
+
readonly category: "utility";
|
|
1808
|
+
readonly compatibility: {
|
|
1809
|
+
readonly deprecatedIn: null;
|
|
1810
|
+
readonly introducedIn: "1.0.0";
|
|
1811
|
+
readonly removedIn: null;
|
|
1812
|
+
readonly replacement: null;
|
|
1813
|
+
};
|
|
1814
|
+
readonly description: {
|
|
1815
|
+
readonly en: "This menu";
|
|
1816
|
+
readonly es: "Este menu";
|
|
1817
|
+
readonly "pt-BR": "Este menu";
|
|
1818
|
+
};
|
|
1819
|
+
readonly examples: readonly ["@neocortex", "@neocortex *menu", "@neocortex commands"];
|
|
1820
|
+
readonly id: "menu";
|
|
1821
|
+
readonly inputShape: "standalone";
|
|
1822
|
+
readonly mode: "menu";
|
|
1823
|
+
readonly name: "Menu Interativo";
|
|
1824
|
+
readonly number: 43;
|
|
1825
|
+
readonly policy: {
|
|
1826
|
+
readonly billingClass: "non-billable";
|
|
1827
|
+
readonly idempotencyClass: "none";
|
|
1828
|
+
readonly minimumTier: "free";
|
|
1829
|
+
readonly mutationClass: "read-only";
|
|
1830
|
+
readonly privilege: "authenticated";
|
|
1831
|
+
readonly quotaClass: "none";
|
|
1832
|
+
readonly replayClass: "signed-request";
|
|
1833
|
+
readonly strictReadOnly: "allow";
|
|
1834
|
+
};
|
|
1835
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1836
|
+
readonly stepId: "";
|
|
1837
|
+
readonly subcommands: readonly [];
|
|
1838
|
+
readonly visibility: "public";
|
|
1839
|
+
}, {
|
|
1840
|
+
readonly aliases: readonly ["c12", "mesclar"];
|
|
1841
|
+
readonly category: "core";
|
|
1842
|
+
readonly compatibility: {
|
|
1843
|
+
readonly deprecatedIn: null;
|
|
1844
|
+
readonly introducedIn: "1.0.0";
|
|
1845
|
+
readonly removedIn: null;
|
|
1846
|
+
readonly replacement: null;
|
|
1847
|
+
};
|
|
1848
|
+
readonly description: {
|
|
1849
|
+
readonly en: "Merge PR";
|
|
1850
|
+
readonly es: "Merge PR";
|
|
1851
|
+
readonly "pt-BR": "Merge PR";
|
|
1852
|
+
};
|
|
1853
|
+
readonly examples: readonly ["@neocortex *merge @docs/stories/P126.01.story.md"];
|
|
1854
|
+
readonly id: "merge";
|
|
1855
|
+
readonly inputShape: "story";
|
|
1856
|
+
readonly mode: "step";
|
|
1857
|
+
readonly name: "Merge PR";
|
|
1858
|
+
readonly number: 34;
|
|
1859
|
+
readonly policy: {
|
|
1860
|
+
readonly billingClass: "billable";
|
|
1861
|
+
readonly idempotencyClass: "logical-supported";
|
|
1862
|
+
readonly minimumTier: "free";
|
|
1863
|
+
readonly mutationClass: "stateful";
|
|
1864
|
+
readonly privilege: "authenticated";
|
|
1865
|
+
readonly quotaClass: "workflow";
|
|
1866
|
+
readonly replayClass: "signed-request";
|
|
1867
|
+
readonly strictReadOnly: "deny";
|
|
1868
|
+
};
|
|
1869
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1870
|
+
readonly stepId: "step-c-12-merge-pr";
|
|
1871
|
+
readonly subcommands: readonly [];
|
|
1872
|
+
readonly visibility: "public";
|
|
1873
|
+
}, {
|
|
1874
|
+
readonly aliases: readonly ["migrate", "schema-migrate", "state-migrate"];
|
|
1875
|
+
readonly category: "utility-wave";
|
|
1876
|
+
readonly compatibility: {
|
|
1877
|
+
readonly deprecatedIn: null;
|
|
1878
|
+
readonly introducedIn: "1.0.0";
|
|
1879
|
+
readonly removedIn: null;
|
|
1880
|
+
readonly replacement: null;
|
|
1881
|
+
};
|
|
1882
|
+
readonly description: {
|
|
1883
|
+
readonly en: "Migrate state.json to canonical schema v1";
|
|
1884
|
+
readonly es: "Migra state.json al esquema canonico v1";
|
|
1885
|
+
readonly "pt-BR": "Migra state.json para schema canonico v1";
|
|
1886
|
+
};
|
|
1887
|
+
readonly examples: readonly ["@neocortex *migrate-state"];
|
|
1888
|
+
readonly id: "migrate-state";
|
|
1889
|
+
readonly inputShape: "standalone";
|
|
1890
|
+
readonly mode: "step";
|
|
1891
|
+
readonly name: "Migrate state.json to schema v1";
|
|
1892
|
+
readonly number: 49;
|
|
1893
|
+
readonly policy: {
|
|
1894
|
+
readonly billingClass: "non-billable";
|
|
1895
|
+
readonly idempotencyClass: "logical-supported";
|
|
1896
|
+
readonly minimumTier: "free";
|
|
1897
|
+
readonly mutationClass: "stateful";
|
|
1898
|
+
readonly privilege: "authenticated";
|
|
1899
|
+
readonly quotaClass: "none";
|
|
1900
|
+
readonly replayClass: "signed-request";
|
|
1901
|
+
readonly strictReadOnly: "deny";
|
|
1902
|
+
};
|
|
1903
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1904
|
+
readonly stepId: "step-u-migrate-state";
|
|
1905
|
+
readonly subcommands: readonly [];
|
|
1906
|
+
readonly visibility: "public";
|
|
1907
|
+
}, {
|
|
1908
|
+
readonly aliases: readonly ["kill-mutants", "mutation", "stryker"];
|
|
1909
|
+
readonly category: "utility-wave";
|
|
1910
|
+
readonly compatibility: {
|
|
1911
|
+
readonly deprecatedIn: null;
|
|
1912
|
+
readonly introducedIn: "1.0.0";
|
|
1913
|
+
readonly removedIn: null;
|
|
1914
|
+
readonly replacement: null;
|
|
1915
|
+
};
|
|
1916
|
+
readonly description: {
|
|
1917
|
+
readonly en: "Mutation testing (detects weak tests via Stryker)";
|
|
1918
|
+
readonly es: "Mutation testing (detecta tests debiles via Stryker)";
|
|
1919
|
+
readonly "pt-BR": "Mutation testing (detecta testes fracos via Stryker)";
|
|
1920
|
+
};
|
|
1921
|
+
readonly examples: readonly ["@neocortex *mutation-test"];
|
|
1922
|
+
readonly id: "mutation-test";
|
|
1923
|
+
readonly inputShape: "standalone";
|
|
1924
|
+
readonly mode: "step";
|
|
1925
|
+
readonly name: "Mutation Testing";
|
|
1926
|
+
readonly number: 51;
|
|
1927
|
+
readonly policy: {
|
|
1928
|
+
readonly billingClass: "billable";
|
|
1929
|
+
readonly idempotencyClass: "logical-supported";
|
|
1930
|
+
readonly minimumTier: "pro";
|
|
1931
|
+
readonly mutationClass: "stateful";
|
|
1932
|
+
readonly privilege: "authenticated";
|
|
1933
|
+
readonly quotaClass: "workflow";
|
|
1934
|
+
readonly replayClass: "signed-request";
|
|
1935
|
+
readonly strictReadOnly: "deny";
|
|
1936
|
+
};
|
|
1937
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1938
|
+
readonly stepId: "step-q-04-mutation-test";
|
|
1939
|
+
readonly subcommands: readonly [];
|
|
1940
|
+
readonly visibility: "public";
|
|
1941
|
+
}, {
|
|
1942
|
+
readonly aliases: readonly ["planos", "pricing"];
|
|
1943
|
+
readonly category: "utility";
|
|
1944
|
+
readonly compatibility: {
|
|
1945
|
+
readonly deprecatedIn: null;
|
|
1946
|
+
readonly introducedIn: "1.0.0";
|
|
1947
|
+
readonly removedIn: null;
|
|
1948
|
+
readonly replacement: null;
|
|
1949
|
+
};
|
|
1950
|
+
readonly description: {
|
|
1951
|
+
readonly en: "Compare plans";
|
|
1952
|
+
readonly es: "Comparar planes";
|
|
1953
|
+
readonly "pt-BR": "Comparar planos";
|
|
1954
|
+
};
|
|
1955
|
+
readonly examples: readonly ["@neocortex *plans"];
|
|
1956
|
+
readonly id: "plans";
|
|
1957
|
+
readonly inputShape: "standalone";
|
|
1958
|
+
readonly mode: "status";
|
|
1959
|
+
readonly name: "Comparar Planos";
|
|
1960
|
+
readonly number: 44;
|
|
1961
|
+
readonly policy: {
|
|
1962
|
+
readonly billingClass: "non-billable";
|
|
1963
|
+
readonly idempotencyClass: "none";
|
|
1964
|
+
readonly minimumTier: "free";
|
|
1965
|
+
readonly mutationClass: "read-only";
|
|
1966
|
+
readonly privilege: "authenticated";
|
|
1967
|
+
readonly quotaClass: "none";
|
|
1968
|
+
readonly replayClass: "signed-request";
|
|
1969
|
+
readonly strictReadOnly: "allow";
|
|
1970
|
+
};
|
|
1971
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
1972
|
+
readonly stepId: "";
|
|
1973
|
+
readonly subcommands: readonly [];
|
|
1974
|
+
readonly visibility: "public";
|
|
1975
|
+
}, {
|
|
1976
|
+
readonly aliases: readonly ["audit-policy", "policies", "policy", "policy-history"];
|
|
1977
|
+
readonly category: "utility-wave";
|
|
1978
|
+
readonly compatibility: {
|
|
1979
|
+
readonly deprecatedIn: null;
|
|
1980
|
+
readonly introducedIn: "1.0.0";
|
|
1981
|
+
readonly removedIn: null;
|
|
1982
|
+
readonly replacement: null;
|
|
1983
|
+
};
|
|
1984
|
+
readonly description: {
|
|
1985
|
+
readonly en: "Policy default history (30d)";
|
|
1986
|
+
readonly es: "Historial de defaults de policy (30 dias)";
|
|
1987
|
+
readonly "pt-BR": "Historico de defaults de policy (30 dias)";
|
|
1988
|
+
};
|
|
1989
|
+
readonly examples: readonly ["@neocortex *policy-audit"];
|
|
1990
|
+
readonly id: "policy-audit";
|
|
1991
|
+
readonly inputShape: "standalone";
|
|
1992
|
+
readonly mode: "status";
|
|
1993
|
+
readonly name: "Policy Audit";
|
|
1994
|
+
readonly number: 50;
|
|
1995
|
+
readonly policy: {
|
|
1996
|
+
readonly billingClass: "non-billable";
|
|
1997
|
+
readonly idempotencyClass: "none";
|
|
1998
|
+
readonly minimumTier: "pro";
|
|
1999
|
+
readonly mutationClass: "read-only";
|
|
2000
|
+
readonly privilege: "authenticated";
|
|
2001
|
+
readonly quotaClass: "none";
|
|
2002
|
+
readonly replayClass: "signed-request";
|
|
2003
|
+
readonly strictReadOnly: "allow";
|
|
2004
|
+
};
|
|
2005
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2006
|
+
readonly stepId: "";
|
|
2007
|
+
readonly subcommands: readonly [];
|
|
2008
|
+
readonly visibility: "public";
|
|
2009
|
+
}, {
|
|
2010
|
+
readonly aliases: readonly ["invariant-test", "pbt", "property", "property-tests", "proptest"];
|
|
2011
|
+
readonly category: "utility-wave";
|
|
2012
|
+
readonly compatibility: {
|
|
2013
|
+
readonly deprecatedIn: null;
|
|
2014
|
+
readonly introducedIn: "1.0.0";
|
|
2015
|
+
readonly removedIn: null;
|
|
2016
|
+
readonly replacement: null;
|
|
2017
|
+
};
|
|
2018
|
+
readonly description: {
|
|
2019
|
+
readonly en: "Property-Based Tests (DDD Invariants)";
|
|
2020
|
+
readonly es: "Pruebas de Propiedad (DDD Invariantes)";
|
|
2021
|
+
readonly "pt-BR": "Testes de Propriedade (DDD Invariantes)";
|
|
2022
|
+
};
|
|
2023
|
+
readonly examples: readonly ["@neocortex *property-test"];
|
|
2024
|
+
readonly id: "property-test";
|
|
2025
|
+
readonly inputShape: "standalone";
|
|
2026
|
+
readonly mode: "step";
|
|
2027
|
+
readonly name: "Property-Based Test Generation";
|
|
2028
|
+
readonly number: 55;
|
|
2029
|
+
readonly policy: {
|
|
2030
|
+
readonly billingClass: "billable";
|
|
2031
|
+
readonly idempotencyClass: "logical-supported";
|
|
2032
|
+
readonly minimumTier: "pro";
|
|
2033
|
+
readonly mutationClass: "stateful";
|
|
2034
|
+
readonly privilege: "authenticated";
|
|
2035
|
+
readonly quotaClass: "workflow";
|
|
2036
|
+
readonly replayClass: "signed-request";
|
|
2037
|
+
readonly strictReadOnly: "deny";
|
|
2038
|
+
};
|
|
2039
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2040
|
+
readonly stepId: "step-c-066-property-tests";
|
|
2041
|
+
readonly subcommands: readonly [];
|
|
2042
|
+
readonly visibility: "public";
|
|
2043
|
+
}, {
|
|
2044
|
+
readonly aliases: readonly ["a11y", "accessibility", "debug-ui", "e2e-scan", "qa", "qa-test", "scan", "troubleshoot", "visual-qa", "wcag"];
|
|
2045
|
+
readonly category: "utility";
|
|
2046
|
+
readonly compatibility: {
|
|
2047
|
+
readonly deprecatedIn: null;
|
|
2048
|
+
readonly introducedIn: "1.0.0";
|
|
2049
|
+
readonly removedIn: null;
|
|
2050
|
+
readonly replacement: null;
|
|
2051
|
+
};
|
|
2052
|
+
readonly description: {
|
|
2053
|
+
readonly en: "Autonomous QA scan (visual, a11y)";
|
|
2054
|
+
readonly es: "Scan QA autonomo (visual, a11y)";
|
|
2055
|
+
readonly "pt-BR": "Scan QA autonomo (visual, a11y)";
|
|
2056
|
+
};
|
|
2057
|
+
readonly examples: readonly ["@neocortex *qa-scan"];
|
|
2058
|
+
readonly id: "qa-scan";
|
|
2059
|
+
readonly inputShape: "standalone";
|
|
2060
|
+
readonly mode: "qa-pipeline";
|
|
2061
|
+
readonly name: "QA Scan (Visual + A11y + Interaction)";
|
|
2062
|
+
readonly number: 47;
|
|
2063
|
+
readonly policy: {
|
|
2064
|
+
readonly billingClass: "billable";
|
|
2065
|
+
readonly idempotencyClass: "logical-supported";
|
|
2066
|
+
readonly minimumTier: "pro";
|
|
2067
|
+
readonly mutationClass: "stateful";
|
|
2068
|
+
readonly privilege: "authenticated";
|
|
2069
|
+
readonly quotaClass: "workflow";
|
|
2070
|
+
readonly replayClass: "signed-request";
|
|
2071
|
+
readonly strictReadOnly: "deny";
|
|
2072
|
+
};
|
|
2073
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2074
|
+
readonly stepId: "step-q-01-discovery";
|
|
2075
|
+
readonly subcommands: readonly [];
|
|
2076
|
+
readonly visibility: "public";
|
|
2077
|
+
}, {
|
|
2078
|
+
readonly aliases: readonly ["cleanup-code", "code-cleanup", "code-quality", "code-smells", "debt-pay", "debt-reduction", "fix-smells", "improve-code", "legacy", "legacy-code", "modernization", "modernize", "pay-debt", "refac", "refact", "refactoring", "rf", "smell-fix", "strangler", "strangler-fig"];
|
|
2079
|
+
readonly category: "recovery";
|
|
2080
|
+
readonly compatibility: {
|
|
2081
|
+
readonly deprecatedIn: null;
|
|
2082
|
+
readonly introducedIn: "1.0.0";
|
|
2083
|
+
readonly removedIn: null;
|
|
2084
|
+
readonly replacement: null;
|
|
2085
|
+
};
|
|
2086
|
+
readonly description: {
|
|
2087
|
+
readonly en: "Refactoring YOLO (6 auto steps)";
|
|
2088
|
+
readonly es: "Refactorizacion YOLO (6 pasos auto)";
|
|
2089
|
+
readonly "pt-BR": "Refatoracao YOLO (6 steps auto)";
|
|
2090
|
+
};
|
|
2091
|
+
readonly examples: readonly ["@neocortex *refactor @docs/stories/P126.01.story.md"];
|
|
2092
|
+
readonly id: "refactor";
|
|
2093
|
+
readonly inputShape: "story-or-epic-or-idea";
|
|
2094
|
+
readonly mode: "refactoring-pipeline";
|
|
2095
|
+
readonly name: "Refactoring Workflow";
|
|
2096
|
+
readonly number: 39;
|
|
2097
|
+
readonly policy: {
|
|
2098
|
+
readonly billingClass: "billable";
|
|
2099
|
+
readonly idempotencyClass: "logical-supported";
|
|
2100
|
+
readonly minimumTier: "pro";
|
|
2101
|
+
readonly mutationClass: "stateful";
|
|
2102
|
+
readonly privilege: "authenticated";
|
|
2103
|
+
readonly quotaClass: "workflow";
|
|
2104
|
+
readonly replayClass: "signed-request";
|
|
2105
|
+
readonly strictReadOnly: "deny";
|
|
2106
|
+
};
|
|
2107
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2108
|
+
readonly stepId: "step-r-01-analyze-smells";
|
|
2109
|
+
readonly subcommands: readonly [];
|
|
2110
|
+
readonly visibility: "public";
|
|
2111
|
+
}, {
|
|
2112
|
+
readonly aliases: readonly ["c03", "pesq", "pesquisar", "research-fix"];
|
|
2113
|
+
readonly category: "core";
|
|
2114
|
+
readonly compatibility: {
|
|
2115
|
+
readonly deprecatedIn: null;
|
|
2116
|
+
readonly introducedIn: "1.0.0";
|
|
2117
|
+
readonly removedIn: null;
|
|
2118
|
+
readonly replacement: null;
|
|
2119
|
+
};
|
|
2120
|
+
readonly description: {
|
|
2121
|
+
readonly en: "Research approach or inline USER STORY";
|
|
2122
|
+
readonly es: "Investigar enfoque o USER STORY inline";
|
|
2123
|
+
readonly "pt-BR": "Pesquisar abordagem ou USER STORY inline";
|
|
2124
|
+
};
|
|
2125
|
+
readonly examples: readonly ["@neocortex *research @docs/stories/P126.01.story.md", "@neocortex *research - \"COMO dev, QUERO ..., PARA ...\""];
|
|
2126
|
+
readonly id: "research";
|
|
2127
|
+
readonly inputShape: "story-or-context";
|
|
2128
|
+
readonly mode: "step";
|
|
2129
|
+
readonly name: "Pesquisar & Definir Abordagem";
|
|
2130
|
+
readonly number: 26;
|
|
2131
|
+
readonly policy: {
|
|
2132
|
+
readonly billingClass: "billable";
|
|
2133
|
+
readonly idempotencyClass: "logical-supported";
|
|
2134
|
+
readonly minimumTier: "free";
|
|
2135
|
+
readonly mutationClass: "stateful";
|
|
2136
|
+
readonly privilege: "authenticated";
|
|
2137
|
+
readonly quotaClass: "workflow";
|
|
2138
|
+
readonly replayClass: "signed-request";
|
|
2139
|
+
readonly strictReadOnly: "deny";
|
|
2140
|
+
};
|
|
2141
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2142
|
+
readonly stepId: "step-c-03-research";
|
|
2143
|
+
readonly subcommands: readonly [];
|
|
2144
|
+
readonly visibility: "public";
|
|
2145
|
+
}, {
|
|
2146
|
+
readonly aliases: readonly ["conflitos"];
|
|
2147
|
+
readonly category: "recovery";
|
|
2148
|
+
readonly compatibility: {
|
|
2149
|
+
readonly deprecatedIn: null;
|
|
2150
|
+
readonly introducedIn: "1.0.0";
|
|
2151
|
+
readonly removedIn: null;
|
|
2152
|
+
readonly replacement: null;
|
|
2153
|
+
};
|
|
2154
|
+
readonly description: {
|
|
2155
|
+
readonly en: "Resolve conflicts";
|
|
2156
|
+
readonly es: "Resolver conflictos";
|
|
2157
|
+
readonly "pt-BR": "Resolver conflitos";
|
|
2158
|
+
};
|
|
2159
|
+
readonly examples: readonly ["@neocortex *resolve-conflicts @docs/stories/P126.01.story.md"];
|
|
2160
|
+
readonly id: "resolve-conflicts";
|
|
2161
|
+
readonly inputShape: "story";
|
|
2162
|
+
readonly mode: "recovery";
|
|
2163
|
+
readonly name: "Resolver Conflitos";
|
|
2164
|
+
readonly number: 37;
|
|
2165
|
+
readonly policy: {
|
|
2166
|
+
readonly billingClass: "billable";
|
|
2167
|
+
readonly idempotencyClass: "logical-supported";
|
|
2168
|
+
readonly minimumTier: "free";
|
|
2169
|
+
readonly mutationClass: "stateful";
|
|
2170
|
+
readonly privilege: "authenticated";
|
|
2171
|
+
readonly quotaClass: "workflow";
|
|
2172
|
+
readonly replayClass: "signed-request";
|
|
2173
|
+
readonly strictReadOnly: "deny";
|
|
2174
|
+
};
|
|
2175
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2176
|
+
readonly stepId: "step-u-resolve-conflicts";
|
|
2177
|
+
readonly subcommands: readonly [];
|
|
2178
|
+
readonly visibility: "public";
|
|
2179
|
+
}, {
|
|
2180
|
+
readonly aliases: readonly ["c11", "revisar"];
|
|
2181
|
+
readonly category: "core";
|
|
2182
|
+
readonly compatibility: {
|
|
2183
|
+
readonly deprecatedIn: null;
|
|
2184
|
+
readonly introducedIn: "1.0.0";
|
|
2185
|
+
readonly removedIn: null;
|
|
2186
|
+
readonly replacement: null;
|
|
2187
|
+
};
|
|
2188
|
+
readonly description: {
|
|
2189
|
+
readonly en: "Review PR";
|
|
2190
|
+
readonly es: "Revisar PR";
|
|
2191
|
+
readonly "pt-BR": "Revisar PR";
|
|
2192
|
+
};
|
|
2193
|
+
readonly examples: readonly ["@neocortex *review @docs/stories/P126.01.story.md"];
|
|
2194
|
+
readonly id: "review";
|
|
2195
|
+
readonly inputShape: "story";
|
|
2196
|
+
readonly mode: "step";
|
|
2197
|
+
readonly name: "Revisar PR";
|
|
2198
|
+
readonly number: 33;
|
|
2199
|
+
readonly policy: {
|
|
2200
|
+
readonly billingClass: "billable";
|
|
2201
|
+
readonly idempotencyClass: "logical-supported";
|
|
2202
|
+
readonly minimumTier: "pro";
|
|
2203
|
+
readonly mutationClass: "stateful";
|
|
2204
|
+
readonly privilege: "authenticated";
|
|
2205
|
+
readonly quotaClass: "workflow";
|
|
2206
|
+
readonly replayClass: "signed-request";
|
|
2207
|
+
readonly strictReadOnly: "deny";
|
|
2208
|
+
};
|
|
2209
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2210
|
+
readonly stepId: "step-c-11-review-pr";
|
|
2211
|
+
readonly subcommands: readonly [];
|
|
2212
|
+
readonly visibility: "public";
|
|
2213
|
+
}, {
|
|
2214
|
+
readonly aliases: readonly ["continuity-runner", "neocortex-runner"];
|
|
2215
|
+
readonly category: "utility-wave";
|
|
2216
|
+
readonly compatibility: {
|
|
2217
|
+
readonly deprecatedIn: null;
|
|
2218
|
+
readonly introducedIn: "1.0.0";
|
|
2219
|
+
readonly removedIn: null;
|
|
2220
|
+
readonly replacement: null;
|
|
2221
|
+
};
|
|
2222
|
+
readonly description: {
|
|
2223
|
+
readonly en: "Local Enterprise continuity runner control.";
|
|
2224
|
+
readonly es: "Control local del runner de continuidad Enterprise.";
|
|
2225
|
+
readonly "pt-BR": "Controle local do runner de continuidade Enterprise.";
|
|
2226
|
+
};
|
|
2227
|
+
readonly examples: readonly ["neocortex-runner install", "neocortex-runner start", "neocortex-runner tick"];
|
|
2228
|
+
readonly id: "runner";
|
|
2229
|
+
readonly inputShape: "continuity-runner";
|
|
2230
|
+
readonly mode: "continuity";
|
|
2231
|
+
readonly name: "Neocortex Runner";
|
|
2232
|
+
readonly number: 62;
|
|
2233
|
+
readonly policy: {
|
|
2234
|
+
readonly billingClass: "billable";
|
|
2235
|
+
readonly idempotencyClass: "logical-supported";
|
|
2236
|
+
readonly minimumTier: "enterprise";
|
|
2237
|
+
readonly mutationClass: "stateful";
|
|
2238
|
+
readonly privilege: "authenticated";
|
|
2239
|
+
readonly quotaClass: "workflow";
|
|
2240
|
+
readonly replayClass: "signed-request";
|
|
2241
|
+
readonly strictReadOnly: "deny";
|
|
2242
|
+
};
|
|
2243
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2244
|
+
readonly stepId: "step-continuity-runner";
|
|
2245
|
+
readonly subcommands: readonly [{
|
|
2246
|
+
readonly aliases: readonly [];
|
|
2247
|
+
readonly compatibility: {
|
|
2248
|
+
readonly deprecatedIn: null;
|
|
2249
|
+
readonly introducedIn: "1.0.0";
|
|
2250
|
+
readonly removedIn: null;
|
|
2251
|
+
readonly replacement: null;
|
|
2252
|
+
};
|
|
2253
|
+
readonly id: "doctor";
|
|
2254
|
+
readonly policy: {
|
|
2255
|
+
readonly billingClass: "billable";
|
|
2256
|
+
readonly idempotencyClass: "logical-supported";
|
|
2257
|
+
readonly minimumTier: "enterprise";
|
|
2258
|
+
readonly mutationClass: "stateful";
|
|
2259
|
+
readonly privilege: "authenticated";
|
|
2260
|
+
readonly quotaClass: "workflow";
|
|
2261
|
+
readonly replayClass: "signed-request";
|
|
2262
|
+
readonly strictReadOnly: "deny";
|
|
2263
|
+
};
|
|
2264
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2265
|
+
readonly visibility: "public";
|
|
2266
|
+
}, {
|
|
2267
|
+
readonly aliases: readonly [];
|
|
2268
|
+
readonly compatibility: {
|
|
2269
|
+
readonly deprecatedIn: null;
|
|
2270
|
+
readonly introducedIn: "1.0.0";
|
|
2271
|
+
readonly removedIn: null;
|
|
2272
|
+
readonly replacement: null;
|
|
2273
|
+
};
|
|
2274
|
+
readonly id: "install";
|
|
2275
|
+
readonly policy: {
|
|
2276
|
+
readonly billingClass: "billable";
|
|
2277
|
+
readonly idempotencyClass: "logical-supported";
|
|
2278
|
+
readonly minimumTier: "enterprise";
|
|
2279
|
+
readonly mutationClass: "stateful";
|
|
2280
|
+
readonly privilege: "authenticated";
|
|
2281
|
+
readonly quotaClass: "workflow";
|
|
2282
|
+
readonly replayClass: "signed-request";
|
|
2283
|
+
readonly strictReadOnly: "deny";
|
|
2284
|
+
};
|
|
2285
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2286
|
+
readonly visibility: "public";
|
|
2287
|
+
}, {
|
|
2288
|
+
readonly aliases: readonly [];
|
|
2289
|
+
readonly compatibility: {
|
|
2290
|
+
readonly deprecatedIn: null;
|
|
2291
|
+
readonly introducedIn: "1.0.0";
|
|
2292
|
+
readonly removedIn: null;
|
|
2293
|
+
readonly replacement: null;
|
|
2294
|
+
};
|
|
2295
|
+
readonly id: "start";
|
|
2296
|
+
readonly policy: {
|
|
2297
|
+
readonly billingClass: "billable";
|
|
2298
|
+
readonly idempotencyClass: "logical-supported";
|
|
2299
|
+
readonly minimumTier: "enterprise";
|
|
2300
|
+
readonly mutationClass: "stateful";
|
|
2301
|
+
readonly privilege: "authenticated";
|
|
2302
|
+
readonly quotaClass: "workflow";
|
|
2303
|
+
readonly replayClass: "signed-request";
|
|
2304
|
+
readonly strictReadOnly: "deny";
|
|
2305
|
+
};
|
|
2306
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2307
|
+
readonly visibility: "public";
|
|
2308
|
+
}, {
|
|
2309
|
+
readonly aliases: readonly [];
|
|
2310
|
+
readonly compatibility: {
|
|
2311
|
+
readonly deprecatedIn: null;
|
|
2312
|
+
readonly introducedIn: "1.0.0";
|
|
2313
|
+
readonly removedIn: null;
|
|
2314
|
+
readonly replacement: null;
|
|
2315
|
+
};
|
|
2316
|
+
readonly id: "status";
|
|
2317
|
+
readonly policy: {
|
|
2318
|
+
readonly billingClass: "billable";
|
|
2319
|
+
readonly idempotencyClass: "logical-supported";
|
|
2320
|
+
readonly minimumTier: "enterprise";
|
|
2321
|
+
readonly mutationClass: "stateful";
|
|
2322
|
+
readonly privilege: "authenticated";
|
|
2323
|
+
readonly quotaClass: "workflow";
|
|
2324
|
+
readonly replayClass: "signed-request";
|
|
2325
|
+
readonly strictReadOnly: "deny";
|
|
2326
|
+
};
|
|
2327
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2328
|
+
readonly visibility: "public";
|
|
2329
|
+
}, {
|
|
2330
|
+
readonly aliases: readonly [];
|
|
2331
|
+
readonly compatibility: {
|
|
2332
|
+
readonly deprecatedIn: null;
|
|
2333
|
+
readonly introducedIn: "1.0.0";
|
|
2334
|
+
readonly removedIn: null;
|
|
2335
|
+
readonly replacement: null;
|
|
2336
|
+
};
|
|
2337
|
+
readonly id: "stop";
|
|
2338
|
+
readonly policy: {
|
|
2339
|
+
readonly billingClass: "billable";
|
|
2340
|
+
readonly idempotencyClass: "logical-supported";
|
|
2341
|
+
readonly minimumTier: "enterprise";
|
|
2342
|
+
readonly mutationClass: "stateful";
|
|
2343
|
+
readonly privilege: "authenticated";
|
|
2344
|
+
readonly quotaClass: "workflow";
|
|
2345
|
+
readonly replayClass: "signed-request";
|
|
2346
|
+
readonly strictReadOnly: "deny";
|
|
2347
|
+
};
|
|
2348
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2349
|
+
readonly visibility: "public";
|
|
2350
|
+
}, {
|
|
2351
|
+
readonly aliases: readonly [];
|
|
2352
|
+
readonly compatibility: {
|
|
2353
|
+
readonly deprecatedIn: null;
|
|
2354
|
+
readonly introducedIn: "1.0.0";
|
|
2355
|
+
readonly removedIn: null;
|
|
2356
|
+
readonly replacement: null;
|
|
2357
|
+
};
|
|
2358
|
+
readonly id: "tick";
|
|
2359
|
+
readonly policy: {
|
|
2360
|
+
readonly billingClass: "billable";
|
|
2361
|
+
readonly idempotencyClass: "logical-supported";
|
|
2362
|
+
readonly minimumTier: "enterprise";
|
|
2363
|
+
readonly mutationClass: "stateful";
|
|
2364
|
+
readonly privilege: "authenticated";
|
|
2365
|
+
readonly quotaClass: "workflow";
|
|
2366
|
+
readonly replayClass: "signed-request";
|
|
2367
|
+
readonly strictReadOnly: "deny";
|
|
2368
|
+
};
|
|
2369
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2370
|
+
readonly visibility: "public";
|
|
2371
|
+
}];
|
|
2372
|
+
readonly visibility: "public";
|
|
2373
|
+
}, {
|
|
2374
|
+
readonly aliases: readonly ["branch", "setup"];
|
|
2375
|
+
readonly category: "core";
|
|
2376
|
+
readonly compatibility: {
|
|
2377
|
+
readonly deprecatedIn: null;
|
|
2378
|
+
readonly introducedIn: "1.0.0";
|
|
2379
|
+
readonly removedIn: null;
|
|
2380
|
+
readonly replacement: null;
|
|
2381
|
+
};
|
|
2382
|
+
readonly description: {
|
|
2383
|
+
readonly en: "Setup branch";
|
|
2384
|
+
readonly es: "Configurar branch";
|
|
2385
|
+
readonly "pt-BR": "Configurar branch";
|
|
2386
|
+
};
|
|
2387
|
+
readonly examples: readonly ["@neocortex *setup-branch @docs/stories/P126.01.story.md"];
|
|
2388
|
+
readonly id: "setup-branch";
|
|
2389
|
+
readonly inputShape: "story";
|
|
2390
|
+
readonly mode: "step";
|
|
2391
|
+
readonly name: "Configurar Branch & Worktree";
|
|
2392
|
+
readonly number: 24;
|
|
2393
|
+
readonly policy: {
|
|
2394
|
+
readonly billingClass: "billable";
|
|
2395
|
+
readonly idempotencyClass: "logical-supported";
|
|
2396
|
+
readonly minimumTier: "free";
|
|
2397
|
+
readonly mutationClass: "stateful";
|
|
2398
|
+
readonly privilege: "authenticated";
|
|
2399
|
+
readonly quotaClass: "workflow";
|
|
2400
|
+
readonly replayClass: "signed-request";
|
|
2401
|
+
readonly strictReadOnly: "deny";
|
|
2402
|
+
};
|
|
2403
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2404
|
+
readonly stepId: "step-c-01-setup-branch";
|
|
2405
|
+
readonly subcommands: readonly [];
|
|
2406
|
+
readonly visibility: "public";
|
|
2407
|
+
}, {
|
|
2408
|
+
readonly aliases: readonly ["authorized-security", "sec-system", "security-system"];
|
|
2409
|
+
readonly category: "utility-wave";
|
|
2410
|
+
readonly compatibility: {
|
|
2411
|
+
readonly deprecatedIn: null;
|
|
2412
|
+
readonly introducedIn: "1.0.0";
|
|
2413
|
+
readonly removedIn: null;
|
|
2414
|
+
readonly replacement: null;
|
|
2415
|
+
};
|
|
2416
|
+
readonly description: {
|
|
2417
|
+
readonly en: "Enterprise authorized defensive workflow for planning, passive analysis and public-safe reports.";
|
|
2418
|
+
readonly es: "Workflow defensivo autorizado Enterprise para planificacion, analisis pasivo e informes public-safe.";
|
|
2419
|
+
readonly "pt-BR": "Workflow defensivo autorizado Enterprise para planejamento, analise passiva e relatorios public-safe.";
|
|
2420
|
+
};
|
|
2421
|
+
readonly examples: readonly ["@neocortex *solyd-system plan", "@neocortex *security-system report"];
|
|
2422
|
+
readonly id: "solyd-system";
|
|
2423
|
+
readonly inputShape: "solyd-system";
|
|
2424
|
+
readonly mode: "solyd-system";
|
|
2425
|
+
readonly name: "Solyd Security System";
|
|
2426
|
+
readonly number: 58;
|
|
2427
|
+
readonly policy: {
|
|
2428
|
+
readonly billingClass: "billable";
|
|
2429
|
+
readonly idempotencyClass: "logical-supported";
|
|
2430
|
+
readonly minimumTier: "enterprise";
|
|
2431
|
+
readonly mutationClass: "stateful";
|
|
2432
|
+
readonly privilege: "authenticated";
|
|
2433
|
+
readonly quotaClass: "workflow";
|
|
2434
|
+
readonly replayClass: "signed-request";
|
|
2435
|
+
readonly strictReadOnly: "deny";
|
|
2436
|
+
};
|
|
2437
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2438
|
+
readonly stepId: "step-solyd-system";
|
|
2439
|
+
readonly subcommands: readonly [];
|
|
2440
|
+
readonly visibility: "public";
|
|
2441
|
+
}, {
|
|
2442
|
+
readonly aliases: readonly ["st"];
|
|
2443
|
+
readonly category: "quick-start";
|
|
2444
|
+
readonly compatibility: {
|
|
2445
|
+
readonly deprecatedIn: null;
|
|
2446
|
+
readonly introducedIn: "1.0.0";
|
|
2447
|
+
readonly removedIn: null;
|
|
2448
|
+
readonly replacement: null;
|
|
2449
|
+
};
|
|
2450
|
+
readonly description: {
|
|
2451
|
+
readonly en: "View pipeline status";
|
|
2452
|
+
readonly es: "Ver estado del pipeline";
|
|
2453
|
+
readonly "pt-BR": "Ver status do pipeline";
|
|
2454
|
+
};
|
|
2455
|
+
readonly examples: readonly ["@neocortex *status", "@neocortex status", "@neocortex 1"];
|
|
2456
|
+
readonly id: "status";
|
|
2457
|
+
readonly inputShape: "standalone";
|
|
2458
|
+
readonly mode: "status";
|
|
2459
|
+
readonly name: "Status do Pipeline";
|
|
2460
|
+
readonly number: 1;
|
|
2461
|
+
readonly policy: {
|
|
2462
|
+
readonly billingClass: "non-billable";
|
|
2463
|
+
readonly idempotencyClass: "none";
|
|
2464
|
+
readonly minimumTier: "free";
|
|
2465
|
+
readonly mutationClass: "read-only";
|
|
2466
|
+
readonly privilege: "authenticated";
|
|
2467
|
+
readonly quotaClass: "none";
|
|
2468
|
+
readonly replayClass: "signed-request";
|
|
2469
|
+
readonly strictReadOnly: "allow";
|
|
2470
|
+
};
|
|
2471
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2472
|
+
readonly stepId: "step-u-audit-status";
|
|
2473
|
+
readonly subcommands: readonly [];
|
|
2474
|
+
readonly visibility: "public";
|
|
2475
|
+
}, {
|
|
2476
|
+
readonly aliases: readonly ["checkout", "upgrade"];
|
|
2477
|
+
readonly category: "utility";
|
|
2478
|
+
readonly compatibility: {
|
|
2479
|
+
readonly deprecatedIn: null;
|
|
2480
|
+
readonly introducedIn: "1.0.0";
|
|
2481
|
+
readonly removedIn: null;
|
|
2482
|
+
readonly replacement: null;
|
|
2483
|
+
};
|
|
2484
|
+
readonly description: {
|
|
2485
|
+
readonly en: "Manage subscription";
|
|
2486
|
+
readonly es: "Gestionar suscripcion";
|
|
2487
|
+
readonly "pt-BR": "Gerenciar assinatura";
|
|
2488
|
+
};
|
|
2489
|
+
readonly examples: readonly ["@neocortex *subscribe"];
|
|
2490
|
+
readonly id: "subscribe";
|
|
2491
|
+
readonly inputShape: "standalone";
|
|
2492
|
+
readonly mode: "status";
|
|
2493
|
+
readonly name: "Subscribe / Manage";
|
|
2494
|
+
readonly number: 46;
|
|
2495
|
+
readonly policy: {
|
|
2496
|
+
readonly billingClass: "non-billable";
|
|
2497
|
+
readonly idempotencyClass: "logical-supported";
|
|
2498
|
+
readonly minimumTier: "free";
|
|
2499
|
+
readonly mutationClass: "stateful";
|
|
2500
|
+
readonly privilege: "authenticated";
|
|
2501
|
+
readonly quotaClass: "none";
|
|
2502
|
+
readonly replayClass: "signed-request";
|
|
2503
|
+
readonly strictReadOnly: "deny";
|
|
2504
|
+
};
|
|
2505
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2506
|
+
readonly stepId: "";
|
|
2507
|
+
readonly subcommands: readonly [];
|
|
2508
|
+
readonly visibility: "public";
|
|
2509
|
+
}, {
|
|
2510
|
+
readonly aliases: readonly ["c08", "sincronizar"];
|
|
2511
|
+
readonly category: "core";
|
|
2512
|
+
readonly compatibility: {
|
|
2513
|
+
readonly deprecatedIn: null;
|
|
2514
|
+
readonly introducedIn: "1.0.0";
|
|
2515
|
+
readonly removedIn: null;
|
|
2516
|
+
readonly replacement: null;
|
|
2517
|
+
};
|
|
2518
|
+
readonly description: {
|
|
2519
|
+
readonly en: "Sync with main";
|
|
2520
|
+
readonly es: "Sincronizar con main";
|
|
2521
|
+
readonly "pt-BR": "Sincronizar com main";
|
|
2522
|
+
};
|
|
2523
|
+
readonly examples: readonly ["@neocortex *sync @docs/stories/P126.01.story.md"];
|
|
2524
|
+
readonly id: "sync";
|
|
2525
|
+
readonly inputShape: "story";
|
|
2526
|
+
readonly mode: "step";
|
|
2527
|
+
readonly name: "Sincronizar com Main";
|
|
2528
|
+
readonly number: 31;
|
|
2529
|
+
readonly policy: {
|
|
2530
|
+
readonly billingClass: "billable";
|
|
2531
|
+
readonly idempotencyClass: "logical-supported";
|
|
2532
|
+
readonly minimumTier: "free";
|
|
2533
|
+
readonly mutationClass: "stateful";
|
|
2534
|
+
readonly privilege: "authenticated";
|
|
2535
|
+
readonly quotaClass: "workflow";
|
|
2536
|
+
readonly replayClass: "signed-request";
|
|
2537
|
+
readonly strictReadOnly: "deny";
|
|
2538
|
+
};
|
|
2539
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2540
|
+
readonly stepId: "step-c-09-sync-main";
|
|
2541
|
+
readonly subcommands: readonly [];
|
|
2542
|
+
readonly visibility: "public";
|
|
2543
|
+
}, {
|
|
2544
|
+
readonly aliases: readonly ["api-sync", "openapi-sync", "regen-openapi", "spec-sync"];
|
|
2545
|
+
readonly category: "utility-wave";
|
|
2546
|
+
readonly compatibility: {
|
|
2547
|
+
readonly deprecatedIn: null;
|
|
2548
|
+
readonly introducedIn: "1.0.0";
|
|
2549
|
+
readonly removedIn: null;
|
|
2550
|
+
readonly replacement: null;
|
|
2551
|
+
};
|
|
2552
|
+
readonly description: {
|
|
2553
|
+
readonly en: "Sync docs/api/openapi.yaml with api-contracts.md";
|
|
2554
|
+
readonly es: "Sincronizar docs/api/openapi.yaml con api-contracts.md";
|
|
2555
|
+
readonly "pt-BR": "Sincronizar docs/api/openapi.yaml com api-contracts.md";
|
|
2556
|
+
};
|
|
2557
|
+
readonly examples: readonly ["@neocortex *sync-openapi"];
|
|
2558
|
+
readonly id: "sync-openapi";
|
|
2559
|
+
readonly inputShape: "standalone";
|
|
2560
|
+
readonly mode: "step";
|
|
2561
|
+
readonly name: "Sync OpenAPI Spec";
|
|
2562
|
+
readonly number: 52;
|
|
2563
|
+
readonly policy: {
|
|
2564
|
+
readonly billingClass: "billable";
|
|
2565
|
+
readonly idempotencyClass: "logical-supported";
|
|
2566
|
+
readonly minimumTier: "free";
|
|
2567
|
+
readonly mutationClass: "stateful";
|
|
2568
|
+
readonly privilege: "authenticated";
|
|
2569
|
+
readonly quotaClass: "workflow";
|
|
2570
|
+
readonly replayClass: "signed-request";
|
|
2571
|
+
readonly strictReadOnly: "deny";
|
|
2572
|
+
};
|
|
2573
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2574
|
+
readonly stepId: "step-a-03-api-contracts";
|
|
2575
|
+
readonly subcommands: readonly [];
|
|
2576
|
+
readonly visibility: "public";
|
|
2577
|
+
}, {
|
|
2578
|
+
readonly aliases: readonly ["debt", "debt-list", "debts", "td", "tech-debts"];
|
|
2579
|
+
readonly category: "utility";
|
|
2580
|
+
readonly compatibility: {
|
|
2581
|
+
readonly deprecatedIn: null;
|
|
2582
|
+
readonly introducedIn: "1.0.0";
|
|
2583
|
+
readonly removedIn: null;
|
|
2584
|
+
readonly replacement: null;
|
|
2585
|
+
};
|
|
2586
|
+
readonly description: {
|
|
2587
|
+
readonly en: "List tech debts by ROI";
|
|
2588
|
+
readonly es: "Listar deudas tecnicas por ROI";
|
|
2589
|
+
readonly "pt-BR": "Listar dividas tecnicas por ROI";
|
|
2590
|
+
};
|
|
2591
|
+
readonly examples: readonly ["@neocortex *tech-debt", "@neocortex *tech-debt --scan"];
|
|
2592
|
+
readonly id: "tech-debt";
|
|
2593
|
+
readonly inputShape: "standalone";
|
|
2594
|
+
readonly mode: "tech-debt";
|
|
2595
|
+
readonly name: "Tech Debt Registry";
|
|
2596
|
+
readonly number: 42;
|
|
2597
|
+
readonly policy: {
|
|
2598
|
+
readonly billingClass: "non-billable";
|
|
2599
|
+
readonly idempotencyClass: "logical-supported";
|
|
2600
|
+
readonly minimumTier: "free";
|
|
2601
|
+
readonly mutationClass: "stateful";
|
|
2602
|
+
readonly privilege: "authenticated";
|
|
2603
|
+
readonly quotaClass: "none";
|
|
2604
|
+
readonly replayClass: "signed-request";
|
|
2605
|
+
readonly strictReadOnly: "deny";
|
|
2606
|
+
};
|
|
2607
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2608
|
+
readonly stepId: "";
|
|
2609
|
+
readonly subcommands: readonly [{
|
|
2610
|
+
readonly aliases: readonly [];
|
|
2611
|
+
readonly compatibility: {
|
|
2612
|
+
readonly deprecatedIn: null;
|
|
2613
|
+
readonly introducedIn: "1.0.0";
|
|
2614
|
+
readonly removedIn: null;
|
|
2615
|
+
readonly replacement: null;
|
|
2616
|
+
};
|
|
2617
|
+
readonly id: "scan";
|
|
2618
|
+
readonly policy: {
|
|
2619
|
+
readonly billingClass: "non-billable";
|
|
2620
|
+
readonly idempotencyClass: "logical-supported";
|
|
2621
|
+
readonly minimumTier: "free";
|
|
2622
|
+
readonly mutationClass: "stateful";
|
|
2623
|
+
readonly privilege: "authenticated";
|
|
2624
|
+
readonly quotaClass: "none";
|
|
2625
|
+
readonly replayClass: "signed-request";
|
|
2626
|
+
readonly strictReadOnly: "deny";
|
|
2627
|
+
};
|
|
2628
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2629
|
+
readonly visibility: "public";
|
|
2630
|
+
}];
|
|
2631
|
+
readonly visibility: "public";
|
|
2632
|
+
}, {
|
|
2633
|
+
readonly aliases: readonly ["design-review", "product-polish", "ux-review", "visual-review"];
|
|
2634
|
+
readonly category: "utility";
|
|
2635
|
+
readonly compatibility: {
|
|
2636
|
+
readonly deprecatedIn: null;
|
|
2637
|
+
readonly introducedIn: "1.0.0";
|
|
2638
|
+
readonly removedIn: null;
|
|
2639
|
+
readonly replacement: null;
|
|
2640
|
+
};
|
|
2641
|
+
readonly description: {
|
|
2642
|
+
readonly en: "Architecture-driven UI/UX review";
|
|
2643
|
+
readonly es: "Revision UI/UX orientada por arquitectura";
|
|
2644
|
+
readonly "pt-BR": "Revisao UI/UX orientada por arquitetura";
|
|
2645
|
+
};
|
|
2646
|
+
readonly examples: readonly ["@neocortex *ui-ux-review", "@neocortex *ui-ux-review --architecture-dir docs/architecture", "@neocortex *ui-ux-review \"revise o onboarding usando a arquitetura\"", "@neocortex *ui-ux-review docs/architecture"];
|
|
2647
|
+
readonly id: "ui-ux-review";
|
|
2648
|
+
readonly inputShape: "ui-ux-review";
|
|
2649
|
+
readonly mode: "ui-ux-review";
|
|
2650
|
+
readonly name: "UI/UX Review";
|
|
2651
|
+
readonly number: 57;
|
|
2652
|
+
readonly policy: {
|
|
2653
|
+
readonly billingClass: "billable";
|
|
2654
|
+
readonly idempotencyClass: "logical-supported";
|
|
2655
|
+
readonly minimumTier: "pro";
|
|
2656
|
+
readonly mutationClass: "stateful";
|
|
2657
|
+
readonly privilege: "authenticated";
|
|
2658
|
+
readonly quotaClass: "workflow";
|
|
2659
|
+
readonly replayClass: "signed-request";
|
|
2660
|
+
readonly strictReadOnly: "deny";
|
|
2661
|
+
};
|
|
2662
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2663
|
+
readonly stepId: "step-q-ui-ux-review";
|
|
2664
|
+
readonly subcommands: readonly [];
|
|
2665
|
+
readonly visibility: "public";
|
|
2666
|
+
}, {
|
|
2667
|
+
readonly aliases: readonly ["memoria"];
|
|
2668
|
+
readonly category: "recovery";
|
|
2669
|
+
readonly compatibility: {
|
|
2670
|
+
readonly deprecatedIn: null;
|
|
2671
|
+
readonly introducedIn: "1.0.0";
|
|
2672
|
+
readonly removedIn: null;
|
|
2673
|
+
readonly replacement: null;
|
|
2674
|
+
};
|
|
2675
|
+
readonly description: {
|
|
2676
|
+
readonly en: "Update project memory";
|
|
2677
|
+
readonly es: "Actualizar memoria del proyecto";
|
|
2678
|
+
readonly "pt-BR": "Atualizar memoria do projeto";
|
|
2679
|
+
};
|
|
2680
|
+
readonly examples: readonly ["@neocortex *update-memory"];
|
|
2681
|
+
readonly id: "update-memory";
|
|
2682
|
+
readonly inputShape: "standalone";
|
|
2683
|
+
readonly mode: "utility";
|
|
2684
|
+
readonly name: "Atualizar Memoria";
|
|
2685
|
+
readonly number: 38;
|
|
2686
|
+
readonly policy: {
|
|
2687
|
+
readonly billingClass: "billable";
|
|
2688
|
+
readonly idempotencyClass: "logical-supported";
|
|
2689
|
+
readonly minimumTier: "free";
|
|
2690
|
+
readonly mutationClass: "stateful";
|
|
2691
|
+
readonly privilege: "authenticated";
|
|
2692
|
+
readonly quotaClass: "workflow";
|
|
2693
|
+
readonly replayClass: "signed-request";
|
|
2694
|
+
readonly strictReadOnly: "deny";
|
|
2695
|
+
};
|
|
2696
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2697
|
+
readonly stepId: "step-c-07-update-project-memory";
|
|
2698
|
+
readonly subcommands: readonly [];
|
|
2699
|
+
readonly visibility: "public";
|
|
2700
|
+
}, {
|
|
2701
|
+
readonly aliases: readonly ["check-pacts", "pact-check", "pact-verify", "verify-pact"];
|
|
2702
|
+
readonly category: "utility-wave";
|
|
2703
|
+
readonly compatibility: {
|
|
2704
|
+
readonly deprecatedIn: null;
|
|
2705
|
+
readonly introducedIn: "1.0.0";
|
|
2706
|
+
readonly removedIn: null;
|
|
2707
|
+
readonly replacement: null;
|
|
2708
|
+
};
|
|
2709
|
+
readonly description: {
|
|
2710
|
+
readonly en: "Verify provider against consumer pacts";
|
|
2711
|
+
readonly es: "Verificar provider contra consumer pacts";
|
|
2712
|
+
readonly "pt-BR": "Verificar provider contra consumer pacts";
|
|
2713
|
+
};
|
|
2714
|
+
readonly examples: readonly ["@neocortex *verify-pacts"];
|
|
2715
|
+
readonly id: "verify-pacts";
|
|
2716
|
+
readonly inputShape: "standalone";
|
|
2717
|
+
readonly mode: "status";
|
|
2718
|
+
readonly name: "Verify Pact Provider";
|
|
2719
|
+
readonly number: 54;
|
|
2720
|
+
readonly policy: {
|
|
2721
|
+
readonly billingClass: "non-billable";
|
|
2722
|
+
readonly idempotencyClass: "logical-supported";
|
|
2723
|
+
readonly minimumTier: "free";
|
|
2724
|
+
readonly mutationClass: "stateful";
|
|
2725
|
+
readonly privilege: "authenticated";
|
|
2726
|
+
readonly quotaClass: "none";
|
|
2727
|
+
readonly replayClass: "signed-request";
|
|
2728
|
+
readonly strictReadOnly: "deny";
|
|
2729
|
+
};
|
|
2730
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2731
|
+
readonly stepId: "";
|
|
2732
|
+
readonly subcommands: readonly [];
|
|
2733
|
+
readonly visibility: "public";
|
|
2734
|
+
}, {
|
|
2735
|
+
readonly aliases: readonly ["c04", "especificacao", "spec"];
|
|
2736
|
+
readonly category: "core";
|
|
2737
|
+
readonly compatibility: {
|
|
2738
|
+
readonly deprecatedIn: null;
|
|
2739
|
+
readonly introducedIn: "1.0.0";
|
|
2740
|
+
readonly removedIn: null;
|
|
2741
|
+
readonly replacement: null;
|
|
2742
|
+
};
|
|
2743
|
+
readonly description: {
|
|
2744
|
+
readonly en: "Write specification";
|
|
2745
|
+
readonly es: "Escribir especificacion";
|
|
2746
|
+
readonly "pt-BR": "Escrever especificacao";
|
|
2747
|
+
};
|
|
2748
|
+
readonly examples: readonly ["@neocortex *write-spec @docs/stories/P126.01.story.md"];
|
|
2749
|
+
readonly id: "write-spec";
|
|
2750
|
+
readonly inputShape: "story";
|
|
2751
|
+
readonly mode: "step";
|
|
2752
|
+
readonly name: "Escrever Spec Tecnica";
|
|
2753
|
+
readonly number: 27;
|
|
2754
|
+
readonly policy: {
|
|
2755
|
+
readonly billingClass: "billable";
|
|
2756
|
+
readonly idempotencyClass: "logical-supported";
|
|
2757
|
+
readonly minimumTier: "free";
|
|
2758
|
+
readonly mutationClass: "stateful";
|
|
2759
|
+
readonly privilege: "authenticated";
|
|
2760
|
+
readonly quotaClass: "workflow";
|
|
2761
|
+
readonly replayClass: "signed-request";
|
|
2762
|
+
readonly strictReadOnly: "deny";
|
|
2763
|
+
};
|
|
2764
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2765
|
+
readonly stepId: "step-c-04-write-spec";
|
|
2766
|
+
readonly subcommands: readonly [];
|
|
2767
|
+
readonly visibility: "public";
|
|
2768
|
+
}, {
|
|
2769
|
+
readonly aliases: readonly [];
|
|
2770
|
+
readonly category: "execution";
|
|
2771
|
+
readonly compatibility: {
|
|
2772
|
+
readonly deprecatedIn: null;
|
|
2773
|
+
readonly introducedIn: "1.0.0";
|
|
2774
|
+
readonly removedIn: null;
|
|
2775
|
+
readonly replacement: null;
|
|
2776
|
+
};
|
|
2777
|
+
readonly description: {
|
|
2778
|
+
readonly en: "Execute without confirmations from a story file or inline USER STORY";
|
|
2779
|
+
readonly es: "Ejecutar sin confirmaciones usando story file o USER STORY inline";
|
|
2780
|
+
readonly "pt-BR": "Executar sem confirmacoes usando story file ou USER STORY inline";
|
|
2781
|
+
};
|
|
2782
|
+
readonly examples: readonly ["@neocortex *yolo @docs/stories/P126.01.story.md", "@neocortex *yolo - \"COMO dev, QUERO ..., PARA ...\""];
|
|
2783
|
+
readonly id: "yolo";
|
|
2784
|
+
readonly inputShape: "story-or-inline-user-story";
|
|
2785
|
+
readonly mode: "yolo";
|
|
2786
|
+
readonly name: "Modo YOLO (sem confirmacoes)";
|
|
2787
|
+
readonly number: 22;
|
|
2788
|
+
readonly policy: {
|
|
2789
|
+
readonly billingClass: "billable";
|
|
2790
|
+
readonly idempotencyClass: "logical-supported";
|
|
2791
|
+
readonly minimumTier: "pro";
|
|
2792
|
+
readonly mutationClass: "stateful";
|
|
2793
|
+
readonly privilege: "authenticated";
|
|
2794
|
+
readonly quotaClass: "workflow";
|
|
2795
|
+
readonly replayClass: "signed-request";
|
|
2796
|
+
readonly strictReadOnly: "deny";
|
|
2797
|
+
};
|
|
2798
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2799
|
+
readonly stepId: "step-c-01-setup-branch";
|
|
2800
|
+
readonly subcommands: readonly [];
|
|
2801
|
+
readonly visibility: "public";
|
|
2802
|
+
}, {
|
|
2803
|
+
readonly aliases: readonly ["auto-epic", "auto-yolo", "epic-runner", "loop-yolo", "story-runner"];
|
|
2804
|
+
readonly category: "utility-wave";
|
|
2805
|
+
readonly compatibility: {
|
|
2806
|
+
readonly deprecatedIn: null;
|
|
2807
|
+
readonly introducedIn: "1.0.0";
|
|
2808
|
+
readonly removedIn: null;
|
|
2809
|
+
readonly replacement: null;
|
|
2810
|
+
};
|
|
2811
|
+
readonly description: {
|
|
2812
|
+
readonly en: "Autonomous epic execution (Pro). Accepts directory, file, or ID.";
|
|
2813
|
+
readonly es: "Ejecucion autonoma de epic completo (Pro). Acepta directorio, archivo, o ID.";
|
|
2814
|
+
readonly "pt-BR": "Execucao autonoma de epic completo (Pro). Aceita pasta, arquivo, ou ID.";
|
|
2815
|
+
};
|
|
2816
|
+
readonly examples: readonly ["@neocortex *yoloop @docs/epics/epic-P126.md"];
|
|
2817
|
+
readonly id: "yoloop";
|
|
2818
|
+
readonly inputShape: "directory-or-file-or-id";
|
|
2819
|
+
readonly mode: "yoloop";
|
|
2820
|
+
readonly name: "Yoloop Autonomous Epic Execution";
|
|
2821
|
+
readonly number: 48;
|
|
2822
|
+
readonly policy: {
|
|
2823
|
+
readonly billingClass: "non-billable";
|
|
2824
|
+
readonly idempotencyClass: "logical-supported";
|
|
2825
|
+
readonly minimumTier: "pro";
|
|
2826
|
+
readonly mutationClass: "stateful";
|
|
2827
|
+
readonly privilege: "authenticated";
|
|
2828
|
+
readonly quotaClass: "none";
|
|
2829
|
+
readonly replayClass: "signed-request";
|
|
2830
|
+
readonly strictReadOnly: "deny";
|
|
2831
|
+
};
|
|
2832
|
+
readonly projections: readonly ["admin", "client", "docs", "metrics", "server", "shared"];
|
|
2833
|
+
readonly stepId: "step-yoloop-orchestrator";
|
|
2834
|
+
readonly subcommands: readonly [];
|
|
2835
|
+
readonly visibility: "public";
|
|
2836
|
+
}];
|