Skip to content

chore(post-v0.40.4): release scripts, gitignore, arrow + punctuation sweep#164

Merged
vaaraio merged 6 commits into
mainfrom
chore/post-v0404-cleanup
May 28, 2026
Merged

chore(post-v0.40.4): release scripts, gitignore, arrow + punctuation sweep#164
vaaraio merged 6 commits into
mainfrom
chore/post-v0404-cleanup

Conversation

@vaaraio
Copy link
Copy Markdown
Owner

@vaaraio vaaraio commented May 28, 2026

Summary

Post-v0.40.4 cleanup batch on top of the shipped release.

  • Release infra: post-merge tag script + token-based npm-only fallback (a45b55c)
  • .gitignore: cover application_*.pdf, outbound_*.md, site.py.live, claude-code-audit.db (cd14743)
  • README: punctuation polish and spelling consistency (da59821)
  • CHANGELOG: punctuation polish (031f300)
  • Release scripts: punctuation polish (0878408)
  • Repo-wide: strip Unicode arrows from source, tests, scripts, examples, bench, and docs, 38 files, ruff clean (ee538f3)

Test plan

  • CI green on the PR
  • No behavioral changes; comment + docstring + display-string polish only

vaaraio added 6 commits May 28, 2026 18:33
scripts/release_tag_after_merge.sh covers the "PR already merged via
GH UI" path. release_merge_and_tag.sh assumes the PR is open and
starts with gh pr merge, so it cannot finish the tag work once the
merge already happened. The new script fetches origin/main, moves
v<VERSION> (and an optional co-tag) to the merged SHA, prints the
gated push command.

scripts/release_publish_npm_manual.sh splits the npm side of the
manual fallback out of release_publish_manual.sh. Token-based via
VAARA_NPM_TOKEN, no interactive npm login. For the case where the
GH Actions npm step flakes but PyPI trusted publishing already
shipped. Ships without npm provenance, same constraint as the
existing all-in-one manual script.

scripts/RELEASE.md gets sections 3b and 4b documenting the two new
paths.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Warning

Review limit reached

@vaaraio, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 48 minutes and 46 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d4cf3302-eda1-4284-9526-bf580ea6a590

📥 Commits

Reviewing files that changed from the base of the PR and between d6ca31e and 4fbbd00.

📒 Files selected for processing (45)
  • .gitignore
  • CHANGELOG.md
  • COMPLIANCE.md
  • OVERT_CONTROLS.md
  • README.md
  • VERDICTS.md
  • bench/build_corpus.py
  • bench/latency.py
  • bench/vaara-bench-v0.34.md
  • bench/vaara-bench-v0.35.md
  • bench/vaara-bench-v0.36.md
  • bench/vaara-bench-v0.37.md
  • docs/audit_event_schema.md
  • docs/formal_specification.md
  • examples/langchain_agent.py
  • scripts/RELEASE.md
  • scripts/eval_adversarial.py
  • scripts/eval_distribution_shift.py
  • scripts/release_publish_manual.sh
  • scripts/release_publish_npm_manual.sh
  • scripts/release_tag_after_merge.sh
  • scripts/train_and_eval_bge_base.py
  • src/vaara/attestation/transparency_log.py
  • src/vaara/audit/review_queue.py
  • src/vaara/audit/sqlite_backend.py
  • src/vaara/audit/trail.py
  • src/vaara/integrations/crewai.py
  • src/vaara/integrations/guardrails_ai.py
  • src/vaara/integrations/langchain.py
  • src/vaara/integrations/mcp_proxy.py
  • src/vaara/integrations/mcp_server.py
  • src/vaara/pipeline.py
  • src/vaara/policy/registry.py
  • src/vaara/sandbox/trace_gen.py
  • src/vaara/scorer/adaptive.py
  • src/vaara/server/state.py
  • src/vaara/taxonomy/actions.py
  • tests/test_audit_cli.py
  • tests/test_eval_adversarial_coverage.py
  • tests/test_integrations.py
  • tests/test_mondrian_conformal.py
  • tests/test_overt_verify_cli.py
  • tests/test_policy_reload_http.py
  • tests/test_prov_export.py
  • tests/test_scorer.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/post-v0404-cleanup

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 and usage tips.

@vaaraio vaaraio merged commit 61dc279 into main May 28, 2026
12 checks passed
@vaaraio vaaraio deleted the chore/post-v0404-cleanup branch May 28, 2026 15:41
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