[CLEANUP] Remove All Makefiles (3 violations)
🚨 Critical Violation: Makefiles in Monorepo
Policy: NO MAKE - Use package.json or composer.json for task management
Violations Found
-
./agent-buildkit/infrastructure/Makefile
- Makefile violates NO MAKE policy
- Fix: Replace with package.json scripts or GitLab CI/CD
-
./llm-platform/infrastructure/Makefile
- Makefile violates NO MAKE policy
- Fix: Replace with package.json scripts or GitLab CI/CD
-
./OSSA/infrastructure/Makefile
- Makefile violates NO MAKE policy
- Fix: Replace with package.json scripts or GitLab CI/CD
📋 Requirements
-
Document all Makefile targets -
Convert to package.json scripts -
Update CI/CD pipelines -
Test all replacements -
Delete Makefiles -
Update documentation
✅ Acceptance Criteria
-
ZERO Makefiles in monorepo -
All tasks in package.json -
CI/CD uses npm scripts -
Documentation updated
🔗 Related Issues
- Shell Scripts Cleanup (#)
- Build System Standardization (#)