crewhaus 0.1.8 → 0.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 +10 -3
- package/dist/advice-apply.d.ts +182 -0
- package/dist/advice-apply.js +286 -0
- package/dist/advise-rules.d.ts +348 -0
- package/dist/advise-rules.js +905 -0
- package/dist/alert-sink.d.ts +48 -0
- package/dist/alert-sink.js +86 -0
- package/dist/approval-gate.d.ts +127 -0
- package/dist/approval-gate.js +254 -0
- package/dist/audit-verify.d.ts +69 -0
- package/dist/audit-verify.js +97 -0
- package/dist/autodistill.d.ts +113 -0
- package/dist/autodistill.js +256 -0
- package/dist/channel-provision.d.ts +360 -0
- package/dist/channel-provision.js +881 -0
- package/dist/ci-scaffold.d.ts +31 -0
- package/dist/ci-scaffold.js +343 -0
- package/dist/compile-check.d.ts +90 -0
- package/dist/compile-check.js +285 -0
- package/dist/compliance-schedule.d.ts +35 -0
- package/dist/compliance-schedule.js +36 -0
- package/dist/context-pressure.d.ts +80 -0
- package/dist/context-pressure.js +166 -0
- package/dist/dataset-mine.d.ts +172 -0
- package/dist/dataset-mine.js +403 -0
- package/dist/datasets.d.ts +124 -0
- package/dist/datasets.js +260 -0
- package/dist/deploy-canary.d.ts +83 -0
- package/dist/deploy-canary.js +87 -0
- package/dist/doctor-checks.d.ts +33 -0
- package/dist/doctor-checks.js +92 -0
- package/dist/doctor-detect.d.ts +108 -0
- package/dist/doctor-detect.js +214 -0
- package/dist/doctor-fix.d.ts +81 -0
- package/dist/doctor-fix.js +164 -0
- package/dist/egress-triage.d.ts +121 -0
- package/dist/egress-triage.js +261 -0
- package/dist/eval-bridge.d.ts +114 -0
- package/dist/eval-bridge.js +158 -0
- package/dist/eval-coverage.d.ts +140 -0
- package/dist/eval-coverage.js +428 -0
- package/dist/eval-history.d.ts +48 -0
- package/dist/eval-history.js +157 -0
- package/dist/eval-matrix.d.ts +80 -0
- package/dist/eval-matrix.js +182 -0
- package/dist/eval-sentinel.d.ts +65 -0
- package/dist/eval-sentinel.js +132 -0
- package/dist/faq.d.ts +68 -0
- package/dist/faq.js +168 -0
- package/dist/feedback.d.ts +9 -2
- package/dist/feedback.js +17 -7
- package/dist/fewshot.d.ts +83 -0
- package/dist/fewshot.js +158 -0
- package/dist/fleet.d.ts +207 -0
- package/dist/fleet.js +488 -0
- package/dist/flywheel.d.ts +193 -0
- package/dist/flywheel.js +519 -0
- package/dist/graders-suggest.d.ts +186 -0
- package/dist/graders-suggest.js +658 -0
- package/dist/incident.d.ts +99 -0
- package/dist/incident.js +217 -0
- package/dist/index.d.ts +9 -1
- package/dist/index.js +11601 -964
- package/dist/init-interactive.d.ts +105 -0
- package/dist/init-interactive.js +208 -0
- package/dist/intents.d.ts +105 -0
- package/dist/intents.js +292 -0
- package/dist/judge-calibrate.d.ts +137 -0
- package/dist/judge-calibrate.js +247 -0
- package/dist/justification-calibrate.d.ts +150 -0
- package/dist/justification-calibrate.js +262 -0
- package/dist/justification-gate.d.ts +27 -6
- package/dist/justification-gate.js +30 -6
- package/dist/knowledge-sync.d.ts +179 -0
- package/dist/knowledge-sync.js +551 -0
- package/dist/lessons.d.ts +87 -0
- package/dist/lessons.js +207 -0
- package/dist/lint.d.ts +127 -0
- package/dist/lint.js +226 -0
- package/dist/loadtest.d.ts +114 -0
- package/dist/loadtest.js +196 -0
- package/dist/marketplace-cli.d.ts +110 -0
- package/dist/marketplace-cli.js +250 -0
- package/dist/mcp-doctor.d.ts +121 -0
- package/dist/mcp-doctor.js +249 -0
- package/dist/model-scan.d.ts +116 -0
- package/dist/model-scan.js +226 -0
- package/dist/onchain-tune.d.ts +164 -0
- package/dist/onchain-tune.js +346 -0
- package/dist/permissions-suggest.d.ts +126 -0
- package/dist/permissions-suggest.js +333 -0
- package/dist/pii-tune.d.ts +107 -0
- package/dist/pii-tune.js +122 -0
- package/dist/propose.d.ts +117 -0
- package/dist/propose.js +184 -0
- package/dist/refresh-goldens.d.ts +82 -0
- package/dist/refresh-goldens.js +221 -0
- package/dist/regression-pin.d.ts +160 -0
- package/dist/regression-pin.js +281 -0
- package/dist/retention.d.ts +193 -0
- package/dist/retention.js +607 -0
- package/dist/retire.d.ts +118 -0
- package/dist/retire.js +291 -0
- package/dist/right-size.d.ts +100 -0
- package/dist/right-size.js +123 -0
- package/dist/scaffold-evals.d.ts +138 -0
- package/dist/scaffold-evals.js +410 -0
- package/dist/scope-audit-drift.d.ts +139 -0
- package/dist/scope-audit-drift.js +260 -0
- package/dist/security-corpus.d.ts +237 -0
- package/dist/security-corpus.js +516 -0
- package/dist/security-digest.d.ts +173 -0
- package/dist/security-digest.js +650 -0
- package/dist/sessions-index.d.ts +27 -0
- package/dist/sessions-index.js +51 -0
- package/dist/slo-doctor.d.ts +67 -0
- package/dist/slo-doctor.js +119 -0
- package/dist/slo-sink.d.ts +96 -0
- package/dist/slo-sink.js +107 -0
- package/dist/spec-changelog.d.ts +102 -0
- package/dist/spec-changelog.js +237 -0
- package/dist/state-backup.d.ts +223 -0
- package/dist/state-backup.js +648 -0
- package/dist/tools-cli.d.ts +170 -0
- package/dist/tools-cli.js +298 -0
- package/dist/triage.d.ts +202 -0
- package/dist/triage.js +403 -0
- package/dist/upgrade.d.ts +57 -0
- package/dist/upgrade.js +113 -0
- package/dist/version.d.ts +6 -0
- package/dist/version.js +27 -0
- package/dist/voice-eval.d.ts +138 -0
- package/dist/voice-eval.js +309 -0
- package/dist/watch.d.ts +58 -0
- package/dist/watch.js +97 -0
- package/package.json +89 -65
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crewhaus",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CrewHaus — the meta-harness compiler for AI agents. Compile one crewhaus.yaml spec into a CLI agent, channel bot, RAG pipeline, multi-agent crew, eval harness, voice or browser agent, and more.",
|
|
6
6
|
"keywords": [
|
|
@@ -31,70 +31,94 @@
|
|
|
31
31
|
"test": "bun test src"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@crewhaus/adapter-anthropic": "0.
|
|
35
|
-
"@crewhaus/agent-context-isolation": "0.
|
|
36
|
-
"@crewhaus/audit-log": "0.
|
|
37
|
-
"@crewhaus/eval-optimizer-orchestrator": "0.
|
|
38
|
-
"@crewhaus/prompt-optimizer": "0.
|
|
39
|
-
"@crewhaus/prompt-optimizer-claude": "0.
|
|
40
|
-
"@crewhaus/justification-judge-claude": "0.
|
|
41
|
-
"@crewhaus/spec-patch": "0.
|
|
42
|
-
"@crewhaus/canary-controller": "0.
|
|
43
|
-
"@crewhaus/compiler": "0.
|
|
44
|
-
"@crewhaus/computer-use-driver": "0.
|
|
45
|
-
"@crewhaus/context-bundle": "0.
|
|
46
|
-
"@crewhaus/
|
|
47
|
-
"@crewhaus/
|
|
48
|
-
"@crewhaus/
|
|
49
|
-
"@crewhaus/
|
|
50
|
-
"@crewhaus/
|
|
51
|
-
"@crewhaus/
|
|
52
|
-
"@crewhaus/
|
|
53
|
-
"@crewhaus/
|
|
54
|
-
"@crewhaus/eval-
|
|
55
|
-
"@crewhaus/
|
|
56
|
-
"@crewhaus/
|
|
57
|
-
"@crewhaus/
|
|
58
|
-
"@crewhaus/
|
|
59
|
-
"@crewhaus/
|
|
60
|
-
"@crewhaus/
|
|
61
|
-
"@crewhaus/
|
|
62
|
-
"@crewhaus/
|
|
63
|
-
"@crewhaus/
|
|
64
|
-
"@crewhaus/
|
|
65
|
-
"@crewhaus/
|
|
66
|
-
"@crewhaus/
|
|
67
|
-
"@crewhaus/
|
|
68
|
-
"@crewhaus/
|
|
69
|
-
"@crewhaus/
|
|
70
|
-
"@crewhaus/
|
|
71
|
-
"@crewhaus/
|
|
72
|
-
"@crewhaus/
|
|
73
|
-
"@crewhaus/
|
|
74
|
-
"@crewhaus/
|
|
75
|
-
"@crewhaus/
|
|
76
|
-
"@crewhaus/
|
|
77
|
-
"@crewhaus/
|
|
78
|
-
"@crewhaus/
|
|
79
|
-
"@crewhaus/
|
|
80
|
-
"@crewhaus/
|
|
81
|
-
"@crewhaus/
|
|
82
|
-
"@crewhaus/
|
|
83
|
-
"@crewhaus/
|
|
84
|
-
"@crewhaus/
|
|
85
|
-
"@crewhaus/
|
|
86
|
-
"@crewhaus/
|
|
87
|
-
"@crewhaus/
|
|
88
|
-
"@crewhaus/
|
|
89
|
-
"@crewhaus/
|
|
90
|
-
"@crewhaus/
|
|
91
|
-
"@crewhaus/
|
|
92
|
-
"@crewhaus/
|
|
93
|
-
"@crewhaus/
|
|
94
|
-
"@crewhaus/
|
|
95
|
-
"@crewhaus/
|
|
96
|
-
"@crewhaus/
|
|
97
|
-
"@crewhaus/
|
|
34
|
+
"@crewhaus/adapter-anthropic": "0.2.0",
|
|
35
|
+
"@crewhaus/agent-context-isolation": "0.2.0",
|
|
36
|
+
"@crewhaus/audit-log": "0.2.0",
|
|
37
|
+
"@crewhaus/eval-optimizer-orchestrator": "0.2.0",
|
|
38
|
+
"@crewhaus/prompt-optimizer": "0.2.0",
|
|
39
|
+
"@crewhaus/prompt-optimizer-claude": "0.2.0",
|
|
40
|
+
"@crewhaus/justification-judge-claude": "0.2.0",
|
|
41
|
+
"@crewhaus/spec-patch": "0.2.0",
|
|
42
|
+
"@crewhaus/canary-controller": "0.2.0",
|
|
43
|
+
"@crewhaus/compiler": "0.2.0",
|
|
44
|
+
"@crewhaus/computer-use-driver": "0.2.0",
|
|
45
|
+
"@crewhaus/context-bundle": "0.2.0",
|
|
46
|
+
"@crewhaus/cost-tracker": "0.2.0",
|
|
47
|
+
"@crewhaus/data-retention-engine": "0.2.0",
|
|
48
|
+
"@crewhaus/dataset-registry": "0.2.0",
|
|
49
|
+
"@crewhaus/deployment-controller": "0.2.0",
|
|
50
|
+
"@crewhaus/egress-classifier": "0.2.0",
|
|
51
|
+
"@crewhaus/egress-matcher-semantic": "0.2.0",
|
|
52
|
+
"@crewhaus/embedder": "0.2.0",
|
|
53
|
+
"@crewhaus/errors": "0.2.0",
|
|
54
|
+
"@crewhaus/eval-dataset": "0.2.0",
|
|
55
|
+
"@crewhaus/eval-grader": "0.2.0",
|
|
56
|
+
"@crewhaus/eval-judge": "0.2.0",
|
|
57
|
+
"@crewhaus/eval-report": "0.2.0",
|
|
58
|
+
"@crewhaus/eval-runner": "0.2.0",
|
|
59
|
+
"@crewhaus/event-log": "0.2.0",
|
|
60
|
+
"@crewhaus/gateway-server": "0.2.0",
|
|
61
|
+
"@crewhaus/grader-safety-classifiers": "0.2.0",
|
|
62
|
+
"@crewhaus/hooks-engine": "0.2.0",
|
|
63
|
+
"@crewhaus/infra-utils": "0.2.0",
|
|
64
|
+
"@crewhaus/ir": "0.2.0",
|
|
65
|
+
"@crewhaus/ir-passes": "0.2.0",
|
|
66
|
+
"@crewhaus/logging": "0.2.0",
|
|
67
|
+
"@crewhaus/mcp-host": "0.2.0",
|
|
68
|
+
"@crewhaus/memory-store": "0.2.0",
|
|
69
|
+
"@crewhaus/model-router": "0.2.0",
|
|
70
|
+
"@crewhaus/module-marketplace-client": "0.2.0",
|
|
71
|
+
"@crewhaus/migration-engine": "0.2.0",
|
|
72
|
+
"@crewhaus/migration-runner": "0.2.0",
|
|
73
|
+
"@crewhaus/plugin-registry": "0.2.0",
|
|
74
|
+
"@crewhaus/plugin-sdk": "0.2.0",
|
|
75
|
+
"@crewhaus/permission-engine": "0.2.0",
|
|
76
|
+
"@crewhaus/pii-redactor": "0.2.0",
|
|
77
|
+
"@crewhaus/prompt-injection-detector": "0.2.0",
|
|
78
|
+
"@crewhaus/regression-runner": "0.2.0",
|
|
79
|
+
"@crewhaus/run-context": "0.2.0",
|
|
80
|
+
"@crewhaus/runtime-core": "0.2.0",
|
|
81
|
+
"@crewhaus/secrets-manager": "0.2.0",
|
|
82
|
+
"@crewhaus/session-store": "0.2.0",
|
|
83
|
+
"@crewhaus/spec-registry": "0.2.0",
|
|
84
|
+
"@crewhaus/skills-registry": "0.2.0",
|
|
85
|
+
"@crewhaus/slash-commands": "0.2.0",
|
|
86
|
+
"@crewhaus/smoke-harness": "0.2.0",
|
|
87
|
+
"@crewhaus/spec": "0.2.0",
|
|
88
|
+
"@crewhaus/sub-agent-spawner": "0.2.0",
|
|
89
|
+
"@crewhaus/template-marketplace-client": "0.2.0",
|
|
90
|
+
"@crewhaus/template-registry": "0.2.0",
|
|
91
|
+
"@crewhaus/tenancy": "0.2.0",
|
|
92
|
+
"@crewhaus/trace-event-bus": "0.2.0",
|
|
93
|
+
"@crewhaus/tool-bash": "0.2.0",
|
|
94
|
+
"@crewhaus/tool-builder": "0.2.0",
|
|
95
|
+
"@crewhaus/target-cli": "0.2.0",
|
|
96
|
+
"@crewhaus/target-eval-bundle": "0.2.0",
|
|
97
|
+
"@crewhaus/tool-catalog": "0.2.0",
|
|
98
|
+
"@crewhaus/tool-code-execution": "0.2.0",
|
|
99
|
+
"@crewhaus/tool-codegraph": "0.2.0",
|
|
100
|
+
"@crewhaus/tool-fetch": "0.2.0",
|
|
101
|
+
"@crewhaus/tool-fs": "0.2.0",
|
|
102
|
+
"@crewhaus/tool-image": "0.2.0",
|
|
103
|
+
"@crewhaus/tool-image-generation": "0.2.0",
|
|
104
|
+
"@crewhaus/tool-document-ingest": "0.2.0",
|
|
105
|
+
"@crewhaus/tool-mcp": "0.2.0",
|
|
106
|
+
"@crewhaus/tool-memory": "0.2.0",
|
|
107
|
+
"@crewhaus/tool-mouse-keyboard": "0.2.0",
|
|
108
|
+
"@crewhaus/tool-navigate": "0.2.0",
|
|
109
|
+
"@crewhaus/tool-permission-matcher": "0.2.0",
|
|
110
|
+
"@crewhaus/tool-screen-capture": "0.2.0",
|
|
111
|
+
"@crewhaus/tool-task": "0.2.0",
|
|
112
|
+
"@crewhaus/tool-todo": "0.2.0",
|
|
113
|
+
"@crewhaus/tool-vision-grounding": "0.2.0",
|
|
114
|
+
"@crewhaus/tool-web": "0.2.0",
|
|
115
|
+
"@crewhaus/docker-images": "0.2.0",
|
|
116
|
+
"@crewhaus/crewhaus-cloud": "0.2.0",
|
|
117
|
+
"@crewhaus/federation-discovery": "0.2.0",
|
|
118
|
+
"@crewhaus/sandbox": "0.2.0",
|
|
119
|
+
"@crewhaus/sandbox-image-registry": "0.2.0",
|
|
120
|
+
"@crewhaus/compliance-controls": "0.2.0",
|
|
121
|
+
"yaml": "^2.6.0"
|
|
98
122
|
},
|
|
99
123
|
"devDependencies": {
|
|
100
124
|
"zod": "^3.23.8"
|