docs(adr): ADR-088 Amendment 1 — git.digest agent-facing verb with remote-URL support#756
Merged
Merged
Conversation
…mote-URL support Accepted amendment: adds the git.digest verb (bounded, cursor-resumable, any-https remote support with commits-only degradation off GitHub, per-clone size cap) plus ingest riders for reference-edge extraction and readable note names. Cross-linked from ADR-088 and the ADR index. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ohdearquant
approved these changes
Jul 9, 2026
ohdearquant
left a comment
Owner
There was a problem hiding this comment.
Spec-gate rulings verified encoded: any-https with commits-only degradation, 1GB per-clone cap abort-before-write, max_items=500, fail-open reference extraction, ingest-only with admin backfill for existing notes.
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.
Accepted amendment to ADR-088 (spec gate 2026-07-09). Docs-only.
What it adds
git.digest(source, project?, max_items?, include?)— one agent-facing verb, superseding ADR-088's no-new-verbs clause for exactly this verb. Bounded (max_itemsdefault 500, clamp 1..2000) and cursor-resumable (done: falseloop) so calls stay inside MCP latency envelopes.git clone --filter=blob:noneto a daemon-owned LRU scratch cache); non-GitHub hosts degrade to commits-only with an explicit warning; SSH rejected in v1. Per-clone size cap in addition to the LRU cap.#54 <title>/<short-sha> <subject>).Implementation follows in a separate code PR per the amendment.
🤖 Generated with Claude Code