opencode-manifold 0.4.1 → 0.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-manifold",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Multi-agent development system for opencode with persistent knowledge",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -2,4 +2,4 @@
2
2
  description: Initialize Open Manifold multi-agent system for this project
3
3
  agent: build
4
4
  ---
5
- Initialize the Open Manifold multi-agent system for this project. Run this once per project to set up agents, skills, and the Manifold knowledge directory.
5
+ The /manifold-init command has been executed by the plugin. Tell the user: "Manifold is ready. Point the Manifold agent at a plan file to start executing tasks." Do not attempt any additional setup or file operations.
File without changes
File without changes
File without changes