Skip to content

Raise the CLI floor to v0.2.30 and state the receipt's detection gaps - #13

Merged
DeliriumPulse merged 1 commit into
mainfrom
release/v0.1.6
Aug 7, 2026
Merged

Raise the CLI floor to v0.2.30 and state the receipt's detection gaps#13
DeliriumPulse merged 1 commit into
mainfrom
release/v0.1.6

Conversation

@DeliriumPulse

@DeliriumPulse DeliriumPulse commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Rebased onto main after #14 landed. That PR moved the marketplace and Claude
copy to the first-pass verification gate language and already cites "the shipped
CLI v0.2.30" in the README, so the version bump and those description changes are
dropped from this PR. What it left behind is what this fixes.

What was still stale on main

  • The README prerequisite, both plugin READMEs, and the skill itself still told agents v0.2.24 was enough, while the same README claimed it was "verified against the shipped CLI v0.2.30".
  • The Codex manifests (.codex-plugin/plugin.json at root and in the package) still read "Verify the acceptance contract for coding-agent changes locally." and "Local acceptance gate for coding-agent changes", along with the Agent Skills openai.yaml interface metadata.

Changes

  • CLI floor v0.2.24 to v0.2.30 across the canonical skill, both platform copies, and all three READMEs. 0.2.28 fixed unattended setup --yes, which the skill's own setup flow depends on, so 0.2.24 is not a safe floor to advertise.
  • Receipt detection gaps. The skill now tells the agent that a receipt names what did not run: SAST and the hosted symbol graph are hosted-only, so a local run never performs injection or taint analysis, and a PASS must never be reported as evidence the change is secure. Both sentences are pinned in validate.mjs, which also covers the earlier review note asking for the "not security evidence" wording to be enforced.
  • Finish the positioning pass in the Codex manifests and the Agent Skills interface metadata.

No version bump: 0.1.6 is not tagged yet and nothing here changes a capability.
The wrappers still ship no analyzer, no MCP server, no bundled hook, and no
upload path, and validate.mjs still asserts all of that.

Verification

  • npm test passes, including the two new pinned trust-boundary rules
  • npm run release:verify builds both archives twice from HEAD and confirms byte-for-byte reproducibility
  • Skill parity assertions confirm the canonical skill and both platform copies stayed identical
  • The floor was checked against the real 0.2.30 binary, not against docs
  • No 0.2.24 or "acceptance gate/contract" strings remain outside the changelog history

🤖 Generated with Claude Code

@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The release updates CodeTruss metadata and documentation to describe deterministic first-pass verification. It raises the minimum CLI version to v0.2.30, documents hosted-analysis limits, updates the version to 0.1.6, and aligns validation checks.

Changes

Verification gate update

