Agent-memory spec + Ledger categories and gate-labeling fix in the guide#4
Open
Carr1005 wants to merge 2 commits into
Open
Agent-memory spec + Ledger categories and gate-labeling fix in the guide#4Carr1005 wants to merge 2 commits into
Carr1005 wants to merge 2 commits into
Conversation
Rework the Decision Ledger's surfacing bar into five explicit entry routes (design-argued / design-structural / realization / contradicted / learner), each recorded in a new Category column, with a fixed presentation order so the highest-judgment decisions reach the human first. Learner-context invariants now carry the pattern's capability requirements instead of being always-empty. Also close a real-run labeling leak in the §0 gate: the template only said to mark the course default, so a build agent following Claude Code's AskUserQuestion conventions tagged it "(Recommended)" instead. The template now names the required label "(course default)" and forbids "(Recommended)" explicitly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Generated by /generate-spec in an isolated clean-context agent from materials/notebooks + transcripts only (no builds/, evals/, or prior specs read). Includes the §0 gate labeling fix so options are presented as "(course default)", never "(Recommended)". Co-Authored-By: Claude Fable 5 <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.
Summary
design-argued/design-structural/realization/contradicted/learner) recorded in a new Category column, with a fixed row order (design → realization → learner → contradicted) so the §0 gate presents the highest-judgment decisions first. Learner-context invariants now carry the pattern's capability requirements (e.g. "model must support native tool calling") instead of being always-empty.AskUserQuestion's own conventions labeled it "(Recommended)" — implying the course's choice is advice for the learner's project. The template (and its rationale bullet) now name the required label "(course default)" and forbid "(Recommended)" explicitly.courses/agent-memory-building-memory-aware-agents/spec.md— generated by/generate-specin an isolated clean-context agent frommaterials/notebooks+transcriptsonly (audited: nobuilds/,evals/, prior specs, or web reads). 18-row Decision Ledger, 13 business rules, 17 ACs, Course Context Pack, and the labeling fix applied to its §0 gate.Test plan
/prepare-build+ a build run against this spec presents §0 options labeled "(course default)", not "(Recommended)"/generate-specrun on any course emits the updated §0 template verbatim🤖 Generated with Claude Code