Objective
Improve multi-network context switching with explicit confirmations when moving from test to public networks.
Target area
multi_network command
Context
Accidental mainnet context is a severe footgun; confirmations and clear prompts reduce risk.
Requirements
- Show current network prominently in prompts for dangerous ops
- Require confirmation when switching to mainnet
- Persist last-used network per project when configured
Acceptance criteria
Pull request merge requirements
Pull requests that resolve this issue must not be merged until all of the following are true:
- All required CI checks are green on the latest commit of the PR (build, tests, lint/format, and any workflow jobs required by branch protection).
- The branch has no merge conflicts with the target branch (
master / default), and a clean merge or rebase is possible without unresolved conflicts.
- Review feedback is addressed, and the change remains focused on this issue’s acceptance criteria.
Contributors should run the local CI-equivalent checks before opening or updating the PR (see CI_ENFORCEMENT.md and CONTRIBUTING.md).
Objective
Improve multi-network context switching with explicit confirmations when moving from test to public networks.
Target area
multi_network commandContext
Accidental mainnet context is a severe footgun; confirmations and clear prompts reduce risk.
Requirements
Acceptance criteria
Pull request merge requirements
Pull requests that resolve this issue must not be merged until all of the following are true:
master/ default), and a clean merge or rebase is possible without unresolved conflicts.Contributors should run the local CI-equivalent checks before opening or updating the PR (see
CI_ENFORCEMENT.mdandCONTRIBUTING.md).