Breaking changes
- Default discovery now exposes only the entrypoint harnesses and the current runtime adapters: Claude/shared Grok 14 skills, Codex/Gemini 13 skills.
- All 42 Olympus custom-agent references are source-only by default; orchestration uses each CLI's native agents.
- Restore the former broad discovery surface only when needed with
--include-source-only-skillsor--include-source-only-agents.
Highlights
- Keeps all 83 optional/internal modules current under
.olympus/source-skillsand resolves them through exact catalog paths. - Adds semantic native-agent routing, Main-owned shared state, and sequential fallback across Claude, Codex, Gemini, and Grok.
- Makes Orchestrator provider routing fail closed and task claiming atomic.
- Rewires Aphrodite to load design and audit modules directly without permanent registration.
- Makes updates ownership-aware: normal managed upgrades replace cleanly, while user-modified same-name assets move to
_olympus-preserved. - Aligns no-argument installation, custom
CODEX_HOME, Unix/Windows behavior, Mnemo, and MCP registration across all four CLIs.
Upgrade
A normal update is enough; uninstalling first is not required.
git pull
.\install.batgit pull
./install.shThe installer preserves unrelated third-party skill names. See docs/skill-registry-migration.md for collision recovery and opt-in modes.
Verification
- 47 registry, installer, routing, ownership, and version tests passed.
- 22 Orchestrator provider/claim/launcher tests passed.
- 4 Aphrodite Experience Contract tests passed.
- Real no-argument installation and repeat-install checks passed for Claude, Codex, Gemini, and Grok.