@longtable/cli 0.1.66 → 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 +10 -10
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -30,22 +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
- Use the unified interview surface for follow-up and critical pressure testing:
33
+ Use the LongTable grilling surface for pressure interviews:
34
34
 
35
35
  ```text
36
36
  $longtable-interview
37
37
  ```
38
38
 
39
- Ordinary `$longtable-interview` follow-up is post-start. It uses option-first
40
- choices for spec revisions, checkpoint resolution, evidence boundaries, coding
41
- rules, method choices, and protected decisions. If no usable Research
42
- Specification exists, it 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
43
 
44
- Critical, pressure, or grill-me-style requests also run through
45
- `$longtable-interview`. In that mode LongTable asks one relentless sharpening
46
- question at a time and stops when remaining questions repeat the same tension
47
- without producing a new decision. `$critical-interview` remains a compatibility
48
- alias for this mode, not a separate interview contract.
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.
49
49
 
50
50
  ## Workspace Artifacts
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/cli",
3
- "version": "0.1.66",
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.66",
33
- "@longtable/core": "0.1.66",
34
- "@longtable/memory": "0.1.66",
35
- "@longtable/provider-claude": "0.1.66",
36
- "@longtable/provider-codex": "0.1.66",
37
- "@longtable/scholar-research": "0.1.66",
38
- "@longtable/setup": "0.1.66"
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",