Skip to content

feat: add GitHub Copilot integration files - #55

Merged
HerbHall merged 2 commits into
mainfrom
feature/copilot-integration
Mar 4, 2026
Merged

feat: add GitHub Copilot integration files#55
HerbHall merged 2 commits into
mainfrom
feature/copilot-integration

Conversation

@HerbHall

@HerbHall HerbHall commented Mar 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add AGENTS.md with comprehensive coding agent instructions (workflow rules, core principles, error handling, testing conventions)
  • Add .github/copilot-instructions.md for Copilot Chat context (tech stack, code style, guidelines)
  • Add .github/instructions/go.instructions.md with Go-specific lint patterns and coding conventions (applied to **/*.go)
  • Add .github/workflows/copilot-setup-steps.yml for Copilot coding agent environment setup

Test plan

  • go build ./... passes
  • go test ./... passes
  • golangci-lint run ./... passes (0 issues)
  • markdownlint-cli2 passes on all new markdown files (0 errors)

🤖 Generated with Claude Code

HerbHall and others added 2 commits March 3, 2026 19:09
Add AGENTS.md, copilot-instructions.md, copilot-setup-steps.yml,
and go.instructions.md for Copilot coding agent, code review,
and inline completions.

Co-Authored-By: Claude <noreply@anthropic.com>
Resolve MD013 line-length violations caught by pre-push hook.

Co-Authored-By: Claude <noreply@anthropic.com>
@HerbHall
HerbHall merged commit 35067a5 into main Mar 4, 2026
8 checks passed
@HerbHall
HerbHall deleted the feature/copilot-integration branch March 4, 2026 21:15
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