/** * [INPUT]: NanoPencil ExtensionAPI * [OUTPUT]: Registers lifecycle hooks that drive NanoMemEngine * [POS]: Thin adapter — bridges NanoPencil events to the host-agnostic engine * * This file is the ONLY module that depends on @pencil-agent/nano-pencil types. * For non-NanoPencil hosts, import from the package root instead. */ import type { ExtensionAPI } from "@pencil-agent/nano-pencil"; export default function nanomemExtension(pi: ExtensionAPI): void;