code-qualitydogfoodinggood first issue
Repository metrics
- Stars
- (1,162 stars)
- PR merge metrics
- (PR metrics pending)
Description
Some instructions I'd like to give to coding agents for mcpjungle:
Types of tests
- unit tests:
go test -cover ./... - end to end test script:
./scripts/test-mcpjungle.sh
Linting
golangci-lint run
What else? What are best practices for agents.md?