Fix the missing extension fixture for CLI 0.2.3 - #17
Merged
Conversation
haegwan
approved these changes
Sep 5, 2026
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
The real CLI acceptance test treated sanka/drf-to-fastapi as unavailable. The CLI automatically configures the official marketplace, where this extension is published, so that assertion attempts a wheel download instead of receiving SANKA_EXTENSION_NOT_FOUND. Use a deliberately nonexistent extension ID to exercise the intended failure envelope without installing an extension.
Audit
@haegwanSanka Change Botc56a26d2ecec355b80c94cc77b195485bb65792dlownoneSDK tests onlyValidation
python3 "$SANKA_CLI_VALIDATION_ROOT/run_worktree_check.py" python-> passedOfficial PyPI sanka-cli[mcp]==0.2.3, wheel SHA256 d7565a075d1865d952e73b73780b7dfeb2e5513bc2e2d58f0ff6e3436b1c8411. All 28 sync, async, protocol, and real subprocess tests pass with warnings treated as errors. The final acceptance run used isolated configuration, the null keyring, blocked Python internet sockets, and Git restricted to file transport with the official marketplace URL rewritten to a local snapshot at extensions commit a44ab1794924d45e8eeaeec456ce5c28c1c17d56. No application API calls or customer migrations ran.-> reported passedChange Safety
Approval And Deployment Authorization