# Run all tests
pytest
# Run specific test file
pytest tests/test_epic4_result_integration.py
# Run with coverage
pytest --cov=. --cov-report=term-missing
# Check code style
ruff check .
# Format code
black .
# Run type checking
mypy .
# Quick health check
./scripts/system/simple_health_check.sh
# Full system check
./scripts/system/system_health.sh
# Performance validation
./scripts/performance/performance_summary.sh
- coordination-hub.md: All coordination patterns
- domain-intelligence.md: Domain expertise
- Maximum file size: 750 lines
- Access time target: <25ms
- Memory access: <25ms
- Cache hit ratio: >95%
- Context preservation: >97%
- Agent selection: <1s
- Coordination success: >90%
- Check file integrity
- Validate performance metrics
- Review coordination patterns
- Check system health
- Run health check
- Check memory access time
- Review cache hit ratio
- Validate coordination success
- Stop affected services
- Load latest backup
- Verify restoration
- Run health checks
- CLAUDE.md: Project configuration
- .claude/settings.json: Framework settings
- .claude/agents/: Agent definitions
- .claude/memory/: Memory system
- README.md: Project overview
- docs/architecture/: System design
- docs/infrastructure-*.md: Guides
- docs/rollback-*.md: Recovery procedures
- Check test file exists
- Verify file paths
- Update test assertions
- Run specific test file
- Monitor metrics
- Check file sizes
- Review coordination
- Validate patterns
- Verify file exists
- Check file format
- Validate settings
- Run health check