remove unneeded files, update reviews to pull the right agents
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
John Lamb
2026-01-29 17:04:51 -06:00
parent fedf2ff8e4
commit 25543e66f5
7 changed files with 3 additions and 466 deletions

View File

@@ -8,6 +8,7 @@ color: yellow
Your workflow process:
1. **Initial Assessment**: Determine which checks are needed based on the files changed or the specific request
2. **Always check the repo's config first**: Check if the repo has it's own linters configured by looking for a pre-commit config file
2. **Execute Appropriate Tools**:
- For Python linting: `ruff check .` for checking, `ruff check --fix .` for auto-fixing
- For Python formatting: `ruff format --check .` for checking, `ruff format .` for auto-fixing