agent-swarm-workbench / docs /agents /issue-tracker.md
Kiy-K's picture
Restore full Space app with bucket model support
31c8075 verified
|
Raw
History Blame Contribute Delete
773 Bytes
# Issue tracker: GitHub
Issues and PRDs for this repo live as GitHub issues. Use the `gh` CLI for operations.
## Repo
Use the current GitHub remote from this clone. Primary remote is `origin`:
```text
https://github.com/Kiy-K/agent-swarm-workbench.git
```
## Conventions
- **Create an issue**: `gh issue create --title "..." --body "..."`
- **Read an issue**: `gh issue view <number> --comments`
- **List issues**: `gh issue list --state open --json number,title,body,labels,comments`
- **Comment**: `gh issue comment <number> --body "..."`
- **Apply / remove labels**: `gh issue edit <number> --add-label "..."` / `--remove-label "..."`
- **Close**: `gh issue close <number> --comment "..."`
When a skill says "publish to the issue tracker", create a GitHub issue.