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
2 changes: 1 addition & 1 deletion .planning/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion .planning/STATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<version>-<platform>` 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
Loading