@longtable/provider-codex 0.1.53 → 0.1.54
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.
- package/dist/skills.js +5 -2
- package/package.json +4 -4
package/dist/skills.js
CHANGED
|
@@ -136,8 +136,9 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
136
136
|
"9. Store the fuller Research Specification with MCP `summarize_research_specification` when the interview has enough detail. If enough detail already exists, go directly to this step after or instead of the shape handle.",
|
|
137
137
|
"10. Show the Research Specification Preview explicitly before asking for confirmation.",
|
|
138
138
|
"11. Use MCP `confirm_research_specification` for the final research-facing option UI checkpoint.",
|
|
139
|
-
"12.
|
|
140
|
-
"13.
|
|
139
|
+
"12. If confirmation is unavailable, timed out, or deferred, say that the draft Research Specification was saved and that confirmation remains the next action.",
|
|
140
|
+
"13. Use MCP `confirm_first_research_shape` only when the researcher wants to stop at the shorter shape layer.",
|
|
141
|
+
"14. If the researcher explicitly cancels the interview, use MCP `cancel_interview` when available. Do not cancel durable state for a casual topic change unless the researcher says to cancel the interview.",
|
|
141
142
|
"",
|
|
142
143
|
"## Opening Questions",
|
|
143
144
|
"",
|
|
@@ -246,6 +247,8 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
246
247
|
"## Required Routing",
|
|
247
248
|
"",
|
|
248
249
|
"- First inspect `CURRENT.md` and `.longtable/state.json` when available.",
|
|
250
|
+
"- If MCP `read_research_specification` is available, use its `readiness.usableForInterview` result as the gate.",
|
|
251
|
+
"- Usable means the shared readiness gate allows interview, normally a confirmed Research Specification.",
|
|
249
252
|
"- If no usable Research Specification exists, route to `$longtable-start` immediately.",
|
|
250
253
|
"- If only a First Research Shape exists, route to `$longtable-start` and continue into the next Research Specification question or preview.",
|
|
251
254
|
"- Do not run an option-only interview before the Research Specification exists.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longtable/provider-codex",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.54",
|
|
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.
|
|
19
|
-
"@longtable/core": "0.1.
|
|
20
|
-
"@longtable/setup": "0.1.
|
|
18
|
+
"@longtable/checkpoints": "0.1.54",
|
|
19
|
+
"@longtable/core": "0.1.54",
|
|
20
|
+
"@longtable/setup": "0.1.54"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^22.10.1",
|