Use this agent when code has just been written or modified and needs refinement for clarity, consistency, and maintainability. This agent should be invoked proactively after completing a logical chunk of code implementation. It focuses on recently modified code unless explicitly instructed to review a broader…
Instructions for kaptinlin/jsonschema, a project described as: Go library for JSON Schema Draft 2020-12 validation with enhanced outputs and multilingual error messages.
This document provides implementation guidelines for GoZod validation checks based on the current architecture. All checks follow a unified factory function pattern that directly creates core.ZodCheckInternals instances with optional JSON Schema support.
This document defines comprehensive coding standards and best practices for the GoZod validation library. It provides guiding principles for implementing Go code that ensures full compatibility with the TypeScript Zod v4 API while following Go language idioms and performance optimization principles.
This document provides comprehensive performance optimization guidelines specific to the GoZod validation library, focusing on Go 1.24+ enhancements, Parse vs StrictParse performance characteristics, and advanced optimization patterns.
A practical reference for building new schema types inside the GoZod code-base. It targets Cursor AI and human contributors alike: every rule here exists to keep implementations consistent, type-safe and performant.
A concise and practical guide for building GoZod Schema test files, updated with the latest practices from stringtest.go, objecttest.go, and complextest.go.
Instructions for kaptinlin/go-i18n, a project described as: Go i18n library with ICU MessageFormat support, file-based or in-code translation loading, and locale fallback.