task-pipeline-skill 1.69.0 → 1.70.0
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.70.0 — the stemmer cannot conjugate, so the description says the other form
|
|
4
|
+
|
|
5
|
+
`запиши решение` — the imperative a person actually types — reached no route at all, while
|
|
6
|
+
`evidence-docs` advertised the infinitive `записать решение`. The umbrella's matcher stems
|
|
7
|
+
`записать` to `записа-` and cannot reach `запиш-`: the с/ш alternation is a conjugation class,
|
|
8
|
+
not an ending, and `lib/triggers.js` says in its own header that it is *deliberately NOT a
|
|
9
|
+
morphological analyser*.
|
|
10
|
+
|
|
11
|
+
**So the fix is here rather than there.** Teaching a load-bearing stemmer one conjugation
|
|
12
|
+
class for one trigger was measured and refused (`B-84` on the umbrella's board); advertising
|
|
13
|
+
the second form costs **19 characters in a description with 124 free**. The description now
|
|
14
|
+
carries both, and the umbrella routes `запиши решение`, `запишите решение` and
|
|
15
|
+
`запиши решение по архитектуре` to `evidence-docs`.
|
|
16
|
+
|
|
17
|
+
**One false positive, measured rather than overlooked.** It also fires on «запиши решение
|
|
18
|
+
суда». A court decision does not occur on this machine and the cost of the hit is one injected
|
|
19
|
+
line — where `аудит` was refused against `аудитория` precisely because that word is common.
|
|
20
|
+
The trade is named here so a later reader does not have to re-derive it.
|
|
21
|
+
|
|
22
|
+
Coverage on the umbrella's own corpus: **64/15 → 65/14** of 79 prompts.
|
|
23
|
+
|
|
24
|
+
Guards: 376 → **376**. No guard was added or removed — this release changes one description
|
|
25
|
+
and nothing it asserts is new; the umbrella's fixture that every trigger is advertised is what
|
|
26
|
+
holds the pair together, and it lives there rather than here.
|
|
27
|
+
|
|
3
28
|
## v1.69.0 — the work graph, and a check that mentions is not a check that binds
|
|
4
29
|
|
|
5
30
|
**Module 1 of the role-agent programme, complete** — T-1 through T-7, briefed in
|
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ stage and walks the gates. See [Install](#install) for the other channels.
|
|
|
114
114
|
`task-pipeline` is the reference implementation of **Proof of Done: The Agentic
|
|
115
115
|
Software Development Manifesto** by Sergey Sheleg — *a foundation for building
|
|
116
116
|
software when agents write the code*. The manifesto has its own home:
|
|
117
|
-
<https://github.com/ssheleg/pod-manifesto
|
|
117
|
+
<https://podmanifesto.org> (source: <https://github.com/ssheleg/pod-manifesto>).
|
|
118
118
|
|
|
119
119
|
Its central claim is that the unit of progress is not generated code but an
|
|
120
120
|
**evidence-carrying change**: one carrying the intent it implements, the evidence that
|
package/SKILL-CARD.md
CHANGED
|
@@ -12,7 +12,7 @@ harmless.
|
|
|
12
12
|
|---|---|
|
|
13
13
|
| **Purpose** | Runs a substantial task through ten gated delivery stages — intake grill, docs study, brainstorm, spec, plan, subagent build, tests, lint/deploy, post-deploy, docs+registers, acceptance — refusing to advance until each gate passes |
|
|
14
14
|
| **Owner** | ssheleg ([github.com/ssheleg/task-pipeline](https://github.com/ssheleg/task-pipeline)) |
|
|
15
|
-
| **Version** | 1.
|
|
15
|
+
| **Version** | 1.70.0 |
|
|
16
16
|
| **Surface** | Claude Code (filesystem skill + plugin) and the vercel `skills` CLI. **Not** uploaded to the Skills API; custom Skills do not sync across surfaces |
|
|
17
17
|
| **Dependencies** | None required. Optional: `context7` (MCP), `figma` (MCP), super-ux, agent-sync, graphify, obsidian-wiki, and **one of two browser channels** — `playwright` (CLI or MCP) or `chrome-devtools` (MCP); either satisfies the browser step and neither is required. Every stage's doctrine ships in-repo; the one conditional requirement is super-ux for the stage-3 UX track on a user-facing task |
|
|
18
18
|
| **Evaluation status** | Suite authored, 5 categories. One recorded run, **self-observed by the author**; **zero blind runs on zero of three models** — the split, and the numbers, live in [`evals/RESULTS.md`](evals/RESULTS.md) and are computed by `evals/run.py` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "task-pipeline-skill",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.70.0",
|
|
4
4
|
"description": "Full-cycle delivery pipeline for coding agents: a mandatory built-in intake grill, then 10 gated stages (docs, brainstorm+decompose, spec, plan, build, tests, lint/deploy, post-deploy, docs/wiki, acceptance). Every stage's doctrine ships inside the skill — no companion plugin required. This package is the installer CLI.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"task-pipeline": "bin/task-pipeline.js"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "task-pipeline",
|
|
3
3
|
"displayName": "Task Pipeline",
|
|
4
4
|
"description": "Runs a substantial task through a mandatory built-in intake grill, then 10 gated stages (docs, brainstorm+decompose, spec, plan, subagent build, tests, lint/deploy, post-deploy, docs/wiki, acceptance). Every stage's doctrine is built into the skill — no companion plugin required — with typed auto/manual gates, a frozen requirement spine that closes with evidence, a work board and a verification ledger that outlive a run, an exposure line naming what shipped unconfirmed, a progress rail computed from the project's own config, a loop guard whose review ceiling measures rather than stops, and stage-3 tracks for what a product does, how it sounds and how it looks. Two modes need no task: `checkup` (what is unverified) and `setup` (audit existing docs). Retro insights can publish upstream as issues, opt-in and redacted.",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.70.0",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ssheleg",
|
|
8
8
|
"url": "https://x.com/sshlg93"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: evidence-docs
|
|
3
|
-
description: "Use when writing or reviewing anything that will be read as true — a decision record, a README, an acceptance report, a runbook, a changelog entry, an audit finding, or any claim that something was verified. Applies the ten canons of evidence-backed documentation — what makes a claim documentation rather than an assertion — and routes to the doctrine that enforces each one. Also use when a project needs a documentation gate, a decision register, a propagation matrix, or a retrospective that outlives its author. Triggers - 'documentation gate', 'decision record', 'ADR', 'acceptance report', 'runbook', 'is this verified', 'доказательная документация', 'записать решение', 'отчёт о приёмке', 'раннбук', 'чем это подтверждено', 'доки в синхроне'. Not for: drafts, chat answers, commit messages or code comments — say 'без доков' to opt out."
|
|
3
|
+
description: "Use when writing or reviewing anything that will be read as true — a decision record, a README, an acceptance report, a runbook, a changelog entry, an audit finding, or any claim that something was verified. Applies the ten canons of evidence-backed documentation — what makes a claim documentation rather than an assertion — and routes to the doctrine that enforces each one. Also use when a project needs a documentation gate, a decision register, a propagation matrix, or a retrospective that outlives its author. Triggers - 'documentation gate', 'decision record', 'ADR', 'acceptance report', 'runbook', 'is this verified', 'доказательная документация', 'записать решение', 'запиши решение', 'отчёт о приёмке', 'раннбук', 'чем это подтверждено', 'доки в синхроне'. Not for: drafts, chat answers, commit messages or code comments — say 'без доков' to opt out."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Evidence-backed documentation
|