@longtable/provider-codex 0.1.42 → 0.1.43
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 +12 -0
- package/package.json +4 -4
package/dist/skills.js
CHANGED
|
@@ -67,6 +67,9 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
67
67
|
"- The compact visible shortcut set is methods, measure, theory, reviewer, and voice. Other roles remain available through this router when the request calls for them.",
|
|
68
68
|
"- When research responsibility is about to shift, surface a Researcher Checkpoint before closure.",
|
|
69
69
|
"- When changing LongTable product language, README positioning, or checkpoint policy, surface a Meta-Decision Checkpoint first.",
|
|
70
|
+
"- Stop before acting when the request would change the research question/scope, theory frame, measurement/coding standard, method design, or analysis strategy.",
|
|
71
|
+
"- For low-risk reversible work, proceed with explicit assumptions instead of interrupting.",
|
|
72
|
+
"- For LongTable product, hook, setup, release, or documentation work, do not create research-state QuestionRecords.",
|
|
70
73
|
"",
|
|
71
74
|
"## Panel And Team Behavior",
|
|
72
75
|
"",
|
|
@@ -74,6 +77,15 @@ function baseSkillSpecs(surface = "compact") {
|
|
|
74
77
|
"- Use provider-native subagents only when the current Codex runtime makes them available and the user's request clearly calls for multi-agent work.",
|
|
75
78
|
"- If native subagents are unavailable, use LongTable's sequential panel fallback and make the fallback explicit in the technical record.",
|
|
76
79
|
"- Do not expose hidden reasoning, tool logs, or private chain-of-thought. Expose a structured deliberation record instead.",
|
|
80
|
+
"- A structured deliberation record must include: roles consulted, each role's main claim or objection, the disagreement map, the decision options, the recommended option when defensible, and the exact researcher-facing question.",
|
|
81
|
+
"- If the panel converges, explain what changed the disagreement; if it does not converge, preserve the unresolved conflict instead of collapsing it into one confident synthesis.",
|
|
82
|
+
"",
|
|
83
|
+
"## Question Ordering",
|
|
84
|
+
"",
|
|
85
|
+
"- Ask and stop when missing context would decide a high-risk research commitment.",
|
|
86
|
+
"- Continue with stated assumptions when the missing context is low-risk, reversible, or purely presentational.",
|
|
87
|
+
"- Rank questions by importance and risk; prefer one grouped high-leverage question over a long questionnaire.",
|
|
88
|
+
"- When human knowledge, AI inference, and project state conflict, make the conflict visible and ask for human clarity before treating the direction as settled.",
|
|
77
89
|
"",
|
|
78
90
|
"## Project State",
|
|
79
91
|
"",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longtable/provider-codex",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.43",
|
|
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.43",
|
|
19
|
+
"@longtable/core": "0.1.43",
|
|
20
|
+
"@longtable/setup": "0.1.43"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^22.10.1",
|