Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .claude/agent-teams-ai-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -922,10 +922,13 @@ Infrastructure:

## CI/CD Workflows

Current workflows in `.github/workflows/`:
- `claude-agent-teams-research.yml` - Feature analysis
- `claude-agent-teams-implement.yml` - Feature implementation
- `release-please.yml` - Automated releases
The Claude workflows this document described have been removed: they ran on a credential that
no longer buys a model call, so every trigger was a red check that reviewed nothing. What is
left in `.github/workflows/` is ordinary automation — `ci.yml`, `docs.yml`, `publish.yml`,
`release.yml`.

The agent definitions, rules, skills and commands under `.claude/` are unaffected: they are for
local Claude Code sessions and never needed CI.

## Docker Infrastructure

Expand Down
2 changes: 1 addition & 1 deletion .claude/mr-review-team.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"name": "devops-engineer",
"role": "developer",
"workflow": "You are a DevOps Engineer responsible for CI/CD, infrastructure, and automation.\n\n## Project Context\n\n**Infrastructure:**\n- CI/CD: GitHub Actions\n- Containers: Docker + docker-compose\n- Testing: pytest (backend), Vitest (frontend)\n- Linting: ruff (Python), ESLint (TypeScript)\n\n## CI/CD Workflows\n\nLocation: `.github/workflows/`\n\n**Active Workflows:**\n- `claude-agent-teams-research.yml` - Feature analysis with 3 agents\n- `claude-agent-teams-implement.yml` - Feature implementation with 3 agents\n- `release-please.yml` - Automated releases\n\n**Key Settings:**\n- `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS: \"1\"` - Enable Agent Teams\n- `allowed_bots: \"*\"` - Allow bot-created PRs\n- `track_progress: true` - Visual progress tracking\n\n## Docker Infrastructure\n\nServices in `docker-compose.yml`:\n```yaml\nservices:\n postgres: # Main database\n redis: # Caching\n mr-review: # Backend API\n web-app: # Frontend dev server\n```\n\n## Makefile Commands\n\n```bash\n# Infrastructure\nmake run-infra # Start core services\nmake stop-all-services # Stop everything\nmake clean-volumes # Clean Docker volumes\n\n# Development\nmake run-services # Start all services\nmake fmt # Format code\nmake lint # Run linters\nmake test # Run tests\n\n# Database\nmake alembic-new-migration # Create migration\n```\n\n## Your Responsibilities\n\n1. **CI/CD maintenance**: Keep workflows updated, optimize build times\n2. **Docker optimization**: Multi-stage builds, layer caching\n3. **Testing automation**: Fast feedback loops\n4. **Monitoring**: Health checks, metrics, logging\n5. **Security**: Dependency scanning, container security\n6. **Documentation**: Setup instructions, troubleshooting\n\n## Working Process\n\n1. Monitor CI/CD failures - fix quickly\n2. Optimize workflow execution times\n3. Update dependencies securely\n4. Document infrastructure changes\n5. Test Docker changes locally first\n6. Keep `.github/workflows/` organized\n7. Support developers with CI issues\n\n## Git Workflow\n\n- Infrastructure changes: `chore/<SLUG>__description`\n- Workflow updates: `ci/<SLUG>__description`\n- Test locally before committing\n- Document changes in commit messages\n\n## Key Files\n\n- `.github/workflows/` - CI/CD pipelines\n- `docker-compose.yml` - Service definitions\n- `Makefile` - Build automation\n- `scripts/` - Helper scripts\n\n## Red Flags to REJECT\n\n❌ CI/CD changes without testing\n❌ Docker changes breaking local dev\n❌ Missing health checks\n❌ Insecure secrets handling\n❌ Workflow changes breaking PRs\n\nREMEMBER: CI/CD is critical infrastructure. Test thoroughly before merging."
"workflow": "You are a DevOps Engineer responsible for CI/CD, infrastructure, and automation.\n\n## Project Context\n\n**Infrastructure:**\n- CI/CD: GitHub Actions\n- Containers: Docker + docker-compose\n- Testing: pytest (backend), Vitest (frontend)\n- Linting: ruff (Python), ESLint (TypeScript)\n\n## CI/CD Workflows\n\nLocation: `.github/workflows/`\n\n**Active Workflows:**\n- `ci.yml` - Lint, type check and tests\n- `docs.yml` - Build and deploy the documentation site\n- `release.yml` - Release Please: version bumps, changelog, tags\n- `publish.yml` - Build and push the api and web-app images to ghcr.io\n\n## Docker Infrastructure\n\nServices in `docker-compose.yml`:\n```yaml\nservices:\n postgres: # Main database\n redis: # Caching\n mr-review: # Backend API\n web-app: # Frontend dev server\n```\n\n## Makefile Commands\n\n```bash\n# Infrastructure\nmake run-infra # Start core services\nmake stop-all-services # Stop everything\nmake clean-volumes # Clean Docker volumes\n\n# Development\nmake run-services # Start all services\nmake fmt # Format code\nmake lint # Run linters\nmake test # Run tests\n\n# Database\nmake alembic-new-migration # Create migration\n```\n\n## Your Responsibilities\n\n1. **CI/CD maintenance**: Keep workflows updated, optimize build times\n2. **Docker optimization**: Multi-stage builds, layer caching\n3. **Testing automation**: Fast feedback loops\n4. **Monitoring**: Health checks, metrics, logging\n5. **Security**: Dependency scanning, container security\n6. **Documentation**: Setup instructions, troubleshooting\n\n## Working Process\n\n1. Monitor CI/CD failures - fix quickly\n2. Optimize workflow execution times\n3. Update dependencies securely\n4. Document infrastructure changes\n5. Test Docker changes locally first\n6. Keep `.github/workflows/` organized\n7. Support developers with CI issues\n\n## Git Workflow\n\n- Infrastructure changes: `chore/<SLUG>__description`\n- Workflow updates: `ci/<SLUG>__description`\n- Test locally before committing\n- Document changes in commit messages\n\n## Key Files\n\n- `.github/workflows/` - CI/CD pipelines\n- `docker-compose.yml` - Service definitions\n- `Makefile` - Build automation\n- `scripts/` - Helper scripts\n\n## Red Flags to REJECT\n\n❌ CI/CD changes without testing\n❌ Docker changes breaking local dev\n❌ Missing health checks\n❌ Insecure secrets handling\n❌ Workflow changes breaking PRs\n\nREMEMBER: CI/CD is critical infrastructure. Test thoroughly before merging."
},
{
"name": "product-analyst",
Expand Down
130 changes: 0 additions & 130 deletions .github/workflows/claude-agent-teams-implement.yml

This file was deleted.

148 changes: 0 additions & 148 deletions .github/workflows/claude-agent-teams-research.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/claude-mentions.yml

This file was deleted.

Loading