docs(roadmap): archive improve-system#4
Merged
Merged
Conversation
The 1.1.0 cycle's codebase work is complete on this branch. The only
remaining action (the tag push) is a standing manual step the user
executes post-merge, not a planning item, so it does not block
archival.
- git mv agents/roadmaps/improve-system.md -> archive/ (preserves
blame + history via rename detection).
- Completion checklist updated: tag push marked [~] (tracked
outside the roadmap), archival marked [x] with today's date.
- Inbound references updated to the new path: CHANGELOG intro,
analysis notes, release-notes draft, ADR-0002, ADR-0003.
- CONTRIBUTING.md + feature-request template no longer point at a
single 'current roadmap' (there isn't one post-1.1.0); they now
point at open issues + agents/roadmaps/archive/ for historical
context.
All gates green locally. Link-check 123/127 ok, 4 excluded (same as
before; the 1.1.0 anchor excludes are still in lychee.toml until the
tag lands).
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.
Summary
Small follow-up to PR #3 (the 1.1.0 release cycle). Archives the
roadmap that drove that release.
The tag push is the only remaining 1.1.0 action and that's a standing
manual step, not a planning item — so it doesn't block archival.
Changes
git mv agents/roadmaps/improve-system.md → agents/roadmaps/archive/improve-system.md(preserves blame + history via rename detection).
[~](trackedoutside this roadmap), archival marked
[x].CHANGELOG.md,agents/analysis/improve-system-phase0.md,agents/drafts/release-notes-1.1.0.md,agents/adrs/0002-...,agents/adrs/0003-....CONTRIBUTING.md+.github/ISSUE_TEMPLATE/feature_request.yml:no longer point at a single "current roadmap" (there isn't one
post-1.1.0); they now point at the issue tracker +
agents/roadmaps/archive/for historical context.Verification
npm run lint✅npm test✅ 267 passingnpm run check:links✅ 123 ok / 4 excluded / 0 errorsNo functional changes.