Commit bde0b05
committed
Gate paywalled searches on VPN confirmation before booting Chrome
The LLM-as-agent path was running searches that involved IEEE / Scholar /
paywalled publishers without first checking whether the user had VPN
or institutional access. Without VPN: Scholar captchas within a few
requests, IEEE serves abstract-only / 403 for the PDF stage, and the
user spends minutes watching a useless Chrome window.
CLAUDE.md HARD RULE now requires the agent to confirm VPN status
(recall from conversation, or AskUserQuestion) BEFORE running
'python -m autopapertoppt -q ...' or any scripts/llm_*.py invocation.
When the user says no VPN, the source mix is restricted to open
sources (arxiv,openalex,pubmed,crossref,dblp,openaire).
compliance-auditor: the in-practice list now leads with the VPN
confirmation step before the WebRunner-vs-httpx rules.
paper-summary-author: source-level browser-automation rule prefaced
with a VPN gate paragraph naming AskUserQuestion as the canonical
asking mechanism.1 parent bf4e088 commit bde0b05
3 files changed
Lines changed: 33 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
26 | 38 | | |
27 | 39 | | |
28 | 40 | | |
| |||
31 | 43 | | |
32 | 44 | | |
33 | 45 | | |
34 | | - | |
35 | | - | |
| 46 | + | |
| 47 | + | |
36 | 48 | | |
37 | 49 | | |
38 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
72 | 85 | | |
73 | 86 | | |
74 | 87 | | |
| |||
0 commit comments