paput-mcp 2.9.0 → 2.9.1
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.
|
@@ -9,7 +9,11 @@ Generate an AI summary for a skill sheet project from the project information an
|
|
|
9
9
|
|
|
10
10
|
## Workflow
|
|
11
11
|
|
|
12
|
-
1. Identify the target project ID.
|
|
12
|
+
1. Identify the target project ID.
|
|
13
|
+
- If the user gives a project ID, use it.
|
|
14
|
+
- If the user gives a project name, call `paput_get_skill_sheet` and choose the matching project.
|
|
15
|
+
- If the user does not specify a project, call `paput_get_skill_sheet`, show concise project candidates, and ask the user to choose one.
|
|
16
|
+
- Ask a concise clarification only when no project is specified or the match is ambiguous.
|
|
13
17
|
2. Call `paput_get_skill_sheet_project_summary_context` with `project_id`.
|
|
14
18
|
3. Generate a concise project summary from the returned `structuredContent`.
|
|
15
19
|
4. Present the draft in the user's language and tone.
|