fix: point bodhi-realtime-agent dep at sonichi (liususan091219 repo deleted)#325
Merged
fix: point bodhi-realtime-agent dep at sonichi (liususan091219 repo deleted)#325
Conversation
…eleted) Susan deleted her fork (banned), so fresh `npm install` from main was failing. sonichi/bodhi_realtime_agent has dist/ committed and is up-to-date. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
liususan091219
added a commit
that referenced
this pull request
Apr 16, 2026
…#354 Each script reproduces the bug (before the fix) and verifies it's resolved (after the fix). All POCs pass on current main. - poc-pr353-open-file.sh (11/11) — 18s polling timeout in open_file - poc-pr355-subtitled-pending.sh (9/9) — false positive subtitled_pending - poc-pr332-team-tier-revert.sh (9/9) — team-tier -C /tmp broke codex - poc-pr325-bodhi-dep.sh (7/7) — bodhi dep pointed at deleted repo - poc-pr354-retention-sweep.sh — retention sweep for stale results Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Apr 16, 2026
Collaborator
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
Fresh `npm install` from main is currently broken because `package.json` depends on `github:liususan091219/bodhi_realtime_agent` and Susan took down that repo (banned). One-line fix to point at the sonichi mirror.
I verified `dist/` IS committed in `sonichi/bodhi_realtime_agent` (same files as Susan's: index.cjs, index.d.cts, etc.), so the github: install will work out of the box — no need for the postinstall build fallback to fire.
Test plan
This unblocks any new contributor running the Quick start in README.md.
🤖 Generated with Claude Code
Fixes #361