-
Notifications
You must be signed in to change notification settings - Fork 111
feat: rename Claude Pilot to Pilot Shell #86
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
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d46bb46
feat: add bugfix spec workflow, spec type detection, and viewer enhan…
maxritter acee225
feat(spec): rename project metadata and config constants to pilot-shell
maxritter f2959d9
feat(spec): replace Claude Pilot ASCII art with Pilot Shell in banner…
maxritter 67bb964
feat(spec): rename all launcher package references from claude-pilot …
maxritter ebe67ee
feat(spec): rename installer package and shell scripts from claude-pi…
maxritter 4e89654
feat(spec): console display strings rename + stop guard fix
maxritter f3f1377
feat(spec): update pilot plugin config branding
maxritter b506913
feat(spec): rename branding in website, docs, README, and config
maxritter b19b16c
feat(spec): rename devcontainer config to pilot-shell
maxritter ff588fe
fix(spec): rename title in pilot/ui/index.html
maxritter 2262b08
fix: exclude __init__.py from source encryption filter
maxritter 37f61cc
fix: update tagline to Pilot Shell makes it reliable
maxritter ecde27a
fix(spec): complete Pilot Shell branding across README, website, cons…
maxritter 7a04df0
fix: restore version to 6.11.0 and fix SEO alternateName
maxritter 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,3 +1,4 @@ | ||
| launcher/** filter=git-crypt diff=git-crypt | ||
| launcher/**/__init__.py !filter !diff | ||
| docs/site/api/** filter=git-crypt diff=git-crypt | ||
| .gitattributes !filter !diff |
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
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 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Feature Requests | ||
| url: https://claude-pilot.com/#pricing | ||
| url: https://pilot-shell.com/#pricing | ||
| about: Feature requests are available on the Team plan. Visit our pricing page for details. |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid blanket pre-commit bypass for all worktrees.
This exits for any linked worktree, not just spec workflow commits, so it disables all test gates and artifact rebuilds for regular dev worktrees too. That increases the risk of untested changes or stale artifacts being committed. Consider making this skip explicit (env flag / branch prefix) so the default remains safe.
Suggested safer opt‑in gate
📝 Committable suggestion
🤖 Prompt for AI Agents