-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
171 lines (171 loc) · 11.8 KB
/
Copy pathpackage.json
File metadata and controls
171 lines (171 loc) · 11.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "ax",
"version": "0.36.0",
"private": true,
"license": "AGPL-3.0-only",
"description": "ax monorepo root - workspace orchestration for the axctl CLI (apps/axctl), landing site (apps/site), and shared packages (@ax/lib, @ax/schema).",
"type": "module",
"packageManager": "bun@1.3.10",
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"effect": "4.0.0-beta.78",
"typescript": "^5.6.0",
"@types/bun": "latest",
"vite": "^8.0.3"
}
},
"overrides": {
"@tanstack/react-router": "1.170.8",
"@tanstack/react-start": "1.168.14",
"@tanstack/router-core": "1.171.6",
"@tanstack/start-plugin-core": "1.171.6",
"@tanstack/start-client-core": "1.170.4",
"@tanstack/start-server-core": "1.169.4"
},
"scripts": {
"prepare": "effect-language-service patch && lefthook install --force",
"postinstall": "[ -f bun.lock ] && bun2nix -o bun.nix || true",
"typecheck": "tsc --noEmit",
"wip": "scripts/wip",
"ingest": "bun apps/axctl/src/cli/index.ts ingest",
"search": "bun apps/axctl/src/cli/index.ts search",
"db:start": "scripts/db-start.sh",
"db:start:fg": "AX_DB_FOREGROUND=1 scripts/db-start.sh",
"db:start:nix": "nix run .#ax-surreal",
"db:stop": "scripts/db-stop.sh",
"db:schema": "scripts/apply-schema.sh",
"classifiers:smoke": "bun scripts/classifier-smoke.ts",
"refs:setup": "scripts/setup-references.sh",
"watcher:install": "bash scripts/install-watcher.sh",
"watcher:uninstall": "bash scripts/uninstall-watcher.sh",
"community:deploy": "bun alchemy deploy",
"community:destroy": "bun alchemy destroy",
"community:provenance": "bun scripts/gen-skill-provenance.ts",
"checkpoint:install": "bash scripts/install-checkpoint.sh",
"checkpoint:uninstall": "bash scripts/uninstall-checkpoint.sh",
"daemon:install": "bash scripts/install-daemon.sh",
"daemon:uninstall": "bash scripts/uninstall-daemon.sh",
"build": "bun scripts/build-axctl.ts apps/axctl/src/cli/index.ts dist/axctl",
"marketing:render": "bun scripts/marketing/render.ts",
"bench:share-viewer": "bun scripts/bench/share-viewer-bench.ts",
"check:cli-reference": "bun scripts/check-cli-reference.ts",
"check:site-cli-reference": "bun scripts/check-site-cli-reference.ts",
"check:release-announcements": "bun scripts/check-release-announcements.ts",
"check:no-node-fs": "bun scripts/check-no-node-fs.ts",
"check:record-select": "bun scripts/check-record-select.ts",
"check:harness-docs": "bun scripts/check-harness-docs-drift.ts",
"check:table-coverage": "bun scripts/check-table-coverage.ts",
"dashboard:dev": "vite --config apps/axctl/src/dashboard/web/vite.config.ts",
"dashboard:build": "vite build --config apps/axctl/src/dashboard/web/vite.config.ts",
"serve": "bun apps/axctl/src/cli/index.ts serve",
"release:announcement": "bun scripts/create-release-announcement.ts",
"prototype:memory-context": "bun scripts/prototypes/ax-memory-context.ts",
"prototype:file-context": "bun scripts/prototypes/ax-file-context.ts",
"prototype:turn-references": "bun scripts/prototypes/ax-ingest-turn-references.ts",
"prototype:turn-blocks": "bun scripts/prototypes/turn-content-blocks-dashboard.ts",
"classifiers:export-windows": "bun scripts/classifier-window-export.ts",
"classifiers:package-operations": "bun scripts/classifier-package-operations.ts",
"classifiers:embedding-baseline": "uv run scripts/classifier-embedding-baseline.py",
"classifiers:setfit-eval": "uv run packages/ax-classifier-session-sections/eval.py",
"classifiers:hybrid-gate": "uv run packages/ax-classifier-session-sections/hybrid_gate.py",
"classifiers:hybrid-window-candidate-projection": "python3 packages/ax-classifier-session-sections/hybrid_window_candidate_projection.py",
"classifiers:graph-write-plan-apply": "python3 packages/ax-classifier-session-sections/graph_write_plan_apply.py",
"classifiers:hybrid-robustness": "python3 packages/ax-classifier-session-sections/hybrid_robustness.py",
"classifiers:hybrid-graph-usefulness": "python3 packages/ax-classifier-session-sections/hybrid_graph_usefulness.py",
"classifiers:setfit-calibration": "uv run packages/ax-classifier-session-sections/calibration.py",
"classifiers:setfit-robustness": "uv run packages/ax-classifier-session-sections/robustness.py",
"classifiers:setfit-two-stage": "uv run packages/ax-classifier-session-sections/two_stage.py",
"classifiers:setfit-two-stage-calibration": "python3 packages/ax-classifier-session-sections/two_stage_calibration.py",
"classifiers:setfit-two-stage-pregate": "python3 packages/ax-classifier-session-sections/two_stage_pregate.py",
"classifiers:frozen-embedding": "uv run packages/ax-classifier-session-sections/frozen_embedding.py",
"classifiers:embedding-helper-review": "python3 packages/ax-classifier-session-sections/embedding_helper_review.py",
"classifiers:embedding-helper-review-batch": "python3 packages/ax-classifier-session-sections/embedding_helper_review_batch.py",
"classifiers:embedding-helper-review-status": "python3 packages/ax-classifier-session-sections/embedding_helper_review_status.py",
"classifiers:embedding-helper-export": "python3 packages/ax-classifier-session-sections/embedding_helper_export.py",
"classifiers:embedding-helper-graph-projection": "python3 packages/ax-classifier-session-sections/embedding_helper_graph_projection.py",
"classifiers:embedding-helper-graph-usefulness": "python3 packages/ax-classifier-session-sections/embedding_helper_graph_usefulness.py",
"classifiers:boundary-miss-review": "python3 packages/ax-classifier-session-sections/boundary_miss_review.py",
"classifiers:project-fixtures": "python3 packages/ax-classifier-session-sections/projection.py",
"classifiers:assemble-sections": "python3 packages/ax-classifier-session-sections/section_assembler.py",
"classifiers:graph-usefulness": "python3 packages/ax-classifier-session-sections/graph_usefulness.py",
"classifiers:review-sections": "python3 packages/ax-classifier-session-sections/review.py",
"classifiers:promotion-plan": "python3 packages/ax-classifier-session-sections/promotion_plan.py",
"classifiers:experiment-summary": "python3 packages/ax-classifier-session-sections/experiment_summary.py",
"classifiers:failure-analysis": "python3 packages/ax-classifier-session-sections/failure_analysis.py",
"classifiers:none-safety-pregate": "python3 packages/ax-classifier-session-sections/none_safety_pregate.py",
"classifiers:none-safety-window-replay": "python3 packages/ax-classifier-session-sections/none_safety_window_replay.py",
"classifiers:pregate-failure-analysis": "python3 packages/ax-classifier-session-sections/pregate_failure_analysis.py",
"classifiers:family-gate": "python3 packages/ax-classifier-session-sections/family_gate.py",
"classifiers:gate-stack-robustness": "python3 packages/ax-classifier-session-sections/gate_stack_robustness.py",
"classifiers:gate-stack-usefulness": "python3 packages/ax-classifier-session-sections/gate_stack_usefulness.py",
"classifiers:candidate-graph-projection": "python3 packages/ax-classifier-session-sections/candidate_graph_projection.py",
"classifiers:transcript-candidate-projection": "python3 packages/ax-classifier-session-sections/transcript_candidate_projection.py",
"classifiers:workflow-candidates": "python3 packages/ax-classifier-session-sections/workflow_candidate_report.py",
"classifiers:workflow-candidate-compare": "python3 packages/ax-classifier-session-sections/workflow_candidate_compare.py",
"classifiers:workflow-candidate-combined": "python3 packages/ax-classifier-session-sections/workflow_candidate_combined.py",
"classifiers:workflow-candidate-proposal-pack": "python3 packages/ax-classifier-session-sections/workflow_candidate_proposal_pack.py",
"classifiers:workflow-candidate-proposal-review": "python3 packages/ax-classifier-session-sections/workflow_candidate_proposal_review.py",
"classifiers:workflow-candidate-proposal-promote": "python3 packages/ax-classifier-session-sections/workflow_candidate_proposal_promote.py",
"classifiers:workflow-candidate-proposal-promote-smoke": "python3 packages/ax-classifier-session-sections/workflow_candidate_proposal_promote_smoke.py",
"classifiers:blind-fixture-pack": "python3 packages/ax-classifier-session-sections/blind_fixture_pack.py",
"classifiers:blind-gate-eval": "python3 packages/ax-classifier-session-sections/blind_gate_eval.py",
"classifiers:blind-predict": "uv run packages/ax-classifier-session-sections/blind_predict.py",
"classifiers:blind-label-review": "python3 packages/ax-classifier-session-sections/blind_label_review.py",
"classifiers:blind-label-suggest": "python3 packages/ax-classifier-session-sections/blind_label_suggest.py",
"classifiers:blind-review-priority": "python3 packages/ax-classifier-session-sections/blind_review_priority.py",
"classifiers:blind-review-packet": "python3 packages/ax-classifier-session-sections/blind_review_packet.py",
"classifiers:blind-review-workspace": "python3 packages/ax-classifier-session-sections/blind_review_workspace.py",
"classifiers:blind-review-batch": "python3 packages/ax-classifier-session-sections/blind_review_batch.py",
"classifiers:blind-review-refresh": "python3 packages/ax-classifier-session-sections/blind_review_batch_refresh.py",
"classifiers:blind-post-review": "python3 packages/ax-classifier-session-sections/blind_post_review_runner.py",
"classifiers:blind-eval-roundtrip": "python3 packages/ax-classifier-session-sections/blind_eval_roundtrip.py",
"classifiers:blind-sensitivity": "python3 packages/ax-classifier-session-sections/blind_sensitivity.py",
"classifiers:blind-hard-negatives": "python3 packages/ax-classifier-session-sections/blind_hard_negative_miner.py",
"classifiers:hard-negative-review": "python3 packages/ax-classifier-session-sections/hard_negative_review.py",
"classifiers:hard-negative-export": "python3 packages/ax-classifier-session-sections/hard_negative_export.py",
"classifiers:workflow-fixture-review": "python3 packages/ax-classifier-session-sections/workflow_fixture_review.py",
"classifiers:blind-workflow-status": "python3 packages/ax-classifier-session-sections/blind_workflow_status.py",
"classifiers:fixture-append": "python3 packages/ax-classifier-session-sections/fixture_append.py",
"classifiers:strict-none-gate": "python3 packages/ax-classifier-session-sections/strict_none_gate_eval.py",
"classifiers:relabel-audit": "python3 packages/ax-classifier-session-sections/relabel_audit.py",
"classifiers:split-audit": "python3 packages/ax-classifier-session-sections/split_audit.py",
"classifiers:fixture-metadata": "python3 packages/ax-classifier-session-sections/fixture_metadata.py",
"classifiers:workflow-quality-conclusion": "bun scripts/classifier-workflow-quality-conclusion.ts"
},
"dependencies": {
"@ax/lib": "workspace:*",
"@ax/schema": "workspace:*",
"@opentui/core": "^0.2.5",
"@opentui/react": "^0.2.5",
"@tanstack/react-query": "^5",
"@wterm/core": "0.3.0",
"@wterm/dom": "0.3.0",
"effect": "^4.0.0-beta.78",
"node-pty": "1.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"surrealdb": "^2.0.0",
"yaml": "^2.8.4"
},
"devDependencies": {
"@ax/community-compile": "workspace:*",
"@effect/language-service": "^0.85.1",
"@tanstack/react-router": "^1.169",
"@tanstack/router-plugin": "^1.167",
"@types/bun": "latest",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^6",
"alchemy": "^0.93.12",
"bun-types": "1.3.13",
"bun2nix": "^2.1.0",
"lefthook": "^2.1.9",
"turbo": "^2.9.16",
"typescript": "^5.5.0",
"vite": "^8"
}
}