Skip to content

fix: expand user home dir for config path on Windows#64

Merged
charlie-ang-collibra merged 1 commit into
mainfrom
feat/handle-windows-user-home-folders
May 21, 2026
Merged

fix: expand user home dir for config path on Windows#64
charlie-ang-collibra merged 1 commit into
mainfrom
feat/handle-windows-user-home-folders

Conversation

@charlie-ang-collibra
Copy link
Copy Markdown
Contributor

@charlie-ang-collibra charlie-ang-collibra commented May 21, 2026

Summary

  • Resolve ~/.config/collibra via os.UserHomeDir() + filepath.Join so the config lookup works on Windows (viper does not expand the literal $HOME string).
  • Bump snapshot version to 0.0.34-SNAPSHOT.

Test plan

  • go test -race ./...
  • golangci-lint run
  • go run ./cmd/chip --version prints 0.0.34-SNAPSHOT
  • Verify on Windows: with mcp.yaml placed under %USERPROFILE%\.config\collibra\, the binary discovers it.

@charlie-ang-collibra charlie-ang-collibra requested a review from a team as a code owner May 21, 2026 15:51
@svc-snyk-github-jira
Copy link
Copy Markdown

svc-snyk-github-jira commented May 21, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@charlie-ang-collibra charlie-ang-collibra changed the title fix(cmd): expand user home dir for config path on Windows fix: expand user home dir for config path on Windows May 21, 2026
@charlie-ang-collibra charlie-ang-collibra merged commit ae5c084 into main May 21, 2026
4 checks passed
@charlie-ang-collibra charlie-ang-collibra deleted the feat/handle-windows-user-home-folders branch May 21, 2026 16:13
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.

3 participants