@longtable/provider-claude 0.1.51 → 0.1.53
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 +4 -4
- 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:
|
|
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.",
|
|
@@ -237,7 +237,7 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
237
237
|
{
|
|
238
238
|
name: "longtable-panel",
|
|
239
239
|
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"],
|
|
240
|
+
triggers: ["lt panel", "longtable panel", "panel review", "team-style review", "disagreement", "conflict"],
|
|
241
241
|
body: [
|
|
242
242
|
"## Purpose",
|
|
243
243
|
"",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longtable/provider-claude",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.53",
|
|
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.53",
|
|
25
|
+
"@longtable/core": "0.1.53",
|
|
26
|
+
"@longtable/setup": "0.1.53"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"typescript": "^5.6.0"
|