MyACE v1.11.0
A release focused on growing the starter-pack library, surfacing compile-time validation earlier, and polishing the frontend. Three new starter collections, four new starter skills, a name-collision preview in the profile composer, and a batch of UI fixes.
Highlights
Three new starter collections
- EU AI Act compliance — agents, skills, and rules for building and documenting AI features in line with the EU AI Act.
- DevOps Engineer — a base collection covering CI/CD, infrastructure, and release engineering workflows.
- Database & QA — database-focused and QA-focused collections, with
handoff_tochains wired into the orchestration feature.
Four new starter skills
- API discoverability — bake a machine-readable API description into new services and discover existing ones.
- PR standards — pull-request creation, review depth, and merge-strategy gates.
- Release engineering — semver, changelogs, and release/hotfix process.
- Governance — data classification, dependency compliance, and audit-trail rules for enterprise work.
Compile-time validation preview
- Pre-compile name-collision preview — the profile composer now detects artifact-name collisions across collections before you compile, showing which collection wins, instead of discovering a silently-overridden artifact in the compiled output.
Completed handoff_to metadata
- The starter collections' agent files now carry structured
handoff_tofrontmatter consistent with their prose "## Handoff" sections, and the earlier name collisions betweenbase/andadditional/collections were fixed.
Frontend UI fixes
- Description widths — the Landing hero, Dashboard, and hub-page descriptions now span the same width as the content rows below them on desktop.
- GitHub icon restored — the lucide-react brand-icon removal broke the frontend build and crashed Landing/Login at runtime; a local
GithubIconSVG component replaces it across the five affected pages. - Mobile collection detail header — the header action buttons no longer overflow the screen; they wrap below the back-arrow + metadata line, and the header is split into title / metadata / description rows.
API documentation
API.md— a machine-readable orientation layer for the HTTP API (base URL, auth, route groups, curl examples), complementing the canonical/openapi.jsonspec.
Docs
API.mdadded;README.mdaudited and restructured.- Marvin (marv-o-matic) credited as the automated PR review bot.
Security & dependencies
nanoidbumped to 3.3.18 to clear GHSA-2v37-7h3g-55p8.react/@types/reactand the frontend-deps group bumped.
Downloads
Standalone CLI binaries for Linux, macOS (Intel + Apple Silicon), and Windows are attached below — no Python required. See the README for install instructions.
Metadata: tag v1.11.0 · commit 34bd692 · released 2026-09-01 · minor bump (features + fixes since v1.10.0)