@longtable/scholar-research 0.1.64 → 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 +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,3 +5,14 @@ LongTable scholarly evidence recovery and citation-slot research support.
5
5
  This package exposes the legal scholarly search adapters, connector readiness,
6
6
  smoke fixtures, and `.longtable/research-runs/<run-id>/` scaffold used by the
7
7
  `scholar-research` skill.
8
+
9
+ ## Journal and Venue Evidence
10
+
11
+ `scholar-research` can support editor and venue-fit work by scaffolding
12
+ evidence ledgers and search runs for a target journal profile. Journal fit
13
+ should be grounded in source-backed aims/scope, author guidance, recent article
14
+ patterns, and article type expectations. Metadata-only or unsourced venue
15
+ claims should stay provisional.
16
+
17
+ This package does not bypass paywalls, authentication, robots.txt, WAFs, or
18
+ access controls.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/scholar-research",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "private": false,
5
5
  "description": "LongTable scholarly evidence recovery, citation-slot research, and legal full-text readiness",
6
6
  "type": "module",