fix/doc: Go version inconsistencies and broken documentation links (#535)
* docs: fix Go version typo in CONTRIBUTING.md (1.25 -> 1.24) * docs: update Go version requirement to 1.24+ across docs * docs: fix broken links to docs/ in npm-package/README.md * docs: fix QUICKSTART.md path reference in AGENTS.md
This commit is contained in:
@@ -8,7 +8,7 @@ This document contains detailed operational instructions for AI agents working o
|
||||
|
||||
### Code Standards
|
||||
|
||||
- **Go version**: 1.21+
|
||||
- **Go version**: 1.24+
|
||||
- **Linting**: `golangci-lint run ./...` (baseline warnings documented in [docs/LINTING.md](docs/LINTING.md))
|
||||
- **Testing**: All new features need tests (`go test -short ./...` for local, full tests run in CI)
|
||||
- **Documentation**: Update relevant .md files
|
||||
|
||||
Reference in New Issue
Block a user