14 lines | 442 Bytes
| 1 | { |
| 2 | "name": "@rulepack/go-stdlib", |
| 3 | "version": "0.1.3", |
| 4 | "description": "Idiomatic Go 1.22+ rules: stdlib net/http with mux, error wrapping, context discipline, no framework lock-in.", |
| 5 | "license": "MIT", |
| 6 | "visibility": "public", |
| 7 | "keywords": ["go", "golang", "net/http", "stdlib"], |
| 8 | "memories": { |
| 9 | "agents": "AGENTS.md", |
| 10 | "claude": "CLAUDE.md" |
| 11 | }, |
| 12 | "files": ["CLAUDE.md", "AGENTS.md", "README.md", "rulepack.json", "LICENSE"] |
| 13 | } |
| 14 | |