VALKYRIE

Deep Dive

Automation + Intent Routing

Valkyrie routes semantics, not just files. Policy, timeline reasoning, and AI-assist are optional layers over deterministic command paths.

Intent Layer

Intent Sources

Fileman opens, remote phone actions, clipboard hints, explicit CLI/API sends.

Intent Router

Rules evaluate payload shape, file classification, URL/domain, and configured route policies.

Route Targets

RefugeWeb, mpv/Heimdall, Waypad, command routes, and future policy adapters.

Explainability

Every major action can be explained via timeline and why-chain: what fired, what won precedence, what was skipped, and what to change next.

SNAPSHOT_CREATE name=pre_change_20260306 result=ok
RULE_MATCH name=video_files_to_mpv route=mpv
INTENT_ROUTE name=open.file decision=mpv reason=ext+header

AI as a Layer, Not a Dependency

AI paths are optional. Deterministic rules always exist. When AI is enabled, decisions and reasons still land in timeline for auditability.