refactor: rename market-making to quoter-bot - #138
Draft
prd-carapulse[bot] wants to merge 1 commit into
Draft
Conversation
Rename the bot package and repository references consistently.
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.
Why
The bot is now named
quoter-bot, but its repository identity still used the former name across workspace paths, package metadata, source symbols, runtime event names, configuration discovery, tests, documentation, and GitHub Pages automation. Keeping both identities would make imports, operator commands, and deployment maintenance ambiguous.What changed
bots/market-makingtobots/quoter-bot, including nested component files and tests.@morpho-org/quoter-botand updated workspace lockfile/configuration references.quoter-bot.Verification
bun install --frozen-lockfile(Bun 1.3.12) — passed.bun formatandbun format:check— passed.bun run --filter @morpho-org/quoter-bot typecheck— passed.bun lint— passed with 0 warnings and 0 errors.bun run --filter @morpho-org/quoter-bot jsdoc:build— passed; 372 declarations documented and HTML generated.bun knip— passed.bun test:browser— passed, 7/7 Chromium smoke tests.bun test— 1,620 tests passed; the 13 fork-test cases could not start locally becauseRPC_URL_8453is unavailable. A focused rerun confirmed the only failure is the expectedAnvilStartupError: RPC_URL_8453 is required; CI supplies that secret.git diff --check origin/main— passed.Preserved Railway/environment exceptions
market-making-productionremains unchanged, as do its established variable/secret keysRAILWAY_PROJECT_IDandRAILWAY_TOKEN.Requested by: @julien (Slack)