managarten/apps/picture/apps/backend
Wuesteon 5b7d3c649b 🔧 chore: enforce monorepo best practices with automated validation
Fix critical issues and add validation to prevent future violations:

**Fixes:**
- Remove turbo recursion in 5 app packages (infinite loop risk)
- Add "private": true to 11 packages (prevent accidental publishing)
- Rename @mana-core/nestjs-integration → @manacore/nestjs-integration
- Remove prepublishOnly scripts from 3 private packages

**New:**
- Add scripts/validate-monorepo.mjs with 4 critical checks
- Add validate:monorepo command to package.json
- Integrate validation into CI pipeline (.github/workflows/ci.yml)
- Document validation in CLAUDE.md

All 80 package.json files now pass validation 

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-25 17:57:00 +01:00
..
src 🔧 chore: enforce monorepo best practices with automated validation 2025-12-25 17:57:00 +01:00
.env.example refactor(picture): remove Supabase dependency, migrate to NestJS backend 2025-12-01 14:22:49 +01:00
docker-compose.yml feat(picture): migrate from Supabase to NestJS backend API 2025-11-27 14:47:23 +01:00
docker-entrypoint.sh feat(picture): migrate from Supabase to NestJS backend API 2025-11-27 14:47:23 +01:00
Dockerfile 🐛 fix(cors): compile shared-nestjs-cors to JavaScript for production 2025-12-17 18:42:47 +01:00
drizzle.config.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
eslint.config.mjs improve code quality 2025-12-03 23:42:37 +01:00
nest-cli.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
package.json 🔧 chore: enforce monorepo best practices with automated validation 2025-12-25 17:57:00 +01:00
tsconfig.json 🐛 fix(picture-backend): fix TypeScript output path for Docker 2025-12-17 19:49:37 +01:00