Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/STAKEHOLDERS
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,13 @@
/crates/managed_secrets/ @bnavetta @ianhodge
/crates/warp_web_event_bus/ @bnavetta @ianhodge

# Command signatures v2
/command-signatures-v2/ @zachbai

# OS-level bootstrap scripts
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] This adds owners for the /script/*/bootstrap paths, but the stated bootstrap targets are the existing /app/src/terminal/bootstrap.rs and /app/assets/bundled/bootstrap/ entries, which remain @zachbai-only; add @acarl005 to those entries instead or clarify that this PR is only for OS bootstrap scripts.

/script/linux/bootstrap @acarl005
/script/macos/bootstrap @acarl005
/script/windows/bootstrap.ps1 @acarl005

# Shell completions in the Warp CLI
/crates/warp_cli/src/completions.rs @zachbai @szgupta @alokedesai
Loading