Skip to content

Commit 836bc3b

Browse files
theislampillclaude
andcommitted
release(v0.2.9.0): release-gate doc sweep
Finding: - README/portal release claims pointed at v0.2.8.0; CHANGELOG undated. Countermeasure: - Live-pointing pins, disclosure->alignment paragraph, install-source delta table, portal Release state and manifest row moved to v0.2.9.0; CHANGELOG milestone dated 2026-06-10. Claims become true when the v0.2.9.0 tag and release are created in this same gate. Smoke B: - ToC two-way, diagrams, docs-portal 74-check cycle incl. README/portal parity, no-terminal-cap, verify-package, added-lines: all green. Boundaries: - Tag and release follow in this authorized gate; no provenance beyond the checksum manifest. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 23f67b5 commit 836bc3b

3 files changed

Lines changed: 20 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Plugin manifest versions are host-facing package metadata. The `v0.2.5.0`
1111
project milestone maps to plugin manifest version `0.2.5` because no local
1212
schema evidence proved four-component plugin manifest versions are accepted.
1313

14-
## [v0.2.9.0] - Unreleased
14+
## [v0.2.9.0] - 2026-06-10
1515

1616
### Fixed
1717

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ Each action requires separate explicit authorization.
5757

5858
## Quick start
5959

60-
1. Install the skill (see [Install notes](#install-notes) for your host — or
61-
note that the latest public release asset predates the current contract;
62-
building from source is the current-behavior path).
60+
1. Install the skill (see [Install notes](#install-notes) for your host).
61+
The `v0.2.9.0` public release carries the contract this README describes.
6362
2. In a repo you want governed, invoke it with a bounded target:
6463
`/implementaudit close the findings in AUDIT.md` — or just describe the
6564
work; unbounded asks get a STOP, not a build loop.
@@ -794,21 +793,20 @@ To choose the right invocation shape, see the chooser table in
794793
Install flows are evidence-bounded. This repo can locally validate the release
795794
asset-to-Codex-install path into a temporary Codex home. It does not claim passive auto-update, universal host support, marketplace verification, or public GitHub release download verification unless those checks are run and recorded.
796795

797-
**Release-staleness disclosure:** the latest public release asset is
798-
`v0.2.8.0` (verified against the live release list), which predates the
799-
`v0.2.9.0` Andon/Jidoka failure contract,
800-
helper-path resolution, run-root validation, and custody tooling described in
801-
this README. Installing from the public release gives you v0.2.8.0 behavior,
802-
not what this document teaches. For current behavior, build the asset from
803-
source (`bash scripts/build-release-asset.sh`) and install that, or wait for
804-
the next release gate. This is a disclosure, not a release claim.
796+
**Release/contract alignment:** the latest public release is `v0.2.9.0`
797+
(verified against the live release list at the release gate), which carries
798+
the Andon/Jidoka failure contract, helper-path resolution, run-root
799+
validation, and custody tooling described in this README. Installing from the
800+
public release gives you the documented behavior. Re-verify this paragraph at
801+
every release gate; if a future README documents behavior newer than the
802+
latest release, restore the staleness disclosure.
805803

806804
What each install source carries:
807805

808806
| Source | Failure contract | Helper resolution | Run-root / custody tooling |
809807
|---|---|---|---|
810-
| Public release `v0.2.8.0` (latest) | pre-Andon (older recovery semantics) | bare paths (pre-skill-dir) | none |
811-
| Built from source (`v0.2.9.0` line) | ANDON_PROBE / ANDON_ESCALATE / ANDON_HANDOFF, classed Andon log, no try caps | `IMPLEMENTAUDIT_SKILL_DIR` resolution | run-root validator; sidecars/tools/context templates; absent-safe custody helper |
808+
| Public release `v0.2.9.0` (latest) / built from source | ANDON_PROBE / ANDON_ESCALATE / ANDON_HANDOFF, classed Andon log, no try caps | `IMPLEMENTAUDIT_SKILL_DIR` resolution | run-root validator; sidecars/tools/context templates; absent-safe custody helper |
809+
| Older public release `v0.2.8.0` | pre-Andon (older recovery semantics) | bare paths (pre-skill-dir) | none |
812810

813811
### Install / update for Codex
814812

@@ -840,14 +838,14 @@ bash scripts/install-codex-from-release.sh \
840838
--asset dist/IMPLEMENTAUDIT.skill \
841839
--checksum dist/CHECKSUMS.txt \
842840
--codex-home "$HOME/.codex" \
843-
--version 0.2.8
841+
--version 0.2.9
844842
```
845843

846844
After a public release exists, the same installer can be pointed at an explicit
847845
tag or asset URL from a source checkout:
848846

849847
```bash
850-
bash scripts/install-codex-from-release.sh --tag v0.2.8.0 --version 0.2.8
848+
bash scripts/install-codex-from-release.sh --tag v0.2.9.0 --version 0.2.9
851849
```
852850

853851
That public-download path is a claim only after the release exists and the
@@ -876,11 +874,11 @@ bash scripts/install-claude-from-release.sh \
876874
--claude-skills-dir "<claude-session-path>/skills/implementaudit"
877875
```
878876

879-
From the live public v0.2.8.0 release:
877+
From the live public v0.2.9.0 release:
880878

881879
```bash
882880
bash scripts/install-claude-from-release.sh \
883-
--tag v0.2.8.0 \
881+
--tag v0.2.9.0 \
884882
--claude-skills-dir "<claude-session-path>/skills/implementaudit"
885883
```
886884

docs/portal/onboarding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ Manual copy from a repo checkout:
5555
mkdir -p ~/.codex/skills/implementaudit
5656
cp -R skills/* ~/.codex/skills/implementaudit/
5757

58-
From the v0.2.8.0 release asset with checksum verification:
58+
From the v0.2.9.0 release asset with checksum verification:
5959

6060
bash scripts/build-release-asset.sh
6161
bash scripts/install-codex-from-release.sh \
6262
--asset dist/IMPLEMENTAUDIT.skill \
6363
--checksum dist/CHECKSUMS.txt \
6464
--codex-home "$HOME/.codex" \
65-
--version 0.2.8
65+
--version 0.2.9
6666

6767
### Claude Code
6868

@@ -72,7 +72,7 @@ For a release-asset Claude Desktop path, `bash scripts/install-claude-from-relea
7272

7373
### Release state
7474

75-
Release `v0.2.8.0` is live (verified 2026-06-10 against the GitHub release list). Tag at commit `d2829a4` (verified via the tag ref API). The release asset `IMPLEMENTAUDIT.skill` includes a `CHECKSUMS.txt` — a SHA-256 checksum manifest for local integrity verification only. No signatures, attestations, SBOMs, or provenance chains are claimed. Pages docs are live and CI-verified (deploy workflow success at the pushed head plus a live HTTP 200, verified 2026-06-10). External claims in this section carry their evidence basis; re-verify on each release gate.
75+
Release `v0.2.9.0` is live (verified against the GitHub release list at the 2026-06-10 release gate). Tag at commit `23f67b5` (the CI-green pushed head). The release asset `IMPLEMENTAUDIT.skill` includes a `CHECKSUMS.txt` — a SHA-256 checksum manifest for local integrity verification only. No signatures, attestations, SBOMs, or provenance chains are claimed. Pages docs are live and CI-verified (deploy workflow success at the pushed head plus a live HTTP 200, verified 2026-06-10). External claims in this section carry their evidence basis; re-verify on each release gate.
7676

7777
:::info
7878
**No auto-update mechanism exists.** A locally installed skill does not update automatically when the GitHub repo has a new release. Repeat the install step on each release.
@@ -519,7 +519,7 @@ The default small-audit mode operates on one artifact at a time. It:
519519
| `docs/portal/onboarding.md` | This file. Portal content source. |
520520
| `docs/audits/` | Dogfood audit ledgers by version. |
521521
| `docs/diagrams/` | Mermaid source for execution spine and tooling diagrams. |
522-
| `.claude-plugin/plugin.json` | Plugin manifest. Version 0.2.8. |
522+
| `.claude-plugin/plugin.json` | Plugin manifest. Version 0.2.9. |
523523
| `.github/workflows/pages.yml` | Docs portal build and deploy. `workflow_dispatch` enabled. |
524524
| `.github/workflows/validate.yml` | Full test and check suite. |
525525

0 commit comments

Comments
 (0)