Skip to content

Commit 0a2e3f7

Browse files
committed
fix: remove Claude Code installation, add as prerequisite, update Teams and pricing consistency
1 parent 8f691ef commit 0a2e3f7

39 files changed

Lines changed: 370 additions & 441 deletions

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
blank_issues_enabled: false
2-
contact_links:
3-
- name: Feature Requests
4-
url: https://pilot-shell.com/#pricing
5-
about: Feature requests are available on the Team plan. Visit our pricing page for details.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature or improvement
4+
labels: enhancement, needs-triage
5+
---
6+
7+
## Description
8+
9+
<!-- A clear description of the feature or improvement -->
10+
11+
## Use Case
12+
13+
<!-- Why do you need this? What problem does it solve? -->
14+
15+
## Proposed Solution
16+
17+
<!-- How do you think this could work? (optional) -->
18+
19+
## Alternatives Considered
20+
21+
<!-- Any workarounds or alternatives you've tried (optional) -->
22+
23+
## Environment
24+
25+
- **OS**: <!-- e.g., macOS 15.3, Ubuntu 24.04 -->
26+
- **Pilot version**: <!-- pilot --version -->
27+
- **Tier**: <!-- Trial / Solo / Team -->
28+
29+
## Checklist
30+
31+
- [ ] I have searched existing issues to avoid duplicates
32+
- [ ] This is a feature request, not a bug report

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ CLAIM.
271271
================================================================================
272272

273273
For licensing inquiries: https://pilot-shell.com
274-
For bug reports (Trial & Solo): https://github.com/maxritter/pilot-shell/issues
275-
For priority support & feature requests (Team): mail@maxritter.net
274+
For bug reports & feature requests: https://github.com/maxritter/pilot-shell/issues
275+
For priority support (Team): mail@maxritter.net
276276

277277
================================================================================

README.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ This isn't a vibe coding tool, it's true agentic engineering, but without the ad
4646

4747
### Prerequisites
4848

