Atom Reads & Trust
Two top-level fields gate atom replay:
atom_reads: falsetrust_tier: strictFields
| Field | Type | Default | Description |
|---|---|---|---|
atom_reads | boolean | false | Allow reads from the field-atom index on legacy selector-cache miss. |
trust_tier | enum | strict | strict serves trusted sources only. yellow serves all tiers, including quarantined sources. |
Strict vs yellow
strict is the default. It serves only verified/manual/LLM atoms and quarantines risky fingerprint-generalized reuse.
yellow means let it ride. It can serve every provenance tier, including quarantined sources. Use it for experiments, not default production policy.
CLI example
uvx yosoi scrape https://example.com --policy 'atom_reads: true'uvx yosoi scrape https://example.com --policy 'atom_reads: truetrust_tier: yellow'