task-pipeline-skill 1.76.1 → 1.77.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,29 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.77.0 — a mention is not a declaration
4
+
5
+ The release-gap check counted every `vX.Y.Z` token in `## Releases that carry no stamp` as a
6
+ declaration that the release carries no stamp. So one sentence explaining a *stamped* release
7
+ — the words "the figure was already false at the `v1.76.0` tag" — exempted that release from
8
+ the check, and the negative self-test that exists to catch exactly this read as accepted for
9
+ the same reason: it too was reading the section's prose.
10
+
11
+ Declarations are bold now, which is the convention every entry in that section already
12
+ followed. Prose about a release can no longer excuse it.
13
+
14
+ Two plants cover it. The new one leaves the trailing release in the section in the same
15
+ words and removes only its bold — a mention where a declaration was — and requires the
16
+ refusal; watched firing in a standalone clone of 122 tags, and printing SKIP with its reason
17
+ in a submodule checkout, where no tags are visible and the check it probes cannot look.
18
+
19
+ Also: the README no longer presents `npm test` as runnable from a package that ships no
20
+ `test/` directory, and `test/residue.py` tags each workspace with the process group that made
21
+ it, so a scan of the shared `$TMPDIR` stops reporting another session's trees — and an
22
+ earlier run's deliberately kept evidence — as this run's leak.
23
+
24
+ Guards: 412 → **413**. `test/negatives.py`'s floor moved with it, in this change, because a
25
+ floor below the count cannot notice losing the difference.
26
+
3
27
  ## v1.76.1 — the number the published README had never checked
4
28
 
5
29
  The README's validator line said **all 23 references** and the tree it shipped
package/README.md CHANGED
@@ -928,6 +928,10 @@ surface, and the surfaces that must never drift apart). Security reports:
928
928
  [SECURITY.md](SECURITY.md). Everyone participating is expected to follow the
929
929
  [Code of Conduct](CODE_OF_CONDUCT.md).
930
930
 
931
+ <!-- commands-run-in: a clone -->
932
+ These run **in a clone of this repository**. The published npm package ships no
933
+ `test/` directory, so from an install they are names, not commands.
934
+
931
935
  ```bash
932
936
  npm test # python3 test/validate.py — the structural validator
933
937
  ```
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.76.1 |
15
+ | **Version** | 1.77.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.76.1",
3
+ "version": "1.77.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.76.1",
5
+ "version": "1.77.0",
6
6
  "author": {
7
7
  "name": "ssheleg",
8
8
  "url": "https://x.com/sshlg93"