agent-rules-kit
Version:
CLI tool to bootstrap AI agent rules for multiple IDEs and frameworks. Generates optimized rules for Cursor, VS Code, Claude, and 6+ other AI coding assistants.
29 lines (19 loc) • 655 B
Markdown
description: Version information for Go applications
globs: <root>/**/*.go,<root>/go.mod
alwaysApply: true
# Go Version Information
This project is using Go **{detectedVersion}**.
## Version-Specific Considerations
The rules in this folder are adapted for Go {detectedVersion}, which falls into the "{versionRange}" compatibility range.
## Project Structure
The Go application is located at: `{projectPath}`
## Detected Components
The system has detected your Go installation and will apply appropriate rules for:
- Core Go functionality
- Packages and modules
- Error handling
- Concurrency
- Testing
- Dependency management