Files
clickthrough/TODO.md
Luna 38c1127347
All checks were successful
python-syntax / syntax-check (push) Successful in 4s
python-syntax / syntax-check (pull_request) Successful in 5s
feat(exec): require configured secret and header auth for /exec
2026-04-05 20:22:18 +02:00

26 lines
984 B
Markdown

# 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
- [x] Add `POST /exec` endpoint (PowerShell/Bash/CMD) with timeout + stdout/stderr
- [x] Add exec configuration via env (`CLICKTHROUGH_EXEC_*`)
- [x] Document exec API + config
- [x] Create backlog issues for OCR/find/window/input/session-state improvements
- [ ] Open PR for exec feature branch and review/merge
- [x] Require configured exec secret + per-request exec secret header