Commit Graph

6 Commits

Author SHA1 Message Date
7eb871ff65 docs: add type checking requirement for server files 2025-10-11 17:56:59 +00:00
16127ff18f docs(schema): add uppercase requirement for literal values in schemas 2025-10-11 17:52:57 +00:00
2f727e58ae docs(agents): update biome linter instructions for AI modifications 2025-10-03 19:59:25 +00:00
124705ca84 docs(agents): add IDE diagnostics requirement before linting
Add a new section to AGENTS.md emphasizing the need to check IDE diagnostics first using the `getIdeDiagnostics` tool, resolve all TypeScript errors and warnings, and only then run the Biome linter to ensure type safety before addressing cosmetic issues.
2025-10-01 11:08:53 +00:00
12549b77bd docs: add biome linter rules and requirements to AGENTS.md 2025-09-30 12:52:11 +07:00
8e0de4620f docs(server): add database schema naming rules
Add comprehensive database schema naming conventions in AGENTS.md, including modular schema organization, junction table naming, and strict server directory rules prohibiting TypeScript interfaces in favor of Zod schemas. Also add CLAUDE.md as a reference file. This establishes project standards for runtime validation and type safety in the server models.
2025-09-29 07:37:27 +00:00