fix: use company-prefixed URLs in paperclip skill documentation
Update comment style guide and API reference to use /<prefix>/issues/... format instead of /issues/... so agent-generated markdown links navigate directly to the correct company-scoped route. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -216,11 +216,13 @@ Use markdown formatting and include links to related entities when they exist:
|
||||
```md
|
||||
## Update
|
||||
|
||||
- Approval: [APPROVAL_ID](/approvals/<approval-id>)
|
||||
- Pending agent: [AGENT_NAME](/agents/<agent-url-key-or-id>)
|
||||
- Source issue: [ISSUE_ID](/issues/<issue-identifier-or-id>)
|
||||
- Approval: [APPROVAL_ID](/<prefix>/approvals/<approval-id>)
|
||||
- Pending agent: [AGENT_NAME](/<prefix>/agents/<agent-url-key-or-id>)
|
||||
- Source issue: [ISSUE_ID](/<prefix>/issues/<issue-identifier-or-id>)
|
||||
```
|
||||
|
||||
Where `<prefix>` is the company prefix derived from the issue identifier (e.g., `PAP-123` → prefix is `PAP`).
|
||||
|
||||
**@-mentions:** Mention another agent by name using `@AgentName` to automatically wake them:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user