Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Point them to [`README.md`](README.md). They do not need this file or the skill.

## Hard rules (always)

- **OA-only downloads** — no Sci-Hub; paywalled → `not_downloaded.csv` / `.txt`.
- **OA-only downloads** — paywalled → `not_downloaded.csv` / `.txt`.
Resolve collects multiple OA candidates (PMC, Europe PMC, OpenAlex, Unpaywall,
arXiv, CORE, Crossref); download walks them until one succeeds.
- **Don't bypass `04_screen_prep.py`** — batch JSONL is the audit trail.
Expand Down
5 changes: 2 additions & 3 deletions docs/AGENT_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ You (the coding agent) are modifying or deeply debugging SLR-Engine. This is you

5. **OA-only for downloads.** Resolve and download only **gold**, **green**, or
**bronze** tiers (`slr_engine/oa_resolver.py`). **Hybrid** and **closed** are skipped.
Multiple lawful OA URLs are collected and tried in order; there is no Sci-Hub
fallback. Unretrievable includes land in `not_downloaded.csv` / `.txt`.
Sci-Hub is out of scope.
Multiple lawful OA URLs are collected and tried in order. Unretrievable includes
land in `not_downloaded.csv` / `.txt`.

## Per-stage instructions

Expand Down