@dv.nghiem/flowdeck 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/index.d.ts.map +1 -1
  2. package/dist/index.js +14 -4197
  3. package/package.json +2 -1
  4. package/src/commands/fd-analyze-change.md +57 -0
  5. package/src/commands/fd-approve.md +64 -0
  6. package/src/commands/fd-ask.md +39 -0
  7. package/src/commands/fd-blast-radius.md +49 -0
  8. package/src/commands/fd-checkpoint.md +46 -0
  9. package/src/commands/fd-dashboard.md +57 -0
  10. package/src/commands/fd-deploy-check.md +58 -0
  11. package/src/commands/fd-discuss.md +61 -0
  12. package/src/commands/fd-doctor.md +37 -0
  13. package/src/commands/fd-evaluate-risk.md +62 -0
  14. package/src/commands/fd-fix-bug.md +93 -0
  15. package/src/commands/fd-guarded-edit.md +69 -0
  16. package/src/commands/fd-impact-radar.md +51 -0
  17. package/src/commands/fd-map-codebase.md +36 -0
  18. package/src/commands/fd-multi-repo.md +63 -0
  19. package/src/commands/fd-new-feature.md +49 -0
  20. package/src/commands/fd-new-project.md +103 -0
  21. package/src/commands/fd-plan.md +80 -0
  22. package/src/commands/fd-progress.md +50 -0
  23. package/src/commands/fd-regression-predict.md +57 -0
  24. package/src/commands/fd-resume.md +46 -0
  25. package/src/commands/fd-review-code.md +62 -0
  26. package/src/commands/fd-review-route.md +54 -0
  27. package/src/commands/fd-roadmap.md +46 -0
  28. package/src/commands/fd-settings.md +57 -0
  29. package/src/commands/fd-test-gap.md +54 -0
  30. package/src/commands/fd-translate-intent.md +56 -0
  31. package/src/commands/fd-volatility-map.md +64 -0
  32. package/src/commands/fd-workspace-status.md +34 -0
  33. package/src/commands/fd-write-docs.md +50 -0
  34. package/dist/commands/analysis/analysis.test.d.ts +0 -2
  35. package/dist/commands/analysis/analysis.test.d.ts.map +0 -1
  36. package/dist/commands/analysis/analyze-change.d.ts +0 -148
  37. package/dist/commands/analysis/analyze-change.d.ts.map +0 -1
  38. package/dist/commands/analysis/evaluate-risk.d.ts +0 -77
  39. package/dist/commands/analysis/evaluate-risk.d.ts.map +0 -1
  40. package/dist/commands/analysis/guarded-edit.d.ts +0 -72
  41. package/dist/commands/analysis/guarded-edit.d.ts.map +0 -1
  42. package/dist/commands/execution/deploy-check.d.ts +0 -91
  43. package/dist/commands/execution/deploy-check.d.ts.map +0 -1
  44. package/dist/commands/execution/fix-bug.d.ts +0 -187
  45. package/dist/commands/execution/fix-bug.d.ts.map +0 -1
  46. package/dist/commands/execution/new-feature.d.ts +0 -171
  47. package/dist/commands/execution/new-feature.d.ts.map +0 -1
  48. package/dist/commands/execution/review-code.d.ts +0 -130
  49. package/dist/commands/execution/review-code.d.ts.map +0 -1
  50. package/dist/commands/execution/write-docs.d.ts +0 -94
  51. package/dist/commands/execution/write-docs.d.ts.map +0 -1
  52. package/dist/commands/governance/approve.d.ts +0 -80
  53. package/dist/commands/governance/approve.d.ts.map +0 -1
  54. package/dist/commands/intelligence/blast-radius.d.ts +0 -67
  55. package/dist/commands/intelligence/blast-radius.d.ts.map +0 -1
  56. package/dist/commands/intelligence/impact-radar.d.ts +0 -71
  57. package/dist/commands/intelligence/impact-radar.d.ts.map +0 -1
  58. package/dist/commands/intelligence/intelligence.test.d.ts +0 -2
  59. package/dist/commands/intelligence/intelligence.test.d.ts.map +0 -1
  60. package/dist/commands/intelligence/regression-predict.d.ts +0 -75
  61. package/dist/commands/intelligence/regression-predict.d.ts.map +0 -1
  62. package/dist/commands/intelligence/review-route.d.ts +0 -65
  63. package/dist/commands/intelligence/review-route.d.ts.map +0 -1
  64. package/dist/commands/intelligence/test-gap.d.ts +0 -73
  65. package/dist/commands/intelligence/test-gap.d.ts.map +0 -1
  66. package/dist/commands/intelligence/translate-intent.d.ts +0 -87
  67. package/dist/commands/intelligence/translate-intent.d.ts.map +0 -1
  68. package/dist/commands/intelligence/volatility-map-cmd.d.ts +0 -68
  69. package/dist/commands/intelligence/volatility-map-cmd.d.ts.map +0 -1
  70. package/dist/commands/planning/ask.d.ts +0 -62
  71. package/dist/commands/planning/ask.d.ts.map +0 -1
  72. package/dist/commands/planning/ask.test.d.ts +0 -2
  73. package/dist/commands/planning/ask.test.d.ts.map +0 -1
  74. package/dist/commands/planning/dashboard.d.ts +0 -30
  75. package/dist/commands/planning/dashboard.d.ts.map +0 -1
  76. package/dist/commands/planning/discuss.d.ts +0 -39
  77. package/dist/commands/planning/discuss.d.ts.map +0 -1
  78. package/dist/commands/planning/plan.d.ts +0 -67
  79. package/dist/commands/planning/plan.d.ts.map +0 -1
  80. package/dist/commands/planning/roadmap.d.ts +0 -105
  81. package/dist/commands/planning/roadmap.d.ts.map +0 -1
  82. package/dist/commands/setup/doctor.d.ts +0 -10
  83. package/dist/commands/setup/doctor.d.ts.map +0 -1
  84. package/dist/commands/setup/map-codebase.d.ts +0 -62
  85. package/dist/commands/setup/map-codebase.d.ts.map +0 -1
  86. package/dist/commands/setup/new-project.d.ts +0 -19
  87. package/dist/commands/setup/new-project.d.ts.map +0 -1
  88. package/dist/commands/setup/settings.d.ts +0 -57
  89. package/dist/commands/setup/settings.d.ts.map +0 -1
  90. package/dist/commands/state/checkpoint.d.ts +0 -27
  91. package/dist/commands/state/checkpoint.d.ts.map +0 -1
  92. package/dist/commands/state/multi-repo.d.ts +0 -63
  93. package/dist/commands/state/multi-repo.d.ts.map +0 -1
  94. package/dist/commands/state/progress.d.ts +0 -57
  95. package/dist/commands/state/progress.d.ts.map +0 -1
  96. package/dist/commands/state/resume.d.ts +0 -11
  97. package/dist/commands/state/resume.d.ts.map +0 -1
  98. package/dist/commands/state/workspace-commands.d.ts +0 -207
  99. package/dist/commands/state/workspace-commands.d.ts.map +0 -1
