docs: add deprecation banner to user-facing docs (Sprint 1 Track 1)#61
Merged
Conversation
Aligns user-facing docs with README's deprecation notice. Internal design docs unchanged per Sprint 1 scope. See docs/ts-team-sprint-0-2026-04-27-wrap.md for context. Banner placement: directly after each H1, before existing content. Per-doc tweaks: - cli / configuration / plugin-development / features (+ zh-TW pairs): standard banner pointing to agend-terminal. - features (+ zh-TW): banner closes with a note that the feature surface documented here is `@suzuke/agend`-specific and may differ in agend-terminal. - ROADMAP (+ zh-TW): banner notes the roadmap captures planning state at v1.12.0 and is retained for historical reference; future direction lives in agend-terminal. - SECURITY (+ zh-TW): per-doc nuance — security reports for `@suzuke/agend` are still accepted (README explicitly continues security fixes); new code reports should target agend-terminal. - CHANGELOG (+ zh-TW): banner clarifies future entries cover security fixes and backend CLI compatibility only. 13 files changed, 102 insertions(+). Pure banner additions, no content rewrite. zh-TW versions translate banner body but retain English for GitHub URLs and agend-terminal keyword. Internal design docs explicitly untouched (verified via `git diff --name-only origin/main`): superpowers/, specs/, fix-plan.md, p4.1-split-plan.md, design-ux-pain-points.md, rebrand-plan.md, multi-backend-feasibility.md, plugin-adapter-architecture.md, approval-system-analysis.md, context-rotation-design.md, cross-cli-research.md, cross-instance-messaging.md, feature-roadmap.md, issue-evaluations.md, token-overhead-report*.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
suzuke
added a commit
that referenced
this pull request
Apr 27, 2026
…al (#62) Sprint 1 outcome: Track 1 (deprecation banner on 13 user-facing docs, PR #61) and Track 2 (3 labels created + 5 issues retro-labelled + ISSUE_TEMPLATE redirect, PR #60) both shipped. Wall time ~10m, 0 open issues / 0 open PRs at wrap. Includes Sprint 2 candidate proposal: docs/migration-to-agend-terminal.md as the canonical TS→Rust migration guide, in response to a cross-team dependency request from dev-lead (agend-terminal Sprint 24 docs scope). Pending general align on scope and timing.
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
Aligns user-facing docs with README's deprecation notice. Internal design docs unchanged per Sprint 1 scope. See
docs/ts-team-sprint-0-2026-04-27-wrap.mdfor context.Banner placement: directly after each H1, before existing content (in some cases before existing metadata blocks like ROADMAP's "Last updated" line — banner stays at top).
Per-doc choices
cli.md/cli.zh-TW.mdconfiguration.md/configuration.zh-TW.mdfeatures.md/features.zh-TW.mdplugin-development.mdROADMAP.md/ROADMAP.zh-TW.mdSECURITY.md/SECURITY.zh-TW.mdCHANGELOG.md/CHANGELOG.zh-TW.mdzh-TW versions translate banner body to 繁體中文 while retaining English for GitHub URLs (
agend-terminal) and brand keywords.Hard rule (general's explicit instruction)
No internal design docs touched. Verified via
git diff --name-only origin/main:None of these are touched:
superpowers/,specs/,fix-plan.md,p4.1-split-plan.md,design-ux-pain-points.md,rebrand-plan.md,multi-backend-feasibility.md,plugin-adapter-architecture.md,approval-system-analysis.md,context-rotation-design.md,cross-cli-research.md,cross-instance-messaging.md,feature-roadmap.md,issue-evaluations.md,token-overhead-report*.md. Reviewer can re-confirm with the same command.Stats
Test plan
git diff --name-only origin/mainconfirms only user-facing docs touchedagend-terminalkeyword in English🤖 Generated with Claude Code