@automatalabs/workflows 1.1.2 → 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 CHANGED
@@ -998,22 +998,13 @@ globals documented by the ambient `dsl.d.ts`.)
998
998
 
999
999
  ---
1000
1000
 
1001
- ## Skill for AI agents that write workflows
1001
+ ## Authoring guidance for MCP agents
1002
1002
 
1003
- The repository publishes an **agent skill** a self-contained, backend-agnostic authoring guide
1004
- in the standard `SKILL.md` format at
1005
- [`skills/agentprism-workflow-authoring/`](https://github.com/agentprism/agentprism-workflows/tree/main/skills/agentprism-workflow-authoring).
1006
- Install it into whatever coding agent you use (Claude Code, Codex, Cursor, OpenCode, …) with the
1007
- [skills](https://skills.sh) CLI:
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