Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/api/sweep/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function GET(req: NextRequest) {
redirect: "follow",
signal: ctrl.signal,
cache: "no-store",
headers: { "user-agent": "tapquality-sweep/1.0 (+https://tapeshnagarwal.com)" },
headers: { "user-agent": "release-readiness-sweep/1.0 (+https://tapeshnagarwal.com)" },
});
body = await res.text();
} catch (e: unknown) {
Expand Down
7 changes: 7 additions & 0 deletions app/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ export default function Home() {

<p className="section__lede">
Not a mockup. Outer-loop principal agents — Route, Check, Fetch, Scan, and Build —
govern policy and learning across engagements, while inner-loop execution agents run
inside client projects. Press <span className="mono">run</span> and those five principals
govern policy and learning while inner-loop execution agents run inside project
workflows. Press <span className="mono">run</span> and those five principals
execute a real release-readiness sweep against the live{" "}
<a href="https://notquality.com" target="_blank" rel="noopener noreferrer">notquality.com</a>{" "}
deployment: an actual HTTP fetch, a transport + security-header audit, and a11y/seo
Expand Down