All deployment commands now go through deployment.py. Deleted:
build-base-images.sh, build-apps.sh, build-testcontainers.sh, deploy.sh,
start-stack.sh, release.sh, nexus-ci-init.sh, push-to-nexus.sh,
populate-nexus.sh, publish-npm-patches.sh.
Kept nexus-init.sh and artifactory-init.sh (Docker container entrypoints).
Updated all references in CLAUDE.md, README.md, AGENTS.md, ROADMAP.md,
deployment docs, Dockerfiles, and docker-compose comments.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add explicit, step-by-step instructions for each tech debt item so bots know exactly what to do:
- TD-1: DBAL Refactoring (🔴 CRITICAL) - Move database logic from frontend to DBAL (13 steps)
- TD-2: Rate limiting (🟡 HIGH) - Protect API endpoints from abuse
- TD-3: OpenAPI/Swagger (🟡 HIGH) - API contract visibility and client generation
- TD-4: Error handling docs (🟡 MEDIUM) - Consistent error response patterns
Also included 9 Phase 3+ tasks (TD-5 through TD-13) for future reference.
Each task includes:
- Current status and priority
- Clear problem statement
- Impact analysis
- Bot-actionable instructions (step-by-step)
- Expected outcomes
Updated ROADMAP.md, CLAUDE.md, and AGENTS.md to reference TECH_DEBT.md.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Mark Phase 2 as 90% complete (up from 80%)
- Update test coverage stats (414/418 tests, 99.0% pass rate)
- Document completed features: retry, pagination, filtering, validation
- Add comprehensive API utility documentation in README
- Update testing requirements section with actual vs target numbers
- Mark 148 new utility tests as complete (exceeded 150 test target)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
- Added comprehensive Phase 2 (Backend Integration) breakdown with weekly targets
- Detailed 8 implementation tasks with 150+ unit tests, 30+ integration tests, 15+ E2E tests
- Added performance benchmarks for all API endpoints
- Expanded testing strategy with 200+ specific test scenarios
- Added test distribution targets (500+ unit, 100+ integration, 30+ E2E)
- Documented critical test scenarios by priority
- Added test performance targets and data management strategies
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
- Complete system overview with technology stack
- Detailed architecture documentation (database, DBAL, packages)
- 52 built-in packages cataloged and categorized
- MVP milestone clearly marked with all achievements
- Complete phase-by-phase roadmap through 2028
- Comprehensive feature status matrix
- Known issues and technical debt documented
- Deployment options for all platforms
- Development workflow and code standards
- Success metrics and long-term vision
- Contributing guide and project resources
- Changelog and version history
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>