You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review: fix comments, add nested_repo_scan_depth, test gitignored parents
- Update function header comments in common.sh and common.ps1 to
accurately describe gitignore-based filtering (no hardcoded skip list)
- Document that scanning will NOT descend into gitignored parent
directories; use init-options.json nested_repos for those
- Implement nested_repo_scan_depth from init-options.json in both
setup-plan.sh and setup-plan.ps1 (priority: CLI > config > default 2)
- Fix PowerShell -ScanDepth param: default 2, ValidateRange(1, MaxValue),
use PSBoundParameters to detect explicit CLI usage
- Add returncode assertion before branch-name comparison in tests
- Add test: repo under gitignored parent not discovered by scan
- Add test: nested_repo_scan_depth from init-options.json
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments