archondev 0.1.0 → 1.2.0
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/README.md +84 -51
- package/dist/auth-2QIFQZTL.js +12 -0
- package/dist/bug-DXLBBW3U.js +10 -0
- package/dist/{chunk-R6IMTNKV.js → chunk-2CFO5GVH.js} +0 -35
- package/dist/chunk-A7QU6JC6.js +119 -0
- package/dist/chunk-CAYCSBNX.js +202 -0
- package/dist/chunk-EDP55FCI.js +485 -0
- package/dist/chunk-I4ZVNLNO.js +4648 -0
- package/dist/chunk-IMZN36GC.js +159 -0
- package/dist/chunk-JBKFAD4M.js +650 -0
- package/dist/chunk-MOZHC2GX.js +351 -0
- package/dist/chunk-PK3OQVBG.js +91 -0
- package/dist/chunk-QGM4M3NI.js +37 -0
- package/dist/chunk-SMR7JQK6.js +399 -0
- package/dist/chunk-UDBFDXJI.js +696 -0
- package/dist/chunk-UG2ZZ7CM.js +737 -0
- package/dist/chunk-VKM3HAHW.js +832 -0
- package/dist/chunk-WCCBJSNI.js +62 -0
- package/dist/code-review-FSTYDHNG.js +16 -0
- package/dist/execute-LYID2ODD.js +13 -0
- package/dist/index.js +1250 -7206
- package/dist/keys-EL3FUM5O.js +15 -0
- package/dist/list-VXMVEIL5.js +13 -0
- package/dist/{parser-D6PBQUJH.js → parser-M4DI7A24.js} +2 -1
- package/dist/plan-7VSFESVD.js +16 -0
- package/dist/preferences-PL2ON5VY.js +17 -0
- package/dist/review-3R6QXAXQ.js +27 -0
- package/package.json +21 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import {
|
|
2
|
+
addKey,
|
|
3
|
+
listKeys,
|
|
4
|
+
removeKey,
|
|
5
|
+
setPrimaryKey
|
|
6
|
+
} from "./chunk-IMZN36GC.js";
|
|
7
|
+
import "./chunk-SMR7JQK6.js";
|
|
8
|
+
import "./chunk-WCCBJSNI.js";
|
|
9
|
+
import "./chunk-QGM4M3NI.js";
|
|
10
|
+
export {
|
|
11
|
+
addKey,
|
|
12
|
+
listKeys,
|
|
13
|
+
removeKey,
|
|
14
|
+
setPrimaryKey
|
|
15
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
list
|
|
3
|
+
} from "./chunk-PK3OQVBG.js";
|
|
4
|
+
import "./chunk-EDP55FCI.js";
|
|
5
|
+
import "./chunk-2CFO5GVH.js";
|
|
6
|
+
import "./chunk-MOZHC2GX.js";
|
|
7
|
+
import "./chunk-A7QU6JC6.js";
|
|
8
|
+
import "./chunk-SMR7JQK6.js";
|
|
9
|
+
import "./chunk-WCCBJSNI.js";
|
|
10
|
+
import "./chunk-QGM4M3NI.js";
|
|
11
|
+
export {
|
|
12
|
+
list
|
|
13
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import {
|
|
2
|
+
listLocalAtoms,
|
|
3
|
+
loadAtom,
|
|
4
|
+
plan
|
|
5
|
+
} from "./chunk-EDP55FCI.js";
|
|
6
|
+
import "./chunk-2CFO5GVH.js";
|
|
7
|
+
import "./chunk-MOZHC2GX.js";
|
|
8
|
+
import "./chunk-A7QU6JC6.js";
|
|
9
|
+
import "./chunk-SMR7JQK6.js";
|
|
10
|
+
import "./chunk-WCCBJSNI.js";
|
|
11
|
+
import "./chunk-QGM4M3NI.js";
|
|
12
|
+
export {
|
|
13
|
+
listLocalAtoms,
|
|
14
|
+
loadAtom,
|
|
15
|
+
plan
|
|
16
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
interactiveSettings,
|
|
3
|
+
listModels,
|
|
4
|
+
resetPreferences,
|
|
5
|
+
setPreference,
|
|
6
|
+
showPreferences
|
|
7
|
+
} from "./chunk-UG2ZZ7CM.js";
|
|
8
|
+
import "./chunk-SMR7JQK6.js";
|
|
9
|
+
import "./chunk-WCCBJSNI.js";
|
|
10
|
+
import "./chunk-QGM4M3NI.js";
|
|
11
|
+
export {
|
|
12
|
+
interactiveSettings,
|
|
13
|
+
listModels,
|
|
14
|
+
resetPreferences,
|
|
15
|
+
setPreference,
|
|
16
|
+
showPreferences
|
|
17
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import {
|
|
2
|
+
reviewAnalyze,
|
|
3
|
+
reviewExport,
|
|
4
|
+
reviewInit,
|
|
5
|
+
reviewList,
|
|
6
|
+
reviewNext,
|
|
7
|
+
reviewPlan,
|
|
8
|
+
reviewRun,
|
|
9
|
+
reviewShow,
|
|
10
|
+
reviewStatus,
|
|
11
|
+
reviewUpdate
|
|
12
|
+
} from "./chunk-UDBFDXJI.js";
|
|
13
|
+
import "./chunk-VKM3HAHW.js";
|
|
14
|
+
import "./chunk-A7QU6JC6.js";
|
|
15
|
+
import "./chunk-QGM4M3NI.js";
|
|
16
|
+
export {
|
|
17
|
+
reviewAnalyze,
|
|
18
|
+
reviewExport,
|
|
19
|
+
reviewInit,
|
|
20
|
+
reviewList,
|
|
21
|
+
reviewNext,
|
|
22
|
+
reviewPlan,
|
|
23
|
+
reviewRun,
|
|
24
|
+
reviewShow,
|
|
25
|
+
reviewStatus,
|
|
26
|
+
reviewUpdate
|
|
27
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "archondev",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Local-first AI-powered development governance system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -11,7 +11,10 @@
|
|
|
11
11
|
],
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsup src/cli/index.ts --format esm --dts --clean",
|
|
14
|
+
"build:server": "tsup src/server/start.ts --format esm --out-dir dist-server --clean",
|
|
14
15
|
"dev": "tsx src/cli/index.ts",
|
|
16
|
+
"dev:server": "tsx --watch src/server/start.ts",
|
|
17
|
+
"start:server": "node dist-server/start.js",
|
|
15
18
|
"typecheck": "tsc --noEmit",
|
|
16
19
|
"test": "vitest run",
|
|
17
20
|
"test:watch": "vitest",
|
|
@@ -41,17 +44,30 @@
|
|
|
41
44
|
"url": "https://github.com/1davidlevine/archondev/issues"
|
|
42
45
|
},
|
|
43
46
|
"type": "module",
|
|
47
|
+
"pnpm": {
|
|
48
|
+
"onlyBuiltDependencies": [
|
|
49
|
+
"better-sqlite3",
|
|
50
|
+
"esbuild"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
44
53
|
"dependencies": {
|
|
45
54
|
"@anthropic-ai/sdk": "^0.71.2",
|
|
46
55
|
"@supabase/supabase-js": "^2.90.1",
|
|
47
56
|
"@types/node": "^25.0.9",
|
|
57
|
+
"better-sqlite3": "^12.6.2",
|
|
48
58
|
"chalk": "^5.6.2",
|
|
49
59
|
"commander": "^14.0.2",
|
|
60
|
+
"cors": "^2.8.5",
|
|
50
61
|
"dotenv": "^17.2.3",
|
|
62
|
+
"express": "^5.2.1",
|
|
51
63
|
"gray-matter": "^4.0.3",
|
|
64
|
+
"ink": "^6.6.0",
|
|
65
|
+
"ink-spinner": "^5.0.0",
|
|
66
|
+
"ink-table": "^3.1.0",
|
|
52
67
|
"minimatch": "^10.1.1",
|
|
53
68
|
"open": "^11.0.0",
|
|
54
69
|
"ora": "^9.0.0",
|
|
70
|
+
"react": "^19.2.3",
|
|
55
71
|
"stripe": "^20.2.0",
|
|
56
72
|
"tsx": "^4.21.0",
|
|
57
73
|
"typescript": "^5.9.3",
|
|
@@ -59,7 +75,11 @@
|
|
|
59
75
|
"yaml": "^2.8.2"
|
|
60
76
|
},
|
|
61
77
|
"devDependencies": {
|
|
78
|
+
"@types/better-sqlite3": "^7.6.13",
|
|
79
|
+
"@types/cors": "^2.8.19",
|
|
80
|
+
"@types/express": "^5.0.6",
|
|
62
81
|
"@types/js-yaml": "^4.0.9",
|
|
82
|
+
"@types/react": "^19.2.8",
|
|
63
83
|
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
64
84
|
"@typescript-eslint/parser": "^8.53.0",
|
|
65
85
|
"eslint": "^9.39.2",
|