Skip to content

Comments

feat: default to nu -n for reproducible output#102

Merged
maxim-uvarov merged 2 commits intomainfrom
feat/use-host-config
Dec 17, 2025
Merged

feat: default to nu -n for reproducible output#102
maxim-uvarov merged 2 commits intomainfrom
feat/use-host-config

Conversation

@maxim-uvarov
Copy link
Member

Summary

  • Run intermediate scripts with nu -n (no config files) by default for consistent, reproducible output across different systems
  • Add --use-host-config flag to opt-in to loading host's env, config, and plugin files when needed
  • Config files are only loaded if they exist on the system (avoids errors on systems without default configs)

Test plan

  • All 59 unit tests pass
  • Integration tests pass (customized file diffs are expected - they compare against source, not baseline)
  • Verified nu -n produces consistent output
  • Verified --use-host-config loads configs when files exist

🤖 Generated with Claude Code

claude and others added 2 commits December 17, 2025 00:26
Run intermediate scripts with `nu -n` (no config files) by default
for consistent, reproducible output across different systems.

Add `--use-host-config` flag to opt-in to loading host's env, config,
and plugin files when needed. Config files are only loaded if they
exist on the system.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@maxim-uvarov maxim-uvarov merged commit 391aae1 into main Dec 17, 2025
2 checks passed
@maxim-uvarov maxim-uvarov deleted the feat/use-host-config branch December 17, 2025 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants