- Added a new .env file for environment variables including database and Redis configurations. - Updated CLAUDE.md with hard rules for development practices. - Enhanced package.json with new scripts for development and infrastructure management. - Integrated Pino for structured logging in the API, replacing the default NestJS logger. - Implemented OpenTelemetry for tracing and monitoring in the API. - Added durationMinutes field to the Mission model in Prisma schema and created corresponding migration. - Updated missions controller and service to handle mission duration and abandonment logic. - Introduced new logger module for consistent logging across the application.
25 lines
448 B
JSON
25 lines
448 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(node -e *)",
|
|
"Bash(python3 *)",
|
|
"Bash(curl *)",
|
|
"Bash(node *)",
|
|
"Bash(node --input-type=module)",
|
|
"Bash(2>&1)",
|
|
"Bash(pnpm *)"
|
|
]
|
|
},
|
|
"enabledPlugins": {
|
|
"nx@nx-claude-plugins": true
|
|
},
|
|
"extraKnownMarketplaces": {
|
|
"nx-claude-plugins": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "nrwl/nx-ai-agents-config"
|
|
}
|
|
}
|
|
}
|
|
}
|