Skip to content

Expand agent operating policy: commit/PR workflow and code-review guidance#139

Merged
Oleg-Melnik merged 4 commits into
masterfrom
agents-workflow-guidance
Jul 24, 2026
Merged

Expand agent operating policy: commit/PR workflow and code-review guidance#139
Oleg-Melnik merged 4 commits into
masterfrom
agents-workflow-guidance

Conversation

@Oleg-Melnik

@Oleg-Melnik Oleg-Melnik commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

Formalizes the agent-facing operating policy so commits, pull requests, bug
fixes, and code reviews follow explicit, consistent procedures.

Changes

  • AGENTS.md
    • Add a Committing and Pushing procedure: per-turn authorization (deferring
      to Commit and History Safety), branch off master in the repository's
      kebab-case style, verify the chordsVersion bump and regenerate the
      reports per Versioning and Reports, commit in one or more logical steps
      with the established Bump version —> message, push, and offer a PR.
    • Add a Creating a Pull Request procedure: draft PR, base master,
      self-assign, ## Summary/## Changes body, and closing keywords.
    • Add a Bug Fixes section: fix the root cause over a workaround, and cover
      the fix with a failing-first test.
    • Add a Safety Rules bullet prohibiting references to dependent private
      projects in PRs and issues (project names, domain/business logic, linked
      issues/PRs/repositories, or internal identifiers).
    • Revise Planning and Questions to ask one focused clarification question
      per message.
  • .agents/skills/code-reviewer/SKILL.md
    • Add a Running Checks note (review is read-only by default; read existing
      CI results instead of re-running the pipeline).
    • Add a PR Review Procedure covering PR context, scope confirmation,
      reading files at the PR head, and check-status handling that inspects all
      checks (not just required).
    • Require a regression test only when behavior changes, and add a review
      focus on workarounds that mask a root cause.

Reviewer notes

The pom.xml and dependencies.md diffs are limited to the version-header and
generation-timestamp lines (.92.93); no dependencies changed. The
version was bumped to 2.0.0-SNAPSHOT.93 and the reports regenerated via
./gradlew generateLicenseReport mergeAllLicenseReports generatePom.

Oleg-Melnik and others added 3 commits July 24, 2026 17:33
Add explicit `Committing and Pushing` and `Creating a Pull Request`
procedures, a `Bug Fixes` section that requires fixing the root cause and
covering it with a test, and revise the clarification-question rules to ask
one focused question at a time. Authorization and version/report requirements
defer to their owning sections, and branch guidance documents the kebab-case
convention rather than only prohibiting agent identifiers.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Clarify that review is read-only by default, add a dedicated PR review
procedure, flag workarounds that mask a root cause, require a regression test
only when behavior changes, and inspect all checks rather than the
required-only filter.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Oleg-Melnik Oleg-Melnik self-assigned this Jul 24, 2026
@Oleg-Melnik
Oleg-Melnik marked this pull request as ready for review July 24, 2026 14:37
@Oleg-Melnik
Oleg-Melnik requested review from armiol and dpikhulya July 24, 2026 14:37
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Oleg-Melnik
Oleg-Melnik merged commit 0204cb7 into master Jul 24, 2026
5 checks passed
@Oleg-Melnik
Oleg-Melnik deleted the agents-workflow-guidance branch July 24, 2026 15:50
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