feat: refactor bithub viewer and add benchmark workflow#1
Merged
Conversation
Receive relay.incoming_ref webhooks, match against workflow push triggers via actrun, and record CI runs with job/step-level detail in KV. - POST /api/webhook/relay: create CiRun + CiJobRun + CiStepRun entries - POST /api/actions/runs/status: external runner reports step status - GET /actions: CI run list with links to detail pages - GET /actions/runs/:id: job/step tree with status propagation - GET /actions/workflows: workflow list (renamed from /workflows) - GET /actions/workflows/:file: workflow detail (path param, not query) - Status derivation: step → job → run (pending/running/success/failure) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
mizchi
added a commit
that referenced
this pull request
Mar 17, 2026
justfile: - just serve — start on current repo - just serve-repo PATH — start on any repo - just issue "title" — create issue - just agent-run 1 — run agent on issue #1 - just agent-daemon — continuous auto-processing - just agent-once — process once and exit - just auto "title" — create issue + daemon once (end-to-end) package.json scripts: - pnpm serve / serve:repo - pnpm agent:daemon / agent:daemon:once / agent:run - pnpm issue:create "title" "body" scripts/create-issue.ts: - CLI tool for creating issues (supports stdin for body) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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\n- refactor viewer by splitting repo scan and hub issue loading\n- add /issues route tests and benchmark targets\n- add CI benchmark job (moon bench)\n\n## Verification\n- moon check --target js\n- moon test --target js\n- moon bench -p bit-vcs/bithub/cmd/bithub --target js -f bench_viewer_test.mbt\n- pnpm test:e2e