@longtable/cli 0.1.65 → 0.1.67

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/README.md +11 -5
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -30,16 +30,22 @@ $longtable-start
30
30
  `$longtable-start` creates or resumes the workspace, asks open research-start
31
31
  questions, and stores a Research Specification when there is enough material.
32
32
 
33
- After a Research Specification exists, use:
33
+ Use the LongTable grilling surface for pressure interviews:
34
34
 
35
35
  ```text
36
36
  $longtable-interview
37
37
  ```
38
38
 
39
- `$longtable-interview` is post-start. It uses option-first follow-up choices for
40
- spec revisions, checkpoint resolution, evidence boundaries, coding rules, method
41
- choices, and protected decisions. If no usable Research Specification exists, it
42
- must route to `$longtable-start`.
39
+ `$longtable-interview` asks one relentless sharpening question at a time. It
40
+ states the tension, gives the recommended answer, and asks the researcher to
41
+ accept, revise, or reject it. It can use Research Specification state when
42
+ present, but it does not require one before asking the next pressure question.
43
+
44
+ It continues only while the next question can produce a new decision, sharper
45
+ boundary, stronger evidence standard, or clearer open tension, and stops when
46
+ remaining questions repeat the same tension without producing a new decision.
47
+ `$critical-interview` remains a compatibility alias, not a separate interview
48
+ contract.
43
49
 
44
50
  ## Workspace Artifacts
45
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/cli",
3
- "version": "0.1.65",
3
+ "version": "0.1.67",
4
4
  "private": false,
5
5
  "description": "Researcher-facing LongTable CLI",
6
6
  "type": "module",
@@ -29,13 +29,13 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@clack/prompts": "^1.2.0",
32
- "@longtable/checkpoints": "0.1.65",
33
- "@longtable/core": "0.1.65",
34
- "@longtable/memory": "0.1.65",
35
- "@longtable/provider-claude": "0.1.65",
36
- "@longtable/provider-codex": "0.1.65",
37
- "@longtable/scholar-research": "0.1.65",
38
- "@longtable/setup": "0.1.65"
32
+ "@longtable/checkpoints": "0.1.67",
33
+ "@longtable/core": "0.1.67",
34
+ "@longtable/memory": "0.1.67",
35
+ "@longtable/provider-claude": "0.1.67",
36
+ "@longtable/provider-codex": "0.1.67",
37
+ "@longtable/scholar-research": "0.1.67",
38
+ "@longtable/setup": "0.1.67"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^22.10.1",