feat: bootstrap clickthrough server, skill docs, and syntax CI
All checks were successful
python-syntax / syntax-check (push) Successful in 29s

This commit is contained in:
2026-04-05 19:59:39 +02:00
parent 6f9eedcc7a
commit 4aa51e2d69
12 changed files with 844 additions and 3 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "clickthrough"
version = "0.1.0"
description = "HTTP computer control bridge for agents"
requires-python = ">=3.11"
[tool.pytest.ini_options]
pythonpath = ["."]