feat: implement requirement that checks the AGENTS.md to verify it has all the skills linked
fix: add it to CI demonstrate failure
fix: AI adressing the comments
fix: remove unnecessary parseArgs, use node native
fix: bit of refactoring, introduce DI to test stuff
fix: remove fix implmentation its too messy and I ddo not want to commit AI slop
fix: di for report test with console
feat: requirements uses nx-afected
fix: refactor the requre affectd so it is not a slop
fix: esm saddness
fix: ignore pacakges
fix: affected correcty
test: intentionlly break it
fix: CI for affected
fix: revert, 'nrwl/nx-set-shas@v4' shall do the job
fix: CI trial & error
fix: ai slop to verify
fix: comments stripping
fix: try default fetch
fix: strip
fix: backfix the testing errors
fix: missing components link
fix: missing depcheck for analytics-docs
fix: review
fix: move tests
fix: new ignored package local skill
Remove connectSrc configuration option from connect-web and connect-webextension:
- Remove connectSrc from ConnectSettingsPublic interface
- Move connectSrc to ConnectSettingsMobile only (still needed for mobile deeplink)
- Remove connectSrc parsing and validation in parseConnectSettings
- Remove global __TREZOR_CONNECT_SRC window variable handling
- Update connect-explorer to remove connectSrc initialization logic
- Simplify mobile-expo example (always use trezorsuite://connect)
- Remove connectSrc from middleware and action handlers
The new architecture uses Suite Web popup directly without configurable connect source.
Add E2E tests for Suite Web popup integration with Connect:
- connectPopupWeb.test.ts: Tests web-based popup flow (getAddress, cancellation)
- Update ConnectPermissionsModal page object with appName locator
- connect now builds under suite-web workflow files
-new docker services in docker compose for e2e tests (quota-db, suite-sync)
-new method and locators for configuring quota manager
-minor refactor of docker param in wf
-tmp disables incompatible suite-sync test until test implementation is done