rad_issue_list
Retrieve and list issues from a Radicle repository using the provided path, enabling efficient issue tracking and management within a peer-to-peer code collaboration environment.
Instructions
List issues in a Radicle repository.
Args:
    repository_path: Path to the repository (default: current directory)
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| repository_path | No | . | 
Input Schema (JSON Schema)
{
  "properties": {
    "repository_path": {
      "default": ".",
      "title": "Repository Path",
      "type": "string"
    }
  },
  "title": "rad_issue_listArguments",
  "type": "object"
}