Skip to content

feat(windows): add default root support#4

Open
austinconnor wants to merge 1 commit into
perplexityai:mainfrom
austinconnor:windows/support
Open

feat(windows): add default root support#4
austinconnor wants to merge 1 commit into
perplexityai:mainfrom
austinconnor:windows/support

Conversation

@austinconnor
Copy link
Copy Markdown

Summary

  • add Windows-aware home, AppData, Program Files, and filesystem-root handling for profile root resolution
  • add Windows baseline candidates for package-manager roots, editor extensions, MCP configs, and browser extension profiles
  • preserve native package paths on Windows so the full test suite passes from this branch alone
  • document Windows support, inventory roots, and deployment examples

Fixes #2.

Verification

  • go test ./...
  • go run ./cmd/bumblebee selftest
  • go run ./cmd/bumblebee roots --profile baseline
  • GOOS=linux GOARCH=amd64 go test -c -o NUL for every package
  • GOOS=darwin GOARCH=amd64 go test -c -o NUL for every package

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.

Add Windows default root discovery

1 participant