@longtable/cli 0.1.63 → 0.1.65

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 +17 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -103,6 +103,23 @@ Team-style requests route through panel. Explicit debate-language requests write
103
103
  panel debate records under `.longtable/panel/`; LongTable team execution is
104
104
  disabled for new work.
105
105
 
106
+ ## Journal Editor Fit Boundary
107
+
108
+ `longtable-editor` and `--role editor` foreground the Journal Editor role; they
109
+ do not invent target-journal knowledge. If a target journal is named, journal
110
+ fit claims require a journal profile: aims/scope, author guidance, recent
111
+ article patterns, and article type expectations. Without that profile,
112
+ LongTable should ask whether to run scholarly/venue search or mark fit as
113
+ provisional.
114
+
115
+ ```bash
116
+ longtable review --role editor --prompt "Evaluate this manuscript positioning."
117
+ longtable panel --role editor,reviewer --prompt "Compare journal fit and reviewer risk."
118
+ longtable search --intent venue --query "<journal or venue context>"
119
+ ```
120
+
121
+ Treat the result as a fit-risk rubric, not an acceptance prediction.
122
+
106
123
  ## Development
107
124
 
108
125
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/cli",
3
- "version": "0.1.63",
3
+ "version": "0.1.65",
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.63",
33
- "@longtable/core": "0.1.63",
34
- "@longtable/memory": "0.1.63",
35
- "@longtable/provider-claude": "0.1.63",
36
- "@longtable/provider-codex": "0.1.63",
37
- "@longtable/scholar-research": "0.1.63",
38
- "@longtable/setup": "0.1.63"
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"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^22.10.1",