@longtable/provider-claude 0.1.36 → 0.1.38

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 +1 -1
  2. package/package.json +4 -4
package/dist/skills.js CHANGED
@@ -59,7 +59,7 @@ function baseSkillSpecs() {
59
59
  "- Treat Claude's structured question surface as transport; LongTable state records are the source of truth.",
60
60
  "- 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.",
61
61
  "- Use `longtable question --print --provider claude --prompt \"...\"` only as a fallback when MCP/native structured elicitation is unavailable, unsupported, declined, canceled, or blocked by the client.",
62
- "- If `CURRENT.md` shows a pending required checkpoint, do not proceed until `longtable decide --question <id> --answer <value>` records the researcher's choice.",
62
+ "- If `CURRENT.md` shows a pending required checkpoint, ask the researcher for a selection and wait. Do not choose or record `longtable decide --question <id> --answer <value>` unless the researcher explicitly provides that value.",
63
63
  "- Preserve open tensions and authorship instead of forcing closure.",
64
64
  "- Disclose consulted roles with `LongTable consulted: ...` when a role is foregrounded.",
65
65
  "- Label unsupported external claims as inference or estimate.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-claude",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
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.36",
25
- "@longtable/core": "0.1.36",
26
- "@longtable/setup": "0.1.36"
24
+ "@longtable/checkpoints": "0.1.38",
25
+ "@longtable/core": "0.1.38",
26
+ "@longtable/setup": "0.1.38"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.6.0"