@herjarsa/omo-meta-governor 0.48.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,6 +35,15 @@ export interface NotificationContext {
35
35
  * Use this for: chat.system.transform output, chat.messages.transform output,
36
36
  * and any other text the agent will read.
37
37
  */
38
+ /**
39
+ * FASE 10 — Visible Markdown frame so the user can SEE plugin directives in the TUI.
40
+ *
41
+ * OpenCode 1.x's TUI renders Markdown (headers, code blocks, horizontal rules).
42
+ * We sandwich the directive body in a visual box so the user immediately
43
+ * recognizes "this is from omo-meta-governor, not from the agent". The LLM still
44
+ * sees the existing HTML markers (DO NOT TREAT AS TASK) so it doesn't mistake
45
+ * the directive for a real task.
46
+ */
38
47
  export declare function wrapInformational(text: string, ctx: NotificationContext): string;
39
48
  /**
40
49
  * Build brief status text for the USER'S TUI notification (session.prompt).