Skip to content

docs: add AGENTS contribution guide#7

Merged
ThomasK33 merged 1 commit into
mainfrom
init-yjz2
Feb 9, 2026
Merged

docs: add AGENTS contribution guide#7
ThomasK33 merged 1 commit into
mainfrom
init-yjz2

Conversation

@ThomasK33

Copy link
Copy Markdown
Member

Summary

  • add a new AGENTS.md contribution guide at repo root for AI coding agents
  • document project overview, architecture references, essential commands, and repo-specific guardrails
  • include commit/PR validation expectations aligned with existing CI and workflow tooling

Why

The repository lacked an agent-focused contribution guide. This adds concise, codebase-specific instructions to reduce onboarding friction and keep automated changes aligned with project conventions.

Validation

  • make test
  • make build
  • make verify-vendor
  • make codegen
  • find . -type f -name '*.go' -not -path './vendor/*' -print0 | xargs -0 gofmt -l
  • go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.10

Generated with mux • Model: openai:gpt-5.3-codex • Thinking: xhigh

@ThomasK33 ThomasK33 added this pull request to the merge queue Feb 9, 2026
@ThomasK33

Copy link
Copy Markdown
Member Author

Merged via the queue into main with commit 7ca163f Feb 9, 2026
3 checks passed
@ThomasK33 ThomasK33 deleted the init-yjz2 branch February 9, 2026 11:42
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