@longtable/provider-claude 0.1.52 → 0.1.54

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.
Files changed (2) hide show
  1. package/dist/skills.js +9 -6
  2. package/package.json +4 -4
package/dist/skills.js CHANGED
@@ -54,8 +54,8 @@ function baseSkillSpecs(surface = "compact") {
54
54
  "- `lt explore: ...`",
55
55
  "- `lt review: ...`",
56
56
  "- `lt panel: ...`",
57
- "- `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.`",
58
- "- `longtable: use editor, reviewer, methods, measurement, and voice perspectives to evaluate this manuscript section. Do not collapse disagreement too early.`",
57
+ "- `longtable: run a panel review of this measurement plan, show the main disagreements, and ask me what decision should be recorded before you revise it.`",
58
+ "- `longtable: use editor, reviewer, methods, measurement, and voice perspectives as a panel to evaluate this manuscript section. Do not collapse disagreement too early.`",
59
59
  "- `$longtable-methods`, `$longtable-measure`, `$longtable-theory`, `$longtable-reviewer`, or `$longtable-voice` when the researcher explicitly wants that shortcut.",
60
60
  "- `$longtable-start` to create or continue the first research-start interview.",
61
61
  "- `$longtable-interview` to run a structured follow-up interview after a Research Specification exists.",
@@ -86,7 +86,7 @@ function baseSkillSpecs(surface = "compact") {
86
86
  "",
87
87
  "## Panel And Question Ordering",
88
88
  "",
89
- "- If the user asks for a panel, team, disagreement, or multiple perspectives, expose a structured deliberation record instead of a one-line summary.",
89
+ "- If the user asks for a panel, team-style review, debate, disagreement, or multiple perspectives, use the panel surface and expose a structured deliberation record instead of a one-line summary.",
90
90
  "- The structured deliberation record must include: roles consulted, each role's main claim or objection, the disagreement map, the decision options, the recommended option when defensible, and the exact researcher-facing question.",
91
91
  "- If the panel converges, explain what changed the disagreement; if it does not converge, preserve the unresolved conflict instead of collapsing it into one confident synthesis.",
92
92
  "- Ask and stop when missing context would decide a high-risk research commitment.",
@@ -127,8 +127,9 @@ function baseSkillSpecs(surface = "compact") {
127
127
  "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.",
128
128
  "10. Show the Research Specification Preview explicitly before asking for confirmation.",
129
129
  "11. Use MCP `confirm_research_specification` for the final structured confirmation.",
130
- "12. Use MCP `confirm_first_research_shape` only when the researcher wants to stop at the shorter shape layer.",
131
- "13. If the researcher explicitly cancels the interview, use MCP `cancel_interview` when available. Do not cancel durable state for a casual topic change unless the researcher says to cancel the interview.",
130
+ "12. If confirmation is unavailable, timed out, or deferred, say that the draft Research Specification was saved and that confirmation remains the next action.",
131
+ "13. Use MCP `confirm_first_research_shape` only when the researcher wants to stop at the shorter shape layer.",
132
+ "14. If the researcher explicitly cancels the interview, use MCP `cancel_interview` when available. Do not cancel durable state for a casual topic change unless the researcher says to cancel the interview.",
132
133
  "",
133
134
  "## Opening",
134
135
  "",
@@ -213,6 +214,8 @@ function baseSkillSpecs(surface = "compact") {
213
214
  "## Required Routing",
214
215
  "",
215
216
  "- First inspect `CURRENT.md` and `.longtable/state.json` when available.",
217
+ "- If MCP `read_research_specification` is available, use its `readiness.usableForInterview` result as the gate.",
218
+ "- Usable means the shared readiness gate allows interview, normally a confirmed Research Specification.",
216
219
  "- If no usable Research Specification exists, route to `$longtable-start` immediately.",
217
220
  "- If only a First Research Shape exists, route to `$longtable-start` and continue into the next Research Specification question or preview.",
218
221
  "- Do not run an option-only interview before the Research Specification exists.",
@@ -237,7 +240,7 @@ function baseSkillSpecs(surface = "compact") {
237
240
  {
238
241
  name: "longtable-panel",
239
242
  description: "Use when a research decision needs visible disagreement from multiple LongTable roles.",
240
- triggers: ["lt panel", "longtable panel", "panel review", "team review", "disagreement", "conflict"],
243
+ triggers: ["lt panel", "longtable panel", "panel review", "team-style review", "disagreement", "conflict"],
241
244
  body: [
242
245
  "## Purpose",
243
246
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-claude",
3
- "version": "0.1.52",
3
+ "version": "0.1.54",
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.52",
25
- "@longtable/core": "0.1.52",
26
- "@longtable/setup": "0.1.52"
24
+ "@longtable/checkpoints": "0.1.54",
25
+ "@longtable/core": "0.1.54",
26
+ "@longtable/setup": "0.1.54"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.6.0"