@automatalabs/workflows 1.1.3 → 2.0.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 +6 -15
- package/dist/mcp-server.js +391 -402
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -998,22 +998,13 @@ globals documented by the ambient `dsl.d.ts`.)
|
|
|
998
998
|
|
|
999
999
|
---
|
|
1000
1000
|
|
|
1001
|
-
##
|
|
1001
|
+
## Authoring guidance for MCP agents
|
|
1002
1002
|
|
|
1003
|
-
The
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
[
|
|
1008
|
-
|
|
1009
|
-
```bash
|
|
1010
|
-
npx skills add agentprism/agentprism-workflows
|
|
1011
|
-
```
|
|
1012
|
-
|
|
1013
|
-
It teaches the full script DSL: routing each `agent()` call to a different ACP backend inside one
|
|
1014
|
-
script, structured outputs across all backends, `checkpoint()` gates, worktree isolation, and
|
|
1015
|
-
the determinism rules that make runs resumable. `reference.md` alongside it holds
|
|
1016
|
-
the exhaustive option tables.
|
|
1003
|
+
The MCP server bundled in this package publishes version-matched workflow and REPL Agent Skills
|
|
1004
|
+
through the accepted SEP-2640 Skills Extension. A skills-aware host discovers
|
|
1005
|
+
`skill://agentprism-workflow-authoring/SKILL.md`, activates it through its own approval path, and
|
|
1006
|
+
reads supporting references lazily through MCP resources. The concise canonical sources live under
|
|
1007
|
+
[`docs/authoring/`](https://github.com/agentprism/agentprism-workflows/tree/main/docs/authoring).
|
|
1017
1008
|
|
|
1018
1009
|
---
|
|
1019
1010
|
|