@dv.nghiem/flowdeck 0.1.0 → 0.1.2

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 (105) hide show
  1. package/dist/hooks/approval-hook.d.ts +2 -6
  2. package/dist/hooks/approval-hook.d.ts.map +1 -1
  3. package/dist/hooks/decision-trace-hook.d.ts.map +1 -1
  4. package/dist/hooks/session-idle-hook.d.ts.map +1 -1
  5. package/dist/hooks/telemetry-hook.d.ts +5 -11
  6. package/dist/hooks/telemetry-hook.d.ts.map +1 -1
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/index.js +65 -4236
  9. package/package.json +2 -1
  10. package/src/commands/fd-analyze-change.md +57 -0
  11. package/src/commands/fd-approve.md +64 -0
  12. package/src/commands/fd-ask.md +39 -0
  13. package/src/commands/fd-blast-radius.md +49 -0
  14. package/src/commands/fd-checkpoint.md +46 -0
  15. package/src/commands/fd-dashboard.md +57 -0
  16. package/src/commands/fd-deploy-check.md +58 -0
  17. package/src/commands/fd-discuss.md +61 -0
  18. package/src/commands/fd-doctor.md +37 -0
  19. package/src/commands/fd-evaluate-risk.md +62 -0
  20. package/src/commands/fd-fix-bug.md +93 -0
  21. package/src/commands/fd-guarded-edit.md +69 -0
  22. package/src/commands/fd-impact-radar.md +51 -0
  23. package/src/commands/fd-map-codebase.md +36 -0
  24. package/src/commands/fd-multi-repo.md +63 -0
  25. package/src/commands/fd-new-feature.md +49 -0
  26. package/src/commands/fd-new-project.md +103 -0
  27. package/src/commands/fd-plan.md +80 -0
  28. package/src/commands/fd-progress.md +50 -0
  29. package/src/commands/fd-regression-predict.md +57 -0
  30. package/src/commands/fd-resume.md +46 -0
  31. package/src/commands/fd-review-code.md +62 -0
  32. package/src/commands/fd-review-route.md +54 -0
  33. package/src/commands/fd-roadmap.md +46 -0
  34. package/src/commands/fd-settings.md +57 -0
  35. package/src/commands/fd-test-gap.md +54 -0
  36. package/src/commands/fd-translate-intent.md +56 -0
  37. package/src/commands/fd-volatility-map.md +64 -0
  38. package/src/commands/fd-workspace-status.md +34 -0
  39. package/src/commands/fd-write-docs.md +50 -0
  40. package/dist/commands/analysis/analysis.test.d.ts +0 -2
  41. package/dist/commands/analysis/analysis.test.d.ts.map +0 -1
  42. package/dist/commands/analysis/analyze-change.d.ts +0 -148
  43. package/dist/commands/analysis/analyze-change.d.ts.map +0 -1
  44. package/dist/commands/analysis/evaluate-risk.d.ts +0 -77
  45. package/dist/commands/analysis/evaluate-risk.d.ts.map +0 -1
  46. package/dist/commands/analysis/guarded-edit.d.ts +0 -72
  47. package/dist/commands/analysis/guarded-edit.d.ts.map +0 -1
  48. package/dist/commands/execution/deploy-check.d.ts +0 -91
  49. package/dist/commands/execution/deploy-check.d.ts.map +0 -1
  50. package/dist/commands/execution/fix-bug.d.ts +0 -187
  51. package/dist/commands/execution/fix-bug.d.ts.map +0 -1
  52. package/dist/commands/execution/new-feature.d.ts +0 -171
  53. package/dist/commands/execution/new-feature.d.ts.map +0 -1
  54. package/dist/commands/execution/review-code.d.ts +0 -130
  55. package/dist/commands/execution/review-code.d.ts.map +0 -1
  56. package/dist/commands/execution/write-docs.d.ts +0 -94
  57. package/dist/commands/execution/write-docs.d.ts.map +0 -1
  58. package/dist/commands/governance/approve.d.ts +0 -80
  59. package/dist/commands/governance/approve.d.ts.map +0 -1
  60. package/dist/commands/intelligence/blast-radius.d.ts +0 -67
  61. package/dist/commands/intelligence/blast-radius.d.ts.map +0 -1
  62. package/dist/commands/intelligence/impact-radar.d.ts +0 -71
  63. package/dist/commands/intelligence/impact-radar.d.ts.map +0 -1
  64. package/dist/commands/intelligence/intelligence.test.d.ts +0 -2
  65. package/dist/commands/intelligence/intelligence.test.d.ts.map +0 -1
  66. package/dist/commands/intelligence/regression-predict.d.ts +0 -75
  67. package/dist/commands/intelligence/regression-predict.d.ts.map +0 -1
  68. package/dist/commands/intelligence/review-route.d.ts +0 -65
  69. package/dist/commands/intelligence/review-route.d.ts.map +0 -1
  70. package/dist/commands/intelligence/test-gap.d.ts +0 -73
  71. package/dist/commands/intelligence/test-gap.d.ts.map +0 -1
  72. package/dist/commands/intelligence/translate-intent.d.ts +0 -87
  73. package/dist/commands/intelligence/translate-intent.d.ts.map +0 -1
  74. package/dist/commands/intelligence/volatility-map-cmd.d.ts +0 -68
  75. package/dist/commands/intelligence/volatility-map-cmd.d.ts.map +0 -1
  76. package/dist/commands/planning/ask.d.ts +0 -62
  77. package/dist/commands/planning/ask.d.ts.map +0 -1
  78. package/dist/commands/planning/ask.test.d.ts +0 -2
  79. package/dist/commands/planning/ask.test.d.ts.map +0 -1
  80. package/dist/commands/planning/dashboard.d.ts +0 -30
  81. package/dist/commands/planning/dashboard.d.ts.map +0 -1
  82. package/dist/commands/planning/discuss.d.ts +0 -39
  83. package/dist/commands/planning/discuss.d.ts.map +0 -1
  84. package/dist/commands/planning/plan.d.ts +0 -67
  85. package/dist/commands/planning/plan.d.ts.map +0 -1
  86. package/dist/commands/planning/roadmap.d.ts +0 -105
  87. package/dist/commands/planning/roadmap.d.ts.map +0 -1
  88. package/dist/commands/setup/doctor.d.ts +0 -10
  89. package/dist/commands/setup/doctor.d.ts.map +0 -1
  90. package/dist/commands/setup/map-codebase.d.ts +0 -62
  91. package/dist/commands/setup/map-codebase.d.ts.map +0 -1
  92. package/dist/commands/setup/new-project.d.ts +0 -19
  93. package/dist/commands/setup/new-project.d.ts.map +0 -1
  94. package/dist/commands/setup/settings.d.ts +0 -57
  95. package/dist/commands/setup/settings.d.ts.map +0 -1
  96. package/dist/commands/state/checkpoint.d.ts +0 -27
  97. package/dist/commands/state/checkpoint.d.ts.map +0 -1
  98. package/dist/commands/state/multi-repo.d.ts +0 -63
  99. package/dist/commands/state/multi-repo.d.ts.map +0 -1
  100. package/dist/commands/state/progress.d.ts +0 -57
  101. package/dist/commands/state/progress.d.ts.map +0 -1
  102. package/dist/commands/state/resume.d.ts +0 -11
  103. package/dist/commands/state/resume.d.ts.map +0 -1
  104. package/dist/commands/state/workspace-commands.d.ts +0 -207
  105. package/dist/commands/state/workspace-commands.d.ts.map +0 -1
