docs: add agent_id, session_id, parent_id to save payload template#7
Merged
Merged
Conversation
Curl template and Python fallback now send all five Receipts /save fields. Adds an Inheritance and lineage section documenting the parent_id convention, cross-references from the Tier 2+ and Tier 1 inheritance workflows, and a field documentation table with when-to-include guidance. SKILL.md documentation only — no other files changed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Updates
SKILL.mdso contracts saved to Receipts ship with agent identity and lineage, closing the gap between the API (which accepts five fields) and the skill (which only sentsourceandlabel).Changes
source,label,agent_id,session_id,parent_id.if-guards so unavailable fields are omitted (not sent as placeholder strings).parent_idconvention — how to obtain the parent ID from a permalink, a local.limnfile, or conversation history, and when to omit it.No functional changes —
SKILL.mddocumentation only. No other files modified. Vocabulary count remains 58.Note
Users with an older local copy of the skill installed won't have these payload fields until they re-sync.
🤖 Generated with Claude Code