Skip to content

v5.0.0 - Entrypoint-only native runtime

Latest

Choose a tag to compare

@Dannykkh Dannykkh released this 12 Aug 23:13

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-skills or --include-source-only-agents.

Highlights

  • Keeps all 83 optional/internal modules current under .olympus/source-skills and 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.bat
git pull
./install.sh

The 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.