Goal: Set up proper Python project with dependency management.
Tasks:
Dependencies:
- Python 3.11+
- GTK4 / PyGObject
- Anthropic API client (or requests)
Success criteria:
- Project can be installed with
pip install -e .
- Dependencies install cleanly
- Basic package imports work
Output: Project scaffolding in root directory
Goal: Set up proper Python project with dependency management.
Tasks:
pyproject.tomlwith project metadatasrc/claude_devel_client/)Dependencies:
Success criteria:
pip install -e .Output: Project scaffolding in root directory