Skip to content

ai: batch agent validation#951

Merged
ovitrif merged 2 commits into
masterfrom
ovi/agents-validation-cadence
May 18, 2026
Merged

ai: batch agent validation#951
ovitrif merged 2 commits into
masterfrom
ovi/agents-validation-cadence

Conversation

@ovitrif
Copy link
Copy Markdown
Collaborator

@ovitrif ovitrif commented May 18, 2026

This PR updates the shared agent instructions to batch Gradle validation during multi-step or stacked PR work, while still requiring compile, unit tests, and detekt before the final PR update or push for code changes.

Rationale is that with the current setup, work is slowed down too much due to having to compile after every small change and when an AI agent is requested to do many changes, this accumulates.

Risk is minimized by still requiring validation to pass before PR update/push, and by rerunning the narrowest useful check after fixing validation failures.

Description

  • Replaces per-edit Gradle checks with a batched validation cadence for multi-step changes, stacked PR surgery, and review follow-up.
  • Keeps final compile, unit test, and detekt checks required before pushing code changes.
  • Narrows reruns after validation fixes, especially when only test files changed.
  • Allows targeted checks earlier when they answer an immediate implementation risk.

Preview

N/A

QA Notes

Manual Tests

N/A

Automated Checks

  • git diff --check
  • Not run: Gradle checks skipped because this is a documentation-only change to agent instructions.

@ovitrif ovitrif force-pushed the ovi/agents-validation-cadence branch from 525f2d8 to 512e417 Compare May 18, 2026 14:24
@ovitrif ovitrif force-pushed the ovi/agents-validation-cadence branch from 512e417 to 3b0b243 Compare May 18, 2026 14:32
@ovitrif ovitrif changed the title docs: batch agent validation ai: batch agent validation May 18, 2026
@ovitrif ovitrif requested review from ben-kaufman and jvsena42 May 18, 2026 15:33
@ovitrif ovitrif self-assigned this May 18, 2026
@ovitrif ovitrif added this to the 2.3.0 milestone May 18, 2026
@ovitrif ovitrif enabled auto-merge May 18, 2026 15:33
Copy link
Copy Markdown
Member

@jvsena42 jvsena42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@ovitrif ovitrif merged commit 6a61dfe into master May 18, 2026
10 of 11 checks passed
@ovitrif ovitrif deleted the ovi/agents-validation-cadence branch May 18, 2026 16:12
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