What problem does it solve? Adding persistent, hash-chained conversation pathways and durable memory to the Omega Loops agent runtime requires careful crate design, config wiring, and orchestrator hooks; this Skill codifies that integration so Anda/KIP is added as memory and pathway durability without replacing the Omega orchestrator. ## Core Features & Use Cases - Crate architecture guidance: Defines the roles of omega_anda (domain types, traits, file/memory stores, SessionPathwayService, PathwayLogHook) and omega_anda_icp (local receipt eternal store, capsules, backend stubs) following Omega clean architecture. - Config and app wiring: Documents the [anda] section in omega_config, the omega_app::anda_pathway factory, and hook chaining on on_response/on_end, including schema regeneration via cargo test -p omega_config --test schema. - Pathway CLI and rollback: Covers omega conversation pathway <id> list|show|rollback with hash-chain verification, plus pitfalls like workspace exclude entries, derive_setters collisions, and the absence of any dTEE runtime. - Use Case: When asked to add conversation rollback or eternal chat logging to Omega, follow the workflow to create domain types, traits, backends, and hooks, then verify with the prescribed cargo test commands. ## Quick Start Ask the agent to wire Anda/KIP session pathways into Omega Loops by enabling the [anda] config section and registering the pathway hooks in omega_app.