@longtable/provider-claude 0.1.21 → 0.1.22

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 +2 -0
  2. package/package.json +4 -4
package/dist/skills.js CHANGED
@@ -44,6 +44,8 @@ function baseSkillSpecs() {
44
44
  "- `lt explore: ...`",
45
45
  "- `lt review: ...`",
46
46
  "- `lt panel: ...`",
47
+ "- `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.`",
48
+ "- `longtable: use editor, reviewer, methods, measurement, and voice perspectives to evaluate this manuscript section. Do not collapse disagreement too early.`",
47
49
  "",
48
50
  "## Rules",
49
51
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-claude",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
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.21",
25
- "@longtable/core": "0.1.21",
26
- "@longtable/setup": "0.1.21"
24
+ "@longtable/checkpoints": "0.1.22",
25
+ "@longtable/core": "0.1.22",
26
+ "@longtable/setup": "0.1.22"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.6.0"