@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,68 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const volatilityMapCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- threshold?: "stable" | "moderate" | "volatile" | "critical";
7
- json?: boolean;
8
- }): Promise<{
9
- error: string;
10
- code: string;
11
- success?: undefined;
12
- data?: undefined;
13
- meta?: undefined;
14
- message?: undefined;
15
- config?: undefined;
16
- phase?: undefined;
17
- } | {
18
- success: boolean;
19
- data: {
20
- config: {
21
- threshold: "stable" | "moderate" | "volatile" | "critical";
22
- agents: {
23
- name: string;
24
- role: string;
25
- }[];
26
- output_tool: string;
27
- output_action: string;
28
- output_file: string;
29
- has_existing_data: boolean;
30
- workflow: string;
31
- };
32
- phase: number;
33
- };
34
- meta: {
35
- formatted: string;
36
- timestamp: string;
37
- };
38
- error?: undefined;
39
- code?: undefined;
40
- message?: undefined;
41
- config?: undefined;
42
- phase?: undefined;
43
- } | {
44
- success: boolean;
45
- message: string;
46
- config: {
47
- threshold: "stable" | "moderate" | "volatile" | "critical";
48
- agents: {
49
- name: string;
50
- role: string;
51
- }[];
52
- output_tool: string;
53
- output_action: string;
54
- output_file: string;
55
- has_existing_data: boolean;
56
- workflow: string;
57
- };
58
- phase: number;
59
- meta: {
60
- formatted: string;
61
- timestamp: string;
62
- };
63
- error?: undefined;
64
- code?: undefined;
65
- data?: undefined;
66
- }>;
67
- };
68
- //# sourceMappingURL=volatility-map-cmd.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"volatility-map-cmd.d.ts","sourceRoot":"","sources":["../../../src/commands/intelligence/volatility-map-cmd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAKjE,eAAO,MAAM,oBAAoB;;;qBAGR,cAAc,SAAS;QAAE,SAAS,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD9H,CAAA"}
@@ -1,62 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const askCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- task?: string;
7
- agent?: string;
8
- json?: boolean;
9
- }): Promise<{
10
- error: string;
11
- code: string;
12
- hint: string;
13
- examples: {
14
- agent: string;
15
- example: string;
16
- }[];
17
- success?: undefined;
18
- data?: undefined;
19
- meta?: undefined;
20
- message?: undefined;
21
- dispatch?: undefined;
22
- } | {
23
- success: boolean;
24
- data: {
25
- agent: string;
26
- task: string;
27
- focus: string;
28
- routed_by: string;
29
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult | undefined;
30
- };
31
- meta: {
32
- formatted: string;
33
- timestamp: string;
34
- };
35
- error?: undefined;
36
- code?: undefined;
37
- hint?: undefined;
38
- examples?: undefined;
39
- message?: undefined;
40
- dispatch?: undefined;
41
- } | {
42
- success: boolean;
43
- message: string;
44
- dispatch: {
45
- agent: string;
46
- task: string;
47
- focus: string;
48
- routed_by: string;
49
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult | undefined;
50
- };
51
- meta: {
52
- formatted: string;
53
- timestamp: string;
54
- };
55
- error?: undefined;
56
- code?: undefined;
57
- hint?: undefined;
58
- examples?: undefined;
59
- data?: undefined;
60
- }>;
61
- };
62
- //# sourceMappingURL=ask.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ask.d.ts","sourceRoot":"","sources":["../../../src/commands/planning/ask.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AA2GjE,eAAO,MAAM,UAAU;;;qBAGE,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DhG,CAAA"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ask.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ask.test.d.ts","sourceRoot":"","sources":["../../../src/commands/planning/ask.test.ts"],"names":[],"mappings":""}
@@ -1,30 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const dashboardCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- refresh?: boolean;
7
- }): Promise<{
8
- success: boolean;
9
- error: string;
10
- code: string;
11
- message?: undefined;
12
- meta?: undefined;
13
- } | {
14
- success: boolean;
15
- message: string;
16
- error?: undefined;
17
- code?: undefined;
18
- meta?: undefined;
19
- } | {
20
- success: boolean;
21
- message: string;
22
- meta: {
23
- port: number;
24
- url: string;
25
- };
26
- error?: undefined;
27
- code?: undefined;
28
- }>;
29
- };
30
- //# sourceMappingURL=dashboard.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dashboard.d.ts","sourceRoot":"","sources":["../../../src/commands/planning/dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAUjE,eAAO,MAAM,gBAAgB;;;qBAGJ,cAAc,SAAS;QAAE,OAAO,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;CAyCpE,CAAA"}
@@ -1,39 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const discussCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- topic?: string;
7
- }): Promise<{
8
- error: string;
9
- code: string;
10
- success?: undefined;
11
- message?: undefined;
12
- topic?: undefined;
13
- workflow?: undefined;
14
- phase_dir?: undefined;
15
- impact_radar?: undefined;
16
- next_step?: undefined;
17
- } | {
18
- error: string;
19
- code?: undefined;
20
- success?: undefined;
21
- message?: undefined;
22
- topic?: undefined;
23
- workflow?: undefined;
24
- phase_dir?: undefined;
25
- impact_radar?: undefined;
26
- next_step?: undefined;
27
- } | {
28
- success: boolean;
29
- message: string;
30
- topic: string;
31
- workflow: string;
32
- phase_dir: string;
33
- impact_radar: import("../../lib/impact-radar").ImpactRadarResult;
34
- next_step: string;
35
- error?: undefined;
36
- code?: undefined;
37
- }>;
38
- };
39
- //# sourceMappingURL=discuss.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"discuss.d.ts","sourceRoot":"","sources":["../../../src/commands/planning/discuss.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAMjE,eAAO,MAAM,cAAc;;;qBAIF,cAAc,SAAS;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CjE,CAAA"}
@@ -1,67 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const planCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- phase?: string;
7
- confirm?: boolean;
8
- json?: boolean;
9
- yes?: boolean;
10
- }): Promise<{
11
- error: string;
12
- code: string;
13
- hint?: undefined;
14
- success?: undefined;
15
- message?: undefined;
16
- phase?: undefined;
17
- decisions_count?: undefined;
18
- plan_file?: undefined;
19
- status?: undefined;
20
- } | {
21
- error: string;
22
- code?: undefined;
23
- hint?: undefined;
24
- success?: undefined;
25
- message?: undefined;
26
- phase?: undefined;
27
- decisions_count?: undefined;
28
- plan_file?: undefined;
29
- status?: undefined;
30
- } | {
31
- error: string;
32
- code: string;
33
- hint: string;
34
- success?: undefined;
35
- message?: undefined;
36
- phase?: undefined;
37
- decisions_count?: undefined;
38
- plan_file?: undefined;
39
- status?: undefined;
40
- } | {
41
- phase: number;
42
- decisions_found: number;
43
- workflow: string;
44
- next_step: string;
45
- success: boolean;
46
- message: string;
47
- status: "AWAITING_CONFIRM";
48
- confirm_mode: "y/n";
49
- operation: string;
50
- error?: undefined;
51
- code?: undefined;
52
- hint?: undefined;
53
- decisions_count?: undefined;
54
- plan_file?: undefined;
55
- } | {
56
- success: boolean;
57
- message: string;
58
- phase: number;
59
- decisions_count: number;
60
- plan_file: string;
61
- status: string;
62
- error?: undefined;
63
- code?: undefined;
64
- hint?: undefined;
65
- }>;
66
- };
67
- //# sourceMappingURL=plan.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plan.d.ts","sourceRoot":"","sources":["../../../src/commands/planning/plan.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAwCjE,eAAO,MAAM,WAAW;;;qBAGC,cAAc,SAAS;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,GAAG,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmJnH,CAAA"}
@@ -1,105 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const roadmapCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- add?: string;
7
- complete?: string;
8
- json?: boolean;
9
- dryRun?: boolean;
10
- yes?: boolean;
11
- filter?: string;
12
- search?: string;
13
- sort?: string;
14
- }): Promise<{
15
- error: string;
16
- code: string;
17
- success?: undefined;
18
- message?: undefined;
19
- meta?: undefined;
20
- phase?: undefined;
21
- data?: undefined;
22
- } | {
23
- phase: number;
24
- success: boolean;
25
- message: string;
26
- status: "AWAITING_CONFIRM";
27
- confirm_mode: "y/n";
28
- operation: string;
29
- error?: undefined;
30
- code?: undefined;
31
- meta?: undefined;
32
- data?: undefined;
33
- } | {
34
- success: boolean;
35
- message: string;
36
- meta: {
37
- dryRun: boolean;
38
- phase: number;
39
- formatted?: undefined;
40
- timestamp?: undefined;
41
- };
42
- error?: undefined;
43
- code?: undefined;
44
- phase?: undefined;
45
- data?: undefined;
46
- } | {
47
- success: boolean;
48
- message: string;
49
- phase: number;
50
- error?: undefined;
51
- code?: undefined;
52
- meta?: undefined;
53
- data?: undefined;
54
- } | {
55
- success: boolean;
56
- message: string;
57
- meta: {
58
- dryRun: boolean;
59
- phase: string;
60
- formatted?: undefined;
61
- timestamp?: undefined;
62
- };
63
- error?: undefined;
64
- code?: undefined;
65
- phase?: undefined;
66
- data?: undefined;
67
- } | {
68
- success: boolean;
69
- message: string;
70
- phase: string;
71
- error?: undefined;
72
- code?: undefined;
73
- meta?: undefined;
74
- data?: undefined;
75
- } | {
76
- success: boolean;
77
- data: {
78
- roadmap: string;
79
- };
80
- meta: {
81
- formatted: string;
82
- timestamp: string;
83
- dryRun?: undefined;
84
- phase?: undefined;
85
- };
86
- error?: undefined;
87
- code?: undefined;
88
- message?: undefined;
89
- phase?: undefined;
90
- } | {
91
- success: boolean;
92
- message: string;
93
- meta: {
94
- formatted: string;
95
- timestamp: string;
96
- dryRun?: undefined;
97
- phase?: undefined;
98
- };
99
- error?: undefined;
100
- code?: undefined;
101
- phase?: undefined;
102
- data?: undefined;
103
- }>;
104
- };
105
- //# sourceMappingURL=roadmap.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"roadmap.d.ts","sourceRoot":"","sources":["../../../src/commands/planning/roadmap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAMjE,eAAO,MAAM,cAAc;;;qBAGF,cAAc,SAAS;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAC;QAAC,GAAG,CAAC,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuSpL,CAAA"}
@@ -1,10 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const doctorCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext): Promise<{
6
- content: string;
7
- healthy: boolean;
8
- }>;
9
- };
10
- //# sourceMappingURL=doctor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"doctor.d.ts","sourceRoot":"","sources":["../../../src/commands/setup/doctor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAKjE,eAAO,MAAM,aAAa;;;qBAGD,cAAc;;;;CAkDtC,CAAA"}
@@ -1,62 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- import { type TimestampsData } from "../../lib/timestamps";
3
- export declare const mapCodebaseCommand: {
4
- name: string;
5
- description: string;
6
- execute(context: CommandContext, args?: {
7
- incremental?: boolean;
8
- yes?: boolean;
9
- }): Promise<Record<string, unknown> | {
10
- code: string;
11
- hint: string;
12
- success: boolean;
13
- message: string;
14
- status: "AWAITING_CONFIRM";
15
- confirm_mode: "y/n";
16
- operation: string;
17
- workflow?: undefined;
18
- output_dir?: undefined;
19
- docs?: undefined;
20
- next_step?: undefined;
21
- incremental_mode?: undefined;
22
- files_processed?: undefined;
23
- } | {
24
- success: boolean;
25
- message: string;
26
- workflow: string;
27
- output_dir: string;
28
- docs: string[];
29
- next_step: string;
30
- incremental_mode: boolean;
31
- files_processed: number;
32
- }>;
33
- runFullRebuild(dir: string, args?: {
34
- incremental?: boolean;
35
- yes?: boolean;
36
- }): Promise<{
37
- code: string;
38
- hint: string;
39
- success: boolean;
40
- message: string;
41
- status: "AWAITING_CONFIRM";
42
- confirm_mode: "y/n";
43
- operation: string;
44
- workflow?: undefined;
45
- output_dir?: undefined;
46
- docs?: undefined;
47
- next_step?: undefined;
48
- incremental_mode?: undefined;
49
- files_processed?: undefined;
50
- } | {
51
- success: boolean;
52
- message: string;
53
- workflow: string;
54
- output_dir: string;
55
- docs: string[];
56
- next_step: string;
57
- incremental_mode: boolean;
58
- files_processed: number;
59
- }>;
60
- runIncremental(dir: string, timestamps: TimestampsData): Promise<Record<string, unknown>>;
61
- };
62
- //# sourceMappingURL=map-codebase.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"map-codebase.d.ts","sourceRoot":"","sources":["../../../src/commands/setup/map-codebase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAIjE,OAAO,EAAqE,KAAK,cAAc,EAAqB,MAAM,sBAAsB,CAAA;AA8BhJ,eAAO,MAAM,kBAAkB;;;qBAGN,cAAc,SAAS;QAAE,WAAW,CAAC,EAAE,OAAO,CAAC;QAAC,GAAG,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;wBA8B5D,MAAM,SAAS;QAAE,WAAW,CAAC,EAAE,OAAO,CAAC;QAAC,GAAG,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;wBAoDvD,MAAM,cAAc,cAAc;CA2E7D,CAAA"}
@@ -1,19 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const newProjectCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext): Promise<{
6
- error: string;
7
- code: string;
8
- success?: undefined;
9
- message?: undefined;
10
- files?: undefined;
11
- } | {
12
- success: boolean;
13
- message: string;
14
- files: string[];
15
- error?: undefined;
16
- code?: undefined;
17
- }>;
18
- };
19
- //# sourceMappingURL=new-project.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"new-project.d.ts","sourceRoot":"","sources":["../../../src/commands/setup/new-project.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAiHjE,eAAO,MAAM,iBAAiB;;;qBAGL,cAAc;;;;;;;;;;;;;CAqCtC,CAAA"}
@@ -1,57 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const settingsCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- profile?: "quality" | "balanced" | "budget";
7
- agent?: string;
8
- model?: string;
9
- toggle?: string;
10
- value?: string;
11
- json?: boolean;
12
- }): Promise<{
13
- success: boolean;
14
- message: string;
15
- meta: {
16
- formatted: string;
17
- timestamp: string;
18
- };
19
- } | {
20
- success: boolean;
21
- message: string;
22
- profile: "quality" | "balanced" | "budget";
23
- agents: {
24
- orchestrator: string;
25
- discusser: string;
26
- coder: string;
27
- } | {
28
- orchestrator: string;
29
- discusser: string;
30
- coder: string;
31
- } | {
32
- orchestrator: string;
33
- discusser: string;
34
- coder: string;
35
- };
36
- } | {
37
- error: string;
38
- code: string;
39
- success?: undefined;
40
- message?: undefined;
41
- agent?: undefined;
42
- model?: undefined;
43
- } | {
44
- success: boolean;
45
- message: string;
46
- agent: string;
47
- model: string;
48
- error?: undefined;
49
- code?: undefined;
50
- } | {
51
- success: boolean;
52
- message: string;
53
- phase: string;
54
- enabled: boolean;
55
- }>;
56
- };
57
- //# sourceMappingURL=settings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/commands/setup/settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AA4CjE,eAAO,MAAM,eAAe;;;qBAGH,cAAc,SAAS;QAC5C,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAA;QAC3C,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,OAAO,CAAA;KACf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BF,CAAA"}
@@ -1,27 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const checkpointCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- yes?: boolean;
7
- }): Promise<{
8
- error: string;
9
- success?: undefined;
10
- message?: undefined;
11
- saved_to?: undefined;
12
- } | {
13
- saved_to: string;
14
- success: boolean;
15
- message: string;
16
- status: "AWAITING_CONFIRM";
17
- confirm_mode: "y/n";
18
- operation: string;
19
- error?: undefined;
20
- } | {
21
- success: boolean;
22
- message: string;
23
- saved_to: string;
24
- error?: undefined;
25
- }>;
26
- };
27
- //# sourceMappingURL=checkpoint.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkpoint.d.ts","sourceRoot":"","sources":["../../../src/commands/state/checkpoint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAKjE,eAAO,MAAM,iBAAiB;;;qBAGL,cAAc,SAAS;QAAE,GAAG,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;CA+ChE,CAAA"}
@@ -1,63 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- declare const VALID_ROLES: readonly ["upstream-api", "downstream-consumer", "shared-lib", "gateway", "worker"];
3
- type RepoRole = typeof VALID_ROLES[number];
4
- interface MultiRepo {
5
- name: string;
6
- path: string;
7
- role: RepoRole;
8
- tech_stack: string;
9
- owner_team: string;
10
- added_at: string;
11
- }
12
- export declare const multiRepoCommand: {
13
- name: string;
14
- description: string;
15
- execute(context: CommandContext, args?: {
16
- add?: string;
17
- role?: string;
18
- name?: string;
19
- tech_stack?: string;
20
- owner_team?: string;
21
- list?: boolean;
22
- status?: boolean;
23
- remove?: string;
24
- json?: boolean;
25
- }): Promise<{
26
- error: string;
27
- code: string;
28
- hint: string;
29
- success?: undefined;
30
- message?: undefined;
31
- data?: undefined;
32
- } | {
33
- error: string;
34
- code: string;
35
- hint?: undefined;
36
- success?: undefined;
37
- message?: undefined;
38
- data?: undefined;
39
- } | {
40
- success: boolean;
41
- message: string;
42
- data: MultiRepo;
43
- error?: undefined;
44
- code?: undefined;
45
- hint?: undefined;
46
- } | {
47
- success: boolean;
48
- message: string;
49
- error?: undefined;
50
- code?: undefined;
51
- hint?: undefined;
52
- data?: undefined;
53
- } | {
54
- success: boolean;
55
- data: MultiRepo[];
56
- error?: undefined;
57
- code?: undefined;
58
- hint?: undefined;
59
- message?: undefined;
60
- }>;
61
- };
62
- export {};
63
- //# sourceMappingURL=multi-repo.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"multi-repo.d.ts","sourceRoot":"","sources":["../../../src/commands/state/multi-repo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAMjE,QAAA,MAAM,WAAW,qFAAsF,CAAA;AACvG,KAAK,QAAQ,GAAG,OAAO,WAAW,CAAC,MAAM,CAAC,CAAA;AAE1C,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,QAAQ,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAsGD,eAAO,MAAM,gBAAgB;;;qBAIhB,cAAc,SAChB;QACL,GAAG,CAAC,EAAE,MAAM,CAAA;QACZ,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,IAAI,CAAC,EAAE,OAAO,CAAA;QACd,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,IAAI,CAAC,EAAE,OAAO,CAAA;KACf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+EJ,CAAA"}