Layer / File(s) Summary
Release metadata and positioning
.claude-plugin/marketplace.json, .codex-plugin/plugin.json, package.json, plugins/*/plugin.json, README.md, plugins/*/README.md, skills/*/agents/openai.yaml
Plugin and package versions change to 0.1.6. Descriptions and README text identify CodeTruss as a first-pass verification gate.
CLI requirements and verdict guidance
skills/codetruss/SKILL.md, plugins/*/skills/codetruss/SKILL.md, plugins/*/README.md
Documentation requires CodeTruss CLI v0.2.30 and explains omitted hosted analyses and the limits of a PASS result.
Manifest and documentation validation
scripts/validate.mjs
Validation checks the updated CLI version, descriptions, local analysis limits, README references, and plugin release version.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes two main changes: raising the CLI minimum version and documenting receipt detection gaps.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.1.6

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (1)
README.md (1)

57-57: 📐 Maintainability & Code Quality | 🔵 Trivial

Create the v0.1.6 tag before publishing the immutable install command.

The command at Line 57 resolves through the /tree/v0.1.6 reference. Create and push the v0.1.6 tag after merge, then verify that the immutable install path resolves before announcing the release.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 57, Create and push the v0.1.6 Git tag before publishing
the immutable install command, then verify that the /tree/v0.1.6 reference
resolves successfully; keep the README URL unchanged once the tag is available.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@plugins/codetruss-claude/.claude-plugin/plugin.json`:
- Around line 3-4: Update the description field in the Claude plugin metadata to
describe CodeTruss as a “first-pass verification gate,” while preserving the
existing reference to local verification and the separately installed free
CodeTruss CLI.

In `@scripts/validate.mjs`:
- Around line 22-30: Update the receipt validation assertions in
scripts/validate.mjs to require generated documentation explicitly stating that
PASS is not security evidence. Keep the existing hosted-only SAST and
symbol-graph checks unchanged, and make validation fail when this
security-evidence wording is absent.

---

Nitpick comments:
In `@README.md`:
- Line 57: Create and push the v0.1.6 Git tag before publishing the immutable
install command, then verify that the /tree/v0.1.6 reference resolves
successfully; keep the README URL unchanged once the tag is available.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: de9f9c88-76ce-422f-aa08-127c8d7a0664

📥 Commits

Reviewing files that changed from the base of the PR and between 909632e and d40061c.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (15)
  • .claude-plugin/marketplace.json
  • .codex-plugin/plugin.json
  • README.md
  • package.json
  • plugins/codetruss-claude/.claude-plugin/plugin.json
  • plugins/codetruss-claude/README.md
  • plugins/codetruss-claude/skills/codetruss/SKILL.md
  • plugins/codetruss-claude/skills/codetruss/agents/openai.yaml
  • plugins/codetruss/.codex-plugin/plugin.json
  • plugins/codetruss/README.md
  • plugins/codetruss/skills/codetruss/SKILL.md
  • plugins/codetruss/skills/codetruss/agents/openai.yaml
  • scripts/validate.mjs
  • skills/codetruss/SKILL.md
  • skills/codetruss/agents/openai.yaml

Comment thread plugins/codetruss-claude/.claude-plugin/plugin.json Outdated
Comment thread scripts/validate.mjs
v0.1.6 moved the marketplace and Claude copy to the first-pass verification
gate language and cited "the shipped CLI v0.2.30" in the README, but the
prerequisite lines and the skill itself still told agents that v0.2.24 was
enough, and the Codex manifests kept the retired "acceptance gate" wording.

- Raise the CLI floor from v0.2.24 to v0.2.30 in the canonical skill, both
  platform copies, and all three READMEs. 0.2.28 fixed unattended
  `setup --yes`, which the skill's own setup flow depends on, so 0.2.24 is not
  a safe floor to advertise.
- Tell the agent that a receipt names what did not run. SAST and the hosted
  symbol graph are hosted-only, so a local run never performs injection or
  taint analysis, and a PASS must never be reported as evidence the change is
  secure. Both sentences are pinned in the validator so they cannot silently
  drop out.
- Finish the positioning pass in the Codex manifests and the Agent Skills
  interface metadata, which still read "acceptance contract" and "Local
  acceptance gate".

No version bump: 0.1.6 is not tagged yet, and nothing here changes a capability.
The wrappers still ship no analyzer, no MCP server, no bundled hook, and no
upload path.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@DeliriumPulse DeliriumPulse changed the title Release CodeTruss plugins v0.1.6 Raise the CLI floor to v0.2.30 and state the receipt's detection gaps Aug 7, 2026
@DeliriumPulse

Copy link
Copy Markdown
Collaborator Author

Both review notes are handled after the rebase:

Claude plugin description — moot. #14 already rewrote
plugins/codetruss-claude/.claude-plugin/plugin.json on main to "The
deterministic first-pass verification gate for AI-written code...", which is
stronger than the suggested wording. My earlier edit to that file is dropped.
The same positioning is now applied to the Codex manifests, which #14 left on
the old "acceptance contract" / "Local acceptance gate" strings.

"PASS is not security evidence" assertion — added. validate.mjs now pins
both halves of the new rule:

'a local run never performs injection or taint analysis',
'never as\n  evidence that the change is secure',

so validation fails if either sentence is dropped from the skill.

@DeliriumPulse
DeliriumPulse merged commit 6ad0e75 into main Aug 7, 2026
4 checks passed
@DeliriumPulse
DeliriumPulse deleted the release/v0.1.6 branch August 7, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant