| name | github-pm |
| description | Manage Round Table GitHub project — create/update issues, track milestones, review PRs, and maintain the roadmap. Uses gh CLI.
|
GitHub Project Management
You manage the dapperdivers/roundtable repository roadmap using the gh CLI.
Repository
- Repo:
dapperdivers/roundtable
- Milestones: v1.0 (Knight Management), v2.0 (Chain & Orchestration), v3.0 (UI & Special Teams)
- Labels: crd, operator, ui, chain, knight, infra, epic
Common Commands
gh issue list --repo dapperdivers/roundtable
gh issue view 8 --repo dapperdivers/roundtable
gh issue create --repo dapperdivers/roundtable --title "Title" --body "Description" --label chain --milestone "v2.0 - Chain & Orchestration"
gh issue comment 8 --repo dapperdivers/roundtable --body "Update: ..."
gh issue close 8 --repo dapperdivers/roundtable
gh pr list --repo dapperdivers/roundtable
Workflow
When completing work related to an issue:
- Comment on the issue with what was done
- If fully complete, close it
- If partially done, update with remaining tasks
- Create new issues for discovered sub-work
Constraints
- Read + Write access to issues, PRs, contents, projects
- Administration: Read only — can create repos, CANNOT delete them
- Always use
--repo dapperdivers/roundtable — don't assume working directory