tech-lead-skill 5.4.1 → 5.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/docs/AUDIT_REPORT.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -123,6 +123,6 @@ The executable skill body (`SKILL.md`) is authored in Simplified Chinese; coding
|
|
|
123
123
|
|
|
124
124
|
## Version
|
|
125
125
|
|
|
126
|
-
Current version: `v5.4.
|
|
126
|
+
Current version: `v5.4.2`.
|
|
127
127
|
|
|
128
128
|
See [`docs/TECHNICAL_GUIDE.md`](docs/TECHNICAL_GUIDE.md) for the full operating model and [`docs/AUDIT_REPORT.md`](docs/AUDIT_REPORT.md) for the publication audit.
|
package/README.zh-CN.md
CHANGED
|
@@ -125,6 +125,6 @@ dsh --profile headless --dump-config # 确认 tech-lead-tools 行已注入
|
|
|
125
125
|
|
|
126
126
|
## 版本
|
|
127
127
|
|
|
128
|
-
当前版本:`v5.4.
|
|
128
|
+
当前版本:`v5.4.2`。
|
|
129
129
|
|
|
130
130
|
完整运行模型见[技术指南](https://github.com/240xu/tech-lead-skill/blob/main/docs/TECHNICAL_GUIDE.zh-CN.md),发布审计见 [docs/AUDIT_REPORT.md](docs/AUDIT_REPORT.md)。
|
package/docs/AUDIT_REPORT.md
CHANGED
|
@@ -35,7 +35,7 @@ The source set was scanned for local absolute paths, passwords, API-key prefixes
|
|
|
35
35
|
### Structural scan
|
|
36
36
|
|
|
37
37
|
- YAML frontmatter has `name: tech-lead` and a trigger description.
|
|
38
|
-
- The skill version is `v5.4.
|
|
38
|
+
- The skill version is `v5.4.2`.
|
|
39
39
|
- The nine templates referenced by the skill exist.
|
|
40
40
|
- The installer validates options, requires a marker before removing any target, and records the managed package/version after installation.
|
|
41
41
|
- The release-check template covers allowlist inventory, sensitive-content scanning, reference checks, scope checks, publication results, and remote verification.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tech-lead-skill",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.2",
|
|
4
4
|
"description": "Evidence-driven planning and safe change-control skill for OpenCode-compatible agents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"tech-lead-skill": "bin/install.js"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
|
-
"test": "node tests/run-tests.js"
|
|
16
|
+
"test": "node tests/run-tests.js",
|
|
17
|
+
"test:composition": "node packages/dsh-tech-lead-plugin/test/composition/run.mjs"
|
|
17
18
|
},
|
|
18
19
|
"files": [
|
|
19
20
|
"skill/",
|