Fix ui-parser exports: make self-contained and export parseStdoutLine directly

- ui-parser.ts: inline all logic, zero external imports (matches Paperclip
  adapter plugin UI parser contract)
- Export parseStdoutLine as named export from index.ts (like claude_k8s
  exports printClaudeStreamEvent directly)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-12 10:12:59 -04:00
parent 2927d3e47e
commit 6011f3e886
2 changed files with 89 additions and 3 deletions
+1
View File
@@ -63,3 +63,4 @@ Notes:
`;
export { createServerAdapter } from "./server/index.js";
export { parseStdoutLine } from "./ui-parser.js";