Skip to content

Ask the text guards about the one text a push publishes - #9

Merged
HackingGate merged 1 commit into
mainfrom
fix/push-asks-the-text-guards
Aug 12, 2026
Merged

Ask the text guards about the one text a push publishes#9
HackingGate merged 1 commit into
mainfrom
fix/push-asks-the-text-guards

Conversation

@HackingGate

Copy link
Copy Markdown
Owner

The rule listed gh and glab and not git push, on the stated grounds that a branch name carries none of what the text-capable guards read -- one of which is a private organisation's name.

A push whose ref named one went through this seam untouched. With git push in the field it is refused, and an ordinary branch name still goes.

npm publish stays out for the reason the comment gave: a package directory is not prose.

The field said a branch name carries none of what the three text-capable
guards read, and named a private organisation's name among the three. A
branch name is the second-likeliest place in this workspace for that to
land, after a commit message: it goes onto a public forge in the ref
list, in the pull request it suggests and in every notification, and
pre-push is handed the refs but the guards that read them judge the
destination and never the name.

So the seam that exists to stop exactly that was not asked about it, and
a push naming a private organisation walked through -- verified, then
verified again as refused. `npm publish` stays out: a package directory
is not prose, and asking a guard that reads prose about one produces a
pass over a subject it has nothing to say about. The other two guards
passing over a branch name is not that; it is the check.
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@HackingGate, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 42 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

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.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 4fd4510d-dd80-4046-a241-4bf9975c8657

📥 Commits

Reviewing files that changed from the base of the PR and between 6a40ea3 and ab8b5f2.

📒 Files selected for processing (1)
  • policy/principles.toml

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.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.38%. Comparing base (6a40ea3) to head (ab8b5f2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #9   +/-   ##
=======================================
  Coverage   88.38%   88.38%           
=======================================
  Files          24       24           
  Lines        7162     7162           
=======================================
  Hits         6330     6330           
  Misses        832      832           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@HackingGate
HackingGate merged commit b7839a2 into main Aug 12, 2026
12 checks passed
@HackingGate
HackingGate deleted the fix/push-asks-the-text-guards branch August 12, 2026 15:09
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.

2 participants