Skip to content

fix(setup): keep Claude memory subagents as leaf writers#81

Merged
Grivn merged 1 commit into
masterfrom
fix/issue-79-claude-memory-subagents
Jul 3, 2026
Merged

fix(setup): keep Claude memory subagents as leaf writers#81
Grivn merged 1 commit into
masterfrom
fix/issue-79-claude-memory-subagents

Conversation

@Grivn

@Grivn Grivn commented Jul 3, 2026

Copy link
Copy Markdown
Member

Fixes #79.

Summary

  • clarify Claude memory instructions so delegated memory subagents run mnemon remember/link directly
  • adjust the Claude stop hook message for SubagentStop contexts so it does not ask for another subagent
  • add setup asset coverage for the leaf-writer guardrail

Validation

  • go test ./internal/setup
  • go build -o mnemon .

Clarify the Claude memory instructions so the main conversation still delegates memory writes, but the delegated memory subagent runs mnemon remember/link directly instead of spawning another Task agent.

The Stop hook now gives SubagentStop contexts leaf-writer guidance, and setup tests lock the guardrail wording across the Claude guide, skill, and hook assets. Validation: go test ./internal/setup; go build -o mnemon .
@Grivn Grivn merged commit 5d2e9c3 into master Jul 3, 2026
1 check passed
@Grivn Grivn deleted the fix/issue-79-claude-memory-subagents branch July 3, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

It uses sub-sub-agents in claude code

1 participant