Publish roadmap - #10
Merged
Merged
Conversation
Add ROADMAP.md (near-term / planned / exploratory / non-goals) as the canonical forward-looking doc, linked from a new README "Roadmap" section and the Documentation list. Migrate the forward-looking items out of the non-standard "Planned" subsection under the 1.2.0 changelog entry into ROADMAP.md, and move the validate Check 6 bullet from [Unreleased] into [1.3.0] (that code already ships in the v1.3.0 tag). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Publishes the project roadmap to the repo. Until now the only forward-looking content was a non-standard
### Plannedblock buried under the[1.2.0]changelog entry (and it was missing the deferred GitHub-fetch item).Changes
ROADMAP.md(new) - canonical roadmap with Near-term (GitHub Issuegh issue viewauto-fetch), Planned (/sd:setupcodebase scan,sd-docs-writerADR agent), Exploratory (local-only opt-in analytics), and Non-goals (stays generic/stack-agnostic).README.md- new## Roadmapsection + a Documentation-list link toROADMAP.md.CHANGELOG.md### Plannedblock from[1.2.0], leaving a one-line pointer toROADMAP.md.[Unreleased]into[1.3.0]- that code already ships in thev1.3.0tag.[Unreleased]entry documents the roadmap docs.Verification
validate.ps1: all 6 checks pass, exit 0 (Check 6 still green -[Unreleased]has the new entry).🤖 Generated with Claude Code