@longtable/provider-codex 0.1.21 → 0.1.23

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/index.js CHANGED
@@ -8,12 +8,13 @@ export const CODEX_PROVIDER_CAPABILITIES = {
8
8
  promptAliases: "unavailable",
9
9
  nativeParallelSubagents: "session_dependent",
10
10
  sequentialFallback: true,
11
- mcpTransport: "planned",
11
+ mcpTransport: "available",
12
12
  notes: [
13
13
  "Codex generated skills are the preferred native surface.",
14
14
  "Installed prompt files are not guaranteed to become slash commands in current Codex builds.",
15
15
  "Native parallel subagents may exist in an interactive session, but the npm CLI must not require them.",
16
- "Sequential panel fallback is the stable provider-neutral path."
16
+ "Sequential panel fallback is the stable provider-neutral path.",
17
+ "MCP elicitation can present Researcher Checkpoints when the Codex client exposes granular MCP elicitations; numbered prompts remain the fallback."
17
18
  ]
18
19
  };
19
20
  export function getCodexProviderCapabilities() {
package/dist/skills.js CHANGED
@@ -42,6 +42,8 @@ function baseSkillSpecs() {
42
42
  "- `lt review: ...`",
43
43
  "- `lt panel: ...`",
44
44
  "- `use the LongTable methods critic on this design`",
45
+ "- `$longtable: deploy a research team to review this measurement plan, show the main disagreements, and ask me what decision should be recorded before you revise it.`",
46
+ "- `$longtable: use editor, reviewer, methods, measurement, and voice perspectives to evaluate this manuscript section. Do not collapse disagreement too early.`",
45
47
  "",
46
48
  "## Routing Rules",
47
49
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/provider-codex",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
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.21",
19
- "@longtable/core": "0.1.21",
20
- "@longtable/setup": "0.1.21"
18
+ "@longtable/checkpoints": "0.1.23",
19
+ "@longtable/core": "0.1.23",
20
+ "@longtable/setup": "0.1.23"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.10.1",