49-
**Claude Subscription:** Solo developers should choose [Max 5x](https://claude.com/pricing) for moderate usage or [Max 20x](https://claude.com/pricing) for heavy usage. Teams should use [Team Premium](https://claude.com/pricing) (6.25x usage per member, SSO, admin tools, billing management). Companies with stricter compliance or procurement requirements should use [Enterprise](https://claude.com/pricing).
49+
**Claude Code:** Pilot Shell installs on top of Claude Code — install it first [via npm](https://www.npmjs.com/package/@anthropic-ai/claude-code) or the [native installer](https://docs.anthropic.com/en/docs/claude-code/setup).
50+
51+
**Claude Subscription:** Solo developers should choose [Max 5x](https://claude.com/pricing) for moderate usage or [Max 20x](https://claude.com/pricing) for heavy usage. Teams should use [Team Premium](https://claude.com/pricing) (6.25x usage per member, SSO, admin tools, billing management). Companies with stricter compliance or procurement requirements should use [Enterprise](https://claude.com/pricing) (API based pricing applies per usage).
5052

5153
**Terminal:** [cmux](https://www.cmux.dev/) is the best terminal for Pilot Shell on macOS — built on the Ghostty rendering engine with native split panes, workspace tabs, and Claude Code notification hooks. On Linux, [Ghostty](https://ghostty.org/download) is the recommended terminal. Both are free and open source.
5254

@@ -71,7 +73,7 @@ After installation, `cd` into any project and run `pilot` or `ccp` to start Pilo
7173
8-step installer with progress tracking, rollback on failure, and idempotent re-runs:
7274

7375
1. **Prerequisites** — Checks Homebrew, Node.js, Python 3.12+, uv, git
74-
2. **Dependencies** — Installs Vexor, playwright-cli, Claude Code, property-based testing tools
76+
2. **Dependencies** — Installs Vexor, playwright-cli, language servers, property-based testing tools
7577
3. **Shell integration** — Auto-configures bash, fish, and zsh with `pilot` alias
7678
4. **Config & Claude files** — Sets up `.claude/` plugin, rules, commands, hooks, MCP servers
7779
5. **VS Code extensions** — Installs recommended extensions for your stack
@@ -157,7 +159,7 @@ Just chat — no plan, no approval gate. Quality hooks and TDD enforcement still
157159
| -------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
158160
| `/sync` | Explores your codebase, discovers conventions, builds a search index, updates project rules. Run once initially, then anytime your project changes. |
159161
| `/learn` | Captures non-obvious discoveries as reusable skills. Triggers automatically or on demand. |
160-
| Teams | Share rules, skills, commands, and agents across your team via the Console dashboard (Team plan). |
162+
| Teams | Share rules, skills, commands, and agents across your team via the Console dashboard (Team plan). |
161163

162164
### Extensibility
163165

@@ -190,6 +192,22 @@ A local web dashboard with 7 views and real-time notifications when Claude needs
190192

191193
</details>
192194

195+
### Team Asset Sharing
196+
197+
Share rules, skills, commands, and agents across your team from a central, private Git repository:
198+
199+
<img src="docs/img/teams.png" alt="Teams Dashboard — shared asset management" width="700">
200+
201+
<details>
202+
<summary><b>What Teams includes</b></summary>
203+
204+
- **Shared asset management** — Push and install rules, skills, commands, and agents from the Console UI
205+
- **Project-scoped** — Assets are tied to repositories, so each project gets exactly what it needs
206+
- **Automatic versioning** — See installed vs. latest versions at a glance
207+
- **Guided onboarding** — New team members get a step-by-step screen to setup
208+
209+
</details>
210+
193211
---
194212

195213
## Demo
@@ -269,11 +287,11 @@ Opus for planning — where reasoning quality matters most. Sonnet for implement
269287
<details>
270288
<summary><b>Phase-by-phase breakdown</b></summary>
271289

272-
| Phase | Default | Why |
273-
| --------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
274-
| **Planning** | Opus | Exploring your codebase, designing architecture, and writing the spec requires deep reasoning. A good plan is the foundation of everything. |
275-
| **Plan Verification** | Sonnet | The plan-reviewer sub-agent validates completeness and challenges assumptions. Conditional: skipped for simple plans (≤3 tasks, clear scope). |
276-
| **Implementation** | Sonnet | With a solid plan, writing code is straightforward. Sonnet is fast, cost-effective, and produces high-quality code when guided by a clear spec. |
290+
| Phase | Default | Why |
291+
| --------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
292+
| **Planning** | Opus | Exploring your codebase, designing architecture, and writing the spec requires deep reasoning. A good plan is the foundation of everything. |
293+
| **Plan Verification** | Sonnet | The plan-reviewer sub-agent validates completeness and challenges assumptions. Conditional: skipped for simple plans (≤3 tasks, clear scope). |
294+
| **Implementation** | Sonnet | With a solid plan, writing code is straightforward. Sonnet is fast, cost-effective, and produces high-quality code when guided by a clear spec. |
277295
| **Code Verification** | Sonnet | The unified spec-reviewer agent handles deep code review (compliance + quality + goal). The orchestrator runs mechanical checks and applies fixes. |
278296

279297
Choose between Sonnet 4.6 and Opus 4.6 for the main session, each command, and sub-agents. A global "Extended Context (1M)" toggle enables the 1M token context window across all models simultaneously. **Note:** 1M context models require a Max (20x) or Enterprise subscription — not available to all users.
@@ -415,10 +433,10 @@ The `pilot` binary (`~/.pilot/bin/pilot`) manages sessions, worktrees, licensing
415433

416434
Pilot Shell is source-available under a commercial license. See the [LICENSE](LICENSE) file for full terms.
417435

418-
| Tier | Seats | Includes |
419-
| :------- | :---- | :--------------------------------------------------------------------------- |
420-
| **Solo** | 1 | All features, continuous updates, bug reports via [GitHub Issues][gh-issues] |
421-
| **Team** | Multi | Solo + Teams Dashboard, shared asset management, priority support |
436+
| Tier | Seats | Includes |
437+
| :------- | :---- | :---------------------------------------------------------------------------------- |
438+
| **Solo** | 1 | All features, continuous updates, community support via [GitHub Issues][gh-issues] |
439+
| **Team** | Multi | Solo + team asset sharing, seat management, priority support |
422440

423441
All plans work across multiple personal machines and Dev Containers — one subscription, all your devices.
424442

2.17 KB
Binary file not shown.
-1.47 KB
Binary file not shown.
2.81 KB
Binary file not shown.
-215 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-33 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)