From cfac40ebe4222bff4eb165cf3f7d641513a725e1 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sat, 6 Jun 2026 15:54:08 +0000 Subject: [PATCH] Add AgentByte screening plugin spec --- apps/logicsrc-web/src/main.ts | 41 +++++ apps/logicsrc-web/src/styles.css | 9 + docs/agent-screening.md | 286 +++++++++++++++++++++++++++++++ docs/plugins.md | 4 + 4 files changed, 340 insertions(+) create mode 100644 docs/agent-screening.md 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 = `