generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
area/docsImprovements or additions to documentationImprovements or additions to documentation
Description
Description:
Add a specialized coding agent definition in .github/agents/meshkit-contributor.md to automate repository-specific workflows. This agent provides expert-level guidance on MeshKit’s internal utilities, specifically the errorutil registry management and strict module hygiene requirements
Desired State:
Error Utility: Automates the update and analysis cycles for error codes via make errorutil and make errorutil-analyze.
Dependency Management: Enforces the use of make tidy with built-in git diff validation to maintain go.mod integrity.
Build/Test Standards: Configures the agent to use repository-specific linting (make check) and unit test flags (-race, -covermode=atomic).
Metadata
Metadata
Assignees
Labels
area/docsImprovements or additions to documentationImprovements or additions to documentation