tech-lead-skill 5.4.0 → 5.4.1
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 +2 -2
- package/README.zh-CN.md +2 -2
- package/docs/AUDIT_REPORT.md +5 -5
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ The installer is idempotent: repeated runs back up existing files as `*.bak-<tim
|
|
|
48
48
|
|
|
49
49
|
### DeepSeek Harness plugin (read-only tools)
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
This source repository includes an opt-in DSH bundle exposing 21 read-only lifecycle tools. The original nine audit tools remain compatible, and the strengthened surface adds context validation, evidence graph/freshness analysis, progress decisions, critical-path and impact analysis, resume reconciliation, gate planning/aggregation/reopen checks, and mutation preview. The tools compute over caller-supplied JSON only — no filesystem writes, no subprocesses, no network access. The root npm package distributes the skill and installer only; clone this repository before installing the private workspace bundle.
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
54
|
dsh plugin --profile headless add /path/to/tech-lead-skill/packages/dsh-tech-lead-bundle
|
|
@@ -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.1`.
|
|
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
|
@@ -50,7 +50,7 @@ npx github:240xu/tech-lead-skill
|
|
|
50
50
|
|
|
51
51
|
### DeepSeek Harness 插件(只读工具)
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
本源码仓库提供可选 DSH bundle,暴露 21 个只读生命周期工具。原有九个审计工具保持兼容,并新增上下文校验、证据图与新鲜度分析、推进决策、关键路径与影响分析、续跑对账、Gate 计划/聚合/重开检查,以及变更预览。工具仅对调用方传入的 JSON 做计算——无文件写入、无子进程、无网络访问。根 npm 包只发布技能与安装器;DSH workspace bundle 尚未独立发布,安装前请先 clone 本仓库。
|
|
54
54
|
|
|
55
55
|
```bash
|
|
56
56
|
dsh plugin --profile headless add /path/to/tech-lead-skill/packages/dsh-tech-lead-bundle
|
|
@@ -125,6 +125,6 @@ dsh --profile headless --dump-config # 确认 tech-lead-tools 行已注入
|
|
|
125
125
|
|
|
126
126
|
## 版本
|
|
127
127
|
|
|
128
|
-
当前版本:`v5.4.
|
|
128
|
+
当前版本:`v5.4.1`。
|
|
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Publication Audit Report
|
|
2
2
|
|
|
3
3
|
Date: 2026-08-25
|
|
4
|
-
Scope: public release of the `tech-lead` planning skill and its
|
|
4
|
+
Scope: public release of the `tech-lead` planning skill and its nine templates.
|
|
5
5
|
|
|
6
6
|
## Result
|
|
7
7
|
|
|
@@ -18,7 +18,7 @@ The publication set contains only the following intended artifacts:
|
|
|
18
18
|
- `skill/templates/gate-review.md`
|
|
19
19
|
- `skill/templates/gate-verdict.md`
|
|
20
20
|
- `README.md` (English) / `README.zh-CN.md` (简体中文)
|
|
21
|
-
- `docs/TECHNICAL_GUIDE.md` (English
|
|
21
|
+
- `docs/TECHNICAL_GUIDE.md` (English; Chinese README ships separately)
|
|
22
22
|
- `docs/AUDIT_REPORT.md`
|
|
23
23
|
- `LICENSE`
|
|
24
24
|
|
|
@@ -35,8 +35,8 @@ 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.
|
|
39
|
-
- The
|
|
38
|
+
- The skill version is `v5.4.1`.
|
|
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.
|
|
42
42
|
- The plan includes PLAN/EXECUTE, L0/L1/L2, protected assets, mutation protocol, E0-E4 evidence, completion levels, stagnation control, state recovery, and real-state reconciliation.
|
|
@@ -48,7 +48,7 @@ The skill defaults user data to read-only, requires a recovery path before write
|
|
|
48
48
|
|
|
49
49
|
## Known Limitations
|
|
50
50
|
|
|
51
|
-
- Core judgment stays prose-first;
|
|
51
|
+
- Core judgment stays prose-first; the source-checkout-only DSH workspace provides 21 machine-checkable read-only tools for context, evidence, progress, gates, release/install audits, recovery, and mutation preview. The root npm tarball intentionally excludes the private workspace packages.
|
|
52
52
|
- Freshness, reconciliation, and rollback verification depend on the executing environment.
|
|
53
53
|
- No claim is made that the skill has completed a multi-project effectiveness trial; that is the next validation phase.
|
|
54
54
|
- The audit validates publication content, not the security of the hosting platform or every consumer's local OpenCode installation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tech-lead-skill",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.1",
|
|
4
4
|
"description": "Evidence-driven planning and safe change-control skill for OpenCode-compatible agents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
"bin": {
|
|
13
13
|
"tech-lead-skill": "bin/install.js"
|
|
14
14
|
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"test": "node tests/run-tests.js"
|
|
17
|
+
},
|
|
15
18
|
"files": [
|
|
16
19
|
"skill/",
|
|
17
20
|
"bin/",
|