@longtable/provider-claude 0.1.42 → 0.1.43

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 +13 -0
  2. package/package.json +4 -4
package/dist/skills.js CHANGED
@@ -68,6 +68,9 @@ function baseSkillSpecs(surface = "compact") {
68
68
  "- 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
69
  "- If a Researcher Checkpoint is needed, ask a short structured question with meaningful options and wait for the researcher.",
70
70
  "- If changing LongTable product language, README positioning, or checkpoint policy, ask a Meta-Decision Checkpoint first.",
71
+ "- Stop before acting when the request would change the research question/scope, theory frame, measurement/coding standard, method design, or analysis strategy.",
72
+ "- For low-risk reversible work, proceed with explicit assumptions instead of interrupting.",
73
+ "- For LongTable product, hook, setup, release, or documentation work, do not create research-state QuestionRecords.",
71
74
  "- If a checkpoint allows `other`, make `other` visible instead of hiding it in state.",
72
75
  "- Treat Claude's structured question surface as transport; LongTable state records are the source of truth.",
73
76
  "- When an MCP `elicit_question` tool is available in the client, use it first so the checkpoint can be shown through the native elicitation surface and recorded in LongTable state.",
@@ -77,6 +80,16 @@ function baseSkillSpecs(surface = "compact") {
77
80
  "- Disclose consulted roles with `LongTable consulted: ...` when a role is foregrounded.",
78
81
  "- Label unsupported external claims as inference or estimate.",
79
82
  "",
83
+ "## Panel And Question Ordering",
84
+ "",
85
+ "- If the user asks for a panel, team, disagreement, or multiple perspectives, expose a structured deliberation record instead of a one-line summary.",
86
+ "- 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.",
87
+ "- 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.",
88
+ "- Ask and stop when missing context would decide a high-risk research commitment.",
89
+ "- Continue with stated assumptions when the missing context is low-risk, reversible, or purely presentational.",
90
+ "- Rank questions by importance and risk; prefer one grouped high-leverage question over a long questionnaire.",
91
+ "- When human knowledge, AI inference, and project state conflict, make the conflict visible and ask for human clarity before treating the direction as settled.",
92
+ "",
80
93
  "## Optional CLI Bridge",
81
94
  "",
82
95
  "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."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-claude",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
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.42",
25
- "@longtable/core": "0.1.42",
26
- "@longtable/setup": "0.1.42"
24
+ "@longtable/checkpoints": "0.1.43",
25
+ "@longtable/core": "0.1.43",
26
+ "@longtable/setup": "0.1.43"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.6.0"