fix: setup skip output, --force flag, npx mcp entry#76
Closed
George-iam wants to merge 1 commit intomainfrom
Closed
fix: setup skip output, --force flag, npx mcp entry#76George-iam wants to merge 1 commit intomainfrom
George-iam wants to merge 1 commit intomainfrom
Conversation
- Setup on already-initialized project shows "Already initialized (skipped LLM scan). Use --force to re-scan." instead of misleading LLM scan counts - Added --force flag to force re-run LLM scan - Fixed hardcoded mcp entry in setup: was "axme-code serve", now "npx -y @axme/code serve" — setup was overwriting the npx format Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 tasks
Contributor
Author
|
Superseded by #77 which includes all these changes plus npx revert and CI workflow. |
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
Three fixes for setup flow:
Skip output: when setup runs on already-initialized project, now shows:
Instead of misleading "Oracle: 4 files (LLM scan)" when no scan happened.
--force flag:
axme-code setup --forcere-runs LLM scan even if already initialized.npx mcp entry: setup was hardcoding
command: "axme-code"in .mcp.json, overwriting the npx format from PR feat: switch to npx for plugin marketplace compatibility #75. Now writescommand: "npx", args: ["-y", "@axme/code", "serve"].Test plan
axme-code setupafter PR feat: switch to npx for plugin marketplace compatibility #75 reverted .mcp.json back to non-npx format🤖 Generated with Claude Code