Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,6 @@ files are reproduced in [`NOTICE`](NOTICE).
- [`docs/setup/agentic-overrides.md`](docs/setup/agentic-overrides.md) — the contract between adopters who write overrides and framework skills that read them.
- [`docs/prerequisites.md`](docs/prerequisites.md) — what a maintainer needs installed before invoking any framework skill (Claude Code, Gmail MCP, GitHub auth, browser, `uv`, etc.).
- [`docs/source-release-contents.md`](docs/source-release-contents.md) — what ships in the signed `apache-magpie-<version>-source.zip` (and what is excluded), with the rationale for the repository-root metadata/config files it keeps.
- [`docs/release-management/manual-release-process.md`](docs/release-management/manual-release-process.md) — the concrete, as-executed runbook for cutting a Magpie release by hand on the current hybrid SVN-dist + ATR-vote backend (with the abstract per-backend runbooks and the 14-step lifecycle alongside it in [`docs/release-management/`](docs/release-management/README.md)).
- [`AGENTS.md`](AGENTS.md) — agent instructions, placeholder convention, framework conventions.
- [`CONTRIBUTING.md`](CONTRIBUTING.md) — for framework contributors.
6 changes: 6 additions & 0 deletions docs/release-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ Two non-negotiable boundaries cross every Agentic Drafting skill above:
`svnpubsub` runbook; ATR replaces the mechanics of Steps 5–11. ATR
is in alpha — the forward-looking backend, tracked against the
[MISSION § first-release commitment](../../MISSION.md#initial-goals).
- [**`manual-release-process.md`**](manual-release-process.md), the
concrete **as-executed** record of the `0.1.0` release on the current
hybrid backend (`release_dist_backend = svnpubsub` +
`release_vote_backend = atr`): the exact command sequence run, the real
URLs, and the `rc1`/`rc2` rough edges — a practical companion to the two
abstract per-backend runbooks above.

Two documents that **do not** ship in this family but are
referenced from it:
Expand Down
Loading