openhermes 4.0.0 → 4.0.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.
@@ -80,7 +80,9 @@ Never auto-decide: premises (need human judgment) or cases where both the plan a
80
80
 
81
81
  ## Plan Artifact
82
82
 
83
- Output goes in `.opencode/plan.md` with this structure (matching the global AGENTS.md schema):
83
+ Output goes in `.opencode/plan.md` with this structure (matching the global AGENTS.md schema).
84
+
85
+ **Then save a copy** to `%USERPROFILE%/.config/opencode/task/<project-name>-plan-<nnn>.md` per AGENTS.md persistent plan rules.
84
86
 
85
87
  ```markdown
86
88
  # PLAN: <project-name>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openhermes",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "OpenCode-native skills, commands, and rules orchestration for OpenHermes.",
5
5
  "type": "module",
6
6
  "license": "MIT",