Extension development workflows
Keep extension releases stable by combining debugging, security, performance, testing, and CI workflows.
Workflow chooser
Release confidence loop
- Run targeted local checks (
dev+ troubleshooting). - Build production artifacts (
build/start). - Validate critical flows with E2E and smoke checks.
- Run CI templates before store submission.
Next steps
- Use Commands reference to pick the right command per phase.
- Keep defaults centralized with Extension config.
