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
1
2
3
4
5
6
7
8
9
10
# GitHub Projects V2

## Querying
Use the GraphQL API via `gh api graphql` to query project board items,
statuses, and custom fields.

## Updating
- Move items between columns by updating the Status field.
- Add new items with `addProjectV2ItemById`.
- Always verify the current state before making changes.