@longtable/setup 0.1.31 → 0.1.33

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 +4 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -32,8 +32,11 @@ Global setup should answer:
32
32
  - where LongTable may install runtime support
33
33
  - which provider surfaces are approved
34
34
  - how strongly LongTable may interrupt research decisions
35
+ - whether setup should show the provider-native `$longtable-interview` launch steps
35
36
 
36
- Project and session intake belongs to `longtable start`, not library-level setup helpers.
37
+ Project and session intake belongs to `$longtable-interview` inside Codex or
38
+ Claude Code, not library-level setup helpers. `longtable start` is a fallback
39
+ for scripts and automation, not the primary research-start experience.
37
40
 
38
41
  ## Included Outputs
39
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/setup",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
4
4
  "private": false,
5
5
  "description": "Researcher onboarding and setup flows for LongTable",
6
6
  "type": "module",
@@ -23,8 +23,8 @@
23
23
  "typecheck": "tsc -p tsconfig.json --noEmit"
24
24
  },
25
25
  "dependencies": {
26
- "@longtable/core": "0.1.31",
27
- "@longtable/memory": "0.1.31"
26
+ "@longtable/core": "0.1.33",
27
+ "@longtable/memory": "0.1.33"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^22.0.0",