@longtable/checkpoints 0.1.44 → 0.1.45
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/dist/trigger-classifier.js +12 -0
- package/package.json +2 -2
|
@@ -142,6 +142,18 @@ const RULES = [
|
|
|
142
142
|
],
|
|
143
143
|
rationale: "Evidence-sensitive claims need provenance before synthesis."
|
|
144
144
|
},
|
|
145
|
+
{
|
|
146
|
+
family: "evidence",
|
|
147
|
+
checkpointKey: "scholarly_access_policy",
|
|
148
|
+
stage: "method_design",
|
|
149
|
+
mode: "commit",
|
|
150
|
+
level: "adaptive_required",
|
|
151
|
+
cues: [
|
|
152
|
+
/\b(pdf|full[- ]?text|tdm|publisher api|institutional access|library login|vpn|proxy|subscription|paper collection|source collection|corpus|download)\b/i,
|
|
153
|
+
/PDF|원문|전문|기관\s*구독|기관구독|구독|VPN|프록시|도서관|라이브러리|TDM|논문\s*수집|문헌\s*수집|코퍼스|다운로드/
|
|
154
|
+
],
|
|
155
|
+
rationale: "Full-text access decisions change corpus coverage, inclusion bias, reproducibility, and TDM permission."
|
|
156
|
+
},
|
|
145
157
|
{
|
|
146
158
|
family: "authorship",
|
|
147
159
|
checkpointKey: "authorship_voice",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longtable/checkpoints",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.45",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Checkpoint policy engine for LongTable",
|
|
6
6
|
"type": "module",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@longtable/core": "0.1.
|
|
24
|
+
"@longtable/core": "0.1.45"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"typescript": "^5.6.0"
|