Issue: Error when extracting projects #88.#89
Merged
Merged
Conversation
…s not have user permission. Reprompts for admin token
- README.md restored to wizard-first state (5e90cb3 baseline): interactive wizard is the primary Getting Started method, no binary download references - Removed all PyInstaller/executable infrastructure: sonar-reports.spec, build scripts (build.sh, build.bat), execute_migration_with_binary.sh, release.yml CI workflow, docker/Dockerfile.linux-build, docker/Dockerfile.test-linux, docker/README.md, docs/BUILD.md - Removed full_migrate Click command from src/main.py (broken — datetime/UTC were never imported; introduced with executable PR and already undocumented) - Removed sys.frozen/_MEIPASS path logic from src/plan.py; simplified to source-only TASK_DIR resolution - Removed pyinstaller from requirements-dev.txt - Updated docs/ARCHITECTURE.md, docs/DOCKER.md, .github/workflows/README.md to remove all executable/binary references - Synced kilo with main (merged 1dd8e93) to resolve 1-commit divergence Wizard and Docker workflows remain fully intact. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…the tool. Updated test.yml with the current action version
SonarQube reviewer guide
|
Contributor
Author
|
Merging immediately so the issue is resolved for Fabio's customer. |
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.




Fixed issue when token does not have admin user permission. Re-prompts for admin token