Deps update + basic Claude.md and Agents.md (#268)

* Add comprehensive guides for OpenAI Codex and Claude Code

- Introduced `AGENTS.md` and `CLAUDE.md` files to provide detailed guidance for working with OpenAI Codex and Claude Code within the project.
- Updated project architecture and common commands sections to reflect the multi-tenant SaaS application structure and core technologies.
- Enhanced documentation on database operations, schema management, security guidelines, and development patterns to improve developer onboarding and project maintainability.

Additionally, updated various package dependencies across the codebase to their latest versions, ensuring compatibility and performance improvements.
This commit is contained in:
Giancarlo Buomprisco
2025-06-06 12:10:14 +07:00
committed by GitHub
parent fc2fda595a
commit 67663b32d9
36 changed files with 1838 additions and 1542 deletions

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.6",
"react": "19.1.0",
"zod": "^3.25.31"
"zod": "^3.25.53"
},
"typesVersions": {
"*": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.6",
"react": "19.1.0",
"zod": "^3.25.31"
"zod": "^3.25.53"
},
"typesVersions": {
"*": {

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^9.22.0",
"@sentry/nextjs": "^9.27.0",
"import-in-the-middle": "1.14.0"
},
"devDependencies": {