@@ -1,94 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const writeDocsCommand: {
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
- success?: undefined;
12
- data?: undefined;
13
- meta?: undefined;
14
- message?: undefined;
15
- workflow?: undefined;
16
- config?: undefined;
17
- phase?: undefined;
18
- } | {
19
- success: boolean;
20
- data: {
21
- workflow: string;
22
- config: {
23
- agents: ({
24
- name: string;
25
- model: string;
26
- temperature: number;
27
- maxSteps: number;
28
- focus?: undefined;
29
- check?: undefined;
30
- } | {
31
- name: string;
32
- focus: string;
33
- check: string;
34
- model?: undefined;
35
- temperature?: undefined;
36
- maxSteps?: undefined;
37
- })[];
38
- phases: {
39
- step: string;
40
- agent: string;
41
- action: string;
42
- }[];
43
- scope: string;
44
- };
45
- phase: number;
46
- };
47
- meta: {
48
- formatted: string;
49
- timestamp: string;
50
- };
51
- error?: undefined;
52
- code?: undefined;
53
- message?: undefined;
54
- workflow?: undefined;
55
- config?: undefined;
56
- phase?: undefined;
57
- } | {
58
- success: boolean;
59
- message: string;
60
- workflow: string;
61
- config: {
62
- agents: ({
63
- name: string;
64
- model: string;
65
- temperature: number;
66
- maxSteps: number;
67
- focus?: undefined;
68
- check?: undefined;
69
- } | {
70
- name: string;
71
- focus: string;
72
- check: string;
73
- model?: undefined;
74
- temperature?: undefined;
75
- maxSteps?: undefined;
76
- })[];
77
- phases: {
78
- step: string;
79
- agent: string;
80
- action: string;
81
- }[];
82
- scope: string;
83
- };
84
- phase: number;
85
- meta: {
86
- formatted: string;
87
- timestamp: string;
88
- };
89
- error?: undefined;
90
- code?: undefined;
91
- data?: undefined;
92
- }>;
93
- };
94
- //# sourceMappingURL=write-docs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"write-docs.d.ts","sourceRoot":"","sources":["../../../src/commands/execution/write-docs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAIjE,eAAO,MAAM,gBAAgB;;;qBAGJ,cAAc,SAAS;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkEjF,CAAA"}
@@ -1,80 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const approveCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- id?: string;
7
- reject?: boolean;
8
- list?: boolean;
9
- recent?: boolean;
10
- json?: boolean;
11
- }): Promise<{
12
- error: string;
13
- code: string;
14
- success?: undefined;
15
- data?: undefined;
16
- meta?: undefined;
17
- message?: undefined;
18
- pending?: undefined;
19
- hint?: undefined;
20
- approval_id?: undefined;
21
- decision?: undefined;
22
- } | {
23
- success: boolean;
24
- data: {
25
- pending: import("../../services").ApprovalRequest[];
26
- recent: import("../../services").ApprovalRequest[];
27
- };
28
- meta: {
29
- formatted: string;
30
- timestamp: string;
31
- };
32
- error?: undefined;
33
- code?: undefined;
34
- message?: undefined;
35
- pending?: undefined;
36
- hint?: undefined;
37
- approval_id?: undefined;
38
- decision?: undefined;
39
- } | {
40
- success: boolean;
41
- message: string;
42
- pending: import("../../services").ApprovalRequest[];
43
- meta: {
44
- formatted: string;
45
- timestamp: string;
46
- };
47
- error?: undefined;
48
- code?: undefined;
49
- data?: undefined;
50
- hint?: undefined;
51
- approval_id?: undefined;
52
- decision?: undefined;
53
- } | {
54
- success: boolean;
55
- error: string;
56
- hint: string;
57
- code: string;
58
- data?: undefined;
59
- meta?: undefined;
60
- message?: undefined;
61
- pending?: undefined;
62
- approval_id?: undefined;
63
- decision?: undefined;
64
- } | {
65
- success: boolean;
66
- message: string;
67
- approval_id: string;
68
- decision: string;
69
- meta: {
70
- formatted: string;
71
- timestamp: string;
72
- };
73
- error?: undefined;
74
- code?: undefined;
75
- data?: undefined;
76
- pending?: undefined;
77
- hint?: undefined;
78
- }>;
79
- };
80
- //# sourceMappingURL=approve.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"approve.d.ts","sourceRoot":"","sources":["../../../src/commands/governance/approve.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAUjE,eAAO,MAAM,cAAc;;;qBAId,cAAc,SAChB;QAAE,EAAE,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8F7F,CAAA"}
@@ -1,67 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const blastRadiusCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- change?: string;
7
- depth?: string;
8
- json?: boolean;
9
- }): Promise<{
10
- error: string;
11
- code: string;
12
- success?: undefined;
13
- data?: undefined;
14
- meta?: undefined;
15
- message?: undefined;
16
- config?: undefined;
17
- phase?: undefined;
18
- } | {
19
- success: boolean;
20
- data: {
21
- config: {
22
- agents: {
23
- name: string;
24
- role: string;
25
- }[];
26
- change_description: string;
27
- traversal_depth: number;
28
- repo_memory_nodes: number;
29
- known_fragile_patterns: number;
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
- agents: {
48
- name: string;
49
- role: string;
50
- }[];
51
- change_description: string;
52
- traversal_depth: number;
53
- repo_memory_nodes: number;
54
- known_fragile_patterns: number;
55
- workflow: string;
56
- };
57
- phase: number;
58
- meta: {
59
- formatted: string;
60
- timestamp: string;
61
- };
62
- error?: undefined;
63
- code?: undefined;
64
- data?: undefined;
65
- }>;
66
- };
67
- //# sourceMappingURL=blast-radius.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"blast-radius.d.ts","sourceRoot":"","sources":["../../../src/commands/intelligence/blast-radius.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAKjE,eAAO,MAAM,kBAAkB;;;qBAGN,cAAc,SAAS;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmElG,CAAA"}
@@ -1,71 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const impactRadarCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- change?: string;
7
- scope?: string;
8
- json?: boolean;
9
- }): Promise<{
10
- error: string;
11
- code: string;
12
- success?: undefined;
13
- data?: undefined;
14
- meta?: undefined;
15
- message?: undefined;
16
- workflow?: undefined;
17
- config?: undefined;
18
- phase?: undefined;
19
- } | {
20
- success: boolean;
21
- data: {
22
- workflow: string;
23
- config: {
24
- agents: {
25
- name: string;
26
- role: string;
27
- }[];
28
- change_description: string;
29
- scope: string;
30
- architecture_context: string | null;
31
- stack_context: string | null;
32
- known_hotspots: string[];
33
- };
34
- phase: number;
35
- };
36
- meta: {
37
- formatted: string;
38
- timestamp: string;
39
- };
40
- error?: undefined;
41
- code?: undefined;
42
- message?: undefined;
43
- workflow?: undefined;
44
- config?: undefined;
45
- phase?: undefined;
46
- } | {
47
- success: boolean;
48
- message: string;
49
- workflow: string;
50
- config: {
51
- agents: {
52
- name: string;
53
- role: string;
54
- }[];
55
- change_description: string;
56
- scope: string;
57
- architecture_context: string | null;
58
- stack_context: string | null;
59
- known_hotspots: string[];
60
- };
61
- phase: number;
62
- meta: {
63
- formatted: string;
64
- timestamp: string;
65
- };
66
- error?: undefined;
67
- code?: undefined;
68
- data?: undefined;
69
- }>;
70
- };
71
- //# sourceMappingURL=impact-radar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"impact-radar.d.ts","sourceRoot":"","sources":["../../../src/commands/intelligence/impact-radar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAMjE,eAAO,MAAM,kBAAkB;;;qBAGN,cAAc,SAAS;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoElG,CAAA"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=intelligence.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"intelligence.test.d.ts","sourceRoot":"","sources":["../../../src/commands/intelligence/intelligence.test.ts"],"names":[],"mappings":""}
@@ -1,75 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const regressionPredictCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- change?: string;
7
- files?: string;
8
- json?: boolean;
9
- }): Promise<{
10
- error: string;
11
- code: string;
12
- success?: undefined;
13
- data?: undefined;
14
- meta?: undefined;
15
- message?: undefined;
16
- config?: undefined;
17
- phase?: undefined;
18
- } | {
19
- success: boolean;
20
- data: {
21
- config: {
22
- change_description: string;
23
- affected_files: string[];
24
- regression_categories: string[];
25
- past_regression_signals: string[];
26
- agents: {
27
- name: string;
28
- role: string;
29
- }[];
30
- output_format: {
31
- predictions: string;
32
- top_risk: string;
33
- };
34
- workflow: string;
35
- };
36
- phase: number;
37
- };
38
- meta: {
39
- formatted: string;
40
- timestamp: string;
41
- };
42
- error?: undefined;
43
- code?: undefined;
44
- message?: undefined;
45
- config?: undefined;
46
- phase?: undefined;
47
- } | {
48
- success: boolean;
49
- message: string;
50
- config: {
51
- change_description: string;
52
- affected_files: string[];
53
- regression_categories: string[];
54
- past_regression_signals: string[];
55
- agents: {
56
- name: string;
57
- role: string;
58
- }[];
59
- output_format: {
60
- predictions: string;
61
- top_risk: string;
62
- };
63
- workflow: string;
64
- };
65
- phase: number;
66
- meta: {
67
- formatted: string;
68
- timestamp: string;
69
- };
70
- error?: undefined;
71
- code?: undefined;
72
- data?: undefined;
73
- }>;
74
- };
75
- //# sourceMappingURL=regression-predict.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"regression-predict.d.ts","sourceRoot":"","sources":["../../../src/commands/intelligence/regression-predict.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAkBjE,eAAO,MAAM,wBAAwB;;;qBAGZ,cAAc,SAAS;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DlG,CAAA"}
@@ -1,65 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- import { type TrustVerdict } from "../../hooks/patch-trust";
3
- export declare const reviewRouteCommand: {
4
- name: string;
5
- description: string;
6
- execute(context: CommandContext, args?: {
7
- files?: string;
8
- change?: string;
9
- json?: boolean;
10
- }): Promise<{
11
- error: string;
12
- code: string;
13
- success?: undefined;
14
- data?: undefined;
15
- meta?: undefined;
16
- message?: undefined;
17
- config?: undefined;
18
- phase?: undefined;
19
- routed_to?: undefined;
20
- } | {
21
- success: boolean;
22
- data: {
23
- config: {
24
- files: string[];
25
- change_description: string;
26
- trust_verdict: TrustVerdict;
27
- routed_to: ("security" | "data" | "backend" | "infra" | "domain-owner" | "frontend" | "devops")[];
28
- routing_rationale: string[];
29
- workflow: string;
30
- };
31
- phase: number;
32
- };
33
- meta: {
34
- formatted: string;
35
- timestamp: string;
36
- };
37
- error?: undefined;
38
- code?: undefined;
39
- message?: undefined;
40
- config?: undefined;
41
- phase?: undefined;
42
- routed_to?: undefined;
43
- } | {
44
- success: boolean;
45
- message: string;
46
- config: {
47
- files: string[];
48
- change_description: string;
49
- trust_verdict: TrustVerdict;
50
- routed_to: ("security" | "data" | "backend" | "infra" | "domain-owner" | "frontend" | "devops")[];
51
- routing_rationale: string[];
52
- workflow: string;
53
- };
54
- phase: number;
55
- routed_to: ("security" | "data" | "backend" | "infra" | "domain-owner" | "frontend" | "devops")[];
56
- meta: {
57
- formatted: string;
58
- timestamp: string;
59
- };
60
- error?: undefined;
61
- code?: undefined;
62
- data?: undefined;
63
- }>;
64
- };
65
- //# sourceMappingURL=review-route.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"review-route.d.ts","sourceRoot":"","sources":["../../../src/commands/intelligence/review-route.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAIjE,OAAO,EAAc,KAAK,YAAY,EAAE,MAAM,yBAAyB,CAAA;AA0BvE,eAAO,MAAM,kBAAkB;;;qBAGN,cAAc,SAAS;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDlG,CAAA"}
@@ -1,73 +0,0 @@
1
- import type { CommandContext } from "../../types/command-context";
2
- export declare const testGapCommand: {
3
- name: string;
4
- description: string;
5
- execute(context: CommandContext, args?: {
6
- scope?: string;
7
- change?: string;
8
- json?: boolean;
9
- }): Promise<{
10
- error: string;
11
- code: string;
12
- success?: undefined;
13
- data?: undefined;
14
- meta?: undefined;
15
- message?: undefined;
16
- config?: undefined;
17
- phase?: undefined;
18
- } | {
19
- success: boolean;
20
- data: {
21
- config: {
22
- scope: string;
23
- change_description: string;
24
- agents: {
25
- name: string;
26
- role: string;
27
- }[];
28
- gap_types: string[];
29
- output_format: {
30
- gaps: string;
31
- minimum_viable_set: string;
32
- };
33
- workflow: string;
34
- };
35
- phase: number;
36
- };
37
- meta: {
38
- formatted: string;
39
- timestamp: string;
40
- };
41
- error?: undefined;
42
- code?: undefined;
43
- message?: undefined;
44
- config?: undefined;
45
- phase?: undefined;
46
- } | {
47
- success: boolean;
48
- message: string;
49
- config: {
50
- scope: string;
51
- change_description: string;
52
- agents: {
53
- name: string;
54
- role: string;
55
- }[];
56
- gap_types: string[];
57
- output_format: {
58
- gaps: string;
59
- minimum_viable_set: string;
60
- };
61
- workflow: string;
62
- };
63
- phase: number;
64
- meta: {
65
- formatted: string;
66
- timestamp: string;
67
- };
68
- error?: undefined;
69
- code?: undefined;
70
- data?: undefined;
71
- }>;
72
- };
73
- //# sourceMappingURL=test-gap.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"test-gap.d.ts","sourceRoot":"","sources":["../../../src/commands/intelligence/test-gap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAIjE,eAAO,MAAM,cAAc;;;qBAGF,cAAc,SAAS;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDlG,CAAA"}
@@ -1,87 +0,0 @@
1
- export declare const translateIntentCommand: {
2
- name: string;
3
- description: string;
4
- execute(context: any, args?: {
5
- intent?: string;
6
- "rank-options"?: boolean;
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
- config?: undefined;
17
- phase?: undefined;
18
- } | {
19
- error: string;
20
- code: string;
21
- hint: string;
22
- success?: undefined;
23
- data?: undefined;
24
- meta?: undefined;
25
- message?: undefined;
26
- config?: undefined;
27
- phase?: undefined;
28
- } | {
29
- success: boolean;
30
- data: {
31
- config: {
32
- intent: string;
33
- agents: {
34
- name: string;
35
- role: string;
36
- }[];
37
- output_format: {
38
- options: string;
39
- recommended_option: string;
40
- assumptions: string;
41
- clarifying_questions: string;
42
- };
43
- rank_options: boolean;
44
- workflow: string;
45
- };
46
- phase: number;
47
- };
48
- meta: {
49
- formatted: string;
50
- timestamp: string;
51
- };
52
- error?: undefined;
53
- code?: undefined;
54
- hint?: undefined;
55
- message?: undefined;
56
- config?: undefined;
57
- phase?: undefined;
58
- } | {
59
- success: boolean;
60
- message: string;
61
- config: {
62
- intent: string;
63
- agents: {
64
- name: string;
65
- role: string;
66
- }[];
67
- output_format: {
68
- options: string;
69
- recommended_option: string;
70
- assumptions: string;
71
- clarifying_questions: string;
72
- };
73
- rank_options: boolean;
74
- workflow: string;
75
- };
76
- phase: number;
77
- meta: {
78
- formatted: string;
79
- timestamp: string;
80
- };
81
- error?: undefined;
82
- code?: undefined;
83
- hint?: undefined;
84
- data?: undefined;
85
- }>;
86
- };
87
- //# sourceMappingURL=translate-intent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"translate-intent.d.ts","sourceRoot":"","sources":["../../../src/commands/intelligence/translate-intent.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB;;;qBAGV,GAAG,SAAS;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,cAAc,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DjG,CAAA"}