Skip to content

Commit 5debbca

Browse files
committed
chore(release): prepare v2.0.9
1 parent dc61884 commit 5debbca

3 files changed

Lines changed: 36 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.9] - 2026-04-13
6+
7+
### Fixed
8+
- 修正 `test/pack-registry.test.js` 对 Codex pack 映射的断言,覆盖新增 `config/instruction.md -> instruction.md` 文件同步。
9+
10+
### Verification
11+
- Jest: `test/pack-registry.test.js` 与全量测试通过(207/208)。
12+
513
## [2.0.8] - 2026-04-12
614

715
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-abyss",
3-
"version": "2.0.8",
4-
"description": "为 Claude Code / Codex CLI 注入邪修人格、4种可切换输出风格与 56 篇攻防工程秘典",
3+
"version": "2.0.9",
4+
"description": "为 Claude Code / Codex CLI 注入邪修人格、4种可切换输出风格与 56 篇攻防工程秘典",
55
"keywords": [
66
"claude",
77
"claude-code",
@@ -24,33 +24,33 @@
2424
"bin": {
2525
"code-abyss": "bin/install.js"
2626
},
27-
"files": [
28-
"bin/",
29-
"config/",
30-
"output-styles/",
31-
"packs/",
32-
"skills/",
33-
"LICENSE",
34-
"README.md"
35-
],
27+
"files": [
28+
"bin/",
29+
"config/",
30+
"output-styles/",
31+
"packs/",
32+
"skills/",
33+
"LICENSE",
34+
"README.md"
35+
],
3636
"engines": {
3737
"node": ">=18.0.0"
3838
},
39-
"scripts": {
40-
"test": "jest",
41-
"verify:skills": "node bin/verify-skills-contract.js",
42-
"packs:init": "node bin/packs.js init",
43-
"packs:bootstrap": "node bin/packs.js bootstrap",
44-
"packs:update": "node bin/packs.js update",
45-
"packs:check": "node bin/packs.js check",
46-
"packs:diff": "node bin/packs.js diff",
47-
"packs:report": "node bin/packs.js report",
48-
"packs:vendor:pull": "node bin/packs.js vendor-pull",
49-
"packs:vendor:sync": "node bin/packs.js vendor-sync",
50-
"packs:vendor:status": "node bin/packs.js vendor-status",
51-
"packs:vendor:dirty": "node bin/packs.js vendor-dirty",
52-
"packs:uninstall": "node bin/packs.js uninstall"
53-
},
39+
"scripts": {
40+
"test": "jest",
41+
"verify:skills": "node bin/verify-skills-contract.js",
42+
"packs:init": "node bin/packs.js init",
43+
"packs:bootstrap": "node bin/packs.js bootstrap",
44+
"packs:update": "node bin/packs.js update",
45+
"packs:check": "node bin/packs.js check",
46+
"packs:diff": "node bin/packs.js diff",
47+
"packs:report": "node bin/packs.js report",
48+
"packs:vendor:pull": "node bin/packs.js vendor-pull",
49+
"packs:vendor:sync": "node bin/packs.js vendor-sync",
50+
"packs:vendor:status": "node bin/packs.js vendor-status",
51+
"packs:vendor:dirty": "node bin/packs.js vendor-dirty",
52+
"packs:uninstall": "node bin/packs.js uninstall"
53+
},
5454
"dependencies": {
5555
"@inquirer/prompts": "^7.10.1"
5656
},

0 commit comments

Comments
 (0)