From eb14f1982f64eb26a23f0b2f7a03239d1df8ba0d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 31 Aug 2026 02:57:29 +0000 Subject: [PATCH] docs: correct the "no tags" claim and record the release blocker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two corrections to notes I wrote during Phase 58 prep. The repo does have tags — v1.0.0 through v2.7.0, with matching GitHub releases, the most recent published 2026-03-22. My earlier note said there were none; that came from reading a shallow clone that had not fetched tags, not from the remote. What is true, and was the actual point, is that the version sat at 2.7.0 through both the v3.0 and v3.1 milestones: those shipped no release. Second, this session cannot cut the v3.1.0 release. `git push origin v3.1.0` returns HTTP 403 through the agent git proxy, and dispatching release.yml returns "Resource not accessible by integration". Recorded as a maintainer action with the reason, rather than left as an unexplained unchecked box. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_014nSJ2c7F9mpmRCxfTAi214 --- .planning/ROADMAP.md | 2 +- .planning/STATE.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.planning/ROADMAP.md b/.planning/ROADMAP.md index 074c3a6..99a82f3 100644 --- a/.planning/ROADMAP.md +++ b/.planning/ROADMAP.md @@ -297,7 +297,7 @@ Close the claim/reality gap, then open the shop window. No new capabilities. - [x] CHANGELOG.md and v3.1 upgrade notes - [x] Release archives ship all four binaries; assets renamed `agent-memory-*` - [x] Blog post and Show HN / reddit copy drafted in `docs/launch/` -- [ ] Tag `v3.1.0` (maintainer — publishes public binaries) +- [ ] Tag `v3.1.0` (maintainer — the agent session cannot: tag push is 403 through the git proxy, and the GitHub App cannot dispatch release.yml) - [ ] Repo description, topics, Discussions (maintainer — repo settings) - [ ] Recorded demo (maintainer) - [ ] Post the blog and the launch threads (maintainer) diff --git a/.planning/STATE.md b/.planning/STATE.md index 138da78..5d7c8ba 100644 --- a/.planning/STATE.md +++ b/.planning/STATE.md @@ -67,6 +67,7 @@ post the blog and launch threads. - Phase 57 tiering: Tier 1 = Claude Code + Codex CLI (PR gate); Tier 2 = Gemini + Copilot (weekly schedule) - Phase 57: OpenCode removed rather than archived — a converter whose methods return empty is a false success, not a gap - Phase 57: no comparative benchmark claim ships while the only committed results are mock-backend / mock-judge -- Phase 58: version is 3.1.0 — it had been stuck at 2.7.0 through the whole v3.0 and v3.1 line, and there are no tags in the repo +- Phase 58: version is 3.1.0 — it had been stuck at 2.7.0 through the whole v3.0 and v3.1 line. Tags and GitHub releases exist through v2.7.0 (2026-03-22); v3.0 and v3.1 were milestone names that never shipped a release. An earlier note here claimed the repo had no tags — that was a shallow-clone artifact, not the truth +- Phase 58 blocker: this session cannot cut the release. `git push origin v3.1.0` returns HTTP 403 through the agent git proxy, and the GitHub App cannot `workflow_dispatch` release.yml ("Resource not accessible by integration"). The tag must be pushed by a maintainer - Phase 58: release archives are `agent-memory--` and carry all four binaries; the CLI the quickstart needs was previously not shipped - Phase 58: `admin rebuild-bm25` is a prune, not a rebuild — relabelled rather than renamed, and there is no event backfill path