mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-13 23:53:30 +02:00
-
v1.0.2 Stable
released this
2026-08-12 13:14:51 +02:00 | 81 commits to main since this release📅 Originally published on GitHub: Wed, 12 Aug 2026 11:15:18 GMT
🏷️ Git tag created: Wed, 12 Aug 2026 11:14:51 GMTPatch release — fixes the
opencodecompile target, which was producing files no real OpenCode installation could actually read.Fixed
- Compiling a profile to OpenCode produced JSON files everywhere. Verified against the official OpenCode docs: real OpenCode expects Markdown with YAML frontmatter for skills (
.opencode/skills/<name>/SKILL.md), agents (.opencode/agents/<name>.md), and commands (.opencode/commands/<name>.md) — only the model/MCP config (opencode.json, a single merged file) is JSON. The adapter now matches the real format exactly, verified against the docs' own example files. - Profiles compiled to OpenCode now round-trip cleanly back through MyACE's own scanner (re-importing a compiled skill preserves its version/priority/tags).
Also included since v1.0.1
- Version bump only, plus the fix above. See the v1.0.0 release notes for the full feature set.
Downloads
Standalone CLI binaries for Linux, macOS (Intel + Apple Silicon), and Windows are attached below.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Compiling a profile to OpenCode produced JSON files everywhere. Verified against the official OpenCode docs: real OpenCode expects Markdown with YAML frontmatter for skills (