chore(release): bump to v0.8.4#155
Merged
Merged
Conversation
Bundles the four PRs landed since v0.8.3: #151 (sable-gyw) — Hermes platform support #152 (sable-yz0) — scan.exclude_paths honored on both engines #153 — rafter agent status --json #154 (sable-c1c) — .rafter/config.yml + flat-shape schema compat Headline impact: the customer's .rafter.yml triage flow is now fully working on local scans — #152 makes exclude_paths enforcement actually fire on the default code path, and #154 lets either file (CLI dotfile or backend subdir) work with either schema. Bilateral remote-scan alignment still depends on rafter-backend's matching work (in flight). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts v0.8.4. Headline impact: the customer's
.rafter.ymltriage flow is now fully working on local scans — #152 makesscan.exclude_pathsenforcement actually fire on the default betterleaks code path, and #154 lets either the CLI dotfile or backend subdir file work with either schema. Bilateral remote-scan alignment still depends onrafter-backend's matching work (in flight).How this ships
Standard prod-branch flow (same as v0.8.3):
main.main→prodPR opened; merge triggerspublish.yaml.publish.yamlfires: tests → npm Trusted Publishing → PyPI (--skip-existing) → ClawHub → GitHub Release taggedv0.8.4→ smoke-tests against the live registries.v0.8.4GitHub Release tag republishes the root/action.ymllisting entry on the Marketplace.Contents of this release (since v0.8.3)
Fixed
rafter secretshonors.rafter.yml scan.exclude_pathson both engines. Customer-reported P0. Betterleaks engine no longer silently dropsexclude_paths; pattern semantics now cover multi-segment paths (file paths, dir prefixes, dir-name-anywhere, globs) instead of only single dir NAMES.Changed
.rafter/config.ymlindefinitely + accepts backend's flat-shape schema. Walks all four candidates in precedence order (.rafter.yml→.rafter.yaml→.rafter/config.yml→.rafter/config.yaml); accepts both nestedscan.*and top-levelexclude_paths/custom_patternsin either file, with nested winning on collision.Added
rafter agent init --with-hermesmerges Rafter into~/.hermes/config.yaml. MCP-only v0; hooks deferred.rafter agent status --json. Reports installed state, version, detected agents, hook installations, scanner availability, config / audit paths. Schema inshared-docs/CLI_SPEC.md.Pre-flight expected to be green
validate-release.yml(push-to-main trigger after this merges) — verifies all four version sites at0.8.4:node/package.json,python/pyproject.toml, bothrafter-security-skill.mdfrontmatter copies. CHANGELOG entry present.Post-merge verification plan
Same as v0.8.3 — Phase 1 + 2, autonomous, ~5 min:
0.8.4gh release view v0.8.4confirms release renderedrafter --versionreports0.8.4--engine patternsdetects fake AWS Access Key, exit 1scripts/+safe/leaky.tswith.rafter.yml scan.exclude_paths: [scripts/]→ exit 1 with onlysafe/leaky.tsreported (proves fix(scan): honor .rafter.yml scan.exclude_paths on both engines (sable-yz0) #152). Confirm.rafter/config.ymlwith top-levelexclude_paths: [scripts/]produces the same result (proves feat(policy): read backend's .rafter/config.yml + flat-shape compat (sable-c1c) #154).🤖 Generated with Claude Code