Remove test files, add out.html to gitignore

This commit is contained in:
Mario Zechner 2026-01-01 21:50:32 +01:00
parent 872205406e
commit 48ca55ab3c
3 changed files with 1 additions and 3283 deletions

1
.gitignore vendored
View file

@ -30,3 +30,4 @@ compaction-results/
syntax.jsonl
out.jsonl
pi-*.html
out.html

View file

@ -1,11 +0,0 @@
import type { HookAPI } from "@mariozechner/pi-coding-agent";
export default function (pi: HookAPI) {
pi.on("turn_start", async (_event, ctx) => {
ctx.ui.setStatus("demo", "🔄 Thinking...");
});
pi.on("turn_end", async (_event, ctx) => {
ctx.ui.setStatus("demo", "✓ Ready");
});
}

3272
out.html

File diff suppressed because one or more lines are too long