@@ -11,7 +11,7 @@ This project uses **GitHub Copilot** to automatically review all pull requests a
1111- Testing quality and security considerations
1212- Code maintainability and performance
1313
14- ** 📖 [ Learn more about our AI Code Review system →] ( ./AI_CODE_REVIEW .md ) **
14+ ** 📖 [ Learn more about our AI Code Review coding standards →] ( ./doc/CODING_STANDARDS .md ) **
1515
1616## 🧪 AI Test Runner
1717
@@ -323,7 +323,7 @@ Perfect for:
323323
324324This project maintains high code quality with comprehensive testing and automated checks:
325325
326- - **546 RSpec tests ** with **91.17% code coverage**
326+ - **Comprehensive RSpec test suite ** with **high code coverage** (minimum 85% overall, 65% per file)
327327- **Zero RuboCop offenses** (style and quality checks)
328328- **Brakeman security analysis** (no vulnerabilities found)
329329
@@ -341,10 +341,10 @@ bundle exec rubocop
341341bundle exec brakeman --force
342342
343343# Run all checks locally (like CI)
344- ./bin/ci-local
344+ ./bin/ci
345345
346- # Test GitHub Actions workflows locally
347- ./bin/github-actions-test
346+ # Run the main kanban metrics tool
347+ ./bin/kanban_metrics
348348```
349349
350350### Continuous Integration & Pull Request Analysis
@@ -365,9 +365,7 @@ The project includes comprehensive CI/CD with both CircleCI and GitHub Actions:
365365- **Code quality checks** with RuboCop
366366- **Nightly comprehensive audits**
367367
368- See [`.github/ACTIONS.md`](.github/ACTIONS.md) and [CIRCLECI.md](CIRCLECI.md) for detailed setup instructions.
369-
370- See [CIRCLECI.md](CIRCLECI.md) for detailed setup instructions and configuration details.
368+ See the [GitHub Actions workflows](.github/workflows/) for detailed CI/CD configuration.
371369
372370### Contributing
373371
0 commit comments