docs: add request path, cache tiering, and git restore docs - #393
docs: add request path, cache tiering, and git restore docs#393worstell wants to merge 1 commit into
Conversation
dc0d066 to
4c96ace
Compare
a922389 to
2728a99
Compare
2728a99 to
df4bb09
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: df4bb09f8a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
df4bb09 to
3c4e25e
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3c4e25ebd4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019f8629-56a0-727e-826f-c14bdade11f1
3c4e25e to
8105598
Compare
Adds three docs pages: docs/architecture.md covers the request path (authorization → interceptors → strategies → cache → upstream) and the Cache contract; docs/tiering.md covers storage tiers (read fallback/backfill, parallel writes, Delete vs Invalidate, ETag-based stale-tier invalidation, ranged-read healing); docs/git-restore.md covers the snapshot/bundle restore flow and parallel ETag-pinned snapshot downloads, including fallback and failure semantics. All linked from the README.
Generated with Amp