Skip to content

Conversation

rkristelijn
Copy link
Owner

Summary

Fixes inconsistency where config templates had maxDepth: 3 but documentation and CLI default is 5.

Changes

  • ✅ Updated all CONFIG_TEMPLATES (basic, nvm, nix, mixed, cursor) from maxDepth 3 → 5
  • ✅ Updated custom setup default value from '3' → '5'
  • ✅ All tests passing (34/34)

Why this fix is needed

  • CLI argument default is 5
  • Documentation states default is 5
  • README examples show depth 5
  • Config templates were inconsistent with depth 3

Closes #18

- Fix basic, nvm, nix, mixed, and cursor templates
- Update custom setup default value
- Aligns with documented default of 5 and CLI behavior

Closes #18
- Basic: clarify it's VS Code + terminal
- NVM: explain auto-switching Node versions with .nvmrc
- Nix: specify it enters nix develop shell
- Mixed: clarify detection order (Nix first, then NVM, fallback to zsh)
- Cursor: describe as AI-powered VS Code alternative

Makes the interactive setup much clearer for users
@rkristelijn rkristelijn merged commit 1345844 into main Sep 24, 2025
5 checks passed
@rkristelijn rkristelijn deleted the fix/default-maxdepth-5 branch September 24, 2025 05:23
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.

fix: update default maxDepth from 3 to 5 in config templates

1 participant