feat: v0.3 零侵入架构 + lingshu upgrade#1
Merged
Merged
Conversation
- 内置 adapter 注册表,同步引擎不再随派生仓分发 - 派生仓移除 .lingshu/ 与 package.json,sync 统一走全局 CLI - tool 命令 baseline/personal → track/untrack(直接编辑 .gitignore) - 新增 lingshu upgrade(v0.2.x→v0.3 迁移 + 1.0 检测)与 hooks install - 模板瘦身、规则文件注入 frontmatter、CI 改 npx - smoke 测试扩至 17 项;新增 CHANGELOG.md;版本 bump 0.3.0 BREAKING CHANGE: 派生仓不再含 .lingshu/ 与 package.json,需全局安装 @ruobai/lingshu
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.
主题:零侵入 (Zero-Intrusion)
CLI 即唯一引擎,派生仓只保留治理资产(无
.lingshu/、无package.json)。BREAKING CHANGES
.lingshu/与package.json,同步统一走全局lingshu sync(团队各装一次,CI 用 npx)tool命令 baseline/personal → track/untrack(直接编辑 .gitignore)Added
lingshu upgrade(v0.2.x→v0.3 迁移 + 1.0 检测);lingshu hooks install;可选reference/.lingshu.json逃生舱Changed
详见 CHANGELOG.md。