Skip to content

docs(release): pin README + examples to v0.4.0 (first post-rename tag)#11

Merged
vaderyang merged 1 commit into
mainfrom
release/pin-v0.4.0
Jun 16, 2026
Merged

docs(release): pin README + examples to v0.4.0 (first post-rename tag)#11
vaderyang merged 1 commit into
mainfrom
release/pin-v0.4.0

Conversation

@vaderyang

Copy link
Copy Markdown
Contributor

What

Reconcile the "current release" version references to v0.4.0, the first
post-rename (Olympus-named) tag, cut from main right after this merges.

Why

The examples/consumer wrappers already used the post-rename input
(olympus_ref) and shipped a .olympus.json, but still pinned @v0.2.0
a pre-rename tag whose reusable workflows have no olympus_ref input and read
.agent-ops.json. A consumer copying the examples verbatim would get silent
config fallback to built-in defaults, not a working loop. README and
docs/setup.md carried the same stale v0.2.0.

Changes

  • README.md — mechanism-table version + quick-start uses:/olympus_ref.
  • docs/setup.md — the @v0.2.0 / olympus_ref lockstep line.
  • examples/consumer/.github/workflows/*.yml (×6) — uses:@… + olympus_ref.
  • docs/migration.md left as-is: its v0.2.0/v0.3.1 are heron's real
    pre-rename pins and the historical migration narrative.

Note

v0.4.0 does not exist yet; it is cut from main immediately after this merges
(annotated tag, first Olympus-named release). Examples pinning a not-yet-cut tag
is fine — they live under examples/, are not executed by CI, and become valid
the moment the tag lands.

Docs/example-only. check-leakage, check-legacy-naming, shellcheck, and the
scripts/agent-bot/tests/* suite pass locally.

🤖 Generated with Claude Code

The examples used the post-rename inputs (olympus_ref) + .olympus.json but still
pinned @v0.2.0 — a pre-rename tag that has no olympus_ref input and reads
.agent-ops.json. So a consumer copying the examples got silent config fallback,
not a working loop.

Bump every "current release" reference v0.2.0 → v0.4.0 (README mechanism row +
quick-start, docs/setup.md, the 6 examples/consumer wrappers). v0.4.0 is the
first Olympus-named release (cut next from this commit); it reads .olympus.json
and takes the olympus_ref input, so the examples are now self-consistent.

docs/migration.md is intentionally left referencing v0.2.0/v0.3.1 — those are
heron's real pre-rename pins and the historical migration story.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vaderyang vaderyang merged commit 924b854 into main Jun 16, 2026
2 checks passed
@vaderyang vaderyang deleted the release/pin-v0.4.0 branch June 16, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant