-
Notifications
You must be signed in to change notification settings - Fork 1
feat!: add per-user role profiles #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ebd2de7
feat: add per-user role profiles
altaywtf d362979
fix: install profile verification dependency
altaywtf 02944ff
fix: cover scoped credential helpers
altaywtf a8eedbe
refactor: make dotfiles naming portable
altaywtf 29918b6
refactor: enforce vendor-neutral framework naming
altaywtf 3ef0cc5
fix: simplify role profile boundaries
altaywtf aeee2d2
fix: close profile migration edge cases
altaywtf 83cd2a4
fix: fail closed on legacy service migration
altaywtf 2e4aa13
fix: preserve assistant identity boundaries
altaywtf f5f13e0
fix: validate persisted profile contracts
altaywtf 554dde4
fix: enforce persisted contract readers
altaywtf 06e6d97
fix: reject legacy directory symlinks
altaywtf 4324560
fix: close profile review gaps
altaywtf 2c58e2f
feat!: make role-profile migration explicit
altaywtf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| #!/usr/bin/env bash | ||
| #MISE description="Run the live personal Mac drift and secret-boundary audit" | ||
| #MISE description="Compatibility alias for the workstation audit" | ||
| set -euo pipefail | ||
|
|
||
| ./scripts/audit/personal.sh | ||
| ./scripts/audit/workstation.sh | ||
|
altaywtf marked this conversation as resolved.
Outdated
altaywtf marked this conversation as resolved.
Outdated
altaywtf marked this conversation as resolved.
Outdated
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| #!/usr/bin/env bash | ||
| #MISE description="Run the live personal Mac audit and print a JSON summary" | ||
| #MISE description="Compatibility alias for the workstation audit JSON summary" | ||
| set -euo pipefail | ||
|
|
||
| ./scripts/audit/personal.sh --json | ||
| ./scripts/audit/workstation.sh --json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/env bash | ||
| #MISE description="Run the live workstation drift and secret-boundary audit" | ||
| set -euo pipefail | ||
|
|
||
| ./scripts/audit/workstation.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/env bash | ||
| #MISE description="Run the live workstation audit and print a JSON summary" | ||
| set -euo pipefail | ||
|
|
||
| ./scripts/audit/workstation.sh --json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/env bash | ||
| #MISE description="Verify a live assistant user bootstrap" | ||
| set -euo pipefail | ||
|
|
||
| ./scripts/verify/bootstrap.sh --profile assistant |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| #!/usr/bin/env bash | ||
| #MISE description="Verify a live personal Mac bootstrap" | ||
| #MISE description="Compatibility alias for workstation bootstrap verification" | ||
| set -euo pipefail | ||
|
|
||
| ./scripts/verify/bootstrap.sh --profile personal | ||
| ./scripts/verify/bootstrap.sh --profile workstation | ||
|
altaywtf marked this conversation as resolved.
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #!/usr/bin/env bash | ||
| #MISE description="Verify a live workstation Mac bootstrap" | ||
| set -euo pipefail | ||
|
|
||
| ./scripts/verify/bootstrap.sh --profile workstation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,57 +1,12 @@ | ||
| # Shared Homebrew layer for every uinaf Mac. | ||
| # Install with one profile: | ||
| # ./scripts/bootstrap/brew-bundle.sh personal | ||
| # ./scripts/bootstrap/brew-bundle.sh devbox | ||
| # Minimal Homebrew layer for every managed Unix user on macOS. | ||
| # Profile-specific software belongs in Brewfile.developer and Brewfile.<profile>. | ||
|
|
||
| # Taps | ||
| tap "f1bonacc1/tap" | ||
| tap "teamookla/speedtest" | ||
| tap "uinaf/tap" | ||
|
|
||
| # Terminal, browser, and agent apps | ||
| # Identity-safe bootstrap tools | ||
| brew "age" | ||
| cask "ghostty" | ||
| cask "zed" | ||
| cask "google-chrome" | ||
| cask "codex" | ||
| cask "claude-code@latest" | ||
|
|
||
| # Core CLI | ||
| brew "git" | ||
| brew "gh" | ||
| brew "chezmoi" | ||
| brew "mise" | ||
| brew "direnv" | ||
| brew "infisical" | ||
| brew "btop" | ||
| brew "ripgrep" | ||
| brew "git-crypt" | ||
| brew "git-filter-repo" | ||
| brew "actionlint" | ||
| brew "shellcheck" | ||
| brew "xcodes" | ||
|
|
||
| # Download and media helpers | ||
| brew "aria2" | ||
| brew "ffmpeg" | ||
| brew "mole" | ||
|
|
||
| # Containers | ||
| brew "colima" | ||
| brew "docker" | ||
| brew "docker-buildx" | ||
| brew "docker-compose" | ||
|
|
||
| # Networking and diagnostics | ||
| brew "fping" | ||
| brew "teamookla/speedtest/speedtest" | ||
|
|
||
| # Security | ||
| brew "gitleaks" | ||
| brew "lynis" | ||
| brew "trufflehog" | ||
|
|
||
| # uinaf tools | ||
|
|
||
| # Process supervision | ||
| brew "f1bonacc1/tap/process-compose" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Minimal unattended assistant layer. | ||
| # Workload repositories own OpenClaw, Hermes, and provider-specific installs. | ||
|
altaywtf marked this conversation as resolved.
Outdated
|
||
|
|
||
| tap "f1bonacc1/tap" | ||
|
|
||
| # Browser and media capabilities used by assistant runtimes | ||
| cask "google-chrome" | ||
| brew "ffmpeg" | ||
|
|
||
| # User-level process supervision | ||
| brew "f1bonacc1/tap/process-compose" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| # Shared development layer for workstation and devbox users. | ||
|
|
||
| # Taps | ||
| tap "f1bonacc1/tap" | ||
| tap "teamookla/speedtest" | ||
|
|
||
| # Terminal, browser, and coding agents | ||
| cask "ghostty" | ||
| cask "zed" | ||
| cask "google-chrome" | ||
|
altaywtf marked this conversation as resolved.
|
||
| cask "codex" | ||
| cask "claude-code@latest" | ||
|
|
||
| # Development CLI | ||
| brew "gh" | ||
|
altaywtf marked this conversation as resolved.
|
||
| brew "git-crypt" | ||
| brew "git-filter-repo" | ||
| brew "actionlint" | ||
| brew "shellcheck" | ||
| brew "xcodes" | ||
|
|
||
| # Download and media helpers | ||
| brew "aria2" | ||
| brew "ffmpeg" | ||
| brew "mole" | ||
|
|
||
| # Containers | ||
| brew "colima" | ||
| brew "docker" | ||
| brew "docker-buildx" | ||
| brew "docker-compose" | ||
|
|
||
| # Networking and diagnostics | ||
| brew "fping" | ||
| brew "teamookla/speedtest/speedtest" | ||
|
|
||
| # Security | ||
| brew "gitleaks" | ||
| brew "lynis" | ||
| brew "trufflehog" | ||
|
|
||
| # Process supervision | ||
| brew "f1bonacc1/tap/process-compose" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.