@longtable/setup 0.1.50 → 0.1.51
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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -32,9 +32,9 @@ 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-
|
|
35
|
+
- whether setup should show the provider-native `$longtable-start` launch steps
|
|
36
36
|
|
|
37
|
-
Project and session intake belongs to `$longtable-
|
|
37
|
+
Project and session intake belongs to `$longtable-start` inside Codex or
|
|
38
38
|
Claude Code, not library-level setup helpers. `longtable start` is a fallback
|
|
39
39
|
for scripts and automation, not the primary research-start experience.
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longtable/setup",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.51",
|
|
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.
|
|
27
|
-
"@longtable/memory": "0.1.
|
|
26
|
+
"@longtable/core": "0.1.51",
|
|
27
|
+
"@longtable/memory": "0.1.51"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^22.0.0",
|