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
# Project Value Statement - GithubClaw

<!-- Edit this file to define your project's north star. -->
<!-- All GithubClaw agents read this to align their decisions. -->

## Mission

Build fully autonomous agent team that manages Github project, only based on the Github. The human - agent interaction happens between Github. The backend is codex or Claude Code.

## Principles

- Built in Rust. The agents should be scalable.
- Try to minimize extra channel instead of Github.
- Keep the core light. Extra features like integrations should be the Agent Skills. Users can fork this repository and rebuild this repo with their custom setup.
- Agent is smarter than you think. Do not restrict them, just states their role.
- If the code can guide the agent, it is always better than system instruction.

## Non-Goals

- Becoming giant project with 50+ integrations.
- Becoming ai slop. Please simplify codebase.