Files
clickthrough/TODO.md
Luna 4aa51e2d69
All checks were successful
python-syntax / syntax-check (push) Successful in 29s
feat: bootstrap clickthrough server, skill docs, and syntax CI
2026-04-05 19:59:39 +02:00

725 B

TODO

Project: Clickthrough v1

Current Status

  • Draft implementation plan approved
  • Build FastAPI server with screenshot + grid + zoom + actions
  • Add auth + safety guardrails (token, dry-run, bounds)
  • Add AgentSkill docs for operating the API reliably
  • Add Gitea CI workflow for Python syntax safety
  • Add usage docs + quickstart
  • 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