Skip to content

fix(frontend): restore verification commands#2287

Open
anirudh5harma wants to merge 1 commit into
AgentWrapper:mainfrom
anirudh5harma:codex/fix-frontend-verification
Open

fix(frontend): restore verification commands#2287
anirudh5harma wants to merge 1 commit into
AgentWrapper:mainfrom
anirudh5harma:codex/fix-frontend-verification

Conversation

@anirudh5harma

Copy link
Copy Markdown

Summary

Frontend contributors can now run the documented npm run build command on a clean checkout, and pull requests regain the TypeScript gate that the workflow still described as broken even though current main typechecks successfully.

Closes #2281.

This updates aoagents/ReverbCode#419 for the canonical repository: the obsolete Forge typing workaround is intentionally omitted.

Validation

  • npm run typecheck
  • npm run build
  • npm test -- --run (40 files, 370 tests)
  • Prettier and git diff --check

Post-Deploy Monitoring & Validation

Watch the first frontend pull-request workflow after merge. Healthy signals are a successful Typecheck step followed by Vitest, and successful desktop packaging from npm run build. Any cross-platform typecheck failure or packaging regression is the rollback trigger.

@anirudh5harma anirudh5harma force-pushed the codex/fix-frontend-verification branch from 14ec1f3 to da6f591 Compare June 30, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frontend verification commands are incomplete on clean main

1 participant