diff --git a/CLAUDE.md b/CLAUDE.md index 1edc515..2273adf 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,3 +1,4 @@ +# retoor # typosaurus-sandbox A minimal Python calculator used to verify the Typosaurus agent system. @@ -26,3 +27,11 @@ A minimal Python calculator used to verify the Typosaurus agent system. ``` make verify ``` + +## CI + +- Workflow file: `.gitea/workflows/ci.yml` +- Trigger: push to `main` or `master` branches +- Steps: checkout, Python 3.12 setup, dependency install, `make verify` + +