Skip to content

v3.0.0 — user-global install model

Choose a tag to compare

@jpbaking jpbaking released this 20 Jul 01:26
· 2 commits to main since this release

Breaking: skills and rule now install user-global; install.sh/install.ps1 (and their test suite) are removed — AGENT-INSTALL.md is the only install path.

  • Skills to each harness's global skills dir (incl. Gemini CLI via ~/.agents/skills/); the rule self-gates on .goal-ledger/ and loads via global rules locations plus pointer blocks in ~/.codex/AGENTS.md, ~/.claude/CLAUDE.md, ~/.gemini/GEMINI.md.
  • .goal-ledger/ remains a committed, git-tracked execution record — every clone reads it with no tooling installed.
  • Installs never touch a project's .gitignore. Cursor supported via the shared global skill copies. CI now runs the validator tests only.

Migration: re-run the install prompt once per user; stale gitignored project adapters from v2 installs can be removed manually.