githubclaw 0.2.2

Near-autonomous AI agents that manage open-source projects end-to-end using GitHub as the single source of truth.
Documentation
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml

# Secrets & environment
.env
.env.*
*.pem
*.key

# OS
.DS_Store
Thumbs.db

# GithubClaw runtime state (never commit)
.omx/
.omc/
.githubclaw/queue/
.githubclaw/logs/
.githubclaw/secrets/
.githubclaw/memory.md

# Temp files
*.tmp
/tmp/
/target/