@longtable/provider-codex 0.1.60 → 0.1.61

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
@@ -132,7 +132,7 @@ function baseSkillSpecs(surface = "compact") {
132
132
  "1. Start with a citation-slot matrix or DOI/title/URL seed batch; free-form literature search is post-MVP.",
133
133
  "2. Run `longtable scholar-research doctor` before evidence recovery and surface any missing connector readiness.",
134
134
  "3. Create or reuse a run scaffold with `longtable scholar-research scaffold --cwd <project> --json`.",
135
- "4. Search in this order: DOI/title seed, Crossref/OpenAlex/Semantic Scholar metadata, Unpaywall OA status, arXiv/SSRN/ERIC/PubMed/PMC/CORE/DOAJ/repository sweep, publisher landing page, legal PDF/full text, fallback ledger.",
135
+ "4. Search in this order: DOI/title seed, Crossref/OpenAlex/Semantic Scholar metadata, arXiv/SSRN/ERIC/PubMed/PMC/CORE/DOAJ/repository sweep, publisher landing page, legal PDF/full text, fallback ledger.",
136
136
  "5. Mark citation slots `filled` only when full text produced an extracted quote/claim. Metadata, abstract, or fallback evidence is `provisional`, not filled.",
137
137
  "6. Stop for a Researcher Checkpoint when access is restricted, when a strong claim has weak evidence, or when synthesis would change the research direction.",
138
138
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-codex",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
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.60",
19
- "@longtable/core": "0.1.60",
20
- "@longtable/setup": "0.1.60"
18
+ "@longtable/checkpoints": "0.1.61",
19
+ "@longtable/core": "0.1.61",
20
+ "@longtable/setup": "0.1.61"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.10.1",