@@ -1,72 +0,0 @@
1
- /**
2
- * /fd-guarded-edit — edit gate command
3
- *
4
- * Runs before a risky edit to determine whether to:
5
- * auto-approve → safe to apply without confirmation
6
- * require-confirmation → apply with inline warning and human ACK
7
- * require-review → route to a human reviewer before applying
8
- * block → do not apply; violation of arch constraint or critical policy
9
- *
10
- * Combines: policy engine, patch trust score, volatility, arch constraints,
11
- * failure history, and safe execution mode resolution.
12
- */
13
- export type GateDecision = "auto-approve" | "require-confirmation" | "require-review" | "block";
14
- export interface GuardedEditResult {
15
- decision: GateDecision;
16
- reason: string;
17
- risk_score: number;
18
- execution_mode: "auto" | "guarded" | "review-only";
19
- policy_violations: string[];
20
- volatile_files: string[];
21
- prior_failures: string[];
22
- arch_constraint: boolean;
23
- recommended_action: string;
24
- }
25
- export declare const guardedEditCommand: {
26
- name: string;
27
- description: string;
28
- execute(context: any, args?: {
29
- file?: string;
30
- change?: string;
31
- "dry-run"?: boolean;
32
- json?: boolean;
33
- }): Promise<{
34
- error: string;
35
- code: string;
36
- hint: string;
37
- success?: undefined;
38
- data?: undefined;
39
- meta?: undefined;
40
- } | {
41
- success: boolean;
42
- data: GuardedEditResult;
43
- meta: {
44
- formatted: string;
45
- timestamp: string;
46
- };
47
- error?: undefined;
48
- code?: undefined;
49
- hint?: undefined;
50
- } | {
51
- meta: {
52
- formatted: string;
53
- timestamp: string;
54
- };
55
- decision: GateDecision;
56
- reason: string;
57
- risk_score: number;
58
- execution_mode: "auto" | "guarded" | "review-only";
59
- policy_violations: string[];
60
- volatile_files: string[];
61
- prior_failures: string[];
62
- arch_constraint: boolean;
63
- recommended_action: string;
64
- success: boolean;
65
- message: string;
66
- error?: undefined;
67
- code?: undefined;
68
- hint?: undefined;
69
- data?: undefined;
70
- }>;
71
- };
72
- //# sourceMappingURL=guarded-edit.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"guarded-edit.d.ts","sourceRoot":"","sources":["../../../src/commands/analysis/guarded-edit.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AASH,MAAM,MAAM,YAAY,GAAG,cAAc,GAAG,sBAAsB,GAAG,gBAAgB,GAAG,OAAO,CAAA;AAE/F,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,YAAY,CAAA;IACtB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,cAAc,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa,CAAA;IAClD,iBAAiB,EAAE,MAAM,EAAE,CAAA;IAC3B,cAAc,EAAE,MAAM,EAAE,CAAA;IACxB,cAAc,EAAE,MAAM,EAAE,CAAA;IACxB,eAAe,EAAE,OAAO,CAAA;IACxB,kBAAkB,EAAE,MAAM,CAAA;CAC3B;AAqFD,eAAO,MAAM,kBAAkB;;;qBAGN,GAAG,SAAS;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;kBAjGhG,YAAY;gBACd,MAAM;oBACF,MAAM;wBACF,MAAM,GAAG,SAAS,GAAG,aAAa;2BAC/B,MAAM,EAAE;wBACX,MAAM,EAAE;wBACR,MAAM,EAAE;yBACP,OAAO;4BACJ,MAAM;;;;;;;;CAyM3B,CAAA"}
@@ -1,91 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const deployCheckCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- json?: boolean;
7
- }): Promise<{
8
- error: string;
9
- code: string;
10
- success?: undefined;
11
- data?: undefined;
12
- meta?: undefined;
13
- message?: undefined;
14
- workflow?: undefined;
15
- config?: undefined;
16
- phase?: undefined;
17
- } | {
18
- success: boolean;
19
- data: {
20
- workflow: string;
21
- config: {
22
- agents: {
23
- name: string;
24
- budget: number;
25
- action: string;
26
- }[];
27
- parallel: boolean;
28
- aggregation: {
29
- go_signals: string[];
30
- no_go_signals: string[];
31
- };
32
- decision: {
33
- go: string;
34
- no_go: string;
35
- };
36
- tdd_aware_checks: {
37
- new_feature_changes_have_tests: string;
38
- bugfix_has_regression_coverage: string;
39
- no_suspicious_test_omissions: string;
40
- overrides_logged: string;
41
- };
42
- };
43
- phase: number;
44
- };
45
- meta: {
46
- formatted: string;
47
- timestamp: string;
48
- };
49
- error?: undefined;
50
- code?: undefined;
51
- message?: undefined;
52
- workflow?: undefined;
53
- config?: undefined;
54
- phase?: undefined;
55
- } | {
56
- success: boolean;
57
- message: string;
58
- workflow: string;
59
- config: {
60
- agents: {
61
- name: string;
62
- budget: number;
63
- action: string;
64
- }[];
65
- parallel: boolean;
66
- aggregation: {
67
- go_signals: string[];
68
- no_go_signals: string[];
69
- };
70
- decision: {
71
- go: string;
72
- no_go: string;
73
- };
74
- tdd_aware_checks: {
75
- new_feature_changes_have_tests: string;
76
- bugfix_has_regression_coverage: string;
77
- no_suspicious_test_omissions: string;
78
- overrides_logged: string;
79
- };
80
- };
81
- phase: number;
82
- meta: {
83
- formatted: string;
84
- timestamp: string;
85
- };
86
- error?: undefined;
87
- code?: undefined;
88
- data?: undefined;
89
- }>;
90
- };
91
- //# sourceMappingURL=deploy-check.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deploy-check.d.ts","sourceRoot":"","sources":["../../../src/commands/execution/deploy-check.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAIjE,eAAO,MAAM,kBAAkB;;;qBAGN,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4EjE,CAAA"}
@@ -1,187 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const fixBugCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- scope?: string;
7
- bug?: string;
8
- json?: boolean;
9
- }): Promise<{
10
- error: string;
11
- code: string;
12
- hint?: undefined;
13
- success?: undefined;
14
- data?: undefined;
15
- meta?: undefined;
16
- message?: undefined;
17
- workflow?: undefined;
18
- config?: undefined;
19
- phase?: undefined;
20
- impact_radar?: undefined;
21
- prior_failures?: undefined;
22
- } | {
23
- error: string;
24
- code: string;
25
- hint: string;
26
- success?: undefined;
27
- data?: undefined;
28
- meta?: undefined;
29
- message?: undefined;
30
- workflow?: undefined;
31
- config?: undefined;
32
- phase?: undefined;
33
- impact_radar?: undefined;
34
- prior_failures?: undefined;
35
- } | {
36
- success: boolean;
37
- data: {
38
- workflow: string;
39
- config: {
40
- phases: ({
41
- step: number;
42
- name: string;
43
- agent: string;
44
- action: string;
45
- mode?: undefined;
46
- require_regression_pass?: undefined;
47
- tool?: undefined;
48
- tool_action?: undefined;
49
- } | {
50
- step: number;
51
- name: string;
52
- agent: string;
53
- action: string;
54
- mode: string;
55
- require_regression_pass?: undefined;
56
- tool?: undefined;
57
- tool_action?: undefined;
58
- } | {
59
- step: number;
60
- name: string;
61
- agent: string;
62
- action: string;
63
- require_regression_pass: boolean;
64
- mode?: undefined;
65
- tool?: undefined;
66
- tool_action?: undefined;
67
- } | {
68
- step: number;
69
- name: string;
70
- agent: string;
71
- action: string;
72
- tool: string;
73
- tool_action: string;
74
- mode?: undefined;
75
- require_regression_pass?: undefined;
76
- })[];
77
- run_id: string;
78
- scope: string;
79
- architecture_context: string | null;
80
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
81
- prior_failures: {
82
- id: string;
83
- type: "reverted_commit" | "failed_deployment" | "flaky_test" | "bug_fix" | "build_failure";
84
- description: string;
85
- affected_paths: string[];
86
- root_cause: string | null;
87
- fix_applied: string | null;
88
- recurrence_count: number;
89
- }[];
90
- policy_violations: import("../../services").PolicyViolation[];
91
- proposed_policies: (import("../../services").ProposedPolicy | null)[];
92
- };
93
- phase: number;
94
- };
95
- meta: {
96
- formatted: string;
97
- timestamp: string;
98
- };
99
- error?: undefined;
100
- code?: undefined;
101
- hint?: undefined;
102
- message?: undefined;
103
- workflow?: undefined;
104
- config?: undefined;
105
- phase?: undefined;
106
- impact_radar?: undefined;
107
- prior_failures?: undefined;
108
- } | {
109
- success: boolean;
110
- message: string;
111
- workflow: string;
112
- config: {
113
- phases: ({
114
- step: number;
115
- name: string;
116
- agent: string;
117
- action: string;
118
- mode?: undefined;
119
- require_regression_pass?: undefined;
120
- tool?: undefined;
121
- tool_action?: undefined;
122
- } | {
123
- step: number;
124
- name: string;
125
- agent: string;
126
- action: string;
127
- mode: string;
128
- require_regression_pass?: undefined;
129
- tool?: undefined;
130
- tool_action?: undefined;
131
- } | {
132
- step: number;
133
- name: string;
134
- agent: string;
135
- action: string;
136
- require_regression_pass: boolean;
137
- mode?: undefined;
138
- tool?: undefined;
139
- tool_action?: undefined;
140
- } | {
141
- step: number;
142
- name: string;
143
- agent: string;
144
- action: string;
145
- tool: string;
146
- tool_action: string;
147
- mode?: undefined;
148
- require_regression_pass?: undefined;
149
- })[];
150
- run_id: string;
151
- scope: string;
152
- architecture_context: string | null;
153
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
154
- prior_failures: {
155
- id: string;
156
- type: "reverted_commit" | "failed_deployment" | "flaky_test" | "bug_fix" | "build_failure";
157
- description: string;
158
- affected_paths: string[];
159
- root_cause: string | null;
160
- fix_applied: string | null;
161
- recurrence_count: number;
162
- }[];
163
- policy_violations: import("../../services").PolicyViolation[];
164
- proposed_policies: (import("../../services").ProposedPolicy | null)[];
165
- };
166
- phase: number;
167
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
168
- prior_failures: {
169
- id: string;
170
- type: "reverted_commit" | "failed_deployment" | "flaky_test" | "bug_fix" | "build_failure";
171
- description: string;
172
- affected_paths: string[];
173
- root_cause: string | null;
174
- fix_applied: string | null;
175
- recurrence_count: number;
176
- }[];
177
- meta: {
178
- formatted: string;
179
- timestamp: string;
180
- };
181
- error?: undefined;
182
- code?: undefined;
183
- hint?: undefined;
184
- data?: undefined;
185
- }>;
186
- };
187
- //# sourceMappingURL=fix-bug.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fix-bug.d.ts","sourceRoot":"","sources":["../../../src/commands/execution/fix-bug.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAEjE,eAAO,MAAM,aAAa;;;qBAGD,cAAc,SAAS;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqK/F,CAAA"}
@@ -1,171 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const newFeatureCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- feature?: string;
7
- json?: boolean;
8
- }): Promise<{
9
- error: string;
10
- code: string;
11
- hint: string;
12
- success?: undefined;
13
- data?: undefined;
14
- meta?: undefined;
15
- message?: undefined;
16
- workflow?: undefined;
17
- config?: undefined;
18
- phase?: undefined;
19
- plan_file?: undefined;
20
- impact_radar?: undefined;
21
- prior_failures?: undefined;
22
- } | {
23
- error: string;
24
- code: string;
25
- hint?: undefined;
26
- success?: undefined;
27
- data?: undefined;
28
- meta?: undefined;
29
- message?: undefined;
30
- workflow?: undefined;
31
- config?: undefined;
32
- phase?: undefined;
33
- plan_file?: undefined;
34
- impact_radar?: undefined;
35
- prior_failures?: undefined;
36
- } | {
37
- success: boolean;
38
- data: {
39
- workflow: string;
40
- config: {
41
- orchestrator: {
42
- model: string;
43
- temperature: number;
44
- maxSteps: number;
45
- };
46
- agents: {
47
- name: string;
48
- model: string;
49
- temperature: number;
50
- reasoningEffort?: string;
51
- }[];
52
- run_id: string;
53
- parallel: {
54
- coder: boolean;
55
- researcher: boolean;
56
- };
57
- worktree: boolean;
58
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
59
- prior_failures: {
60
- id: string;
61
- type: "reverted_commit" | "failed_deployment" | "flaky_test" | "bug_fix" | "build_failure";
62
- description: string;
63
- affected_paths: string[];
64
- root_cause: string | null;
65
- fix_applied: string | null;
66
- recurrence_count: number;
67
- }[];
68
- post_execution: {
69
- step: string;
70
- agent: string;
71
- actions: ({
72
- tool: string;
73
- action: string;
74
- note: string;
75
- condition?: undefined;
76
- } | {
77
- tool: string;
78
- action: string;
79
- condition: string;
80
- note: string;
81
- })[];
82
- };
83
- };
84
- phase: number;
85
- plan_file: string;
86
- };
87
- meta: {
88
- formatted: string;
89
- timestamp: string;
90
- };
91
- error?: undefined;
92
- code?: undefined;
93
- hint?: undefined;
94
- message?: undefined;
95
- workflow?: undefined;
96
- config?: undefined;
97
- phase?: undefined;
98
- plan_file?: undefined;
99
- impact_radar?: undefined;
100
- prior_failures?: undefined;
101
- } | {
102
- success: boolean;
103
- message: string;
104
- workflow: string;
105
- config: {
106
- orchestrator: {
107
- model: string;
108
- temperature: number;
109
- maxSteps: number;
110
- };
111
- agents: {
112
- name: string;
113
- model: string;
114
- temperature: number;
115
- reasoningEffort?: string;
116
- }[];
117
- run_id: string;
118
- parallel: {
119
- coder: boolean;
120
- researcher: boolean;
121
- };
122
- worktree: boolean;
123
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
124
- prior_failures: {
125
- id: string;
126
- type: "reverted_commit" | "failed_deployment" | "flaky_test" | "bug_fix" | "build_failure";
127
- description: string;
128
- affected_paths: string[];
129
- root_cause: string | null;
130
- fix_applied: string | null;
131
- recurrence_count: number;
132
- }[];
133
- post_execution: {
134
- step: string;
135
- agent: string;
136
- actions: ({
137
- tool: string;
138
- action: string;
139
- note: string;
140
- condition?: undefined;
141
- } | {
142
- tool: string;
143
- action: string;
144
- condition: string;
145
- note: string;
146
- })[];
147
- };
148
- };
149
- phase: number;
150
- plan_file: string;
151
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
152
- prior_failures: {
153
- id: string;
154
- type: "reverted_commit" | "failed_deployment" | "flaky_test" | "bug_fix" | "build_failure";
155
- description: string;
156
- affected_paths: string[];
157
- root_cause: string | null;
158
- fix_applied: string | null;
159
- recurrence_count: number;
160
- }[];
161
- meta: {
162
- formatted: string;
163
- timestamp: string;
164
- };
165
- error?: undefined;
166
- code?: undefined;
167
- hint?: undefined;
168
- data?: undefined;
169
- }>;
170
- };
171
- //# sourceMappingURL=new-feature.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"new-feature.d.ts","sourceRoot":"","sources":["../../../src/commands/execution/new-feature.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAEjE,eAAO,MAAM,iBAAiB;;;qBAGL,cAAc,SAAS;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgLnF,CAAA"}
@@ -1,130 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const reviewCodeCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- scope?: string;
7
- json?: boolean;
8
- }): Promise<{
9
- error: string;
10
- code: string;
11
- hint?: undefined;
12
- success?: undefined;
13
- data?: undefined;
14
- meta?: undefined;
15
- message?: undefined;
16
- workflow?: undefined;
17
- config?: undefined;
18
- phase?: undefined;
19
- impact_radar?: undefined;
20
- } | {
21
- error: string;
22
- code: string;
23
- hint: string;
24
- success?: undefined;
25
- data?: undefined;
26
- meta?: undefined;
27
- message?: undefined;
28
- workflow?: undefined;
29
- config?: undefined;
30
- phase?: undefined;
31
- impact_radar?: undefined;
32
- } | {
33
- success: boolean;
34
- data: {
35
- workflow: string;
36
- config: {
37
- agents: ({
38
- name: string;
39
- focus: string;
40
- severity: string;
41
- mode?: undefined;
42
- } | {
43
- name: string;
44
- focus: string;
45
- severity?: undefined;
46
- mode?: undefined;
47
- } | {
48
- name: string;
49
- mode: string;
50
- focus?: undefined;
51
- severity?: undefined;
52
- })[];
53
- scope: string;
54
- aggregate: {
55
- critical: string;
56
- major: string;
57
- minor: string;
58
- };
59
- tdd_checks: {
60
- new_behavior_without_test: string;
61
- bugfix_without_regression: string;
62
- implementation_larger_than_tests: string;
63
- refactor_without_green: string;
64
- };
65
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
66
- policy_violations: import("../../services").PolicyViolation[];
67
- };
68
- phase: number;
69
- };
70
- meta: {
71
- formatted: string;
72
- timestamp: string;
73
- };
74
- error?: undefined;
75
- code?: undefined;
76
- hint?: undefined;
77
- message?: undefined;
78
- workflow?: undefined;
79
- config?: undefined;
80
- phase?: undefined;
81
- impact_radar?: undefined;
82
- } | {
83
- success: boolean;
84
- message: string;
85
- workflow: string;
86
- config: {
87
- agents: ({
88
- name: string;
89
- focus: string;
90
- severity: string;
91
- mode?: undefined;
92
- } | {
93
- name: string;
94
- focus: string;
95
- severity?: undefined;
96
- mode?: undefined;
97
- } | {
98
- name: string;
99
- mode: string;
100
- focus?: undefined;
101
- severity?: undefined;
102
- })[];
103
- scope: string;
104
- aggregate: {
105
- critical: string;
106
- major: string;
107
- minor: string;
108
- };
109
- tdd_checks: {
110
- new_behavior_without_test: string;
111
- bugfix_without_regression: string;
112
- implementation_larger_than_tests: string;
113
- refactor_without_green: string;
114
- };
115
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
116
- policy_violations: import("../../services").PolicyViolation[];
117
- };
118
- phase: number;
119
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
120
- meta: {
121
- formatted: string;
122
- timestamp: string;
123
- };
124
- error?: undefined;
125
- code?: undefined;
126
- hint?: undefined;
127
- data?: undefined;
128
- }>;
129
- };
130
- //# sourceMappingURL=review-code.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"review-code.d.ts","sourceRoot":"","sources":["../../../src/commands/execution/review-code.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAMjE,eAAO,MAAM,iBAAiB;;;qBAGL,cAAc,SAAS;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0FjF,CAAA"}