@longtable/provider-codex 0.1.36 → 0.1.37

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
@@ -73,7 +73,7 @@ function baseSkillSpecs() {
73
73
  "- For `$longtable-interview`, use natural-language turns for the interview and reserve MCP option UI for the final research-facing First Research Shape checkpoint.",
74
74
  "- 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`.",
75
75
  "- Use `longtable question --print --provider codex --prompt \"...\"` only as a fallback when the MCP tool is unavailable, unsupported, declined, canceled, or blocked by the client.",
76
- "- If `CURRENT.md` shows a pending required checkpoint, do not proceed until `longtable decide --question <id> --answer <value>` records the researcher's choice.",
76
+ "- 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.",
77
77
  "- Preserve open tensions and authorship instead of forcing closure.",
78
78
  "- Label unsupported external claims as inference or estimate."
79
79
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-codex",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
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.36",
19
- "@longtable/core": "0.1.36",
20
- "@longtable/setup": "0.1.36"
18
+ "@longtable/checkpoints": "0.1.37",
19
+ "@longtable/core": "0.1.37",
20
+ "@longtable/setup": "0.1.37"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.10.1",