@longtable/provider-codex 0.1.32 → 0.1.33

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 -2
  2. package/package.json +4 -4
package/dist/skills.js CHANGED
@@ -70,7 +70,7 @@ function baseSkillSpecs() {
70
70
  "- If a Researcher Checkpoint is needed, ask a concise question with meaningful options and wait for the researcher.",
71
71
  "- If a checkpoint allows `other`, make `other` visible instead of hiding it in state.",
72
72
  "- Treat provider-native question UI as transport; LongTable state records are the source of truth.",
73
- "- For `$longtable-interview`, use natural-language turns for the interview and reserve MCP option UI for final First Research Shape confirmation.",
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
76
  "- If `CURRENT.md` shows a pending required checkpoint, do not proceed until `longtable decide --question <id> --answer <value>` records the researcher's choice.",
@@ -102,7 +102,7 @@ function baseSkillSpecs() {
102
102
  "6. Record each turn with MCP `append_interview_turn` when available.",
103
103
  "7. Continue until there is enough context for a provisional `first_research_handle`.",
104
104
  "8. Store the First Research Shape with MCP `summarize_interview`.",
105
- "9. Use MCP `confirm_first_research_shape` for the final option UI confirmation.",
105
+ "9. Use MCP `confirm_first_research_shape` for the final research-facing option UI checkpoint.",
106
106
  "",
107
107
  "## Opening Questions",
108
108
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-codex",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
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.32",
19
- "@longtable/core": "0.1.32",
20
- "@longtable/setup": "0.1.32"
18
+ "@longtable/checkpoints": "0.1.33",
19
+ "@longtable/core": "0.1.33",
20
+ "@longtable/setup": "0.1.33"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.10.1",