@longtable/provider-claude 0.1.31 → 0.1.32
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/skills.js +55 -0
- package/package.json +4 -4
package/dist/skills.js
CHANGED
|
@@ -46,11 +46,13 @@ function baseSkillSpecs() {
|
|
|
46
46
|
"- `lt panel: ...`",
|
|
47
47
|
"- `longtable: deploy a research team to review this measurement plan, show the main disagreements, and ask me what decision should be recorded before you revise it.`",
|
|
48
48
|
"- `longtable: use editor, reviewer, methods, measurement, and voice perspectives to evaluate this manuscript section. Do not collapse disagreement too early.`",
|
|
49
|
+
"- `$longtable-interview` to create or continue the first research-start interview.",
|
|
49
50
|
"",
|
|
50
51
|
"## Rules",
|
|
51
52
|
"",
|
|
52
53
|
"- Treat `.longtable/` state as the project source of truth when present.",
|
|
53
54
|
"- Prefer natural language over asking the researcher to run shell role commands.",
|
|
55
|
+
"- For `$longtable-interview`, use natural-language turns for the interview and reserve structured options for final First Research Shape confirmation.",
|
|
54
56
|
"- If a Researcher Checkpoint is needed, ask a short structured question with meaningful options and wait for the researcher.",
|
|
55
57
|
"- If changing LongTable product language, README positioning, or checkpoint policy, ask a Meta-Decision Checkpoint first.",
|
|
56
58
|
"- If a checkpoint allows `other`, make `other` visible instead of hiding it in state.",
|
|
@@ -67,6 +69,59 @@ function baseSkillSpecs() {
|
|
|
67
69
|
"If the `longtable` command is available and canonical prompt rendering would help, use `longtable ask --print --prompt \"...\"` or `longtable panel --print --prompt \"...\"` as an adapter aid. Do not make shell commands the user's primary interface."
|
|
68
70
|
]
|
|
69
71
|
},
|
|
72
|
+
{
|
|
73
|
+
name: "longtable-interview",
|
|
74
|
+
description: "Use for `$longtable-interview`: create or continue a LongTable research-start interview inside Claude Code, then store a First Research Shape through MCP/state.",
|
|
75
|
+
triggers: ["$longtable-interview", "longtable interview", "start research interview", "first research shape"],
|
|
76
|
+
body: [
|
|
77
|
+
"## Purpose",
|
|
78
|
+
"",
|
|
79
|
+
"Run the LongTable research-start interview inside Claude Code. This is the primary project-start surface; CLI setup only prepares runtime permissions.",
|
|
80
|
+
"",
|
|
81
|
+
"## Flow",
|
|
82
|
+
"",
|
|
83
|
+
"1. Check whether `.longtable/` exists in the current directory or a parent.",
|
|
84
|
+
"2. If no workspace exists, ask one workspace question only, then use MCP `create_workspace` when available.",
|
|
85
|
+
"3. Begin or resume the interview with MCP `begin_interview` when available.",
|
|
86
|
+
"4. Ask one natural-language question at a time.",
|
|
87
|
+
"5. Evaluate answer quality before classifying it.",
|
|
88
|
+
"6. Record turns with MCP `append_interview_turn` when available.",
|
|
89
|
+
"7. Continue until there is enough context for a provisional `first_research_handle`.",
|
|
90
|
+
"8. Store the First Research Shape with MCP `summarize_interview`.",
|
|
91
|
+
"9. Use MCP `confirm_first_research_shape` for the final structured confirmation.",
|
|
92
|
+
"",
|
|
93
|
+
"## Opening",
|
|
94
|
+
"",
|
|
95
|
+
"Begin with one of these, adapted to the user's language:",
|
|
96
|
+
"",
|
|
97
|
+
"- What do you want to research?",
|
|
98
|
+
"- If the problem is not clear yet, describe the part that is still hard to say.",
|
|
99
|
+
"",
|
|
100
|
+
"Do not begin with reader/reviewer contribution, theory/method/measurement classification, or quantified variables.",
|
|
101
|
+
"",
|
|
102
|
+
"## Interview Style",
|
|
103
|
+
"",
|
|
104
|
+
"- Use a quiet research-note tone.",
|
|
105
|
+
"- Reflect with `LongTable hears:` before the next question.",
|
|
106
|
+
"- Ask one question only; wait for the researcher.",
|
|
107
|
+
"- If an answer is thin, ask for one more sentence instead of classifying it.",
|
|
108
|
+
"- Treat one-word or one-letter answers as `quality: thin`.",
|
|
109
|
+
"",
|
|
110
|
+
"## First Research Shape",
|
|
111
|
+
"",
|
|
112
|
+
"Summarize only when enough context exists:",
|
|
113
|
+
"",
|
|
114
|
+
"- handle",
|
|
115
|
+
"- currentGoal",
|
|
116
|
+
"- currentBlocker",
|
|
117
|
+
"- optional researchObject, gapRisk, protectedDecision",
|
|
118
|
+
"- 2-3 openQuestions",
|
|
119
|
+
"- nextAction",
|
|
120
|
+
"- confidence",
|
|
121
|
+
"",
|
|
122
|
+
"Use structured options only for the final confirmation or true checkpoint boundaries. If MCP is unavailable, continue in natural language but do not claim that state was written."
|
|
123
|
+
]
|
|
124
|
+
},
|
|
70
125
|
{
|
|
71
126
|
name: "longtable-panel",
|
|
72
127
|
description: "Use when a research decision needs visible disagreement from multiple LongTable roles.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longtable/provider-claude",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Claude adapter surface for LongTable",
|
|
6
6
|
"type": "module",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@longtable/checkpoints": "0.1.
|
|
25
|
-
"@longtable/core": "0.1.
|
|
26
|
-
"@longtable/setup": "0.1.
|
|
24
|
+
"@longtable/checkpoints": "0.1.32",
|
|
25
|
+
"@longtable/core": "0.1.32",
|
|
26
|
+
"@longtable/setup": "0.1.32"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"typescript": "^5.6.0"
|