archondev 2.19.20 → 2.19.23
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/bug-QYKFP77X.js +12 -0
- package/dist/{chunk-YGDLWQBK.js → chunk-2LAC2IW3.js} +1 -1
- package/dist/{chunk-PJRQI5UN.js → chunk-3MZOEZUH.js} +1 -1
- package/dist/{chunk-O3B6BE5D.js → chunk-6URKZ7NB.js} +1 -1
- package/dist/{chunk-XKYRHJA5.js → chunk-77S6ZEVT.js} +2 -2
- package/dist/{chunk-UFR2LX6G.js → chunk-7C6JELBL.js} +25 -16
- package/dist/{chunk-PCTP3LKJ.js → chunk-DFDEEMQU.js} +1 -1
- package/dist/{chunk-6XLWTTGJ.js → chunk-DRWP34CI.js} +1 -1
- package/dist/{chunk-EIEU3IIY.js → chunk-F7R3QKHP.js} +6 -6
- package/dist/{chunk-PSUBO3TR.js → chunk-I2ORQAMH.js} +5 -5
- package/dist/{chunk-LWNFP7BL.js → chunk-JOID4CDJ.js} +6 -6
- package/dist/{chunk-MIT5Z5V7.js → chunk-KOD52FHX.js} +7 -7
- package/dist/{chunk-RWNRCLN5.js → chunk-QIGRZP5P.js} +1 -1
- package/dist/chunk-RS3FR4UB.js +169 -0
- package/dist/{chunk-6KE53F2W.js → chunk-WQIXCLK4.js} +1 -1
- package/dist/{code-review-GJVBZPZA.js → code-review-JUMR2TQM.js} +3 -3
- package/dist/{execute-3IUO33KY.js → execute-SGRPEDGM.js} +6 -6
- package/dist/{geo-HRG7M7YX.js → geo-KXVALNSF.js} +4 -4
- package/dist/index.js +795 -854
- package/dist/{interviewer-BWM5SNOE.js → interviewer-FACOJSBN.js} +2 -2
- package/dist/{list-P5H2N6WT.js → list-2PHO34IY.js} +6 -6
- package/dist/{models-UTFGCHAY.js → models-D4NV2MVH.js} +1 -1
- package/dist/{parallel-DBPSYNE4.js → parallel-RCMUYXE2.js} +6 -6
- package/dist/{plan-W4WQY7BR.js → plan-PJI6MCS3.js} +5 -5
- package/dist/{preferences-4V4C7MVD.js → preferences-AGIZD5E5.js} +2 -2
- package/dist/{review-BXESOS5R.js → review-7BBVCF7H.js} +4 -4
- package/dist/show-N7E3I6EF.js +19 -0
- package/package.json +2 -1
- package/dist/bug-NZHQ6QZF.js +0 -12
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
bugReport
|
|
3
|
+
} from "./chunk-77S6ZEVT.js";
|
|
4
|
+
import "./chunk-DFDEEMQU.js";
|
|
5
|
+
import "./chunk-3MZOEZUH.js";
|
|
6
|
+
import "./chunk-F7R3QKHP.js";
|
|
7
|
+
import "./chunk-7C6JELBL.js";
|
|
8
|
+
import "./chunk-SVU7MLG6.js";
|
|
9
|
+
import "./chunk-4VNS5WPM.js";
|
|
10
|
+
export {
|
|
11
|
+
bugReport
|
|
12
|
+
};
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
|
|
5
5
|
// src/core/models/registry.json
|
|
6
6
|
var registry_default = {
|
|
7
|
-
lastUpdated: "2026-02-
|
|
7
|
+
lastUpdated: "2026-02-23T00:00:00Z",
|
|
8
8
|
version: "1.5.0",
|
|
9
9
|
providers: {
|
|
10
10
|
anthropic: {
|
|
@@ -21,13 +21,13 @@ var registry_default = {
|
|
|
21
21
|
],
|
|
22
22
|
thinking: [
|
|
23
23
|
{
|
|
24
|
-
id: "claude-sonnet-4-
|
|
25
|
-
name: "Claude Sonnet 4.
|
|
24
|
+
id: "claude-sonnet-4-6",
|
|
25
|
+
name: "Claude Sonnet 4.6",
|
|
26
26
|
active: true,
|
|
27
27
|
default: true,
|
|
28
28
|
costPer1kInput: 3e-3,
|
|
29
29
|
costPer1kOutput: 0.015,
|
|
30
|
-
aliases: ["claude-sonnet-4-20250514", "claude-sonnet"]
|
|
30
|
+
aliases: ["claude-sonnet-4-5-20250929", "claude-sonnet-4-20250514", "claude-sonnet"]
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
id: "claude-opus-4-5-20251101",
|
|
@@ -79,11 +79,19 @@ var registry_default = {
|
|
|
79
79
|
}
|
|
80
80
|
],
|
|
81
81
|
thinking: [
|
|
82
|
+
{
|
|
83
|
+
id: "gpt-5.3-codex",
|
|
84
|
+
name: "GPT-5.3 Codex",
|
|
85
|
+
active: true,
|
|
86
|
+
default: true,
|
|
87
|
+
costPer1kInput: 175e-5,
|
|
88
|
+
costPer1kOutput: 0.014,
|
|
89
|
+
aliases: ["gpt-5.3", "gpt-5-codex"]
|
|
90
|
+
},
|
|
82
91
|
{
|
|
83
92
|
id: "gpt-5.2",
|
|
84
93
|
name: "GPT-5.2",
|
|
85
94
|
active: true,
|
|
86
|
-
default: true,
|
|
87
95
|
costPer1kInput: 175e-5,
|
|
88
96
|
costPer1kOutput: 0.014
|
|
89
97
|
},
|
|
@@ -138,20 +146,21 @@ var registry_default = {
|
|
|
138
146
|
costPer1kOutput: 0.01
|
|
139
147
|
},
|
|
140
148
|
{
|
|
141
|
-
id: "gemini-3-pro-preview",
|
|
142
|
-
name: "Gemini 3 Pro",
|
|
149
|
+
id: "gemini-3.1-pro-preview",
|
|
150
|
+
name: "Gemini 3.1 Pro",
|
|
143
151
|
active: true,
|
|
144
152
|
costPer1kInput: 2e-3,
|
|
145
|
-
costPer1kOutput: 0.012
|
|
153
|
+
costPer1kOutput: 0.012,
|
|
154
|
+
aliases: ["gemini-3-pro-preview", "gemini-3-pro", "gemini-3.1-pro"]
|
|
146
155
|
}
|
|
147
156
|
]
|
|
148
157
|
}
|
|
149
158
|
},
|
|
150
159
|
defaults: {
|
|
151
160
|
fast: "claude-haiku-4-5",
|
|
152
|
-
thinking: "claude-sonnet-4-
|
|
153
|
-
primaryAdversarial: "claude-sonnet-4-
|
|
154
|
-
secondaryAdversarial: "gpt-5.
|
|
161
|
+
thinking: "claude-sonnet-4-6",
|
|
162
|
+
primaryAdversarial: "claude-sonnet-4-6",
|
|
163
|
+
secondaryAdversarial: "gpt-5.3-codex"
|
|
155
164
|
},
|
|
156
165
|
freeModels: [
|
|
157
166
|
"gpt-5-nano",
|
|
@@ -161,13 +170,13 @@ var registry_default = {
|
|
|
161
170
|
tierDefaults: {
|
|
162
171
|
PLANNING: {
|
|
163
172
|
anthropic: "claude-opus-4-6",
|
|
164
|
-
openai: "gpt-5.
|
|
165
|
-
google: "gemini-3-pro-preview"
|
|
173
|
+
openai: "gpt-5.3-codex",
|
|
174
|
+
google: "gemini-3.1-pro-preview"
|
|
166
175
|
},
|
|
167
176
|
REASONING: {
|
|
168
|
-
anthropic: "claude-sonnet-4-
|
|
169
|
-
openai: "gpt-5.
|
|
170
|
-
google: "gemini-
|
|
177
|
+
anthropic: "claude-sonnet-4-6",
|
|
178
|
+
openai: "gpt-5.3-codex",
|
|
179
|
+
google: "gemini-3.1-pro-preview"
|
|
171
180
|
},
|
|
172
181
|
EXECUTION: {
|
|
173
182
|
anthropic: "claude-haiku-4-5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getModelCostWithFallback
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7C6JELBL.js";
|
|
4
4
|
|
|
5
5
|
// src/agents/clients/anthropic.ts
|
|
6
6
|
import Anthropic from "@anthropic-ai/sdk";
|
|
@@ -95,15 +95,15 @@ var AnthropicClient = class {
|
|
|
95
95
|
function getDefaultModel(role) {
|
|
96
96
|
switch (role) {
|
|
97
97
|
case "architect":
|
|
98
|
-
return "claude-
|
|
98
|
+
return "claude-opus-4-6";
|
|
99
99
|
case "sentinel":
|
|
100
|
-
return "claude-sonnet-4-
|
|
100
|
+
return "claude-sonnet-4-6";
|
|
101
101
|
case "executor":
|
|
102
|
-
return "claude-sonnet-4-
|
|
102
|
+
return "claude-sonnet-4-6";
|
|
103
103
|
case "reviewer":
|
|
104
|
-
return "claude-sonnet-4-
|
|
104
|
+
return "claude-sonnet-4-6";
|
|
105
105
|
default:
|
|
106
|
-
return "claude-sonnet-4-
|
|
106
|
+
return "claude-sonnet-4-6";
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createAtom,
|
|
3
3
|
validateAtom
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DFDEEMQU.js";
|
|
5
5
|
import {
|
|
6
6
|
ArchitectAgent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3MZOEZUH.js";
|
|
8
8
|
import {
|
|
9
9
|
AnthropicClient,
|
|
10
10
|
getDefaultModel
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-F7R3QKHP.js";
|
|
12
12
|
import {
|
|
13
13
|
createAuthedSupabaseClient
|
|
14
14
|
} from "./chunk-Q3GIFHIQ.js";
|
|
@@ -712,7 +712,7 @@ var TrackedAdversarialPlanner = class {
|
|
|
712
712
|
const totalInput = tokensPerCycle.input * estimatedCycles;
|
|
713
713
|
const totalOutput = tokensPerCycle.output * estimatedCycles;
|
|
714
714
|
const estimatedCost = this.recorder.estimateCost(
|
|
715
|
-
"claude-sonnet-4-
|
|
715
|
+
"claude-sonnet-4-6",
|
|
716
716
|
totalInput,
|
|
717
717
|
totalOutput
|
|
718
718
|
);
|
|
@@ -744,7 +744,7 @@ var TrackedAdversarialPlanner = class {
|
|
|
744
744
|
if (this.billing && this.recorder) {
|
|
745
745
|
const billingResult = await this.recorder.recordAndDeduct({
|
|
746
746
|
userId: this.billing.userId,
|
|
747
|
-
model: "claude-sonnet-4-
|
|
747
|
+
model: "claude-sonnet-4-6",
|
|
748
748
|
// Default model used by planner
|
|
749
749
|
provider: "anthropic",
|
|
750
750
|
operation: "ADVERSARIAL_PLANNING",
|
|
@@ -7,14 +7,14 @@ import {
|
|
|
7
7
|
UsageRecorder,
|
|
8
8
|
handleInsufficientCreditsRecovery,
|
|
9
9
|
loadAtom
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-I2ORQAMH.js";
|
|
11
11
|
import {
|
|
12
12
|
transitionAtom
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-DFDEEMQU.js";
|
|
14
14
|
import {
|
|
15
15
|
AnthropicClient,
|
|
16
16
|
getDefaultModel
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-F7R3QKHP.js";
|
|
18
18
|
import {
|
|
19
19
|
createAuthedSupabaseClient
|
|
20
20
|
} from "./chunk-Q3GIFHIQ.js";
|
|
@@ -4474,7 +4474,7 @@ var TrackedExecutorAgent = class {
|
|
|
4474
4474
|
return { sufficient: true, estimatedCostCents: 0, balance: 0 };
|
|
4475
4475
|
}
|
|
4476
4476
|
const estimatedCost = this.recorder.estimateCost(
|
|
4477
|
-
"claude-sonnet-4-
|
|
4477
|
+
"claude-sonnet-4-6",
|
|
4478
4478
|
6e3,
|
|
4479
4479
|
6e3
|
|
4480
4480
|
);
|
|
@@ -4506,7 +4506,7 @@ var TrackedExecutorAgent = class {
|
|
|
4506
4506
|
if (this.billing && this.recorder) {
|
|
4507
4507
|
billingResult = await this.recorder.recordAndDeduct({
|
|
4508
4508
|
userId: this.billing.userId,
|
|
4509
|
-
model: "claude-sonnet-4-
|
|
4509
|
+
model: "claude-sonnet-4-6",
|
|
4510
4510
|
provider: "anthropic",
|
|
4511
4511
|
operation: "EXECUTION",
|
|
4512
4512
|
inputTokens: result.usage.inputTokens,
|
|
@@ -4797,7 +4797,7 @@ function createPrompt() {
|
|
|
4797
4797
|
}
|
|
4798
4798
|
async function execute(atomId, options) {
|
|
4799
4799
|
if (options.parallel && options.parallel.length > 0) {
|
|
4800
|
-
const { parallelExecute } = await import("./parallel-
|
|
4800
|
+
const { parallelExecute } = await import("./parallel-RCMUYXE2.js");
|
|
4801
4801
|
const allAtomIds = [atomId, ...options.parallel];
|
|
4802
4802
|
await parallelExecute(allAtomIds, { skipGates: options.skipGates === true });
|
|
4803
4803
|
return;
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
invalidateTierCache,
|
|
12
12
|
isFreeModel,
|
|
13
13
|
isValidModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-7C6JELBL.js";
|
|
15
15
|
import {
|
|
16
16
|
keyManager
|
|
17
17
|
} from "./chunk-RDG5BUED.js";
|
|
@@ -64,14 +64,14 @@ var OPERATION_TIERS = {
|
|
|
64
64
|
};
|
|
65
65
|
var DEFAULT_TIER_CONFIG = {
|
|
66
66
|
PLANNING: {
|
|
67
|
-
anthropic: "claude-opus-4-
|
|
68
|
-
openai: "gpt-5.
|
|
69
|
-
google: "gemini-3-pro-preview"
|
|
67
|
+
anthropic: "claude-opus-4-6",
|
|
68
|
+
openai: "gpt-5.3-codex",
|
|
69
|
+
google: "gemini-3.1-pro-preview"
|
|
70
70
|
},
|
|
71
71
|
REASONING: {
|
|
72
|
-
anthropic: "claude-sonnet-4-
|
|
73
|
-
openai: "gpt-5.
|
|
74
|
-
google: "gemini-
|
|
72
|
+
anthropic: "claude-sonnet-4-6",
|
|
73
|
+
openai: "gpt-5.3-codex",
|
|
74
|
+
google: "gemini-3.1-pro-preview"
|
|
75
75
|
},
|
|
76
76
|
EXECUTION: {
|
|
77
77
|
anthropic: "claude-haiku-4-5",
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import {
|
|
2
|
+
loadAtom
|
|
3
|
+
} from "./chunk-I2ORQAMH.js";
|
|
4
|
+
|
|
5
|
+
// src/cli/show.ts
|
|
6
|
+
import chalk from "chalk";
|
|
7
|
+
var STATUS_COLORS = {
|
|
8
|
+
DRAFT: chalk.gray,
|
|
9
|
+
READY: chalk.blue,
|
|
10
|
+
IN_PROGRESS: chalk.yellow,
|
|
11
|
+
TESTING: chalk.cyan,
|
|
12
|
+
DONE: chalk.green,
|
|
13
|
+
FAILED: chalk.red,
|
|
14
|
+
BLOCKED: chalk.magenta
|
|
15
|
+
};
|
|
16
|
+
async function show(atomId) {
|
|
17
|
+
const atom = await loadAtom(atomId);
|
|
18
|
+
if (!atom) {
|
|
19
|
+
console.error(chalk.red(`Atom ${atomId} not found.`));
|
|
20
|
+
console.log(chalk.dim('Use "archon list" to see available atoms.'));
|
|
21
|
+
process.exit(1);
|
|
22
|
+
}
|
|
23
|
+
const colorFn = STATUS_COLORS[atom.status] ?? chalk.white;
|
|
24
|
+
console.log("");
|
|
25
|
+
console.log(chalk.bold(`Atom: ${atom.externalId}`));
|
|
26
|
+
console.log(chalk.dim("\u2550".repeat(60)));
|
|
27
|
+
console.log("");
|
|
28
|
+
console.log(chalk.bold("Title:"), atom.title);
|
|
29
|
+
if (atom.description) {
|
|
30
|
+
console.log(chalk.bold("Description:"), atom.description);
|
|
31
|
+
}
|
|
32
|
+
console.log(chalk.bold("Status:"), colorFn(atom.status));
|
|
33
|
+
console.log(chalk.bold("Priority:"), atom.priority);
|
|
34
|
+
console.log(chalk.bold("Created:"), formatDateTime(atom.createdAt));
|
|
35
|
+
console.log(chalk.bold("Updated:"), formatDateTime(atom.updatedAt));
|
|
36
|
+
if (atom.goals && atom.goals.length > 0) {
|
|
37
|
+
console.log("");
|
|
38
|
+
console.log(chalk.bold("Goals:"));
|
|
39
|
+
for (const goal of atom.goals) {
|
|
40
|
+
console.log(` \u2022 ${goal}`);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
if (atom.acceptanceCriteria && atom.acceptanceCriteria.length > 0) {
|
|
44
|
+
console.log("");
|
|
45
|
+
console.log(chalk.bold("Acceptance Criteria:"));
|
|
46
|
+
for (let i = 0; i < atom.acceptanceCriteria.length; i++) {
|
|
47
|
+
console.log(` ${i + 1}. ${atom.acceptanceCriteria[i]}`);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
if (atom.tags && atom.tags.length > 0) {
|
|
51
|
+
console.log("");
|
|
52
|
+
console.log(chalk.bold("Tags:"), atom.tags.join(", "));
|
|
53
|
+
}
|
|
54
|
+
if (atom.plan) {
|
|
55
|
+
console.log("");
|
|
56
|
+
console.log(chalk.bold("Implementation Plan:"));
|
|
57
|
+
console.log(chalk.dim("\u2500".repeat(40)));
|
|
58
|
+
console.log(chalk.bold("Steps:"));
|
|
59
|
+
for (let i = 0; i < atom.plan.steps.length; i++) {
|
|
60
|
+
console.log(` ${i + 1}. ${atom.plan.steps[i]}`);
|
|
61
|
+
}
|
|
62
|
+
if (atom.plan.files_to_modify.length > 0) {
|
|
63
|
+
console.log("");
|
|
64
|
+
console.log(chalk.bold("Files to modify:"));
|
|
65
|
+
for (const file of atom.plan.files_to_modify) {
|
|
66
|
+
console.log(` \u2022 ${file}`);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
if (atom.plan.dependencies.length > 0) {
|
|
70
|
+
console.log("");
|
|
71
|
+
console.log(chalk.bold("Dependencies:"));
|
|
72
|
+
for (const dep of atom.plan.dependencies) {
|
|
73
|
+
console.log(` \u2022 ${dep}`);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
if (atom.plan.risks.length > 0) {
|
|
77
|
+
console.log("");
|
|
78
|
+
console.log(chalk.bold("Risks:"));
|
|
79
|
+
for (const risk of atom.plan.risks) {
|
|
80
|
+
console.log(chalk.yellow(` [!] ${risk}`));
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
console.log("");
|
|
84
|
+
console.log(chalk.bold("Estimated Complexity:"), atom.plan.estimated_complexity);
|
|
85
|
+
}
|
|
86
|
+
if (atom.status === "FAILED" && atom.errorMessage) {
|
|
87
|
+
console.log("");
|
|
88
|
+
console.log(chalk.bold("Error:"));
|
|
89
|
+
console.log(chalk.red(` ${atom.errorMessage}`));
|
|
90
|
+
}
|
|
91
|
+
if (atom.retryCount > 0) {
|
|
92
|
+
console.log("");
|
|
93
|
+
console.log(chalk.bold("Retry Count:"), chalk.yellow(String(atom.retryCount)));
|
|
94
|
+
}
|
|
95
|
+
if (atom.ownershipPaths && atom.ownershipPaths.length > 0) {
|
|
96
|
+
console.log("");
|
|
97
|
+
console.log(chalk.bold("Ownership Paths:"));
|
|
98
|
+
for (const path of atom.ownershipPaths) {
|
|
99
|
+
console.log(` \u2022 ${path}`);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
if (atom.diffContract) {
|
|
103
|
+
console.log("");
|
|
104
|
+
console.log(chalk.bold("Diff Contract:"));
|
|
105
|
+
if (atom.diffContract.allowed_paths.length > 0) {
|
|
106
|
+
console.log(chalk.dim(" Allowed paths:"));
|
|
107
|
+
for (const path of atom.diffContract.allowed_paths) {
|
|
108
|
+
console.log(` \u2713 ${path}`);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
if (atom.diffContract.forbidden_paths.length > 0) {
|
|
112
|
+
console.log(chalk.dim(" Forbidden paths:"));
|
|
113
|
+
for (const path of atom.diffContract.forbidden_paths) {
|
|
114
|
+
console.log(chalk.red(` \u2717 ${path}`));
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
if (atom.context && Object.keys(atom.context).length > 0) {
|
|
119
|
+
console.log("");
|
|
120
|
+
console.log(chalk.bold("Context:"));
|
|
121
|
+
if (atom.context.relevantFiles && atom.context.relevantFiles.length > 0) {
|
|
122
|
+
console.log(chalk.dim(" Relevant files:"));
|
|
123
|
+
for (const file of atom.context.relevantFiles) {
|
|
124
|
+
console.log(` \u2022 ${file}`);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
if (atom.context.recentLearnings && atom.context.recentLearnings.length > 0) {
|
|
128
|
+
console.log(chalk.dim(" Recent learnings:"));
|
|
129
|
+
for (const learning of atom.context.recentLearnings) {
|
|
130
|
+
console.log(` \u2022 ${learning}`);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
console.log("");
|
|
135
|
+
console.log(chalk.dim("\u2500".repeat(60)));
|
|
136
|
+
console.log(chalk.bold("Next Steps:"));
|
|
137
|
+
switch (atom.status) {
|
|
138
|
+
case "DRAFT":
|
|
139
|
+
console.log(chalk.dim(` Run "archon plan ${atom.externalId} --continue" to finalize the plan`));
|
|
140
|
+
break;
|
|
141
|
+
case "READY":
|
|
142
|
+
console.log(chalk.dim(` Run "archon execute ${atom.externalId}" to implement`));
|
|
143
|
+
break;
|
|
144
|
+
case "IN_PROGRESS":
|
|
145
|
+
console.log(chalk.dim(" Execution is in progress..."));
|
|
146
|
+
break;
|
|
147
|
+
case "TESTING":
|
|
148
|
+
console.log(chalk.dim(" Waiting for quality gates to complete..."));
|
|
149
|
+
break;
|
|
150
|
+
case "DONE":
|
|
151
|
+
console.log(chalk.green(" \u2713 Atom completed successfully!"));
|
|
152
|
+
break;
|
|
153
|
+
case "FAILED":
|
|
154
|
+
console.log(chalk.dim(` Review the error and run "archon execute ${atom.externalId}" to retry`));
|
|
155
|
+
break;
|
|
156
|
+
case "BLOCKED":
|
|
157
|
+
console.log(chalk.dim(" This atom is blocked. Manual intervention required."));
|
|
158
|
+
break;
|
|
159
|
+
}
|
|
160
|
+
console.log("");
|
|
161
|
+
}
|
|
162
|
+
function formatDateTime(date) {
|
|
163
|
+
const d = typeof date === "string" ? new Date(date) : date;
|
|
164
|
+
return d.toLocaleString();
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export {
|
|
168
|
+
show
|
|
169
|
+
};
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
analyzeProject,
|
|
5
5
|
featuresToTasks,
|
|
6
6
|
readArchitectureContext
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-2LAC2IW3.js";
|
|
8
|
+
import "./chunk-F7R3QKHP.js";
|
|
9
|
+
import "./chunk-7C6JELBL.js";
|
|
10
10
|
import "./chunk-4VNS5WPM.js";
|
|
11
11
|
export {
|
|
12
12
|
ReviewDatabase,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execute
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JOID4CDJ.js";
|
|
4
4
|
import "./chunk-EBHHIUCB.js";
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-I2ORQAMH.js";
|
|
6
|
+
import "./chunk-DFDEEMQU.js";
|
|
7
|
+
import "./chunk-3MZOEZUH.js";
|
|
8
|
+
import "./chunk-F7R3QKHP.js";
|
|
9
9
|
import "./chunk-Q3GIFHIQ.js";
|
|
10
10
|
import "./chunk-5EVHUDQX.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-7C6JELBL.js";
|
|
12
12
|
import "./chunk-TFSHS7EN.js";
|
|
13
13
|
import "./chunk-RDG5BUED.js";
|
|
14
14
|
import "./chunk-M4LGRTLC.js";
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
geoFaq,
|
|
5
5
|
geoIdentity,
|
|
6
6
|
geoSchema
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6URKZ7NB.js";
|
|
8
8
|
import "./chunk-3ASILTFB.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-3MZOEZUH.js";
|
|
10
|
+
import "./chunk-F7R3QKHP.js";
|
|
11
|
+
import "./chunk-7C6JELBL.js";
|
|
12
12
|
import "./chunk-SVU7MLG6.js";
|
|
13
13
|
import "./chunk-4VNS5WPM.js";
|
|
14
14
|
export {
|