feat(tui): add structured logging

This commit is contained in:
Dax Raad
2026-07-08 16:00:07 -04:00
parent 5b39972947
commit cedf365674
9 changed files with 208 additions and 119 deletions
+1
View File
@@ -17,6 +17,7 @@
"./context/epilogue": "./src/context/epilogue.tsx",
"./context/exit": "./src/context/exit.tsx",
"./context/kv": "./src/context/kv.tsx",
"./context/log": "./src/context/log.tsx",
"./context/project": "./src/context/project.tsx",
"./context/runtime": "./src/context/runtime.tsx",
"./context/sdk": "./src/context/sdk.tsx",