Skip to content

PAB-40: refine verification protocol#108

Merged
pablopunk merged 2 commits into
mainfrom
agent/coder/97562cf0
Jul 12, 2026
Merged

PAB-40: refine verification protocol#108
pablopunk merged 2 commits into
mainfrom
agent/coder/97562cf0

Conversation

@pablopunk

@pablopunk pablopunk commented Jul 12, 2026

Copy link
Copy Markdown
Owner

This PR refines the verification protocol for agents and CI by tightening changed-file linting scope and expanding agent-facing verification guidance.

CI changes (.github/workflows/ci.yml):

  • The changed-file Biome check now filters to only JavaScript/TypeScript-related file extensions (.cjs, .cts, .js, .json, .jsonc, .jsx, .mjs, .mts, .ts, .tsx), preventing non-source files from triggering lint checks.

Agent guidance changes (AGENTS.md):

  • Replaces the previous bullet list with a structured, four-part verification protocol:
    1. Bootstrap first — agents must trust the checked-out mise.toml, install dependencies with a frozen lockfile, and treat missing tooling/dependencies as bootstrap failures before interpreting test results.
    2. Match checks to scope — distinguishes verification commands for backend-only changes versus desktop/shared changes, and calls out palette/interaction-specific checks.
    3. Gate PR readiness — requires running pnpm check:changed <base-ref> before pushing, treating diagnostics in all touched files as blocking, and clarifies the distinction between the agent-facing command and exact CI behavior.
    4. Report external/deferred validation — mandates that handoffs list exact commands actually run and clearly label any deferred checks (credential, preview, packaged-app, hardware) as outstanding rather than fully verified.

Co-authored-by: multica-agent <github@multica.ai>
@vercel

vercel Bot commented Jul 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nvm Ready Ready Preview, Comment Jul 12, 2026 10:47pm

Co-authored-by: multica-agent <github@multica.ai>
@pablopunk
pablopunk marked this pull request as ready for review July 12, 2026 22:48
@kody-ai

kody-ai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Kody Review Complete

Great news! 🎉
No issues were found that match your current review configurations.

Keep up the excellent work! 🚀

Kody Guide: Usage and Configuration
Interacting with Kody
  • Request a Review: Ask Kody to review your PR manually by adding a comment with the @kody start-review command at the root of your PR.

  • Validate Business Logic: Ask Kody to validate your code against business rules by adding a comment with the @kody -v business-logic command.

  • Provide Feedback: Help Kody learn and improve by reacting to its comments with a 👍 for helpful suggestions or a 👎 if improvements are needed.

Current Kody Configuration
Review Options

The following review options are enabled or disabled:

Options Enabled
Bug
Performance
Security
Business Logic

Access your configuration settings here.

@pablopunk
pablopunk merged commit 98b30e0 into main Jul 12, 2026
8 checks passed
@pablopunk
pablopunk deleted the agent/coder/97562cf0 branch July 12, 2026 22:48
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