docs: map Bible read cache for agents - #372
Closed
cameronapak wants to merge 1 commit into
Closed
Conversation
Point AGENTS, CONTEXT, ADR 0006, and package guides at one how/where map so remaining lifetime stays a memory-only opted-in Bible read. Co-authored-by: Cameron Pak <cameronandrewpak@gmail.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs-only follow-up for YPE-5453 / #371. No runtime, test, or changeset changes. Does not implement YPE-5262.
Why
An agent should read
AGENTS.mdthendocs/bible-read-cache.mdand know who owns GET, which files to touch, what remount must do, and that Expo disk cache is a different ticket.What this adds
docs/bible-read-cache.md: tower, opt-in list, remount contract table, fence, file ownership, agent control.AGENTS.md: Domain pointer to the map.CONTEXT.md: opted-in Bible read, remaining lifetime, CachePolicy, getWithPolicy, memory-only (plus remount / still-mounted observer).packages/core/AGENTS.md: CachePolicy / getWithPolicy.GETstays body-only.packages/hooks/AGENTS.md: map pointer plus a 5-row remount contract table.docs/testing.md: remount tests stay in hooks; core owns theparseCachePolicytable.Fence (repeated in the map, CONTEXT, core, hooks, ADR)
Verification
git diffagainst this branch is markdown only. No.ts,.tsx, or changeset files.