@longtable/provider-claude 0.1.44 → 0.1.47
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 +13 -11
- package/package.json +4 -4
package/dist/skills.js
CHANGED
|
@@ -64,7 +64,9 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
64
64
|
"- Treat `.longtable/` state as the project source of truth when present.",
|
|
65
65
|
"- The compact visible shortcut set is methods, measure, theory, reviewer, and voice. Other roles remain available through this router when the request calls for them.",
|
|
66
66
|
"- Prefer natural language over asking the researcher to run shell role commands.",
|
|
67
|
-
"- For
|
|
67
|
+
"- For systematic review, meta-analysis, PDF collection, full-text extraction, institutionally licensed sources, or TDM work, ensure `longtable access setup` readiness exists or surface an ACCESS CHECKPOINT before continuing.",
|
|
68
|
+
"- Access setup records capability status only. The researcher handles VPN/proxy/library/SSO login directly; LongTable must not store passwords, API keys, tokens, PDFs, or full text in setup state.",
|
|
69
|
+
"- For `$longtable-interview`, use natural-language turns for the interview and reserve structured options for final Research Specification confirmation; First Research Shape is only a shorter handle/resume layer.",
|
|
68
70
|
"- Do not let unrelated pending Researcher Checkpoints interrupt the interview. Mention them only as separate unresolved checkpoints, and treat them as blocking only when the researcher is confirming, saving, or recording a research decision.",
|
|
69
71
|
"- If a Researcher Checkpoint is needed, ask a short structured question with meaningful options and wait for the researcher.",
|
|
70
72
|
"- If changing LongTable product language, README positioning, or checkpoint policy, ask a Meta-Decision Checkpoint first.",
|
|
@@ -97,7 +99,7 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
97
99
|
},
|
|
98
100
|
{
|
|
99
101
|
name: "longtable-interview",
|
|
100
|
-
description: "Use for `$longtable-interview`: create or continue a LongTable research-start interview inside Claude Code, then store a First Research Shape
|
|
102
|
+
description: "Use for `$longtable-interview`: create or continue a LongTable research-start interview inside Claude Code, then store a Research Specification through MCP/state, with First Research Shape kept as an optional short handle layer.",
|
|
101
103
|
triggers: ["$longtable-interview", "longtable interview", "start research interview", "first research shape"],
|
|
102
104
|
body: [
|
|
103
105
|
"## Purpose",
|
|
@@ -112,9 +114,9 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
112
114
|
"4. Ask one natural-language question at a time.",
|
|
113
115
|
"5. Evaluate answer quality before classifying it.",
|
|
114
116
|
"6. Record turns with MCP `append_interview_turn` when available.",
|
|
115
|
-
"7. Continue until there is content-based readiness for a
|
|
116
|
-
"8. Store
|
|
117
|
-
"9. Store the fuller Research Specification with MCP `summarize_research_specification` when the interview has enough detail.",
|
|
117
|
+
"7. Continue until there is content-based readiness for a Research Specification; never stop merely because a fixed number of turns has passed.",
|
|
118
|
+
"8. Store a First Research Shape with MCP `summarize_interview` when a short resume handle is useful, but do not treat it as closure.",
|
|
119
|
+
"9. Store the fuller Research Specification with MCP `summarize_research_specification` when the interview has enough detail. If enough detail already exists, go directly to this step after or instead of the shape handle.",
|
|
118
120
|
"10. Show the Research Specification Preview explicitly before asking for confirmation.",
|
|
119
121
|
"11. Use MCP `confirm_research_specification` for the final structured confirmation.",
|
|
120
122
|
"12. Use MCP `confirm_first_research_shape` only when the researcher wants to stop at the shorter shape layer.",
|
|
@@ -147,7 +149,7 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
147
149
|
"",
|
|
148
150
|
"## Closure Readiness",
|
|
149
151
|
"",
|
|
150
|
-
"End the interview only when the conversation has enough material to support later
|
|
152
|
+
"End the interview only when the conversation has enough material to support a Research Specification for later work:",
|
|
151
153
|
"",
|
|
152
154
|
"- research object: what kind of artifact or study decision LongTable is shaping",
|
|
153
155
|
"- focal uncertainty: what remains hard to name, justify, or inspect",
|
|
@@ -170,11 +172,11 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
170
172
|
"- nextAction",
|
|
171
173
|
"- confidence",
|
|
172
174
|
"",
|
|
173
|
-
"The First Research Shape is the short handle layer. It is useful for early
|
|
175
|
+
"The First Research Shape is the short handle/resume layer. It is useful for early context, but it is not the full research specification and must not be treated as the default endpoint.",
|
|
174
176
|
"",
|
|
175
177
|
"## Research Specification",
|
|
176
178
|
"",
|
|
177
|
-
"Before ending a substantive interview,
|
|
179
|
+
"Before ending a substantive interview, create or update a fuller Research Specification when the conversation provides enough material. A First Research Shape can feed this step, but it is not required when the specification fields are already clear:",
|
|
178
180
|
"",
|
|
179
181
|
"- title",
|
|
180
182
|
"- researchDirection: question, purpose, scope boundary, inclusion/exclusion criteria",
|
|
@@ -182,13 +184,13 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
182
184
|
"- theoryAndFraming: theory anchors, alternatives, and overreach risks",
|
|
183
185
|
"- measurementCoding: variables/constructs, evidence types, coding rules, and open standards",
|
|
184
186
|
"- methodAnalysis: design, analysis options, data sufficiency criteria, and unsettled choices",
|
|
185
|
-
"- evidenceAccess: required sources, access requirements, and evidence standards",
|
|
187
|
+
"- evidenceAccess: required sources, Corpus and Access Plan, full-text/PDF route, TDM or institutional-access requirements, and evidence standards",
|
|
186
188
|
"- epistemicAlignment: researcher knowledge, project-state priority, AI inference limits, and the conflict-resolution rule",
|
|
187
189
|
"- protectedDecisions, openQuestions, nextActions, and confidence",
|
|
188
190
|
"",
|
|
189
|
-
"Show a clear `Research Specification Preview` in the researcher's current language before confirmation. Then call `confirm_research_specification`, whose structured options should usually be: save/confirm, ask one more question, revise a section, or keep open. If MCP is unavailable, continue in natural language but do not claim that state was written.",
|
|
191
|
+
"Show a clear `Research Specification Preview` in the researcher's current language before confirmation. Then call `confirm_research_specification`, whose structured options should usually be: save/confirm, ask one more question, revise a section, or keep open. If the researcher chooses ask one more question or revise a section, answer that gap and then return to the Research Specification Preview before ending. If MCP is unavailable, continue in natural language but do not claim that state was written.",
|
|
190
192
|
"",
|
|
191
|
-
"If a confirmed First Research Shape already exists,
|
|
193
|
+
"If a confirmed First Research Shape already exists but no Research Specification exists, continue directly into the next Research Specification question or preview. Ask continue/revise/restart only when the researcher explicitly wants to change the short handle or restart the interview."
|
|
192
194
|
]
|
|
193
195
|
},
|
|
194
196
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longtable/provider-claude",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
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.47",
|
|
25
|
+
"@longtable/core": "0.1.47",
|
|
26
|
+
"@longtable/setup": "0.1.47"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"typescript": "^5.6.0"
|