feat: add --ignore-git-check flag and error on uncommitted changes#105
Merged
maxim-uvarov merged 1 commit intomainfrom Jan 1, 2026
Merged
feat: add --ignore-git-check flag and error on uncommitted changes#105maxim-uvarov merged 1 commit intomainfrom
maxim-uvarov merged 1 commit intomainfrom
Conversation
- By default, numd run now errors if the target file has uncommitted changes (prevents accidental data loss) - Add --ignore-git-check flag to bypass this check when needed - Remove git check from clear-outputs (reversible operation) - Update toolkit.nu to use --ignore-git-check for test runs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 task
3 tasks
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
numd runnow errors if the target file has uncommitted changes (prevents accidental data loss)--ignore-git-checkflag to bypass this check when neededclear-outputs(reversible operation, doesn't need protection)Usage
Test plan
Stacked on: #104
🤖 Generated with Claude Code