@agllama/mcp 0.6.25 → 0.6.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools/connect.d.ts.map +1 -1
- package/dist/tools/connect.js +21 -0
- package/dist/tools/connect.js.map +1 -1
- package/dist/tools/help.d.ts.map +1 -1
- package/dist/tools/help.js +414 -110
- package/dist/tools/help.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connect.d.ts","sourceRoot":"","sources":["../../src/tools/connect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,eAAe,kBAAkB,CAAC;AAE/C,eAAO,MAAM,sBAAsB,+CACW,CAAC;AAE/C,eAAO,MAAM,iBAAiB,gDAAe,CAAC;AAE9C,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAEjE,wBAAsB,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"connect.d.ts","sourceRoot":"","sources":["../../src/tools/connect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,eAAe,kBAAkB,CAAC;AAE/C,eAAO,MAAM,sBAAsB,+CACW,CAAC;AAE/C,eAAO,MAAM,iBAAiB,gDAAe,CAAC;AAE9C,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAEjE,wBAAsB,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC,CAuEtD"}
|
package/dist/tools/connect.js
CHANGED
|
@@ -21,6 +21,26 @@ export async function executeConnect() {
|
|
|
21
21
|
try {
|
|
22
22
|
const client = getApiClient();
|
|
23
23
|
const user = await client.testConnection();
|
|
24
|
+
let firstTimeHint;
|
|
25
|
+
let projectCount = 0;
|
|
26
|
+
try {
|
|
27
|
+
const orgs = await client.listOrganizations();
|
|
28
|
+
if (orgs.length > 0) {
|
|
29
|
+
for (const org of orgs.slice(0, 3)) {
|
|
30
|
+
const projects = await client.listProjects(org.slug);
|
|
31
|
+
projectCount += projects.length;
|
|
32
|
+
if (projectCount > 0)
|
|
33
|
+
break;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
if (projectCount === 0) {
|
|
37
|
+
firstTimeHint =
|
|
38
|
+
'This account has no projects yet. The fastest way to get started is the Getting Started Pack — it installs 4 core skills and a configured board in one step. Ask the user if they want to: (1) create a project first, then (2) call llama_install_getting_started_pack to preview, then confirm.';
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
catch {
|
|
42
|
+
// Detection is best-effort; never block the connection response on it.
|
|
43
|
+
}
|
|
24
44
|
return JSON.stringify({
|
|
25
45
|
success: true,
|
|
26
46
|
message: 'Successfully connected to Llama API',
|
|
@@ -29,6 +49,7 @@ export async function executeConnect() {
|
|
|
29
49
|
email: user.email,
|
|
30
50
|
name: user.name,
|
|
31
51
|
},
|
|
52
|
+
...(firstTimeHint ? { firstTimeHint } : {}),
|
|
32
53
|
});
|
|
33
54
|
}
|
|
34
55
|
catch (error) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connect.js","sourceRoot":"","sources":["../../src/tools/connect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE/D,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;AAE/C,MAAM,CAAC,MAAM,sBAAsB,GACjC,4CAA4C,CAAC;AAE/C,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAI9C,MAAM,CAAC,KAAK,UAAU,cAAc;IAClC,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC;IACzC,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC;IACzC,MAAM,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;IAE7C,yEAAyE;IACzE,IAAI,CAAC,MAAM,IAAI,CAAC,MAAM,EAAE,CAAC;QACvB,OAAO,IAAI,CAAC,SAAS,CACnB;YACE,OAAO,EAAE,KAAK;YACd,KAAK,EAAE,+BAA+B;YACtC,KAAK,EAAE;gBACL,aAAa,EAAE,MAAM,IAAI,SAAS;gBAClC,aAAa,EAAE,SAAS;aACzB;SACF,CAAC,CAAC;IACP,CAAC;IAED,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,YAAY,EAAE,CAAC;QAC9B,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,cAAc,EAAE,CAAC;QAE3C,OAAO,IAAI,CAAC,SAAS,CACnB;YACE,OAAO,EAAE,IAAI;YACb,OAAO,EAAE,qCAAqC;YAC9C,IAAI,EAAE;gBACJ,EAAE,EAAE,IAAI,CAAC,EAAE;gBACX,KAAK,EAAE,IAAI,CAAC,KAAK;gBACjB,IAAI,EAAE,IAAI,CAAC,IAAI;aAChB;
|
|
1
|
+
{"version":3,"file":"connect.js","sourceRoot":"","sources":["../../src/tools/connect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE/D,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;AAE/C,MAAM,CAAC,MAAM,sBAAsB,GACjC,4CAA4C,CAAC;AAE/C,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAI9C,MAAM,CAAC,KAAK,UAAU,cAAc;IAClC,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC;IACzC,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC;IACzC,MAAM,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;IAE7C,yEAAyE;IACzE,IAAI,CAAC,MAAM,IAAI,CAAC,MAAM,EAAE,CAAC;QACvB,OAAO,IAAI,CAAC,SAAS,CACnB;YACE,OAAO,EAAE,KAAK;YACd,KAAK,EAAE,+BAA+B;YACtC,KAAK,EAAE;gBACL,aAAa,EAAE,MAAM,IAAI,SAAS;gBAClC,aAAa,EAAE,SAAS;aACzB;SACF,CAAC,CAAC;IACP,CAAC;IAED,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,YAAY,EAAE,CAAC;QAC9B,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,cAAc,EAAE,CAAC;QAE3C,IAAI,aAAiC,CAAC;QACtC,IAAI,YAAY,GAAG,CAAC,CAAC;QACrB,IAAI,CAAC;YACH,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,iBAAiB,EAAE,CAAC;YAC9C,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBACpB,KAAK,MAAM,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;oBACnC,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;oBACrD,YAAY,IAAI,QAAQ,CAAC,MAAM,CAAC;oBAChC,IAAI,YAAY,GAAG,CAAC;wBAAE,MAAM;gBAC9B,CAAC;YACH,CAAC;YACD,IAAI,YAAY,KAAK,CAAC,EAAE,CAAC;gBACvB,aAAa;oBACX,mSAAmS,CAAC;YACxS,CAAC;QACH,CAAC;QAAC,MAAM,CAAC;YACP,uEAAuE;QACzE,CAAC;QAED,OAAO,IAAI,CAAC,SAAS,CACnB;YACE,OAAO,EAAE,IAAI;YACb,OAAO,EAAE,qCAAqC;YAC9C,IAAI,EAAE;gBACJ,EAAE,EAAE,IAAI,CAAC,EAAE;gBACX,KAAK,EAAE,IAAI,CAAC,KAAK;gBACjB,IAAI,EAAE,IAAI,CAAC,IAAI;aAChB;YACD,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,aAAa,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;SAC5C,CAAC,CAAC;IACP,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,aAAa,EAAE,CAAC;YACnC,OAAO,IAAI,CAAC,SAAS,CACnB;gBACE,OAAO,EAAE,KAAK;gBACd,KAAK,EAAE,sBAAsB,KAAK,CAAC,OAAO,EAAE;gBAC5C,UAAU,EAAE,KAAK,CAAC,UAAU;aAC7B,CAAC,CAAC;QACP,CAAC;QAED,OAAO,IAAI,CAAC,SAAS,CACnB;YACE,OAAO,EAAE,KAAK;YACd,KAAK,EACH,KAAK,YAAY,KAAK;gBACpB,CAAC,CAAC,KAAK,CAAC,OAAO;gBACf,CAAC,CAAC,uCAAuC;SAC9C,CAAC,CAAC;IACP,CAAC;AACH,CAAC"}
|
package/dist/tools/help.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/tools/help.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,YAAY,eAAe,CAAC;AAEzC,eAAO,MAAM,mBAAmB,iIACgG,CAAC;AAEjI,eAAO,MAAM,cAAc;;;;;;EAOzB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/tools/help.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,YAAY,eAAe,CAAC;AAEzC,eAAO,MAAM,mBAAmB,iIACgG,CAAC;AAEjI,eAAO,MAAM,cAAc;;;;;;EAOzB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AA03B3D,wBAAsB,WAAW,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAiEvE"}
|
package/dist/tools/help.js
CHANGED
|
@@ -5,40 +5,55 @@ export const helpToolSchema = z.object({
|
|
|
5
5
|
topic: z
|
|
6
6
|
.string()
|
|
7
7
|
.optional()
|
|
8
|
-
.describe('Optional: tool name (e.g., "llama_create_issue") or category (e.g., "issues", "
|
|
8
|
+
.describe('Optional: tool name (e.g., "llama_create_issue") or category (e.g., "issues", "skills", "agents", "prompts")'),
|
|
9
9
|
});
|
|
10
|
-
// Tool documentation organized by category
|
|
11
10
|
const TOOL_DOCS = {
|
|
12
11
|
overview: {
|
|
13
12
|
title: 'Llama MCP Tools Overview',
|
|
14
|
-
description: `Llama MCP
|
|
13
|
+
description: `Llama MCP exposes 87 tools for AI-driven project management. Use llama_help with a topic for details.
|
|
15
14
|
|
|
16
|
-
**
|
|
17
|
-
1. llama_connect
|
|
18
|
-
2.
|
|
19
|
-
3.
|
|
15
|
+
**First-time setup (recommended):**
|
|
16
|
+
1. llama_connect — verify auth. If the response includes \`firstTimeHint\`, the account has no projects — offer the Getting Started Pack.
|
|
17
|
+
2. llama_set_context { orgSlug, projectKey } — set defaults so you don't repeat them.
|
|
18
|
+
3. llama_context — full project snapshot (statuses, sprints, team, backlog).
|
|
20
19
|
|
|
21
|
-
**
|
|
20
|
+
**Getting Started Pack:** llama_install_getting_started_pack installs 4 core skills + a board template in one step. Call once with no \`confirm\` to preview, then again with \`confirm: true\` after the user approves.
|
|
21
|
+
|
|
22
|
+
**Categories:** context, session, onboarding, organizations, projects, issues, status, sprints, boards, backlog, comments, labels, members, links, search, plans, skills, agents, prompts, attachments, refinement, roadmap, rollup, errors, notifications, import, patterns
|
|
22
23
|
|
|
23
24
|
**Examples:**
|
|
24
|
-
- llama_help { topic: "issues" }
|
|
25
|
-
- llama_help { topic: "
|
|
25
|
+
- llama_help { topic: "issues" } — list issue tools
|
|
26
|
+
- llama_help { topic: "skills" } — skills + agents + prompts overview
|
|
27
|
+
- llama_help { topic: "llama_create_issue" } — details for a specific tool
|
|
28
|
+
- llama_help { topic: "patterns" } — common multi-tool flows`,
|
|
26
29
|
},
|
|
27
30
|
context: {
|
|
28
31
|
title: 'Context Tools',
|
|
29
32
|
tools: [
|
|
30
33
|
{
|
|
31
34
|
name: 'llama_connect',
|
|
32
|
-
description: 'Test API connection and get current user info',
|
|
35
|
+
description: 'Test API connection and get current user info. Includes a firstTimeHint when the account has no projects.',
|
|
33
36
|
params: 'None',
|
|
34
|
-
use: 'Starting a session to verify authentication',
|
|
37
|
+
use: 'Starting a session to verify authentication. Watch for `firstTimeHint` in the response — that means the user is brand new and the Getting Started Pack should be offered.',
|
|
35
38
|
},
|
|
36
39
|
{
|
|
37
40
|
name: 'llama_context',
|
|
38
|
-
description: 'Get complete project snapshot: workflow statuses, sprints, backlog, team',
|
|
39
|
-
params: 'orgSlug (
|
|
40
|
-
use: 'Before creating/updating issues to get valid IDs',
|
|
41
|
-
returns: 'Project info, org info, workflow statuses, active sprint, pending sprints, backlog (first 50), team members',
|
|
41
|
+
description: 'Get complete project snapshot: workflow statuses, sprints, backlog, team. Use llama_set_context first to make orgSlug/projectKey optional.',
|
|
42
|
+
params: 'orgSlug (optional, session default), projectKey (optional, session default), compact (optional)',
|
|
43
|
+
use: 'Before creating/updating issues to get valid status IDs, sprint IDs, and assignee IDs',
|
|
44
|
+
returns: 'Project info, org info, workflow statuses, active sprint with issues, pending sprints, backlog (first 50), team members',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'llama_help',
|
|
48
|
+
description: 'This tool. Returns categorized docs.',
|
|
49
|
+
params: 'topic (optional)',
|
|
50
|
+
use: 'When you forget how to use a tool',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: 'llama_get_user_docs',
|
|
54
|
+
description: 'Fetch full AG-Llama user documentation (quickstart + user guide).',
|
|
55
|
+
params: 'None',
|
|
56
|
+
use: 'Answering user questions about AG-Llama features, AI automation, MCP usage',
|
|
42
57
|
},
|
|
43
58
|
],
|
|
44
59
|
},
|
|
@@ -62,7 +77,7 @@ const TOOL_DOCS = {
|
|
|
62
77
|
{
|
|
63
78
|
name: 'llama_save_state',
|
|
64
79
|
description: 'Checkpoint your execution state. State is replaced (not merged) on each call. Returned by llama_resume.',
|
|
65
|
-
params: 'currentIssueKey (optional), currentPhase (optional: planning|coding|review|testing|custom), storyQueue (optional
|
|
80
|
+
params: 'currentIssueKey (optional), currentPhase (optional: planning|coding|review|testing|custom), storyQueue (optional), completedStories (optional), workflowId (optional), workflowStep (optional), notes (optional: max 2000 chars)',
|
|
66
81
|
use: 'Call when starting a story, changing phases, completing work, or before any pause',
|
|
67
82
|
example: `{
|
|
68
83
|
"currentIssueKey": "PROJ-42",
|
|
@@ -72,6 +87,42 @@ const TOOL_DOCS = {
|
|
|
72
87
|
"notes": "Backend done, working on frontend component"
|
|
73
88
|
}`,
|
|
74
89
|
},
|
|
90
|
+
{
|
|
91
|
+
name: 'llama_list_sessions',
|
|
92
|
+
description: 'List active sessions for the current user',
|
|
93
|
+
params: 'None',
|
|
94
|
+
use: 'Check what other sessions exist before deleting',
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
name: 'llama_delete_session',
|
|
98
|
+
description: 'Delete a specific session by ID, or all of the current user\'s sessions',
|
|
99
|
+
params: 'sessionId (optional — omit to delete all)',
|
|
100
|
+
use: 'Clean up stale sessions',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
name: 'llama_update_claude_session_notes',
|
|
104
|
+
description: 'Append durable notes to the current session — surfaced on next llama_resume',
|
|
105
|
+
params: 'notes (required: string, max 4000 chars)',
|
|
106
|
+
use: 'Capture in-flight work, blockers, or decisions before /clear so they survive into the next session',
|
|
107
|
+
},
|
|
108
|
+
],
|
|
109
|
+
},
|
|
110
|
+
onboarding: {
|
|
111
|
+
title: 'Onboarding — Getting Started Pack',
|
|
112
|
+
description: 'New project or new user? Install the Getting Started Pack to get a working baseline in one step: 4 core Claude skills + a configured board.',
|
|
113
|
+
tools: [
|
|
114
|
+
{
|
|
115
|
+
name: 'llama_install_getting_started_pack',
|
|
116
|
+
description: 'Install the Getting Started Pack into a project. Two-step UX — preview first, then confirm.',
|
|
117
|
+
params: 'orgSlug (optional, session default), projectKey (optional, session default), confirm (optional, default false)',
|
|
118
|
+
use: 'Call without confirm to preview. Show the user the preview and ask for approval. Call again with confirm=true only after they say yes. After install, write each SKILL.md file to .claude/skills/<id>/SKILL.md and tell the user to run /getting-started-walkthrough.',
|
|
119
|
+
returns: 'Step 1 (preview): requiresConfirmation=true, preview, warning. Step 2 (confirmed): skill manifest with file paths and markdown content.',
|
|
120
|
+
example: `// Step 1 — preview
|
|
121
|
+
{ "orgSlug": "my-team", "projectKey": "PROJ" }
|
|
122
|
+
|
|
123
|
+
// Step 2 — install (after user approves preview)
|
|
124
|
+
{ "orgSlug": "my-team", "projectKey": "PROJ", "confirm": true }`,
|
|
125
|
+
},
|
|
75
126
|
],
|
|
76
127
|
},
|
|
77
128
|
organizations: {
|
|
@@ -133,7 +184,7 @@ Optional: description, priority (CRITICAL|HIGH|MEDIUM|LOW|TRIVIAL), assigneeId,
|
|
|
133
184
|
},
|
|
134
185
|
{
|
|
135
186
|
name: 'llama_update_issue',
|
|
136
|
-
description: 'Update issue fields. Only include fields to change. Set assigneeId/sprintId to null to unassign.',
|
|
187
|
+
description: 'Update issue fields. Only include fields to change. Set assigneeId/sprintId to null to unassign. Set statusId to transition status.',
|
|
137
188
|
params: `orgSlug (required), projectKey (required), issueKey (required)
|
|
138
189
|
Optional: summary, description, type, priority, statusId, assigneeId, sprintId, estimate, labels`,
|
|
139
190
|
},
|
|
@@ -142,6 +193,30 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
142
193
|
description: 'Soft-delete an issue (can be restored)',
|
|
143
194
|
params: 'orgSlug (required), projectKey (required), issueKey (required)',
|
|
144
195
|
},
|
|
196
|
+
{
|
|
197
|
+
name: 'llama_batch_create_issues',
|
|
198
|
+
description: 'Create up to 50 issues in one call. Returns issueKeys for each created issue.',
|
|
199
|
+
params: 'orgSlug (required), projectKey (required), issues (required: array of issue objects)',
|
|
200
|
+
use: 'Bulk story creation from a plan, importing checklists',
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
name: 'llama_batch_update_issues',
|
|
204
|
+
description: 'Update up to 50 issues in one call.',
|
|
205
|
+
params: 'updates (required: array of {issueKey, ...fields})',
|
|
206
|
+
use: 'Bulk reassignment, status sweeps, sprint reshuffles',
|
|
207
|
+
},
|
|
208
|
+
],
|
|
209
|
+
},
|
|
210
|
+
status: {
|
|
211
|
+
title: 'Workflow Status Tools',
|
|
212
|
+
description: 'Add or remove statuses (board columns) in a project workflow. Statuses are referenced by ID in llama_update_issue.',
|
|
213
|
+
tools: [
|
|
214
|
+
{
|
|
215
|
+
name: 'llama_manage_status',
|
|
216
|
+
description: 'Add or delete a workflow status (board column)',
|
|
217
|
+
params: 'action (required: add|delete), orgSlug (required), projectKey (required), workflowId (required), name/category/color (for add), statusId (for delete)',
|
|
218
|
+
use: 'Use llama_context to get workflowId first',
|
|
219
|
+
},
|
|
145
220
|
],
|
|
146
221
|
},
|
|
147
222
|
sprints: {
|
|
@@ -172,10 +247,22 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
172
247
|
description: 'Complete an active sprint',
|
|
173
248
|
params: 'sprintId (required), moveIncompleteToBacklog (optional: default true), moveIncompleteToSprintId (optional)',
|
|
174
249
|
},
|
|
250
|
+
{
|
|
251
|
+
name: 'llama_reopen_sprint',
|
|
252
|
+
description: 'Reopen a completed sprint',
|
|
253
|
+
params: 'sprintId (required)',
|
|
254
|
+
use: 'Recover from accidental sprint completion',
|
|
255
|
+
},
|
|
175
256
|
{
|
|
176
257
|
name: 'llama_update_sprint',
|
|
177
|
-
description: 'Update sprint name, goal, or
|
|
178
|
-
params: 'sprintId (required), name (optional), goal (optional),
|
|
258
|
+
description: 'Update sprint name, goal, or AI completion instructions',
|
|
259
|
+
params: 'sprintId (required), name (optional), goal (optional), aiCompletionInstructions (optional)',
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
name: 'llama_override_sprint_dates',
|
|
263
|
+
description: 'Override sprint start or end date directly (bypasses the start/complete state machine)',
|
|
264
|
+
params: 'sprintId (required), startDate (optional), endDate (optional)',
|
|
265
|
+
use: 'Fix incorrect dates without changing sprint state',
|
|
179
266
|
},
|
|
180
267
|
{
|
|
181
268
|
name: 'llama_delete_sprint',
|
|
@@ -187,6 +274,21 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
187
274
|
description: 'Move issues to a sprint. Pass null for sprintId to move to backlog.',
|
|
188
275
|
params: 'orgSlug (required), projectKey (required), issueKeys (required: array, max 20), sprintId (required: sprint ID or null for backlog)',
|
|
189
276
|
},
|
|
277
|
+
{
|
|
278
|
+
name: 'llama_reorder_sprint',
|
|
279
|
+
description: 'Reorder issues within a sprint',
|
|
280
|
+
params: 'sprintId (required), issueKeys (required: array in desired order)',
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
name: 'llama_get_sprint_analytics',
|
|
284
|
+
description: 'Get burndown, completion %, and velocity for a sprint',
|
|
285
|
+
params: 'sprintId (required)',
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
name: 'llama_get_velocity',
|
|
289
|
+
description: 'Get team velocity (avg points/sprint) over recent sprints',
|
|
290
|
+
params: 'orgSlug (required), projectKey (required), sprintCount (optional: default 5)',
|
|
291
|
+
},
|
|
190
292
|
],
|
|
191
293
|
},
|
|
192
294
|
boards: {
|
|
@@ -209,7 +311,7 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
209
311
|
},
|
|
210
312
|
{
|
|
211
313
|
name: 'llama_get_board_config',
|
|
212
|
-
description: 'Get full board
|
|
314
|
+
description: 'Get full board config including all column AI settings',
|
|
213
315
|
params: 'orgSlug (required), projectKey (required)',
|
|
214
316
|
use: 'View AI agent configurations for all board columns',
|
|
215
317
|
},
|
|
@@ -219,6 +321,21 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
219
321
|
params: 'boardId (required), columnId (required), aiEnabled (optional), agentType (optional), instructions (optional), requiredActions (optional), contextHints (optional), color (optional), icon (optional)',
|
|
220
322
|
use: 'Configure AI behavior for specific board columns',
|
|
221
323
|
},
|
|
324
|
+
{
|
|
325
|
+
name: 'llama_list_board_templates',
|
|
326
|
+
description: 'List available board templates with their column AI configs',
|
|
327
|
+
params: 'None',
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
name: 'llama_apply_board_template',
|
|
331
|
+
description: 'Apply a template to set up a board with pre-configured AI columns',
|
|
332
|
+
params: 'orgSlug (required), projectKey (required), boardId (required), templateId (required)',
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
name: 'llama_clone_board_config',
|
|
336
|
+
description: 'Clone full workflow + board config (statuses, transitions, columns, AI) from one project to another',
|
|
337
|
+
params: 'sourceOrgSlug (required), sourceProjectKey (required), targetOrgSlug (required), targetProjectKey (required)',
|
|
338
|
+
},
|
|
222
339
|
],
|
|
223
340
|
},
|
|
224
341
|
backlog: {
|
|
@@ -230,6 +347,11 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
230
347
|
params: 'orgSlug (required), projectKey (required)',
|
|
231
348
|
returns: 'Total count, breakdown by type, issue list',
|
|
232
349
|
},
|
|
350
|
+
{
|
|
351
|
+
name: 'llama_reorder_backlog',
|
|
352
|
+
description: 'Reorder issues in the backlog',
|
|
353
|
+
params: 'orgSlug (required), projectKey (required), issueKeys (required: array in desired order)',
|
|
354
|
+
},
|
|
233
355
|
],
|
|
234
356
|
},
|
|
235
357
|
comments: {
|
|
@@ -239,7 +361,7 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
239
361
|
name: 'llama_manage_comment',
|
|
240
362
|
description: 'List, add, update, or delete comments on issues or plans',
|
|
241
363
|
params: 'action (required: list|add|update|delete), target (optional: issue|plan, default issue), issueKey (for issues), planId (for plans), commentId (for update/delete), content (for add/update)',
|
|
242
|
-
use: '
|
|
364
|
+
use: 'Single tool for all comment operations on both issues and plans',
|
|
243
365
|
},
|
|
244
366
|
],
|
|
245
367
|
},
|
|
@@ -252,14 +374,9 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
252
374
|
params: 'orgSlug (required), projectKey (required)',
|
|
253
375
|
},
|
|
254
376
|
{
|
|
255
|
-
name: '
|
|
256
|
-
description: 'Create a
|
|
257
|
-
params: 'orgSlug (required), projectKey (required), name (
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
name: 'llama_delete_label',
|
|
261
|
-
description: 'Delete a label (removes from all issues)',
|
|
262
|
-
params: 'orgSlug (required), projectKey (required), labelName (required)',
|
|
377
|
+
name: 'llama_manage_label',
|
|
378
|
+
description: 'Create or delete a project label. Delete removes from all issues.',
|
|
379
|
+
params: 'action (required: create|delete), orgSlug (required), projectKey (required), name (for create), color (for create: hex), description (optional), labelName (for delete)',
|
|
263
380
|
},
|
|
264
381
|
],
|
|
265
382
|
},
|
|
@@ -281,7 +398,7 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
281
398
|
],
|
|
282
399
|
},
|
|
283
400
|
links: {
|
|
284
|
-
title: 'Issue Link Tools',
|
|
401
|
+
title: 'Issue & Plan Link Tools',
|
|
285
402
|
tools: [
|
|
286
403
|
{
|
|
287
404
|
name: 'llama_manage_issue_link',
|
|
@@ -291,7 +408,7 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
291
408
|
},
|
|
292
409
|
{
|
|
293
410
|
name: 'llama_batch_link_issues',
|
|
294
|
-
description: 'Create multiple issue links in one call (max 50)
|
|
411
|
+
description: 'Create multiple issue links in one call (max 50)',
|
|
295
412
|
params: 'links (required: array of {sourceIssueKey, targetIssueKey, type})',
|
|
296
413
|
example: `{
|
|
297
414
|
"links": [
|
|
@@ -301,6 +418,12 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
301
418
|
}`,
|
|
302
419
|
use: 'Linking multiple stories to an EPIC, setting up dependency chains',
|
|
303
420
|
},
|
|
421
|
+
{
|
|
422
|
+
name: 'llama_manage_plan_link',
|
|
423
|
+
description: 'Create or delete a link between an issue and a plan',
|
|
424
|
+
params: 'action (required: create|delete), issueKey (required), planId (for create), linkId (for delete)',
|
|
425
|
+
use: 'Tie implementation issues back to the plan they came from',
|
|
426
|
+
},
|
|
304
427
|
],
|
|
305
428
|
},
|
|
306
429
|
search: {
|
|
@@ -319,156 +442,345 @@ Optional: summary, description, type, priority, statusId, assigneeId, sprintId,
|
|
|
319
442
|
},
|
|
320
443
|
],
|
|
321
444
|
},
|
|
322
|
-
|
|
323
|
-
|
|
445
|
+
plans: {
|
|
446
|
+
title: 'Plan Tools',
|
|
447
|
+
description: 'Plans are markdown pages for product specs, PRDs, and roadmaps. Project-scoped, folder-organized, link to issues.',
|
|
448
|
+
tools: [
|
|
449
|
+
{
|
|
450
|
+
name: 'llama_list_plans',
|
|
451
|
+
description: 'List plans in a project (supports folder + search filters)',
|
|
452
|
+
params: 'orgSlug (required), projectKey (required), folderId (optional), search (optional)',
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
name: 'llama_get_plan',
|
|
456
|
+
description: 'Get a plan by ID with full content + linked issues',
|
|
457
|
+
params: 'orgSlug (required), projectKey (required), planId (required)',
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
name: 'llama_get_plan_tree',
|
|
461
|
+
description: 'Get a plan and its sub-plans recursively',
|
|
462
|
+
params: 'orgSlug (required), projectKey (required), planId (required)',
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
name: 'llama_create_plan',
|
|
466
|
+
description: 'Create a new plan',
|
|
467
|
+
params: 'orgSlug (required), projectKey (required), title (required), content (required: markdown), folderId (optional), parentPlanId (optional)',
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
name: 'llama_update_plan',
|
|
471
|
+
description: 'Update a plan\'s title, content, or folder',
|
|
472
|
+
params: 'planId (required), title (optional), content (optional), folderId (optional)',
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
name: 'llama_delete_plan',
|
|
476
|
+
description: 'Soft-delete a plan',
|
|
477
|
+
params: 'planId (required)',
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
name: 'llama_create_plan_folder',
|
|
481
|
+
description: 'Create a folder for organizing plans',
|
|
482
|
+
params: 'orgSlug (required), projectKey (required), name (required), parentFolderId (optional)',
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
name: 'llama_delete_plan_folder',
|
|
486
|
+
description: 'Delete a plan folder and its contents',
|
|
487
|
+
params: 'orgSlug (required), projectKey (required), folderId (required)',
|
|
488
|
+
},
|
|
489
|
+
],
|
|
490
|
+
},
|
|
324
491
|
skills: {
|
|
325
492
|
title: 'Skill Tools',
|
|
326
|
-
description: '
|
|
493
|
+
description: 'Skills are reusable Claude procedures (markdown SKILL.md files with optional parameters and triggers). Scopes: project | organization | personal. Install copies a skill into the project.',
|
|
327
494
|
tools: [
|
|
328
495
|
{
|
|
329
496
|
name: 'llama_list_skills',
|
|
330
|
-
description: 'List
|
|
497
|
+
description: 'List skills (project-level + inherited org-level)',
|
|
331
498
|
params: 'orgSlug (required), projectKey (required), includeHidden (optional)',
|
|
332
499
|
},
|
|
333
500
|
{
|
|
334
501
|
name: 'llama_get_skill',
|
|
335
|
-
description: 'Get skill
|
|
502
|
+
description: 'Get skill content and parameters',
|
|
336
503
|
params: 'orgSlug (required), projectKey (required), skillId (required)',
|
|
337
504
|
},
|
|
338
505
|
{
|
|
339
506
|
name: 'llama_create_skill',
|
|
340
|
-
description: 'Create a new
|
|
507
|
+
description: 'Create a new skill',
|
|
341
508
|
params: 'orgSlug (required), name (required), content (required), scope (optional: project|organization|personal), projectKey (optional), description (optional), parameters (optional: JSON array), triggers (optional: comma-separated), isEnabled (optional)',
|
|
342
509
|
},
|
|
343
510
|
{
|
|
344
511
|
name: 'llama_update_skill',
|
|
345
|
-
description: 'Update
|
|
512
|
+
description: 'Update a skill. Change scope to promote/demote between project and org.',
|
|
346
513
|
params: 'orgSlug (required), skillId (required), projectKey (optional), name (optional), description (optional), content (optional), parameters (optional), triggers (optional), isEnabled (optional), scope (optional)',
|
|
347
514
|
},
|
|
348
515
|
{
|
|
349
516
|
name: 'llama_set_skill_visibility',
|
|
350
|
-
description: 'Hide or unhide a skill
|
|
517
|
+
description: 'Hide or unhide a skill for the user or the whole project. Works for agents too.',
|
|
351
518
|
params: 'orgSlug (required), projectKey (required), skillId (required), action (required: hide|unhide), scope (required: user|project)',
|
|
352
519
|
},
|
|
353
520
|
{
|
|
354
521
|
name: 'llama_install_skill',
|
|
355
|
-
description: 'Install a skill from the
|
|
522
|
+
description: 'Install a skill from the library into the current project. Returns markdown for the SKILL.md file.',
|
|
356
523
|
params: 'skillId (required), orgSlug (optional), projectKey (optional — omit to use org-level endpoint)',
|
|
357
524
|
returns: 'slug, filename, and markdown content of the installed skill',
|
|
358
525
|
},
|
|
359
526
|
],
|
|
360
527
|
},
|
|
361
|
-
|
|
362
|
-
title: '
|
|
363
|
-
description: '
|
|
528
|
+
agents: {
|
|
529
|
+
title: 'Agent Tools',
|
|
530
|
+
description: 'Agents are sub-agents with a custom system prompt and config (model, allowed tools). Stored alongside skills in the same library; the API filters by type. Install writes a frontmatter markdown file to ~/.claude/agents/.',
|
|
364
531
|
tools: [
|
|
365
532
|
{
|
|
366
|
-
name: '
|
|
367
|
-
description: '
|
|
368
|
-
params: 'orgSlug (
|
|
369
|
-
|
|
370
|
-
|
|
533
|
+
name: 'llama_list_agents',
|
|
534
|
+
description: 'List agents (project-level + inherited org-level). Returns only records with type="agent".',
|
|
535
|
+
params: 'orgSlug (required), projectKey (optional), includeHidden (optional)',
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
name: 'llama_get_agent',
|
|
539
|
+
description: 'Get agent system prompt and config. Use llama_get_skill if you have a skill ID.',
|
|
540
|
+
params: 'orgSlug (required), agentId (required), projectKey (optional)',
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
name: 'llama_create_agent',
|
|
544
|
+
description: 'Create a new agent (sub-agent definition with system prompt + config)',
|
|
545
|
+
params: 'orgSlug (required), name (required), content (required: system prompt), scope (optional: project|organization|personal), projectKey (optional), description (optional), config (optional: {model, tools, color, etc.}), triggers (optional), isEnabled (optional)',
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
name: 'llama_update_agent',
|
|
549
|
+
description: 'Update an agent. Patch name/description/content/config/scope.',
|
|
550
|
+
params: 'orgSlug (required), agentId (required), projectKey (optional), name (optional), description (optional), content (optional), config (optional), triggers (optional), isEnabled (optional), scope (optional)',
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
name: 'llama_install_agent',
|
|
554
|
+
description: 'Install an agent into ~/.claude/agents/. Returns frontmatter markdown ready to write to disk.',
|
|
555
|
+
params: 'agentId (required), orgSlug (optional), projectKey (optional)',
|
|
556
|
+
returns: 'filename and markdown content of the installed agent',
|
|
371
557
|
},
|
|
372
558
|
],
|
|
373
559
|
},
|
|
374
|
-
|
|
375
|
-
title: '
|
|
376
|
-
description: '
|
|
560
|
+
prompts: {
|
|
561
|
+
title: 'Prompt Tools',
|
|
562
|
+
description: 'Prompts are reusable markdown payloads with no parameters or triggers — Claude executes them verbatim. Scopes: organization | project | personal (resolution priority: personal > project > organization).',
|
|
563
|
+
tools: [
|
|
564
|
+
{
|
|
565
|
+
name: 'llama_run_prompt',
|
|
566
|
+
description: 'Fetch a prompt and return its markdown content for immediate execution',
|
|
567
|
+
params: 'orgSlug (optional, session default), projectKey (optional, session default), promptId (uuid) OR name (one is required)',
|
|
568
|
+
returns: 'Markdown content the model should follow as instructions',
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
name: 'llama_list_prompts',
|
|
572
|
+
description: 'List prompts visible in the current scope. Returns summaries without content.',
|
|
573
|
+
params: 'orgSlug (optional), projectKey (optional), scope (optional: organization|project|personal), folderId (optional), search (optional), includeHidden (optional)',
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
name: 'llama_create_prompt',
|
|
577
|
+
description: 'Create a new prompt',
|
|
578
|
+
params: 'orgSlug (optional), projectKey (when scope=project), scope (required: organization|project|personal), name (required), description (optional), content (required: markdown), folderId (optional)',
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
name: 'llama_update_prompt',
|
|
582
|
+
description: 'Partial update — only fields you pass are changed',
|
|
583
|
+
params: 'promptId (required), name (optional), description (optional, null to clear), content (optional), folderId (optional, null to detach)',
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
name: 'llama_delete_prompt',
|
|
587
|
+
description: 'Soft-delete a prompt',
|
|
588
|
+
params: 'promptId (required)',
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
name: 'llama_manage_prompt_folder',
|
|
592
|
+
description: 'Manage prompt folders: list, create, rename, or delete',
|
|
593
|
+
params: 'action (required: list|create|rename|delete), scope (for create), folderId (for rename/delete), name (for create/rename)',
|
|
594
|
+
},
|
|
595
|
+
],
|
|
596
|
+
},
|
|
597
|
+
attachments: {
|
|
598
|
+
title: 'Attachment Tools',
|
|
599
|
+
description: 'Upload, list, download, and delete files attached to issues. Max 10MB per file.',
|
|
600
|
+
tools: [
|
|
601
|
+
{
|
|
602
|
+
name: 'llama_attach_file',
|
|
603
|
+
description: 'Upload a local file to an issue (images, docs, archives)',
|
|
604
|
+
params: 'orgSlug (required), projectKey (required), issueKey (required), filePath (required: absolute path)',
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
name: 'llama_list_attachments',
|
|
608
|
+
description: 'List all attachments on an issue',
|
|
609
|
+
params: 'orgSlug (required), projectKey (required), issueKey (required)',
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
name: 'llama_download_attachment',
|
|
613
|
+
description: 'Download and view an attachment. Images returned visually, text as readable content. Files >1MB return metadata only.',
|
|
614
|
+
params: 'attachmentId (required)',
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
name: 'llama_delete_attachment',
|
|
618
|
+
description: 'Delete an attachment from an issue',
|
|
619
|
+
params: 'attachmentId (required)',
|
|
620
|
+
},
|
|
621
|
+
],
|
|
622
|
+
},
|
|
623
|
+
refinement: {
|
|
624
|
+
title: 'Story Refinement Tools',
|
|
625
|
+
description: 'AI-assisted story refinement: structured Q&A, codebase context, optional voice transcription.',
|
|
377
626
|
tools: [
|
|
378
627
|
{
|
|
379
|
-
name: '
|
|
380
|
-
description: '
|
|
381
|
-
params: 'orgSlug (
|
|
382
|
-
|
|
628
|
+
name: 'llama_refine_story',
|
|
629
|
+
description: 'Refine a draft story into a properly-scoped one using AI',
|
|
630
|
+
params: 'orgSlug (required), projectKey (required), summary (required), description (optional), additional context fields',
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
name: 'llama_get_refinement',
|
|
634
|
+
description: 'Get a refinement session by ID',
|
|
635
|
+
params: 'refinementId (required)',
|
|
383
636
|
},
|
|
384
637
|
{
|
|
385
|
-
name: '
|
|
386
|
-
description: 'Get
|
|
387
|
-
params: '
|
|
388
|
-
use: 'View complete error information before accepting',
|
|
638
|
+
name: 'llama_get_transcription',
|
|
639
|
+
description: 'Get text transcription of an uploaded voice memo (used during refinement)',
|
|
640
|
+
params: 'transcriptionId (required)',
|
|
389
641
|
},
|
|
642
|
+
],
|
|
643
|
+
},
|
|
644
|
+
roadmap: {
|
|
645
|
+
title: 'Roadmap Tools',
|
|
646
|
+
tools: [
|
|
390
647
|
{
|
|
391
|
-
name: '
|
|
392
|
-
description: 'Get
|
|
393
|
-
params: 'orgSlug (
|
|
394
|
-
use: 'Check if there are new errors to triage',
|
|
648
|
+
name: 'llama_get_roadmap',
|
|
649
|
+
description: 'Get a roadmap with items, milestones, and computed drift/progress. Without roadmapId returns the most recently updated.',
|
|
650
|
+
params: 'orgSlug (required), projectKey (required), roadmapId (optional)',
|
|
395
651
|
},
|
|
396
652
|
{
|
|
397
|
-
name: '
|
|
398
|
-
description: '
|
|
399
|
-
params: '
|
|
400
|
-
use: 'Convert error into a trackable bug issue',
|
|
653
|
+
name: 'llama_manage_roadmap',
|
|
654
|
+
description: 'Create, update, or delete roadmaps. Update supports batch items/milestones/dependencies.',
|
|
655
|
+
params: 'action (required: create|update|delete), orgSlug (required), projectKey (required), roadmapId (for update/delete), name/items/milestones/dependencies (for create/update)',
|
|
401
656
|
},
|
|
657
|
+
],
|
|
658
|
+
},
|
|
659
|
+
rollup: {
|
|
660
|
+
title: 'Rollup Tools',
|
|
661
|
+
description: 'Configure how parent issues (EPICs) compute aggregate metrics from their children.',
|
|
662
|
+
tools: [
|
|
663
|
+
{
|
|
664
|
+
name: 'llama_configure_rollup',
|
|
665
|
+
description: 'Set rollup configuration for a project',
|
|
666
|
+
params: 'orgSlug (required), projectKey (required), config fields (estimateRollup, statusRollup, etc.)',
|
|
667
|
+
},
|
|
668
|
+
],
|
|
669
|
+
},
|
|
670
|
+
errors: {
|
|
671
|
+
title: 'Error Inbox Tools',
|
|
672
|
+
description: 'Manage errors reported by external systems. Accept errors to create BUG issues, dismiss noise.',
|
|
673
|
+
tools: [
|
|
402
674
|
{
|
|
403
|
-
name: '
|
|
404
|
-
description: '
|
|
405
|
-
params: 'orgSlug (optional), projectKey (optional), errorId (
|
|
406
|
-
use: '
|
|
675
|
+
name: 'llama_manage_error',
|
|
676
|
+
description: 'Single tool for all Error Inbox actions: list, get, count, accept (creates BUG), dismiss (single or up to 100).',
|
|
677
|
+
params: 'action (required: list|get|count|accept|dismiss), orgSlug (optional), projectKey (optional), errorId / errorIds (depends on action), filters (status/sortBy/sortOrder/page/limit for list), priority/assigneeId/sprintId/labels (for accept)',
|
|
678
|
+
use: 'Triage, accept errors as bugs, or clear noise',
|
|
679
|
+
example: `// List pending errors
|
|
680
|
+
{ "action": "list", "status": "PENDING" }
|
|
681
|
+
|
|
682
|
+
// Accept and create BUG
|
|
683
|
+
{ "action": "accept", "errorId": "err-123", "priority": "HIGH" }
|
|
684
|
+
|
|
685
|
+
// Dismiss many at once
|
|
686
|
+
{ "action": "dismiss", "errorIds": ["err-1", "err-2", "err-3"] }`,
|
|
407
687
|
},
|
|
688
|
+
],
|
|
689
|
+
},
|
|
690
|
+
notifications: {
|
|
691
|
+
title: 'Notification Rule Tools',
|
|
692
|
+
description: 'Notification rules deliver Slack alerts on events (status changes, label adds, sprint lifecycle). Slack integration must be installed via the web UI first.',
|
|
693
|
+
tools: [
|
|
408
694
|
{
|
|
409
|
-
name: '
|
|
410
|
-
description: '
|
|
411
|
-
params: '
|
|
412
|
-
|
|
695
|
+
name: 'llama_manage_notification_rule',
|
|
696
|
+
description: 'Single dispatcher: list, create, update, or delete notification rules.',
|
|
697
|
+
params: 'action (required: list|create|update|delete), orgSlug (optional), name/eventTypes/deliveryMethod/deliveryConfig/scope/filters (for create), ruleId (for update/delete)',
|
|
698
|
+
tip: 'Event types: STATUS_CHANGED, ISSUE_CREATED, ISSUE_ASSIGNED, COMMENT_ADDED, LABEL_ADDED, LABEL_REMOVED, SPRINT_STARTED, SPRINT_COMPLETED. Delivery: SLACK_DM | SLACK_CHANNEL.',
|
|
699
|
+
example: `{
|
|
700
|
+
"action": "create",
|
|
701
|
+
"integrationId": "int-123",
|
|
702
|
+
"name": "Notify QA when bugs enter testing",
|
|
703
|
+
"eventTypes": "STATUS_CHANGED",
|
|
704
|
+
"deliveryMethod": "SLACK_CHANNEL",
|
|
705
|
+
"deliveryConfig": "{\\"channelId\\":\\"C123456\\"}",
|
|
706
|
+
"scope": "PROJECT",
|
|
707
|
+
"projectId": "proj-123",
|
|
708
|
+
"issueTypes": "BUG"
|
|
709
|
+
}`,
|
|
413
710
|
},
|
|
414
711
|
],
|
|
415
712
|
},
|
|
416
|
-
|
|
417
|
-
title: '
|
|
418
|
-
description: 'Break down features into stories/tasks. This is now a Claude Workflow - say "decompose [feature]" to trigger it.',
|
|
713
|
+
import: {
|
|
714
|
+
title: 'Import Tools',
|
|
419
715
|
tools: [
|
|
420
716
|
{
|
|
421
|
-
name: '
|
|
422
|
-
description: '
|
|
423
|
-
params: '
|
|
424
|
-
use: 'Clarifies requirements, analyzes codebase, creates EPIC with Stories/Tasks',
|
|
717
|
+
name: 'llama_import_csv',
|
|
718
|
+
description: 'Import issues from a CSV file (Jira/GitHub/generic formats supported)',
|
|
719
|
+
params: 'orgSlug (required), projectKey (required), filePath (required: absolute path), format (optional), mapping (optional)',
|
|
425
720
|
},
|
|
426
721
|
],
|
|
427
722
|
},
|
|
428
723
|
patterns: {
|
|
429
724
|
title: 'Common Patterns',
|
|
430
|
-
description: `**
|
|
725
|
+
description: `**First-time setup:**
|
|
726
|
+
1. llama_connect — if response has \`firstTimeHint\`, the account has no projects
|
|
727
|
+
2. Ask user about their work; help them create an org/project (or use existing)
|
|
728
|
+
3. llama_set_context { orgSlug, projectKey }
|
|
729
|
+
4. llama_install_getting_started_pack (preview, then confirm) — installs 4 core skills + board
|
|
730
|
+
5. After install, write the SKILL.md files to .claude/skills/<id>/SKILL.md
|
|
731
|
+
6. Tell user: "Run /getting-started-walkthrough"
|
|
732
|
+
|
|
733
|
+
**Creating issues for a sprint:**
|
|
431
734
|
1. llama_context → get sprintId from active/pending sprints
|
|
432
735
|
2. llama_create_issue → include sprintId
|
|
433
736
|
|
|
434
737
|
**Moving issue through workflow:**
|
|
435
738
|
1. llama_context → get status IDs from workflow.statuses
|
|
436
739
|
2. llama_update_issue → set statusId for target status
|
|
740
|
+
3. (or) llama_move_issue_on_board → drop into a column on a specific board
|
|
437
741
|
|
|
438
742
|
**Assigning issues:**
|
|
439
|
-
1. llama_find_members_by_skill → find members with
|
|
743
|
+
1. llama_find_members_by_skill → find members with the right expertise
|
|
440
744
|
2. llama_update_issue → set assigneeId
|
|
441
745
|
|
|
442
|
-
**Listing all members:**
|
|
443
|
-
1. llama_list_members → get all user IDs and skills
|
|
444
|
-
|
|
445
746
|
**Sprint planning:**
|
|
446
747
|
1. llama_get_backlog → see available issues
|
|
447
748
|
2. llama_create_sprint → create new sprint
|
|
448
|
-
3. llama_add_to_sprint → add issues
|
|
449
|
-
4. llama_start_sprint → begin
|
|
749
|
+
3. llama_add_to_sprint → add issues
|
|
750
|
+
4. llama_start_sprint → begin
|
|
751
|
+
|
|
752
|
+
**Decomposing a feature into stories:**
|
|
753
|
+
1. llama_list_skills — find a decomposition skill (e.g., create-stories-from-plan)
|
|
754
|
+
2. Run that skill — it walks you through codebase analysis and story generation
|
|
755
|
+
3. llama_batch_create_issues — create the resulting stories in one call
|
|
450
756
|
|
|
451
757
|
**Searching for work:**
|
|
452
758
|
1. llama_search → find issues by text/filters
|
|
453
|
-
2. llama_get_issue → get full details
|
|
759
|
+
2. llama_get_issue → get full details
|
|
454
760
|
|
|
455
761
|
**Triaging Error Inbox:**
|
|
456
|
-
1.
|
|
457
|
-
2.
|
|
458
|
-
3.
|
|
459
|
-
4.
|
|
460
|
-
OR
|
|
762
|
+
1. llama_manage_error { action: "count" } → check pending count
|
|
763
|
+
2. llama_manage_error { action: "list", status: "PENDING" } → review
|
|
764
|
+
3. llama_manage_error { action: "get", errorId } → see stack trace
|
|
765
|
+
4. llama_manage_error { action: "accept", errorId, priority } — create BUG issue
|
|
766
|
+
OR llama_manage_error { action: "dismiss", errorIds: [...] }
|
|
461
767
|
|
|
462
768
|
**Surviving /clear (session persistence):**
|
|
463
769
|
1. llama_save_state → checkpoint current issue, phase, queue
|
|
464
770
|
2. (user runs /clear)
|
|
465
771
|
3. llama_resume → get back context, state, and live board snapshot
|
|
466
|
-
4. Continue working from where you left off
|
|
772
|
+
4. Continue working from where you left off
|
|
773
|
+
|
|
774
|
+
**Running a saved prompt:**
|
|
775
|
+
1. llama_list_prompts → find prompts in the current scope
|
|
776
|
+
2. llama_run_prompt { name } → fetch markdown and execute it
|
|
777
|
+
|
|
778
|
+
**Installing a skill or agent from the library:**
|
|
779
|
+
- Skills: llama_install_skill { skillId } → write returned content to .claude/skills/<slug>/SKILL.md
|
|
780
|
+
- Agents: llama_install_agent { agentId } → write returned content to ~/.claude/agents/<filename>`,
|
|
467
781
|
},
|
|
468
782
|
};
|
|
469
|
-
// Individual tool details for deep lookup
|
|
470
783
|
const TOOL_DETAILS = {};
|
|
471
|
-
// Build tool details from categories
|
|
472
784
|
Object.entries(TOOL_DOCS).forEach(([category, data]) => {
|
|
473
785
|
if ('tools' in data && Array.isArray(data.tools)) {
|
|
474
786
|
data.tools.forEach((tool) => {
|
|
@@ -478,7 +790,6 @@ Object.entries(TOOL_DOCS).forEach(([category, data]) => {
|
|
|
478
790
|
});
|
|
479
791
|
export async function executeHelp(input) {
|
|
480
792
|
const { topic } = input;
|
|
481
|
-
// No topic - return overview
|
|
482
793
|
if (!topic) {
|
|
483
794
|
const categories = Object.keys(TOOL_DOCS)
|
|
484
795
|
.filter((k) => k !== 'overview')
|
|
@@ -495,35 +806,28 @@ export async function executeHelp(input) {
|
|
|
495
806
|
help: {
|
|
496
807
|
title: TOOL_DOCS.overview.title,
|
|
497
808
|
content: TOOL_DOCS.overview.description,
|
|
498
|
-
categories
|
|
809
|
+
categories,
|
|
499
810
|
tip: 'Use llama_help { topic: "category" } for details on a category, or llama_help { topic: "tool_name" } for a specific tool.',
|
|
500
811
|
},
|
|
501
812
|
});
|
|
502
813
|
}
|
|
503
|
-
// Check if topic is a tool name
|
|
504
814
|
const normalizedTopic = topic.toLowerCase().replace(/^llama_/, '');
|
|
505
815
|
const toolName = topic.startsWith('llama_') ? topic : `llama_${normalizedTopic}`;
|
|
506
816
|
if (TOOL_DETAILS[toolName]) {
|
|
507
817
|
return JSON.stringify({
|
|
508
818
|
success: true,
|
|
509
|
-
help: {
|
|
510
|
-
tool: TOOL_DETAILS[toolName],
|
|
511
|
-
},
|
|
819
|
+
help: { tool: TOOL_DETAILS[toolName] },
|
|
512
820
|
});
|
|
513
821
|
}
|
|
514
|
-
// Check if topic is a category
|
|
515
822
|
const categoryKey = normalizedTopic;
|
|
516
823
|
if (TOOL_DOCS[categoryKey]) {
|
|
517
|
-
const categoryData = TOOL_DOCS[categoryKey];
|
|
518
824
|
return JSON.stringify({
|
|
519
825
|
success: true,
|
|
520
|
-
help:
|
|
826
|
+
help: TOOL_DOCS[categoryKey],
|
|
521
827
|
});
|
|
522
828
|
}
|
|
523
|
-
// Topic not found - return suggestions
|
|
524
829
|
const allTools = Object.keys(TOOL_DETAILS);
|
|
525
830
|
const allCategories = Object.keys(TOOL_DOCS).filter((k) => k !== 'overview');
|
|
526
|
-
// Simple fuzzy match
|
|
527
831
|
const matchingTools = allTools.filter((t) => t.includes(normalizedTopic) || normalizedTopic.includes(t.replace('llama_', '')));
|
|
528
832
|
const matchingCategories = allCategories.filter((c) => c.includes(normalizedTopic) || normalizedTopic.includes(c));
|
|
529
833
|
return JSON.stringify({
|
package/dist/tools/help.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"help.js","sourceRoot":"","sources":["../../src/tools/help.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,YAAY,GAAG,YAAY,CAAC;AAEzC,MAAM,CAAC,MAAM,mBAAmB,GAC9B,8HAA8H,CAAC;AAEjI,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,0FAA0F,CAC3F;CACJ,CAAC,CAAC;AAIH,2CAA2C;AAC3C,MAAM,SAAS,GAAG;IAChB,QAAQ,EAAE;QACR,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE;;;;;;;;;;;2EAW0D;KACxE;IAED,OAAO,EAAE;QACP,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,eAAe;gBACrB,WAAW,EAAE,+CAA+C;gBAC5D,MAAM,EAAE,MAAM;gBACd,GAAG,EAAE,6CAA6C;aACnD;YACD;gBACE,IAAI,EAAE,eAAe;gBACrB,WAAW,EACT,0EAA0E;gBAC5E,MAAM,EAAE,2CAA2C;gBACnD,GAAG,EAAE,kDAAkD;gBACvD,OAAO,EACL,6GAA6G;aAChH;SACF;KACF;IAED,OAAO,EAAE;QACP,KAAK,EAAE,uBAAuB;QAC9B,WAAW,EACT,sFAAsF;QACxF,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,mBAAmB;gBACzB,WAAW,EAAE,wDAAwD;gBACrE,MAAM,EAAE,gEAAgE;gBACxE,GAAG,EAAE,0EAA0E;aAChF;YACD;gBACE,IAAI,EAAE,cAAc;gBACpB,WAAW,EACT,iIAAiI;gBACnI,MAAM,EAAE,MAAM;gBACd,GAAG,EAAE,0DAA0D;gBAC/D,OAAO,EAAE,+FAA+F;aACzG;YACD;gBACE,IAAI,EAAE,kBAAkB;gBACxB,WAAW,EACT,yGAAyG;gBAC3G,MAAM,EACJ,8PAA8P;gBAChQ,GAAG,EAAE,mFAAmF;gBACxF,OAAO,EAAE;;;;;;EAMf;aACK;SACF;KACF;IAED,aAAa,EAAE;QACb,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,2BAA2B;gBACjC,WAAW,EAAE,oCAAoC;gBACjD,MAAM,EAAE,2FAA2F;gBACnG,GAAG,EAAE,qDAAqD;aAC3D;SACF;KACF;IAED,QAAQ,EAAE;QACR,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,WAAW,EAAE,sCAAsC;gBACnD,MAAM,EAAE,oBAAoB;aAC7B;YACD;gBACE,IAAI,EAAE,mBAAmB;gBACzB,WAAW,EAAE,iDAAiD;gBAC9D,MAAM,EAAE,2CAA2C;aACpD;YACD;gBACE,IAAI,EAAE,sBAAsB;gBAC5B,WAAW,EACT,sDAAsD;gBACxD,MAAM,EACJ,oGAAoG;aACvG;YACD;gBACE,IAAI,EAAE,sBAAsB;gBAC5B,WAAW,EAAE,oCAAoC;gBACjD,MAAM,EACJ,oFAAoF;aACvF;SACF;KACF;IAED,MAAM,EAAE;QACN,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,iBAAiB;gBACvB,WAAW,EAAE,uDAAuD;gBACpE,MAAM,EACJ,kFAAkF;aACrF;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EAAE,oBAAoB;gBACjC,MAAM,EAAE;qIACqH;gBAC7H,OAAO,EAAE;;;;;;EAMf;aACK;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EACT,kGAAkG;gBACpG,MAAM,EAAE;iGACiF;aAC1F;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EAAE,wCAAwC;gBACrD,MAAM,EACJ,gEAAgE;aACnE;SACF;KACF;IAED,OAAO,EAAE;QACP,KAAK,EAAE,cAAc;QACrB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EAAE,+CAA+C;gBAC5D,MAAM,EAAE,2CAA2C;aACpD;YACD;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,WAAW,EAAE,uCAAuC;gBACpD,MAAM,EACJ,mIAAmI;aACtI;YACD;gBACE,IAAI,EAAE,kBAAkB;gBACxB,WAAW,EAAE,oCAAoC;gBACjD,MAAM,EAAE,qBAAqB;aAC9B;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EACT,6DAA6D;gBAC/D,MAAM,EACJ,kFAAkF;aACrF;YACD;gBACE,IAAI,EAAE,uBAAuB;gBAC7B,WAAW,EAAE,2BAA2B;gBACxC,MAAM,EACJ,4GAA4G;aAC/G;YACD;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,WAAW,EAAE,oCAAoC;gBACjD,MAAM,EACJ,iGAAiG;aACpG;YACD;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,WAAW,EACT,uEAAuE;gBACzE,MAAM,EAAE,qBAAqB;aAC9B;YACD;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,WAAW,EACT,qEAAqE;gBACvE,MAAM,EACJ,oIAAoI;aACvI;SACF;KACF;IAED,MAAM,EAAE;QACN,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,mBAAmB;gBACzB,WAAW,EAAE,8BAA8B;gBAC3C,MAAM,EAAE,2CAA2C;aACpD;YACD;gBACE,IAAI,EAAE,iBAAiB;gBACvB,WAAW,EAAE,mCAAmC;gBAChD,MAAM,EACJ,+DAA+D;aAClE;YACD;gBACE,IAAI,EAAE,2BAA2B;gBACjC,WAAW,EACT,sDAAsD;gBACxD,MAAM,EACJ,2JAA2J;aAC9J;YACD;gBACE,IAAI,EAAE,wBAAwB;gBAC9B,WAAW,EAAE,+DAA+D;gBAC5E,MAAM,EAAE,2CAA2C;gBACnD,GAAG,EAAE,oDAAoD;aAC1D;YACD;gBACE,IAAI,EAAE,4BAA4B;gBAClC,WAAW,EAAE,sEAAsE;gBACnF,MAAM,EACJ,sMAAsM;gBACxM,GAAG,EAAE,kDAAkD;aACxD;SACF;KACF;IAED,OAAO,EAAE;QACP,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,mBAAmB;gBACzB,WAAW,EACT,mDAAmD;gBACrD,MAAM,EAAE,2CAA2C;gBACnD,OAAO,EAAE,4CAA4C;aACtD;SACF;KACF;IAED,QAAQ,EAAE;QACR,KAAK,EAAE,eAAe;QACtB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,sBAAsB;gBAC5B,WAAW,EAAE,0DAA0D;gBACvE,MAAM,EAAE,6LAA6L;gBACrM,GAAG,EAAE,6DAA6D;aACnE;SACF;KACF;IAED,MAAM,EAAE;QACN,KAAK,EAAE,aAAa;QACpB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,mBAAmB;gBACzB,WAAW,EAAE,8BAA8B;gBAC3C,MAAM,EAAE,2CAA2C;aACpD;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EAAE,oBAAoB;gBACjC,MAAM,EACJ,2HAA2H;aAC9H;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EAAE,0CAA0C;gBACvD,MAAM,EACJ,iEAAiE;aACpE;SACF;KACF;IAED,OAAO,EAAE;QACP,KAAK,EAAE,cAAc;QACrB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EACT,6DAA6D;gBAC/D,MAAM,EAAE,oBAAoB;gBAC5B,OAAO,EAAE,4DAA4D;aACtE;YACD;gBACE,IAAI,EAAE,6BAA6B;gBACnC,WAAW,EACT,iFAAiF;gBACnF,MAAM,EAAE,oDAAoD;gBAC5D,OAAO,EAAE,sDAAsD;aAChE;SACF;KACF;IAED,KAAK,EAAE;QACL,KAAK,EAAE,kBAAkB;QACzB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,yBAAyB;gBAC/B,WAAW,EAAE,gDAAgD;gBAC7D,MAAM,EACJ,4HAA4H;gBAC9H,GAAG,EAAE,6EAA6E;aACnF;YACD;gBACE,IAAI,EAAE,yBAAyB;gBAC/B,WAAW,EAAE,uFAAuF;gBACpG,MAAM,EACJ,mEAAmE;gBACrE,OAAO,EAAE;;;;;EAKf;gBACM,GAAG,EAAE,mEAAmE;aACzE;SACF;KACF;IAED,MAAM,EAAE;QACN,KAAK,EAAE,cAAc;QACrB,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,cAAc;gBACpB,WAAW,EACT,wEAAwE;gBAC1E,MAAM,EACJ,8JAA8J;gBAChK,OAAO,EAAE;;;;;EAKf;aACK;SACF;KACF;IAED,+CAA+C;IAC/C,8EAA8E;IAE9E,MAAM,EAAE;QACN,KAAK,EAAE,aAAa;QACpB,WAAW,EACT,yFAAyF;QAC3F,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,mBAAmB;gBACzB,WAAW,EACT,qDAAqD;gBACvD,MAAM,EAAE,qEAAqE;aAC9E;YACD;gBACE,IAAI,EAAE,iBAAiB;gBACvB,WAAW,EACT,oDAAoD;gBACtD,MAAM,EACJ,+DAA+D;aAClE;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EAAE,gDAAgD;gBAC7D,MAAM,EACJ,wPAAwP;aAC3P;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EAAE,0BAA0B;gBACvC,MAAM,EACJ,gNAAgN;aACnN;YACD;gBACE,IAAI,EAAE,4BAA4B;gBAClC,WAAW,EAAE,iDAAiD;gBAC9D,MAAM,EACJ,+HAA+H;aAClI;YACD;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,WAAW,EAAE,iEAAiE;gBAC9E,MAAM,EACJ,gGAAgG;gBAClG,OAAO,EAAE,6DAA6D;aACvE;SACF;KACF;IAED,UAAU,EAAE;QACV,KAAK,EAAE,kBAAkB;QACzB,WAAW,EACT,uGAAuG;QACzG,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,oCAAoC;gBAC1C,WAAW,EAAE,oGAAoG;gBACjH,MAAM,EAAE,gHAAgH;gBACxH,GAAG,EAAE,kNAAkN;gBACvN,OAAO,EAAE,6HAA6H;aACvI;SACF;KACF;IAED,MAAM,EAAE;QACN,KAAK,EAAE,mBAAmB;QAC1B,WAAW,EACT,kGAAkG;QACpG,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,mBAAmB;gBACzB,WAAW,EACT,6DAA6D;gBAC/D,MAAM,EACJ,sNAAsN;gBACxN,GAAG,EAAE,uDAAuD;aAC7D;YACD;gBACE,IAAI,EAAE,iBAAiB;gBACvB,WAAW,EACT,2DAA2D;gBAC7D,MAAM,EAAE,+DAA+D;gBACvE,GAAG,EAAE,kDAAkD;aACxD;YACD;gBACE,IAAI,EAAE,uBAAuB;gBAC7B,WAAW,EAAE,+CAA+C;gBAC5D,MAAM,EAAE,2CAA2C;gBACnD,GAAG,EAAE,yCAAyC;aAC/C;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,WAAW,EACT,sGAAsG;gBACxG,MAAM,EACJ,qLAAqL;gBACvL,GAAG,EAAE,0CAA0C;aAChD;YACD;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,WAAW,EAAE,iDAAiD;gBAC9D,MAAM,EAAE,+DAA+D;gBACvE,GAAG,EAAE,+CAA+C;aACrD;YACD;gBACE,IAAI,EAAE,2BAA2B;gBACjC,WAAW,EAAE,2CAA2C;gBACxD,MAAM,EACJ,oFAAoF;gBACtF,GAAG,EAAE,8CAA8C;aACpD;SACF;KACF;IAED,aAAa,EAAE;QACb,KAAK,EAAE,uBAAuB;QAC9B,WAAW,EACT,kHAAkH;QACpH,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,6BAA6B;gBACnC,WAAW,EAAE,gEAAgE;gBAC7E,MAAM,EAAE,kCAAkC;gBAC1C,GAAG,EAAE,4EAA4E;aAClF;SACF;KACF;IAED,QAAQ,EAAE;QACR,KAAK,EAAE,iBAAiB;QACxB,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAoC2B;KACzC;CACF,CAAC;AAEF,0CAA0C;AAC1C,MAAM,YAAY,GAA2B,EAAE,CAAC;AAEhD,qCAAqC;AACrC,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAAE,IAAI,CAAC,EAAE,EAAE;IACrD,IAAI,OAAO,IAAI,IAAI,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QACjD,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YAC1B,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,EAAE,QAAQ,EAAE,CAAC;QAClD,CAAC,CAAC,CAAC;IACL,CAAC;AACH,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,KAAK,UAAU,WAAW,CAAC,KAAoB;IACpD,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,CAAC;IAExB,6BAA6B;IAC7B,IAAI,CAAC,KAAK,EAAE,CAAC;QACX,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC;aACtC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,UAAU,CAAC;aAC/B,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE;YACT,MAAM,IAAI,GAAG,SAAS,CAAC,CAA2B,CAAC,CAAC;YACpD,MAAM,SAAS,GACb,OAAO,IAAI,IAAI,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;gBAC1C,CAAC,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,MAAM,SAAS;gBACjC,CAAC,CAAC,EAAE,CAAC;YACT,OAAO,OAAO,CAAC,GAAG,SAAS,EAAE,CAAC;QAChC,CAAC,CAAC;aACD,IAAI,CAAC,IAAI,CAAC,CAAC;QAEd,OAAO,IAAI,CAAC,SAAS,CACnB;YACE,OAAO,EAAE,IAAI;YACb,IAAI,EAAE;gBACJ,KAAK,EAAE,SAAS,CAAC,QAAQ,CAAC,KAAK;gBAC/B,OAAO,EAAE,SAAS,CAAC,QAAQ,CAAC,WAAW;gBACvC,UAAU,EAAE,UAAU;gBACtB,GAAG,EAAE,2HAA2H;aACjI;SACF,CAAC,CAAC;IACP,CAAC;IAED,gCAAgC;IAChC,MAAM,eAAe,GAAG,KAAK,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;IACnE,MAAM,QAAQ,GAAG,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,eAAe,EAAE,CAAC;IAEjF,IAAI,YAAY,CAAC,QAAQ,CAAC,EAAE,CAAC;QAC3B,OAAO,IAAI,CAAC,SAAS,CACnB;YACE,OAAO,EAAE,IAAI;YACb,IAAI,EAAE;gBACJ,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC;aAC7B;SACF,CAAC,CAAC;IACP,CAAC;IAED,+BAA+B;IAC/B,MAAM,WAAW,GAAG,eAAyC,CAAC;IAC9D,IAAI,SAAS,CAAC,WAAW,CAAC,EAAE,CAAC;QAC3B,MAAM,YAAY,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;QAC5C,OAAO,IAAI,CAAC,SAAS,CACnB;YACE,OAAO,EAAE,IAAI;YACb,IAAI,EAAE,YAAY;SACnB,CAAC,CAAC;IACP,CAAC;IAED,uCAAuC;IACvC,MAAM,QAAQ,GAAG,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IAC3C,MAAM,aAAa,GAAG,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,UAAU,CAAC,CAAC;IAE7E,qBAAqB;IACrB,MAAM,aAAa,GAAG,QAAQ,CAAC,MAAM,CACnC,CAAC,CAAC,EAAE,EAAE,CACJ,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,IAAI,eAAe,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,CACnF,CAAC;IACF,MAAM,kBAAkB,GAAG,aAAa,CAAC,MAAM,CAC7C,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,IAAI,eAAe,CAAC,QAAQ,CAAC,CAAC,CAAC,CAClE,CAAC;IAEF,OAAO,IAAI,CAAC,SAAS,CACnB;QACE,OAAO,EAAE,KAAK;QACd,KAAK,EAAE,UAAU,KAAK,aAAa;QACnC,WAAW,EAAE;YACX,aAAa,EAAE,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS;YACnE,kBAAkB,EAChB,kBAAkB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS;YAChE,mBAAmB,EAAE,aAAa;SACnC;KACF,CAAC,CAAC;AACP,CAAC"}
|
|
1
|
+
{"version":3,"file":"help.js","sourceRoot":"","sources":["../../src/tools/help.ts"],"names":[],"mappings":"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"}
|