Lines 1-28javascript
2var __defProp = Object.defineProperty;
3var __export = (target, all) => {
5 __defProp(target, name, { get: all[name], enumerable: true });
9import { spawn, spawnSync } from "node:child_process";
10import { closeSync, existsSync as existsSync2, mkdirSync, openSync, readFileSync, writeFileSync } from "node:fs";
HighChild Process
Package source references child process execution.
dist/cli.mjsView on unpkg · L8 HighCross File Remote Execution Context
Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/cli.mjsView on unpkg · L8 HighSpawned Bundled Service Listener
Source launches a detached bundled service that exposes a broad-bound HTTP listener.
dist/cli.mjsView on unpkg · L8 11import { access, readFile as readFile4, writeFile as writeFile2 } from "node:fs/promises";
12import os2 from "node:os";
13import path5 from "node:path";
14import { fileURLToPath as fileURLToPath3 } from "node:url";
15import { AxiError, installSessionStartHooks, RESERVED_COMMANDS, runAxiCli } from "axi-sdk-js";
18var PLAYBOOK_ROUTER_INSTRUCTION = "MUST open each matching playbook before writing HTML. Match against the use_when trigger; one artifact often combines several playbooks.";
19var PLAYBOOK_ROUTER_HELP = "One artifact often combines several playbooks (for example a plan that includes a comparison and a diagram), so MUST open each matching playbook before writing HTML.";
23 use_when: "Map relationships, flows, state, and architecture",
25 "Use Mermaid when automatic node placement and edge routing matter more than rich card content.",
26 "Use CSS grid, SVG, or positioned HTML when each item needs prose, code, controls, or detailed annotations.",
27 "Use a hybrid shape for large systems: a small overview diagram followed by detailed module cards."