@gurupanguji

Spec: Obsidian CLI escalation routing

Goal

Teach the agent to retry obsidian commands with elevated access when the CLI can reach the binary but cannot reach the running Obsidian app or vault context.

Problem

The current workflow treats an obsidian failure as a hard stop too early. In practice, the failure can come from missing app context rather than a real permission denial. That leads to avoidable fallback to direct filesystem edits.

Proposed behavior

Scope

Non-goals

Success criteria