@automatalabs/workflows 1.1.0 → 1.1.1

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.
@@ -34917,7 +34917,7 @@ var DEFAULT_REQUEST_STATE_CODEC = createRequestStateCodec({
34917
34917
  bind: (ctx) => ctx.mcpReq.method
34918
34918
  });
34919
34919
  var require2 = createRequire(import.meta.url);
34920
- var SERVER_VERSION = true ? "2.0.0" : require2("../package.json").version;
34920
+ var SERVER_VERSION = true ? "2.0.1" : require2("../package.json").version;
34921
34921
  var SERVER_INSTRUCTIONS = [
34922
34922
  "This server exposes three model-facing tools for authoring and orchestrating multi-agent work. workflow and repl spawn subagents over the same ACP backends \u2014 the registry built-ins Claude, Codex, OpenCode, and pi, plus any registered custom agents \u2014 and key their durable state by an absolute projectDir (required on the shared daemon; defaults to the server's own project in single-project mode). Backend credentials come from each agent's own login (claude, codex, opencode, pi), so there is nothing auth-shaped to configure here.",
34923
34923
  '\u2022 docs \u2014 SELECTIVE VERSION-MATCHED REFERENCE. Omit topic or use topic:"index" for the bounded catalog, then read exactly one workflow/* or repl/* topic. It embeds the selected text/markdown resource, runs no code, opens no backend, and needs no projectDir. Use it when the compact tool descriptions do not contain enough syntax or lifecycle detail.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automatalabs/workflows",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "engines": {
6
6
  "node": ">=22"
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "typebox": "1.3.2",
34
+ "@automatalabs/repl-engine": "0.4.16",
34
35
  "@automatalabs/shared-types": "1.1.0",
35
- "@automatalabs/acp-agents": "1.0.1",
36
36
  "@automatalabs/workflow-engine": "1.1.0",
37
- "@automatalabs/repl-engine": "0.4.15"
37
+ "@automatalabs/acp-agents": "1.0.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "esbuild": "^0.28.1"