diff --git a/apps/logicsrc-web/src/main.ts b/apps/logicsrc-web/src/main.ts index ab55136..c988e24 100644 --- a/apps/logicsrc-web/src/main.ts +++ b/apps/logicsrc-web/src/main.ts @@ -30,6 +30,13 @@ const upcoming = [ { name: "GitHub integration", detail: "Target Profullstack repos, create issues and branches, and keep task history auditable." } ]; +const agentByteSurfaces = [ + { name: "CLI", detail: "`logicsrc agentbyte` for plans, sessions, scorecards, audits, and artifacts." }, + { name: "TUI", detail: "Terminal panes for live transcripts, policy events, model use, evidence, and scorecards." }, + { name: "SDKs", detail: "Rust, Bun, Node, Python, and curl surfaces with the same screening session API." }, + { name: "PWA", detail: "Plan builder, candidate intake, live screening room, artifact review, and decision packet." } +]; + document.querySelector("#app")!.innerHTML = `