feat(effort-graph): add Citation + Blob with optional blob cites#225
Draft
tonyketcham wants to merge 1 commit into
Draft
feat(effort-graph): add Citation + Blob with optional blob cites#225tonyketcham wants to merge 1 commit into
tonyketcham wants to merge 1 commit into
Conversation
Resolve the Blob collection issue by shipping Citation as the homogeneous `cites` target (Flatbread refs-safe). Citation body alone is valid (e.g. a URL); optional `blob` attaches longform payloads. Epistemic writes gain optional `cites`; digests omit Blob bodies by default. Decision: dec-ship-citation-collection-with-optional-blob--fyga3x876n7rcnmn Issue: iss-implement-blob-collection-and-crumb-graph-cites--g2c7m6j39we5xy3z Change-Id: Id73687f3c3224ca3eb77b4fc870815811ebd754d
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.
Summary
Implements the Blob collection issue from #224 by adding Citation as the homogeneous
citestarget (keeps Flatbread corerefsstrength) and Blob as an optional longform payload behind a Citation.Model
WriteCitation/WriteBlobmutations (15 total)cites: Citation[]on all epistemic createseffort getzooms inDecision:
dec-ship-citation-collection-with-optional-blob--fyga3x876n7rcnmnIssue:
iss-implement-blob-collection-and-crumb-graph-cites--g2c7m6j39we5xy3z(resolved)Checklist
Backwards compatible?
cites→ Citation). Consumers must use the updatedeffortGraphContent()preset (includescitations/+blobs/).