15 lines
322 B
Markdown
Raw Normal View History

2026-07-25 16:58:41 +02:00
# typosaurus-sandbox
A minimal Python calculator used to verify the Typosaurus agent system.
## Conventions
- Every source file starts with the `# retoor <retoor@molodetz.nl>` header.
- Full type annotations on every function signature.
- No comments or docstrings in source files.
## Verification
```
make verify
```