- 当前稳定版:
v1.1.0 - 发布时间:
2026-04-06 - Release:
https://github.com/nonozone/deploy-baseline/releases/tag/v1.1.0
如果你是第一次接触这个仓库,建议按下面顺序阅读:
docs/deploy-baseline-kit.mddocs/baseline-standard.mddocs/deployment-sop.mddocs/v1-release.mddocs/upgrade-v1.1.0.md
如果你是要把这个 skill 用到真实项目里,建议这样走:
- 先看
docs/baseline-standard.md,理解这套基线要求项目收敛成什么样 - 再看
docs/deployment-sop.md,理解部署文档和操作流程的标准形状 - 再看
skills/deploy-baseline-kit/SKILL.md,理解实际执行规则 - 如果你要维护这套产品本身,再看
src/template/、src/rules/和internal/
docs/baseline-standard.md基线标准本体,定义 skill 要把目标项目收敛成什么形状。docs/v1-release.md历史发布说明,适合理解仓库之前的定位与边界。docs/upgrade-v1.1.0.md面向用户的升级说明,适合从v1.0.x迁移到v1.1.0时快速对齐使用方式。docs/deployment-sop.md通用部署 SOP,定义项目级部署文档应该覆盖哪些章节和操作步骤。docs/deploy-baseline-kit.mddeploy-baseline-kit的产品边界、确认模型和收敛行为说明。skills/deploy-baseline-kit/SKILL.mdskill 的安装入口与执行契约。internal/specs/2026-04-06-deploy-baseline-kit-productization-design.md当前产品化收敛设计。internal/specs/skill 设计规格,适合需要继续演进 skill 的维护者阅读。internal/plans/已拆解的实现计划,适合继续推进具体 phase 的维护者阅读。
以下情况建议继续读 internal/specs/ 与 internal/plans/:
- 你要继续扩
deploy-baseline-kit - 你要补新的数据库产品线
- 你要增强 monorepo / mixed-surface 支持
- 你要为仓库补 fixture、验证命令或 runnable examples
- Current stable release:
v1.1.0 - Published on:
2026-04-06 - Release:
https://github.com/nonozone/deploy-baseline/releases/tag/v1.1.0
If this is your first time in the repository, read in this order:
docs/deploy-baseline-kit.mddocs/baseline-standard.mddocs/deployment-sop.mddocs/v1-release.mddocs/upgrade-v1.1.0.md
If you want to use the skill on a real project, use this path:
- Read
docs/baseline-standard.mdto understand the target baseline shape - Read
docs/deployment-sop.mdto understand the expected deployment-doc structure - Read
skills/deploy-baseline-kit/SKILL.mdto understand the installed behavior contract - Inspect
src/template/,src/rules/, andinternal/only when you are maintaining the product itself
docs/baseline-standard.mdThe baseline standard itself: command contract, Compose layers, env layout, and deploy directory conventions.docs/v1-release.mdThe v1 release note: project positioning, core commands, intended audience, and explicit product boundary.docs/upgrade-v1.1.0.mdA user-facing upgrade guide for moving fromv1.0.xtov1.1.0.docs/deployment-sop.mdThe generic deployment SOP that project-specific deploy docs should follow.docs/deploy-baseline-kit.mdBehavior boundaries, stability notes, and confirmation semantics fordeploy-baseline-kit.skills/deploy-baseline-kit/SKILL.mdThe skill entrypoint and execution contract.internal/specs/Design specs for maintainers evolving the skill.internal/plans/Implementation plans for concrete follow-up phases.
Continue into internal/specs/ and internal/plans/ when you need to:
- extend
deploy-baseline-kit - add more database baselines
- deepen monorepo or mixed-surface support
- add fixtures, validation commands, or runnable examples