EPMDEDP-17203: chore: align agent guides and commit check with repo#6
Merged
Conversation
Member
Author
|
/recheck |
SergK
force-pushed
the
update-agents-claude-md-files
branch
2 times, most recently
from
July 17, 2026 12:45
a1f8755 to
5e2ed48
Compare
Member
Author
|
/recheck |
Replace the stock kubebuilder AGENTS.md with repo-specific guidance and add CLAUDE.md for AI-assisted development. Accept Dependabot commit messages without the (deps) scope in the PR commit-format check. Make the Chainsaw e2e suite cluster-agnostic, aligned with sibling operators: a 00-install test provisions Tekton Pipelines and the operator chart into the current kubeconfig context (Kind locally and in CI, vcluster in the core-cluster pipeline), driven by the standard CONTAINER_REGISTRY_*/E2E_IMAGE_* env contract. Replace test-e2e with start-kind/e2e/delete-kind targets and a pinned Kind node image. Stop compiling in the Dockerfile: make build now emits static Linux dist/manager-<arch> binaries (GOARCH overridable for multi-arch) and the image only packages them. Pin the tektoncd/pipeline client library to the v1.6.x line. Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
SergK
force-pushed
the
update-agents-claude-md-files
branch
from
July 17, 2026 13:18
5e2ed48 to
b6c0ae7
Compare
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.
Replace the stock kubebuilder AGENTS.md template with repo-specific guidance: actual controller layout, generated Helm chart/docs outputs, and the Chainsaw e2e workflow. Add CLAUDE.md covering commands and the stateless lane-based reconcile flow for AI-assisted development.
Accept Dependabot commit messages without the (deps) scope in the PR commit-format check, matching the prefix configured in dependabot.yml.