You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,8 @@ Each action requires separate explicit authorization.
57
57
58
58
## Quick start
59
59
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.
63
62
2. In a repo you want governed, invoke it with a bounded target:
64
63
`/implementaudit close the findings in AUDIT.md` — or just describe the
65
64
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
794
793
Install flows are evidence-bounded. This repo can locally validate the release
795
794
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.
796
795
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
Copy file name to clipboardExpand all lines: docs/portal/onboarding.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,14 @@ Manual copy from a repo checkout:
55
55
mkdir -p ~/.codex/skills/implementaudit
56
56
cp -R skills/* ~/.codex/skills/implementaudit/
57
57
58
-
From the v0.2.8.0 release asset with checksum verification:
58
+
From the v0.2.9.0 release asset with checksum verification:
59
59
60
60
bash scripts/build-release-asset.sh
61
61
bash scripts/install-codex-from-release.sh \
62
62
--asset dist/IMPLEMENTAUDIT.skill \
63
63
--checksum dist/CHECKSUMS.txt \
64
64
--codex-home "$HOME/.codex" \
65
-
--version 0.2.8
65
+
--version 0.2.9
66
66
67
67
### Claude Code
68
68
@@ -72,7 +72,7 @@ For a release-asset Claude Desktop path, `bash scripts/install-claude-from-relea
72
72
73
73
### Release state
74
74
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.
76
76
77
77
:::info
78
78
**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:
519
519
|`docs/portal/onboarding.md`| This file. Portal content source. |
520
520
|`docs/audits/`| Dogfood audit ledgers by version. |
521
521
|`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. |
523
523
|`.github/workflows/pages.yml`| Docs portal build and deploy. `workflow_dispatch` enabled. |
524
524
|`.github/workflows/validate.yml`| Full test and check suite. |
0 commit comments