cypher_claim_issue
Mark an issue as actively being worked at the start of an agent's turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | ||
| title | No | Issue title (sets it if the node is new; omit to leave as-is). | |
| activity | Yes | What the agent is doing this turn: 'triaging' | 'fixing' | 'reviewing'. | |
| issue_url | Yes | The issue's actual GitHub URL (gh issue view <n> --json url). Required: an Issue node is never created without its URL. | |
| repo_name | Yes | Repository name. | |
| worked_by | Yes | The agent role picking it up: 'porter' | 'journeyman' | 'qa'. | |
| dpop_token | No | ||
| issue_number | Yes | GitHub issue number. |