healix-mcp 1.2.11 → 1.2.13
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.
- package/dist/agentText.d.ts +3 -0
- package/dist/agentText.js +1 -1
- package/dist/cleanDom.js +1 -1
- package/dist/diagnose.js +1 -1
- package/dist/index.js +1 -1
- package/dist/lib.d.ts +41 -1
- package/dist/lib.js +1 -1
- package/dist/lints.d.ts +51 -0
- package/dist/lints.js +1 -0
- package/dist/scaffold.d.ts +59 -0
- package/dist/scaffold.js +1 -0
- package/package.json +2 -2
package/dist/agentText.d.ts
CHANGED
|
@@ -41,7 +41,10 @@ export declare function g_switch_context_list(contexts: string[], current?: stri
|
|
|
41
41
|
export declare function g_switch_context(error?: string): string[];
|
|
42
42
|
export declare function g_pending_maintenance_steps(): string[];
|
|
43
43
|
export declare function g_no_paused_test(notRun: number): string[];
|
|
44
|
+
export declare function composeGuide(frameworkModel?: string): string;
|
|
44
45
|
export declare const HEALING_CYCLE_GUIDE: string;
|
|
46
|
+
export declare function g_core_rules(): string;
|
|
47
|
+
export declare const HEALIX_INSTRUCTIONS: string;
|
|
45
48
|
export declare const PROMPTS: Array<{
|
|
46
49
|
name: string;
|
|
47
50
|
description: string;
|