Przeglądaj źródła

docs: update release notes with test suite and documentation improvements

Jesse Vincent 9 miesięcy temu
rodzic
commit
9297fd24d5
1 zmienionych plików z 8 dodań i 1 usunięć
  1. 8 1
      RELEASE-NOTES.md

+ 8 - 1
RELEASE-NOTES.md

@@ -12,7 +12,8 @@
   - Three-tier skill priority: project > personal > superpowers
   - Project-local skills support (`.opencode/skills/`)
   - Shared core module (`lib/skills-core.js`) for code reuse with Codex
-  - Installation guide in `.opencode/INSTALL.md`
+  - Automated test suite with proper isolation (`tests/opencode/`)
+  - Platform-specific documentation (`docs/README.opencode.md`, `docs/README.codex.md`)
 
 ### Changed
 
@@ -21,6 +22,12 @@
   - Single source of truth for skill discovery and parsing
   - Codex successfully loads ES modules via Node.js interop
 
+- **Improved Documentation**: Rewrote README to explain problem/solution clearly
+  - Removed duplicate sections and conflicting information
+  - Added complete workflow description (brainstorm → plan → execute → finish)
+  - Simplified platform installation instructions
+  - Emphasized skill-checking protocol over automatic activation claims
+
 ---
 
 ## v3.4.1 (2025-10-31)