chore(ci): [NT-3770] set up Bito agentic code review#388
Open
Elton Muteswa (elton-muteswa-cf) wants to merge 1 commit into
Open
chore(ci): [NT-3770] set up Bito agentic code review#388Elton Muteswa (elton-muteswa-cf) wants to merge 1 commit into
Elton Muteswa (elton-muteswa-cf) wants to merge 1 commit into
Conversation
Adds .bito.yaml and three custom guideline files to configure the Bito GitHub App to review PRs for substantive concerns the existing pipeline cannot catch (correctness, test coverage gaps, unsafe patterns, design fragility) while staying silent on anything ESLint/TypeScript/Prettier already enforces. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Elton Muteswa (elton-muteswa-cf)
marked this pull request as ready for review
July 24, 2026 13:00
Charles Hudson (phobetron)
approved these changes
Jul 24, 2026
Charles Hudson (phobetron)
left a comment
Collaborator
There was a problem hiding this comment.
Crossing my fingers 🤞 Maybe we don't actually enable it in the repo until the ISR + Edge support lands 😅
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
.bito.yamlto configure the Bito GitHub App:suggestion_mode: essential, no PR description injection (post_description/post_changelist: false), linter-feedback suppressed (linters_feedback: false), draft PRs excluded, and generated/lock files excluded from review.bito/guidelines/review-posture.txt: instructs Bito to act as a focused tech lead, post only when there is a concrete finding, and never include boilerplate sections (Usage Guide, Review Details).bito/guidelines/repo-truth-and-boundaries.txt: points Bito at authoritative repo files (AGENTS.md, CLAUDE.md, STYLE_GUIDE.md) and defines blast-radius tiers for high/medium/low-impact changes.bito/guidelines/domain-invariants.txt: SDK-suite-specific review checklist covering public API contracts, test coverage, bundle-size/import discipline, type safety at SDK boundaries, platform-specific invariants, and reference implementation integrityThe approach mirrors how
ninetailed-inc/ninetailed-newuses Bito: GitHub App-driven (no workflow step),.bito.yamlfor config, plain-text guideline files under.bito/guidelines/for domain context.Pre-merge prerequisite
The Bito GitHub App must be installed on this repository before any review will fire. This is an out-of-repo step — install via the GitHub Marketplace or Bito admin console.
Post-merge verification plan
exclude_draft_pr: true)Checklist
.bito.yamlpasses Prettier (pnpm format:check)🤖 Generated with Claude Code