@mokronos/wfkit 0.1.1 → 0.1.2

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
@@ -1,4 +1,4 @@
1
- > **[Use with your agent →](https://github.com/mokronos/wf/blob/main/packages/wf/AGENT.md)** Copy the agent guide into your chat or project so your agent can install wfkit and run a real workflow for you.
1
+ > **[Use with your agent →](https://github.com/mokronos/wf/blob/main/packages/wf/GUIDE.md)** Copy the guide into your chat so your agent can install wfkit and run a real workflow for you.
2
2
 
3
3
  # @mokronos/wfkit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mokronos/wfkit",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "The workflow authoring surface — the stable API agents design against.",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "src",
30
30
  "dist",
31
31
  "README.md",
32
- "AGENT.md"
32
+ "GUIDE.md"
33
33
  ],
34
34
  "bin": {
35
35
  "wf": "dist/cli/main.js",
File without changes