@longtable/provider-codex 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
@@ -94,6 +94,8 @@ function baseSkillSpecs(surface = "compact") {
94
94
  "- If a Researcher Checkpoint is needed, ask a concise question with meaningful options and wait for the researcher.",
95
95
  "- If a checkpoint allows `other`, make `other` visible instead of hiding it in state.",
96
96
  "- Treat provider-native question UI as transport; LongTable state records are the source of truth.",
97
+ "- 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.",
98
+ "- 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.",
97
99
  "- For `$longtable-interview`, use natural-language turns for the interview and reserve MCP option UI for the final research-facing Research Specification checkpoint, with First Research Shape kept as the shorter handle layer.",
98
100
  "- 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.",
99
101
  "- When the `mcp__longtable_state__.elicit_question` tool is available, use it first for researcher checkpoints so Codex can show the MCP elicitation UI and LongTable can record the answer as `mcp_elicitation`.",
@@ -216,7 +218,7 @@ function baseSkillSpecs(surface = "compact") {
216
218
  "- `theoryAndFraming`: theory anchors, alternatives, and overreach risks",
217
219
  "- `measurementCoding`: variables/constructs, evidence types, coding rules, and open standards",
218
220
  "- `methodAnalysis`: design, analysis options, data sufficiency criteria, and unsettled choices",
219
- "- `evidenceAccess`: required sources, access requirements, and evidence standards",
221
+ "- `evidenceAccess`: required sources, Corpus and Access Plan, full-text/PDF route, TDM or institutional-access requirements, and evidence standards",
220
222
  "- `epistemicAlignment`: researcher knowledge, project-state priority, AI inference limits, and the conflict-resolution rule",
221
223
  "- `protectedDecisions`, `openQuestions`, `nextActions`, and `confidence`",
222
224
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-codex",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "private": false,
5
5
  "description": "Codex adapter surface for LongTable",
6
6
  "type": "module",
@@ -15,9 +15,9 @@
15
15
  "typecheck": "tsc -p tsconfig.json --noEmit"
16
16
  },
17
17
  "dependencies": {
18
- "@longtable/checkpoints": "0.1.44",
19
- "@longtable/core": "0.1.44",
20
- "@longtable/setup": "0.1.44"
18
+ "@longtable/checkpoints": "0.1.45",
19
+ "@longtable/core": "0.1.45",
20
+ "@longtable/setup": "0.1.45"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.10.1",