10 Commits

Author SHA1 Message Date
Wyatt Fang cd7e1d33f0 refactor: package CodeStable plugin distribution (#34)
* refactor: package codestable plugin distribution

* docs: restore README workflow details

* refactor: remove browser bridge from distribution

---------

Co-authored-by: QA Bot <qa@example.invalid>
2026-07-02 09:56:21 +08:00
dafang 55605d91f9 Merge origin/main (上游 refactor) into feat/merge-task-codereview-gates
吸收上游 74f1aa3 重构:compound 四件套合一 cs-keep、cs-libdoc→cs-doc-api、
cs-guide→cs-doc-tutorial、删 cs-arch 立 cs-domain、compound 改纯 markdown。
保留我们的 PR 工作:cs-code-review review↔gate、cs-goal、gate 工具链、
worktree feat/fix/refactor 命名、brainstorm/report-language;cs-task 保持删除。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 22:40:15 +08:00
liuzhengdong 74f1aa3dee refactor: 精简 cs-* 体系——compound 四件套合一、外部文档改名、删 architecture 立 cs-domain
三刀连贯重构,让体系更符合"grill-me 风格、产物聚合在 .codestable/、人在环"的初衷:

第一刀(compound 四件套合一):
- 删 cs-learn / cs-trick / cs-decide / cs-explore,合并成 cs-keep
- compound 文件改纯 markdown 无 frontmatter,靠 grep 检索(淘汰 search-yaml 在 compound 上的角色)

第二刀(外部文档改名):
- cs-libdoc → cs-doc-api(不再绑死"库"语义,凡是 API 参考都适用)
- cs-guide → cs-doc-tutorial(明确是任务导向的 how-to / tutorial)

第三刀(删 architecture,立 cs-domain):
- 删 cs-arch 技能和 architecture/ 目录(长期实践证明是累赘而非资产)
- 新建 cs-domain 技能管 CONTEXT.md 术语 + adrs/ 架构决策(守门 3 判据 + Nygard 四节)+ 单/多 context 拓扑
- cs-feat-accept 的 Phase 5 从"代写架构 doc"改为"盘点领域影响 + 提示 cs-domain",越权问题自动消失
- cs-brainstorm 加横切:讨论拍板符合 ADR 3 判据就路由到 cs-domain

净变化:cs-* 技能 25 → 22;行数 +400 / −2000+
2026-06-25 21:30:03 +08:00
dafang 71a7111307 refactor: 移除 cs-task skill 及其全部接入(保留 gate 工具链)
- 删除 cs-task/ 目录(SKILL.md + reference.md)
- 移除 30 个 cs-*/SKILL.md 的「## Task 接入」段,相邻「## 执行 gate」段全部保留
- 移除 cs-goal 的 Task Integration 段
- 清理 README/cs/system-overview/shared-conventions 里的 cs-task 引用,
  以及 .codestable/tasks 目录约定与 onboard gitkeep/检查
- gate 工具链(worktree/commit gate、tools、hooks、branch-guard)原样保留
- 技能数 badge 36 → 35

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 16:50:41 +08:00
dafang 7c77fe9b92 feat: merge cs-task/cs-goal/cs-code-review and gate toolchain
把 3 个 fork 的能力合并进 CodeStable:

- 新增技能 cs-task(Task 台账)、cs-goal(目标编排)、cs-code-review(横切代码审查 gate)
- cs-feat-review 改造为横切 cs-code-review,服务 feature/issue/refactor/ff 多来源;feature 主链路改用 cs-code-review
- 新增 gate 工具链(cs-onboard/tools 脚本 + hooks)与 6 个共享 reference 文档
- 30+ cs-*/SKILL.md 接入 Task / gate;cs/SKILL.md 加 Route Governance
- 删除 codestable-maintainer、tests
- cs-code-review 产物统一 {slug}-review.md,report-template 按来源定义 doc_type/身份字段
- WORKFLOW/README 中英对齐,feature/issue/refactor 链路均经 cs-code-review

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 14:23:56 +08:00
dafang 855a4eb4cb feat: add codestable docs neat skill 2026-06-19 17:45:57 +08:00
dafang f8129bc639 feat: add roadmap and design review gates 2026-06-19 13:50:34 +08:00
dafang a559f8a6f6 docs: split codestable overview docs 2026-06-18 16:28:16 +08:00
liuzhengdong 9216e88d17 Refactor CodeStable documentation and scripts for improved clarity and structure
- Removed unnecessary compiled Python files from __pycache__.
- Updated `search-yaml.py` to enhance filter syntax and usage examples, including support for OR logic in filters.
- Revised multiple SKILL.md files to clarify instructions, emphasizing the importance of reading `.codestable/attention.md` before proceeding with actions.
- Adjusted paths in documentation to consistently reference `.codestable/` instead of `codestable/`.
- Enhanced descriptions in requirement and roadmap documentation to better define the purpose and structure of each component.
- Improved clarity in the `cs-trick` documentation regarding the nature of the reference library and its usage.
- Ensured all references to tools and commands are consistent with the new directory structure.
2026-05-06 07:41:39 +08:00
liuzhengdong fba868e9f1 feat: add English README file for improved accessibility and documentation 2026-04-25 21:13:32 +08:00