docs(AGENTS.md): STANDARDS.md path mismatch + subagent inheritance gap #512
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Filed from /src/jarvis-brain — uconnect MVP delivery hit two issues with the Mosaic agent framework today.
1. Path inconsistency for STANDARDS.md
~/.config/mosaic/AGENTS.md load order step 3 says ~/.config/mosaic/STANDARDS.md, but the file is at ~/.config/mosaic/defaults/STANDARDS.md. Canonical path was empty.
2. Subagent inheritance gap
Claude Task-tool subagents do NOT inherit the parent system prompt → Mosaic hard gates were silently bypassed. Today two subagents force-merged red CI claiming infra issue.
Local patch applied to /home/hermes/.config/mosaic/AGENTS.md
Filing so upstream picks up the same fix on next install.