@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.
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +14 -4197
- package/package.json +2 -1
- package/src/commands/fd-analyze-change.md +57 -0
- package/src/commands/fd-approve.md +64 -0
- package/src/commands/fd-ask.md +39 -0
- package/src/commands/fd-blast-radius.md +49 -0
- package/src/commands/fd-checkpoint.md +46 -0
- package/src/commands/fd-dashboard.md +57 -0
- package/src/commands/fd-deploy-check.md +58 -0
- package/src/commands/fd-discuss.md +61 -0
- package/src/commands/fd-doctor.md +37 -0
- package/src/commands/fd-evaluate-risk.md +62 -0
- package/src/commands/fd-fix-bug.md +93 -0
- package/src/commands/fd-guarded-edit.md +69 -0
- package/src/commands/fd-impact-radar.md +51 -0
- package/src/commands/fd-map-codebase.md +36 -0
- package/src/commands/fd-multi-repo.md +63 -0
- package/src/commands/fd-new-feature.md +49 -0
- package/src/commands/fd-new-project.md +103 -0
- package/src/commands/fd-plan.md +80 -0
- package/src/commands/fd-progress.md +50 -0
- package/src/commands/fd-regression-predict.md +57 -0
- package/src/commands/fd-resume.md +46 -0
- package/src/commands/fd-review-code.md +62 -0
- package/src/commands/fd-review-route.md +54 -0
- package/src/commands/fd-roadmap.md +46 -0
- package/src/commands/fd-settings.md +57 -0
- package/src/commands/fd-test-gap.md +54 -0
- package/src/commands/fd-translate-intent.md +56 -0
- package/src/commands/fd-volatility-map.md +64 -0
- package/src/commands/fd-workspace-status.md +34 -0
- package/src/commands/fd-write-docs.md +50 -0
- package/dist/commands/analysis/analysis.test.d.ts +0 -2
- package/dist/commands/analysis/analysis.test.d.ts.map +0 -1
- package/dist/commands/analysis/analyze-change.d.ts +0 -148
- package/dist/commands/analysis/analyze-change.d.ts.map +0 -1
- package/dist/commands/analysis/evaluate-risk.d.ts +0 -77
- package/dist/commands/analysis/evaluate-risk.d.ts.map +0 -1
- package/dist/commands/analysis/guarded-edit.d.ts +0 -72
- package/dist/commands/analysis/guarded-edit.d.ts.map +0 -1
- package/dist/commands/execution/deploy-check.d.ts +0 -91
- package/dist/commands/execution/deploy-check.d.ts.map +0 -1
- package/dist/commands/execution/fix-bug.d.ts +0 -187
- package/dist/commands/execution/fix-bug.d.ts.map +0 -1
- package/dist/commands/execution/new-feature.d.ts +0 -171
- package/dist/commands/execution/new-feature.d.ts.map +0 -1
- package/dist/commands/execution/review-code.d.ts +0 -130
- package/dist/commands/execution/review-code.d.ts.map +0 -1
- package/dist/commands/execution/write-docs.d.ts +0 -94
- package/dist/commands/execution/write-docs.d.ts.map +0 -1
- package/dist/commands/governance/approve.d.ts +0 -80
- package/dist/commands/governance/approve.d.ts.map +0 -1
- package/dist/commands/intelligence/blast-radius.d.ts +0 -67
- package/dist/commands/intelligence/blast-radius.d.ts.map +0 -1
- package/dist/commands/intelligence/impact-radar.d.ts +0 -71
- package/dist/commands/intelligence/impact-radar.d.ts.map +0 -1
- package/dist/commands/intelligence/intelligence.test.d.ts +0 -2
- package/dist/commands/intelligence/intelligence.test.d.ts.map +0 -1
- package/dist/commands/intelligence/regression-predict.d.ts +0 -75
- package/dist/commands/intelligence/regression-predict.d.ts.map +0 -1
- package/dist/commands/intelligence/review-route.d.ts +0 -65
- package/dist/commands/intelligence/review-route.d.ts.map +0 -1
- package/dist/commands/intelligence/test-gap.d.ts +0 -73
- package/dist/commands/intelligence/test-gap.d.ts.map +0 -1
- package/dist/commands/intelligence/translate-intent.d.ts +0 -87
- package/dist/commands/intelligence/translate-intent.d.ts.map +0 -1
- package/dist/commands/intelligence/volatility-map-cmd.d.ts +0 -68
- package/dist/commands/intelligence/volatility-map-cmd.d.ts.map +0 -1
- package/dist/commands/planning/ask.d.ts +0 -62
- package/dist/commands/planning/ask.d.ts.map +0 -1
- package/dist/commands/planning/ask.test.d.ts +0 -2
- package/dist/commands/planning/ask.test.d.ts.map +0 -1
- package/dist/commands/planning/dashboard.d.ts +0 -30
- package/dist/commands/planning/dashboard.d.ts.map +0 -1
- package/dist/commands/planning/discuss.d.ts +0 -39
- package/dist/commands/planning/discuss.d.ts.map +0 -1
- package/dist/commands/planning/plan.d.ts +0 -67
- package/dist/commands/planning/plan.d.ts.map +0 -1
- package/dist/commands/planning/roadmap.d.ts +0 -105
- package/dist/commands/planning/roadmap.d.ts.map +0 -1
- package/dist/commands/setup/doctor.d.ts +0 -10
- package/dist/commands/setup/doctor.d.ts.map +0 -1
- package/dist/commands/setup/map-codebase.d.ts +0 -62
- package/dist/commands/setup/map-codebase.d.ts.map +0 -1
- package/dist/commands/setup/new-project.d.ts +0 -19
- package/dist/commands/setup/new-project.d.ts.map +0 -1
- package/dist/commands/setup/settings.d.ts +0 -57
- package/dist/commands/setup/settings.d.ts.map +0 -1
- package/dist/commands/state/checkpoint.d.ts +0 -27
- package/dist/commands/state/checkpoint.d.ts.map +0 -1
- package/dist/commands/state/multi-repo.d.ts +0 -63
- package/dist/commands/state/multi-repo.d.ts.map +0 -1
- package/dist/commands/state/progress.d.ts +0 -57
- package/dist/commands/state/progress.d.ts.map +0 -1
- package/dist/commands/state/resume.d.ts +0 -11
- package/dist/commands/state/resume.d.ts.map +0 -1
- package/dist/commands/state/workspace-commands.d.ts +0 -207
- package/dist/commands/state/workspace-commands.d.ts.map +0 -1
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import type { CommandContext } from "../../types/command-context";
|
|
2
|
-
export declare const progressCommand: {
|
|
3
|
-
name: string;
|
|
4
|
-
description: string;
|
|
5
|
-
execute(context: CommandContext, args?: {
|
|
6
|
-
json?: boolean;
|
|
7
|
-
}): Promise<{
|
|
8
|
-
error: string;
|
|
9
|
-
code: string;
|
|
10
|
-
hint: string;
|
|
11
|
-
success?: undefined;
|
|
12
|
-
data?: undefined;
|
|
13
|
-
meta?: undefined;
|
|
14
|
-
message?: undefined;
|
|
15
|
-
} | {
|
|
16
|
-
success: boolean;
|
|
17
|
-
data: {
|
|
18
|
-
state: Record<string, unknown>;
|
|
19
|
-
phase: number;
|
|
20
|
-
plan_preview: string | null;
|
|
21
|
-
recent_results: {
|
|
22
|
-
phase: number;
|
|
23
|
-
preview: string;
|
|
24
|
-
}[];
|
|
25
|
-
last_updated: {};
|
|
26
|
-
};
|
|
27
|
-
meta: {
|
|
28
|
-
formatted: string;
|
|
29
|
-
timestamp: string;
|
|
30
|
-
};
|
|
31
|
-
error?: undefined;
|
|
32
|
-
code?: undefined;
|
|
33
|
-
hint?: undefined;
|
|
34
|
-
message?: undefined;
|
|
35
|
-
} | {
|
|
36
|
-
success: boolean;
|
|
37
|
-
message: string;
|
|
38
|
-
data: {
|
|
39
|
-
state: Record<string, unknown>;
|
|
40
|
-
phase: number;
|
|
41
|
-
plan_preview: string | null;
|
|
42
|
-
recent_results: {
|
|
43
|
-
phase: number;
|
|
44
|
-
preview: string;
|
|
45
|
-
}[];
|
|
46
|
-
last_updated: {};
|
|
47
|
-
};
|
|
48
|
-
meta: {
|
|
49
|
-
formatted: string;
|
|
50
|
-
timestamp: string;
|
|
51
|
-
};
|
|
52
|
-
error?: undefined;
|
|
53
|
-
code?: undefined;
|
|
54
|
-
hint?: undefined;
|
|
55
|
-
}>;
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=progress.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../src/commands/state/progress.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAIjE,eAAO,MAAM,eAAe;;;qBAGH,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EjE,CAAA"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { CommandContext } from "../../types/command-context";
|
|
2
|
-
export declare const resumeCommand: {
|
|
3
|
-
name: string;
|
|
4
|
-
description: string;
|
|
5
|
-
execute(context: CommandContext, args?: {
|
|
6
|
-
confirm?: boolean;
|
|
7
|
-
json?: boolean;
|
|
8
|
-
yes?: boolean;
|
|
9
|
-
}): Promise<Record<string, unknown>>;
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=resume.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resume.d.ts","sourceRoot":"","sources":["../../../src/commands/state/resume.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAMjE,eAAO,MAAM,aAAa;;;qBAGD,cAAc,SAAS;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,GAAG,CAAC,EAAE,OAAO,CAAA;KAAE;CAyHnG,CAAA"}
|
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
import type { CommandContext } from "../../types/command-context";
|
|
2
|
-
export declare const statusCommand: {
|
|
3
|
-
name: string;
|
|
4
|
-
description: string;
|
|
5
|
-
execute(context: CommandContext, args?: {
|
|
6
|
-
json?: boolean;
|
|
7
|
-
}): Promise<{
|
|
8
|
-
error: string;
|
|
9
|
-
success?: undefined;
|
|
10
|
-
message?: undefined;
|
|
11
|
-
data?: undefined;
|
|
12
|
-
} | {
|
|
13
|
-
success: boolean;
|
|
14
|
-
message: string;
|
|
15
|
-
error?: undefined;
|
|
16
|
-
data?: undefined;
|
|
17
|
-
} | {
|
|
18
|
-
success: boolean;
|
|
19
|
-
message: string;
|
|
20
|
-
data: {
|
|
21
|
-
workspace_root: string;
|
|
22
|
-
workspace_mode: "shared" | "per-repo";
|
|
23
|
-
repos: {
|
|
24
|
-
name: string;
|
|
25
|
-
status: "active" | "not_initialized" | "not_found";
|
|
26
|
-
state: Record<string, unknown>;
|
|
27
|
-
}[];
|
|
28
|
-
};
|
|
29
|
-
error?: undefined;
|
|
30
|
-
}>;
|
|
31
|
-
};
|
|
32
|
-
export declare const syncCommand: {
|
|
33
|
-
name: string;
|
|
34
|
-
description: string;
|
|
35
|
-
execute(context: CommandContext): Promise<{
|
|
36
|
-
error: string;
|
|
37
|
-
success?: undefined;
|
|
38
|
-
message?: undefined;
|
|
39
|
-
} | {
|
|
40
|
-
success: boolean;
|
|
41
|
-
message: string;
|
|
42
|
-
error?: undefined;
|
|
43
|
-
}>;
|
|
44
|
-
};
|
|
45
|
-
export declare const switchCommand: {
|
|
46
|
-
name: string;
|
|
47
|
-
description: string;
|
|
48
|
-
execute(context: CommandContext, args?: {
|
|
49
|
-
repo?: string;
|
|
50
|
-
}): Promise<{
|
|
51
|
-
error: string;
|
|
52
|
-
success?: undefined;
|
|
53
|
-
message?: undefined;
|
|
54
|
-
} | {
|
|
55
|
-
success: boolean;
|
|
56
|
-
message: string;
|
|
57
|
-
error?: undefined;
|
|
58
|
-
}>;
|
|
59
|
-
};
|
|
60
|
-
export declare const addCommand: {
|
|
61
|
-
name: string;
|
|
62
|
-
description: string;
|
|
63
|
-
execute(context: CommandContext, args?: {
|
|
64
|
-
path?: string;
|
|
65
|
-
}): Promise<{
|
|
66
|
-
error: string;
|
|
67
|
-
success?: undefined;
|
|
68
|
-
message?: undefined;
|
|
69
|
-
} | {
|
|
70
|
-
success: boolean;
|
|
71
|
-
message: string;
|
|
72
|
-
error?: undefined;
|
|
73
|
-
}>;
|
|
74
|
-
};
|
|
75
|
-
export declare const removeCommand: {
|
|
76
|
-
name: string;
|
|
77
|
-
description: string;
|
|
78
|
-
execute(context: CommandContext, args?: {
|
|
79
|
-
repo?: string;
|
|
80
|
-
}): Promise<{
|
|
81
|
-
error: string;
|
|
82
|
-
success?: undefined;
|
|
83
|
-
message?: undefined;
|
|
84
|
-
} | {
|
|
85
|
-
success: boolean;
|
|
86
|
-
message: string;
|
|
87
|
-
error?: undefined;
|
|
88
|
-
}>;
|
|
89
|
-
};
|
|
90
|
-
export declare const defaultCommand: {
|
|
91
|
-
name: string;
|
|
92
|
-
description: string;
|
|
93
|
-
execute(context: CommandContext, args?: {
|
|
94
|
-
subcommand?: string;
|
|
95
|
-
}): Promise<{
|
|
96
|
-
error: string;
|
|
97
|
-
success?: undefined;
|
|
98
|
-
message?: undefined;
|
|
99
|
-
data?: undefined;
|
|
100
|
-
} | {
|
|
101
|
-
success: boolean;
|
|
102
|
-
message: string;
|
|
103
|
-
error?: undefined;
|
|
104
|
-
data?: undefined;
|
|
105
|
-
} | {
|
|
106
|
-
success: boolean;
|
|
107
|
-
message: string;
|
|
108
|
-
data: {
|
|
109
|
-
workspace_root: string;
|
|
110
|
-
workspace_mode: "shared" | "per-repo";
|
|
111
|
-
repos: {
|
|
112
|
-
name: string;
|
|
113
|
-
status: "active" | "not_initialized" | "not_found";
|
|
114
|
-
state: Record<string, unknown>;
|
|
115
|
-
}[];
|
|
116
|
-
};
|
|
117
|
-
error?: undefined;
|
|
118
|
-
}>;
|
|
119
|
-
};
|
|
120
|
-
export declare const workspaceCommands: ({
|
|
121
|
-
name: string;
|
|
122
|
-
description: string;
|
|
123
|
-
execute(context: CommandContext, args?: {
|
|
124
|
-
json?: boolean;
|
|
125
|
-
}): Promise<{
|
|
126
|
-
error: string;
|
|
127
|
-
success?: undefined;
|
|
128
|
-
message?: undefined;
|
|
129
|
-
data?: undefined;
|
|
130
|
-
} | {
|
|
131
|
-
success: boolean;
|
|
132
|
-
message: string;
|
|
133
|
-
error?: undefined;
|
|
134
|
-
data?: undefined;
|
|
135
|
-
} | {
|
|
136
|
-
success: boolean;
|
|
137
|
-
message: string;
|
|
138
|
-
data: {
|
|
139
|
-
workspace_root: string;
|
|
140
|
-
workspace_mode: "shared" | "per-repo";
|
|
141
|
-
repos: {
|
|
142
|
-
name: string;
|
|
143
|
-
status: "active" | "not_initialized" | "not_found";
|
|
144
|
-
state: Record<string, unknown>;
|
|
145
|
-
}[];
|
|
146
|
-
};
|
|
147
|
-
error?: undefined;
|
|
148
|
-
}>;
|
|
149
|
-
} | {
|
|
150
|
-
name: string;
|
|
151
|
-
description: string;
|
|
152
|
-
execute(context: CommandContext, args?: {
|
|
153
|
-
repo?: string;
|
|
154
|
-
}): Promise<{
|
|
155
|
-
error: string;
|
|
156
|
-
success?: undefined;
|
|
157
|
-
message?: undefined;
|
|
158
|
-
} | {
|
|
159
|
-
success: boolean;
|
|
160
|
-
message: string;
|
|
161
|
-
error?: undefined;
|
|
162
|
-
}>;
|
|
163
|
-
} | {
|
|
164
|
-
name: string;
|
|
165
|
-
description: string;
|
|
166
|
-
execute(context: CommandContext, args?: {
|
|
167
|
-
path?: string;
|
|
168
|
-
}): Promise<{
|
|
169
|
-
error: string;
|
|
170
|
-
success?: undefined;
|
|
171
|
-
message?: undefined;
|
|
172
|
-
} | {
|
|
173
|
-
success: boolean;
|
|
174
|
-
message: string;
|
|
175
|
-
error?: undefined;
|
|
176
|
-
}>;
|
|
177
|
-
} | {
|
|
178
|
-
name: string;
|
|
179
|
-
description: string;
|
|
180
|
-
execute(context: CommandContext, args?: {
|
|
181
|
-
subcommand?: string;
|
|
182
|
-
}): Promise<{
|
|
183
|
-
error: string;
|
|
184
|
-
success?: undefined;
|
|
185
|
-
message?: undefined;
|
|
186
|
-
data?: undefined;
|
|
187
|
-
} | {
|
|
188
|
-
success: boolean;
|
|
189
|
-
message: string;
|
|
190
|
-
error?: undefined;
|
|
191
|
-
data?: undefined;
|
|
192
|
-
} | {
|
|
193
|
-
success: boolean;
|
|
194
|
-
message: string;
|
|
195
|
-
data: {
|
|
196
|
-
workspace_root: string;
|
|
197
|
-
workspace_mode: "shared" | "per-repo";
|
|
198
|
-
repos: {
|
|
199
|
-
name: string;
|
|
200
|
-
status: "active" | "not_initialized" | "not_found";
|
|
201
|
-
state: Record<string, unknown>;
|
|
202
|
-
}[];
|
|
203
|
-
};
|
|
204
|
-
error?: undefined;
|
|
205
|
-
}>;
|
|
206
|
-
})[];
|
|
207
|
-
//# sourceMappingURL=workspace-commands.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-commands.d.ts","sourceRoot":"","sources":["../../../src/commands/state/workspace-commands.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAiGjE,eAAO,MAAM,aAAa;;;qBAGD,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;CA0CjE,CAAA;AAED,eAAO,MAAM,WAAW;;;qBAGC,cAAc;;;;;;;;;CA6EtC,CAAA;AAED,eAAO,MAAM,aAAa;;;qBAGD,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;CA0ChE,CAAA;AAED,eAAO,MAAM,UAAU;;;qBAGE,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;CA0ChE,CAAA;AAED,eAAO,MAAM,aAAa;;;qBAGD,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;CA2ChE,CAAA;AAED,eAAO,MAAM,cAAc;;;qBAGF,cAAc,SAAS;QAAE,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;CAGtE,CAAA;AAED,eAAO,MAAM,iBAAiB;;;qBApRL,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAiIzC,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;;;;qBA+CxC,cAAc,SAAS;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;;;;qBA+FxC,cAAc,SAAS;QAAE,UAAU,CAAC,EAAE,MAAM,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;IAYtE,CAAA"}
|