Skip to content

Commit e2481ea

Browse files
committed
update: claude.md
1 parent 68f6c8f commit e2481ea

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ Docs are classified by path:
118118
- Mock external APIs in tests (httpx mock)
119119
- Test the synthesis prompt with fixture data
120120

121+
## Completion Checklist
122+
Before considering any task complete, ALL of these must pass:
123+
1. `pytest` - all tests pass
124+
2. `ruff check src/ tests/` - no lint errors
125+
3. `mypy src/` - no type errors
126+
127+
Do not finish until everything is checked.
128+
121129
## Commands
122130
- `devscontext init` - create .devscontext.yaml interactively
123131
- `devscontext test` - fetch a sample ticket and show synthesized output

0 commit comments

Comments
 (0)