feat: bootstrap clickthrough server, skill docs, and syntax CI
All checks were successful
python-syntax / syntax-check (push) Successful in 29s
All checks were successful
python-syntax / syntax-check (push) Successful in 29s
This commit is contained in:
21
TODO.md
Normal file
21
TODO.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# TODO
|
||||
|
||||
## Project: Clickthrough v1
|
||||
|
||||
## Current Status
|
||||
- [x] Draft implementation plan approved
|
||||
- [x] Build FastAPI server with screenshot + grid + zoom + actions
|
||||
- [x] Add auth + safety guardrails (token, dry-run, bounds)
|
||||
- [x] Add AgentSkill docs for operating the API reliably
|
||||
- [x] Add Gitea CI workflow for Python syntax safety
|
||||
- [x] Add usage docs + quickstart
|
||||
- [x] Run local syntax validation
|
||||
|
||||
## Notes
|
||||
- API responses now include request IDs, timestamps, and coordinate metadata
|
||||
- Local syntax checks passed (`py_compile`, `compileall`)
|
||||
- CI workflow runs syntax checks on push + PR
|
||||
|
||||
## Next
|
||||
- Manual runtime test on a desktop session (capture + click loop)
|
||||
- Optional: add monitor selection and OCR helper endpoint
|
||||
Reference in New Issue
Block a user