You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QA PASS (Ume) for PR #58 on commit 3d6de87.\n\nChecklist/results:\n- Reviewed AGENTS.md and relevant CLI/package docs.\n- Verified root package scripts now target pnpm filter agentbridge-ai for build/typecheck/cli:* commands.\n- Verified README and packages/cli README install-free examples use npx agentbridge-ai; local dev examples use --filter agentbridge-ai; compatibility agentbridge binary wording matches package metadata exposing both bins.\n- Verified package metadata on this branch has package name agentbridge-ai and bins agentbridge + agentbridge-ai.\n- Smoke-checked CLI help via corepack pnpm --filter agentbridge-ai dev -- --help and built CLI help via node packages/cli/dist/index.js --help.\n- GitHub PR checks are green: Quality Gate, Docker Image, Vercel.\n\nCommands run locally:\n- corepack pnpm lint PASS\n- env ... AUTH_SECRET=qa-secret corepack pnpm typecheck PASS\n- env ... AUTH_SECRET=qa-secret corepack pnpm build PASS\n- corepack pnpm cli:pack PASS; dry-run tarball name agentbridge-ai-0.1.0.tgz.\n\nBugs found: none.\n\nNote: generated .next output from prior builds still contains stale root package script text, but it is untracked build output and not part of the PR diff/release source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agentbridge-aiworkspacenpx agentbridge-aiagentbridgebinary compatibility while package metadata exposes that binChecks
corepack pnpm --filter agentbridge-ai typecheckcorepack pnpm --filter agentbridge-ai buildcorepack pnpm --filter agentbridge-ai pack:dry-runcorepack pnpm cli:typecheckcorepack pnpm cli:buildcorepack pnpm cli:packcorepack pnpm lintDATABASE_URL=postgresql://postgres:postgres@localhost:5432/agentbridge?schema=public corepack pnpm typecheckDATABASE_URL=postgresql://postgres:postgres@localhost:5432/agentbridge?schema=public AUTH_SECRET=local-placeholder-auth-secret NEXT_TELEMETRY_DISABLED=1 corepack pnpm build