crewhaus 0.1.6 → 0.1.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crewhaus",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
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,69 +31,70 @@
31
31
  "test": "bun test src"
32
32
  },
33
33
  "dependencies": {
34
- "@crewhaus/adapter-anthropic": "0.1.6",
35
- "@crewhaus/agent-context-isolation": "0.1.6",
36
- "@crewhaus/audit-log": "0.1.6",
37
- "@crewhaus/eval-optimizer-orchestrator": "0.1.6",
38
- "@crewhaus/prompt-optimizer": "0.1.6",
39
- "@crewhaus/prompt-optimizer-claude": "0.1.6",
40
- "@crewhaus/justification-judge-claude": "0.1.6",
41
- "@crewhaus/spec-patch": "0.1.6",
42
- "@crewhaus/canary-controller": "0.1.6",
43
- "@crewhaus/compiler": "0.1.6",
44
- "@crewhaus/computer-use-driver": "0.1.6",
45
- "@crewhaus/context-bundle": "0.1.6",
46
- "@crewhaus/deployment-controller": "0.1.6",
47
- "@crewhaus/egress-classifier": "0.1.6",
48
- "@crewhaus/egress-matcher-semantic": "0.1.6",
49
- "@crewhaus/embedder": "0.1.6",
50
- "@crewhaus/errors": "0.1.6",
51
- "@crewhaus/eval-dataset": "0.1.6",
52
- "@crewhaus/eval-grader": "0.1.6",
53
- "@crewhaus/eval-report": "0.1.6",
54
- "@crewhaus/eval-runner": "0.1.6",
55
- "@crewhaus/hooks-engine": "0.1.6",
56
- "@crewhaus/infra-utils": "0.1.6",
57
- "@crewhaus/ir": "0.1.6",
58
- "@crewhaus/logging": "0.1.6",
59
- "@crewhaus/mcp-host": "0.1.6",
60
- "@crewhaus/model-router": "0.1.6",
61
- "@crewhaus/migration-engine": "0.1.6",
62
- "@crewhaus/migration-runner": "0.1.6",
63
- "@crewhaus/permission-engine": "0.1.6",
64
- "@crewhaus/run-context": "0.1.6",
65
- "@crewhaus/runtime-core": "0.1.6",
66
- "@crewhaus/secrets-manager": "0.1.6",
67
- "@crewhaus/session-store": "0.1.6",
68
- "@crewhaus/spec-registry": "0.1.6",
69
- "@crewhaus/skills-registry": "0.1.6",
70
- "@crewhaus/slash-commands": "0.1.6",
71
- "@crewhaus/spec": "0.1.6",
72
- "@crewhaus/sub-agent-spawner": "0.1.6",
73
- "@crewhaus/trace-event-bus": "0.1.6",
74
- "@crewhaus/tool-bash": "0.1.6",
75
- "@crewhaus/tool-builder": "0.1.6",
76
- "@crewhaus/tool-catalog": "0.1.6",
77
- "@crewhaus/tool-codegraph": "0.1.6",
78
- "@crewhaus/tool-fetch": "0.1.6",
79
- "@crewhaus/tool-fs": "0.1.6",
80
- "@crewhaus/tool-image": "0.1.6",
81
- "@crewhaus/tool-image-generation": "0.1.6",
82
- "@crewhaus/tool-document-ingest": "0.1.6",
83
- "@crewhaus/tool-mcp": "0.1.6",
84
- "@crewhaus/tool-mouse-keyboard": "0.1.6",
85
- "@crewhaus/tool-navigate": "0.1.6",
86
- "@crewhaus/tool-screen-capture": "0.1.6",
87
- "@crewhaus/tool-task": "0.1.6",
88
- "@crewhaus/tool-todo": "0.1.6",
89
- "@crewhaus/tool-vision-grounding": "0.1.6",
90
- "@crewhaus/tool-web": "0.1.6",
91
- "@crewhaus/docker-images": "0.1.6",
92
- "@crewhaus/crewhaus-cloud": "0.1.6",
93
- "@crewhaus/federation-discovery": "0.1.6",
94
- "@crewhaus/sandbox": "0.1.6",
95
- "@crewhaus/sandbox-image-registry": "0.1.6",
96
- "@crewhaus/compliance-controls": "0.1.6"
34
+ "@crewhaus/adapter-anthropic": "0.1.8",
35
+ "@crewhaus/agent-context-isolation": "0.1.8",
36
+ "@crewhaus/audit-log": "0.1.8",
37
+ "@crewhaus/eval-optimizer-orchestrator": "0.1.8",
38
+ "@crewhaus/prompt-optimizer": "0.1.8",
39
+ "@crewhaus/prompt-optimizer-claude": "0.1.8",
40
+ "@crewhaus/justification-judge-claude": "0.1.8",
41
+ "@crewhaus/spec-patch": "0.1.8",
42
+ "@crewhaus/canary-controller": "0.1.8",
43
+ "@crewhaus/compiler": "0.1.8",
44
+ "@crewhaus/computer-use-driver": "0.1.8",
45
+ "@crewhaus/context-bundle": "0.1.8",
46
+ "@crewhaus/deployment-controller": "0.1.8",
47
+ "@crewhaus/egress-classifier": "0.1.8",
48
+ "@crewhaus/egress-matcher-semantic": "0.1.8",
49
+ "@crewhaus/embedder": "0.1.8",
50
+ "@crewhaus/errors": "0.1.8",
51
+ "@crewhaus/eval-dataset": "0.1.8",
52
+ "@crewhaus/eval-grader": "0.1.8",
53
+ "@crewhaus/eval-report": "0.1.8",
54
+ "@crewhaus/eval-runner": "0.1.8",
55
+ "@crewhaus/event-log": "0.1.8",
56
+ "@crewhaus/hooks-engine": "0.1.8",
57
+ "@crewhaus/infra-utils": "0.1.8",
58
+ "@crewhaus/ir": "0.1.8",
59
+ "@crewhaus/logging": "0.1.8",
60
+ "@crewhaus/mcp-host": "0.1.8",
61
+ "@crewhaus/model-router": "0.1.8",
62
+ "@crewhaus/migration-engine": "0.1.8",
63
+ "@crewhaus/migration-runner": "0.1.8",
64
+ "@crewhaus/permission-engine": "0.1.8",
65
+ "@crewhaus/run-context": "0.1.8",
66
+ "@crewhaus/runtime-core": "0.1.8",
67
+ "@crewhaus/secrets-manager": "0.1.8",
68
+ "@crewhaus/session-store": "0.1.8",
69
+ "@crewhaus/spec-registry": "0.1.8",
70
+ "@crewhaus/skills-registry": "0.1.8",
71
+ "@crewhaus/slash-commands": "0.1.8",
72
+ "@crewhaus/spec": "0.1.8",
73
+ "@crewhaus/sub-agent-spawner": "0.1.8",
74
+ "@crewhaus/trace-event-bus": "0.1.8",
75
+ "@crewhaus/tool-bash": "0.1.8",
76
+ "@crewhaus/tool-builder": "0.1.8",
77
+ "@crewhaus/tool-catalog": "0.1.8",
78
+ "@crewhaus/tool-codegraph": "0.1.8",
79
+ "@crewhaus/tool-fetch": "0.1.8",
80
+ "@crewhaus/tool-fs": "0.1.8",
81
+ "@crewhaus/tool-image": "0.1.8",
82
+ "@crewhaus/tool-image-generation": "0.1.8",
83
+ "@crewhaus/tool-document-ingest": "0.1.8",
84
+ "@crewhaus/tool-mcp": "0.1.8",
85
+ "@crewhaus/tool-mouse-keyboard": "0.1.8",
86
+ "@crewhaus/tool-navigate": "0.1.8",
87
+ "@crewhaus/tool-screen-capture": "0.1.8",
88
+ "@crewhaus/tool-task": "0.1.8",
89
+ "@crewhaus/tool-todo": "0.1.8",
90
+ "@crewhaus/tool-vision-grounding": "0.1.8",
91
+ "@crewhaus/tool-web": "0.1.8",
92
+ "@crewhaus/docker-images": "0.1.8",
93
+ "@crewhaus/crewhaus-cloud": "0.1.8",
94
+ "@crewhaus/federation-discovery": "0.1.8",
95
+ "@crewhaus/sandbox": "0.1.8",
96
+ "@crewhaus/sandbox-image-registry": "0.1.8",
97
+ "@crewhaus/compliance-controls": "0.1.8"
97
98
  },
98
99
  "devDependencies": {
99
100
  "zod": "^3.23.8"