docs(release): rename v0.6.1 β v0.7.0 to match release-please#124
Conversation
Conventional-commit semantics drove release-please to propose 0.7.0 (not 0.6.1) because two of the install-anywhere commits were tagged `feat(...)` and the project bumps 0.x minor on feat (per PR #114). The work itself is feature-level in a fair reading (new install paths, new Dockerfile, new Agent Zero integration); the version is honest. Renames (git mv, history preserved): - RELEASE_NOTES_v0.6.1.md β RELEASE_NOTES_v0.7.0.md - docs/SCREENCAST-v0.6.1.md β docs/SCREENCAST-v0.7.0.md - docs/notebooklm/v0.6.1/ β docs/notebooklm/v0.7.0/ Content updates across 8 files (README, ROADMAP, LinkedIn drafts, wiki Home + Installation, GitHub Pages index.html + about.html, and inside every renamed file): - All `v0.6.1` references β `v0.7.0` - Pinned-version snippets `pip install neuralmind==0.6.1` β `==0.7.0` - `whats-new-v061` anchor β `whats-new-v070` - Forward-looking refs reframed: the next release (Always-On / #119) is now v0.8, the Enterprise-Ready one (#120) is v0.8.x. Tracking issues stay correct β they're about the work, not the version label. - ROADMAP "Now (v0.7) β Always-On" β "Now (v0.8) β Always-On"; same for the v0.8.x / Graph-view backlog headings. No code changes; full test suite still 388 passing. Commits in this PR are all `docs(...)` so release-please doesn't bump the version again β it should add these changes to the open v0.7.0 release PR. https://claude.ai/code/session_01SH6iHNAqeMJHXdq7ubVcuJ
NeuralMind self-benchmarkStatus: Phase 1 β Reduction on committed fixture
Phase 2 β Learning uplift
Note: uplift numbers on a 500-line fixture are intentionally modest β the point is to Assumptions
Per-model token reduction
Rows marked measured use the provider's real tokenizer. Rows marked Automated by |
There was a problem hiding this comment.
Pull request overview
This PR retitles the install-anywhere release documentation and marketing artifacts from v0.6.1 to v0.7.0 so they align with the release-please-generated 0.7.0 release.
Changes:
- Renames release notes, screencast, and NotebookLM references to v0.7.0.
- Updates README, wiki, Pages, and roadmap links/version labels.
- Reframes future Always-On / Enterprise-Ready references toward v0.8 / v0.8.x.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| ROADMAP.md | Updates shipped and future roadmap labels around v0.7.0/v0.8. |
| RELEASE_NOTES_v0.7.0.md | Retitles release notes and install snippets to v0.7.0. |
| README.md | Updates hero and release-notes table references. |
| docs/wiki/Installation.md | Updates install-page version callout/link. |
| docs/wiki/Home.md | Updates wiki βWhatβs Newβ and page table labels. |
| docs/SCREENCAST-v0.7.0.md | Retitles screencast script and related marketing labels. |
| docs/notebooklm/v0.7.0/README.md | Updates NotebookLM pack overview and links. |
| docs/notebooklm/v0.7.0/03-the-honest-take.md | Updates narrative version labels and future-release framing. |
| docs/notebooklm/v0.7.0/02-what-shipped.md | Updates technical-tour version labels and paths. |
| docs/notebooklm/v0.7.0/01-installs-anywhere.md | Updates founder-narrative version labels and release arc. |
| docs/LINKEDIN-POST-DRAFT.md | Updates LinkedIn draft labels and screencast references. |
| docs/index.html | Updates Pages landing-page callout and anchor target. |
| docs/about.html | Updates Pages about-page βWhatβs Newβ section and anchor. |
Comments suppressed due to low confidence (1)
docs/notebooklm/v0.7.0/README.md:55
- This editing note still refers to the later Always-On release as
v0.7and callsv0.7.0a patch. After this PR renames the install-anywhere release to v0.7.0 and moves Always-On to v0.8, this guidance is internally inconsistent and could steer future marketing copy back to the old labels.
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -110,7 +110,7 @@ a list. Don't post the v0.6.1 variants without it. | |||
| about the install experience. | |||
| - **Phase 2 (v0.7 "Always-On") is the next post.** systemd / launchd | |||
| @@ -93,9 +93,9 @@ synapse-graph viewer in A0's web UI) is a follow-up if the | |||
| basic MCP listing draws users. Few hundred lines of Python against | |||
| [A0's plugin API](https://www.agent-zero.ai/p/docs/plugins/). | |||
|
|
|||
Three Copilot review items on the v0.6.1 β v0.7.0 rename PR: - docs/LINKEDIN-POST-DRAFT.md:111 β "Phase 2 (v0.7 \"Always-On\")" β "Phase 2 (v0.8 \"Always-On\")". Also drops the now-deferred Aider reference (Aider has no MCP support in current stable). - docs/notebooklm/v0.7.0/README.md:53 β "v0.7 release (Always-On)" β "v0.8 release (Always-On)". Also reframes v0.7.0 as a "minor release" instead of "patch" (it's a minor bump under semver) and acknowledges the Agent Zero integration that landed alongside the install paths. - RELEASE_NOTES_v0.6.0.md:156 β added a "Note (updated post-v0.7.0)" callout above the "Tracked in ROADMAP under Now (v0.7)" reference so readers landing there understand v0.7.0 ended up being Install Anywhere, not the graph-view backlog. Links to the new "Graph-view backlog (v0.8 or later)" section in ROADMAP so the original cross-reference still resolves to useful content. https://claude.ai/code/session_01SH6iHNAqeMJHXdq7ubVcuJ
Summary
Conventional-commit semantics drove release-please to propose 0.7.0 (not 0.6.1) for the install-anywhere work merged in PR #122. This PR aligns the docs / release notes / marketing artifacts with that version label so PR #123 (release-please) lands as a coherent v0.7.0 release.
The work itself is feature-level in a fair reading β new install paths, new Dockerfile, new Agent Zero integration β so the version is honest. The reframing here is pure naming.
Changes
Renames (git mv, history preserved):
RELEASE_NOTES_v0.6.1.mdβRELEASE_NOTES_v0.7.0.mddocs/SCREENCAST-v0.6.1.mdβdocs/SCREENCAST-v0.7.0.mddocs/notebooklm/v0.6.1/βdocs/notebooklm/v0.7.0/Content (8 files):
v0.6.1βv0.7.0, pinned-version snippets bumped,whats-new-v061anchor renamed, forward-looking refs reframed (Always-On =v0.8now, Enterprise-Ready =v0.8.x). Tracking issues #119 and #120 stay correct β they're about the work, not the version label.Test plan
python -m pytest tests/β 388 passed, 4 environmental skips0.6.1references outside historical files (RELEASE_NOTES_v0.3-0.6.0,CHANGELOG.md)v0.7forward refs in the renamedv0.7.0files (they all correctly point atv0.8for what's next)docs(...)so release-please won't bump the version againOrder of operations after this lands
release.ymlfor the PyPI publish (the GITHUB_TOKEN gotcha from release.yml not triggered by release-please tag push (GITHUB_TOKEN anti-loop guard)Β #98 is still active)Follow-up (not in this PR)
The handoff doc on PR #121 still references "v0.6.1" + "v0.7" / "v0.7.x" planning labels. That doc is on a separate branch and can be reframed when it lands.
https://claude.ai/code/session_01SH6iHNAqeMJHXdq7ubVcuJ
Generated by Claude Code