feat(sprint-5): epcode CLI + Docusaurus 文档站 + 治理文件#5
Merged
Conversation
CLI (tools/cli/):
- bin/epcode.js 入口 + 10 个子命令
- init/adopt/migrate/check/prd/adr/metrics/incident/linkage/jira
- scaffolds/mode-{a,b,c,d}/ 四种接入模式脚手架
- 全部零依赖,只封装 tools/ 现成脚本
package.json 根目录:
- 暴露 bin: epcode → tools/cli/bin/epcode.js
- 支持 npx epcode
文档站 (docs-site/):
- Docusaurus v3
- 首页以 4 接入模式为一等公民(4 张卡片)
- sidebars.js 按 docs/chapters/* 自动生成
- .github/workflows/pages.yml 自动部署到 GitHub Pages
治理:
- CODEOWNERS 代码归属
- RELEASE_PROCESS.md 发布 SOP
文档:
- README 加 CLI 推荐段 + docs-site 链接 + 所有治理文件入口
- CHANGELOG v0.6.0 / PLAN / ROADMAP 同步
- Badge: progress-98% (S5 done) · changelog-v0.6.0 · npx epcode
验证:
- 4 mode init 均跑通
- adopt --level=1 正确追加 ADOPTION-LOG
- check-links 断链 0
5 个 Sprint 全部完成 🎉
完成度: 96% → 98%
JohnC-stack
pushed a commit
that referenced
this pull request
Apr 19, 2026
用户反馈: 桌面应用 UI/UX 应该先做设计稿再开实现,避免三平台 各干各的、Linux/Win 没有权威源。 调整: - 新增 ⑥ UI/UX 设计稿章节 (docs/design/ui/ + wireframes + interaction-flows) - macOS Beta 从 S6 推迟到 S7 (先对齐设计稿) - Linux/Win Beta 从 S8 起,跟随 macOS 1 周后 - 完成度预期表加 S6 行(原表少一行) - Phase 2 原则加 #5 '设计先于代码'
JohnC-stack
added a commit
that referenced
this pull request
Apr 19, 2026
用户反馈: 桌面应用 UI/UX 应该先做设计稿再开实现,避免三平台 各干各的、Linux/Win 没有权威源。 调整: - 新增 ⑥ UI/UX 设计稿章节 (docs/design/ui/ + wireframes + interaction-flows) - macOS Beta 从 S6 推迟到 S7 (先对齐设计稿) - Linux/Win Beta 从 S8 起,跟随 macOS 1 周后 - 完成度预期表加 S6 行(原表少一行) - Phase 2 原则加 #5 '设计先于代码' Co-authored-by: zhangkunshi <john_kunshi@163.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.
Sprint 5 交付,5 个 Sprint 全部完成 🎉。完成度 96% → 98%。
详见 CHANGELOG v0.6.0。