@longtable/provider-claude 0.1.44 → 0.1.45

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 +3 -1
  2. package/package.json +4 -4
package/dist/skills.js CHANGED
@@ -64,6 +64,8 @@ function baseSkillSpecs(surface = "compact") {
64
64
  "- Treat `.longtable/` state as the project source of truth when present.",
65
65
  "- The compact visible shortcut set is methods, measure, theory, reviewer, and voice. Other roles remain available through this router when the request calls for them.",
66
66
  "- Prefer natural language over asking the researcher to run shell role commands.",
67
+ "- For systematic review, meta-analysis, PDF collection, full-text extraction, institutionally licensed sources, or TDM work, ensure `longtable access setup` readiness exists or surface an ACCESS CHECKPOINT before continuing.",
68
+ "- Access setup records capability status only. The researcher handles VPN/proxy/library/SSO login directly; LongTable must not store passwords, API keys, tokens, PDFs, or full text in setup state.",
67
69
  "- For `$longtable-interview`, use natural-language turns for the interview and reserve structured options for final Research Specification confirmation, with First Research Shape kept as the shorter handle layer.",
68
70
  "- 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
71
  "- If a Researcher Checkpoint is needed, ask a short structured question with meaningful options and wait for the researcher.",
@@ -182,7 +184,7 @@ function baseSkillSpecs(surface = "compact") {
182
184
  "- theoryAndFraming: theory anchors, alternatives, and overreach risks",
183
185
  "- measurementCoding: variables/constructs, evidence types, coding rules, and open standards",
184
186
  "- methodAnalysis: design, analysis options, data sufficiency criteria, and unsettled choices",
185
- "- evidenceAccess: required sources, access requirements, and evidence standards",
187
+ "- evidenceAccess: required sources, Corpus and Access Plan, full-text/PDF route, TDM or institutional-access requirements, and evidence standards",
186
188
  "- epistemicAlignment: researcher knowledge, project-state priority, AI inference limits, and the conflict-resolution rule",
187
189
  "- protectedDecisions, openQuestions, nextActions, and confidence",
188
190
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-claude",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
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.44",
25
- "@longtable/core": "0.1.44",
26
- "@longtable/setup": "0.1.44"
24
+ "@longtable/checkpoints": "0.1.45",
25
+ "@longtable/core": "0.1.45",
26
+ "@longtable/setup": "0.1.45"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.6.0"