Prompt file imported from conorbronsdon/agent-context-os (
.claude/commands/end.md). Copyright stays with the author.
/end — Claude Code adapter
Read and follow .agents/skills/context-end/SKILL.md as the canonical workflow.
Before the portable workflow's final handoff, optionally propose zero to two durable Claude Code auto-memory additions:
- Read
docs/auto-memory.mdfor the typed memory rules. - Use the explicit
.context-os/memory-directorycontract from that document. Never derive a path from the current working directory. If it is absent or any binding check fails, skip host-local memory writes and explain how to configure them. - Prefer confirmed environment quirks, durable working preferences, recurring fixes, or stable project facts.
- Exclude session-only status, duplicated repository state, credentials, and unverified conclusions.
- Ask whether a friction point from this session would have been prevented by a durable entry.
- Show each proposal and wait for an explicit
savebefore writing outside the repository. If nothing qualifies, skip silently.
Do not imply that this host-specific memory is shared with other agents. The repository's state/ and sessions/ directories remain the portable continuity layer.