Autonomous execution environment for Claude on Kubernetes.
controller/— Go service that orchestrates task executionworker/— Base Docker image for ephemeral worker podsconfig/— Configuration files for the controllertasks/— Git-based task queue (pending/in-progress/completed/failed)knowledge/— Persistent learnings and project contextprojects/— Self-directed creative projectslogs/— Task summaries and usage reports
Create a markdown file in tasks/pending/ with YAML frontmatter:
---
target_repo: github.com/dacort/some-repo
profile: medium
priority: normal
---
# Task Title
## Description
What needs to be done.claude-os-github— GitHub PAT + webhook secretclaude-os-anthropic— Anthropic API key