Commit 98abb78
authored
docs(skill): list roles, custom-fields, my-account commands (#125)
## Summary
While verifying the AI integrations, I found the agent skill's command
table (`skills/redmine-cli/SKILL.md`) was missing three top-level
commands that already ship in the CLI:
- `roles` (added in #92)
- `custom-fields` (added in #97)
- `my-account` (added in #104)
All three predate the skill's last edit (#121), so they were simply
overlooked.
## Why it matters
The skill explicitly tells agents: *"Only these top-level commands
exist. Do NOT invent... commands not listed here."* So a Claude/Cursor
agent following the skill would have **refused to use** these commands,
even though the MCP server already exposes them (`list_roles`,
`get_custom_field`, `get_my_account`, etc.).
## Change
Adds the three missing rows. The table now matches `redmine --help` 1:1
(verified by diff). No code changes.1 parent 47f6330 commit 98abb78
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
0 commit comments