@gurupanguji

Spec: Shell quoting guard

Goal

Add a memory rule that prevents shell interpolation bugs when writing obsidian content from the terminal.

Problem

Inline obsidian content strings can break when they contain backticks, $(), or other shell-active text. That makes simple note updates fragile.

Proposed behavior

Scope

Success criteria