Skip to content

Commit 2ebbb41

Browse files
Ralph Agentclaude
andcommitted
⚙️ Remove individual onboarding step commands from docs
Keep only `make onboard` as the documented entry point. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a1bb0da commit 2ebbb41

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

CLAUDE.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ Super-opinionated Python stack for fast development. Python >= 3.12 required. Us
1111
```bash
1212
# Onboarding & Setup
1313
make onboard # Interactive onboarding CLI (rename, deps, env, hooks, media)
14-
# Or run individual steps:
15-
uv run python onboard.py rename # Rename project
16-
uv run python onboard.py deps # Install dependencies
17-
uv run python onboard.py env # Configure environment variables
18-
uv run python onboard.py hooks # Activate pre-commit hooks
19-
uv run python onboard.py media # Generate banner/logo assets
20-
2114
make all # Sync deps and run main.py
2215

2316
# Testing

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,6 @@ Opinionated Python stack for fast development. The `saas` branch extends `main`
6262
- `make test` - runs all tests in `tests/`
6363
- `make ci` - runs all CI checks (ruff, vulture, ty, etc.)
6464

65-
Individual onboarding steps can also be run directly:
66-
67-
```bash
68-
uv run python onboard.py rename # Rename project and update metadata
69-
uv run python onboard.py deps # Install dependencies
70-
uv run python onboard.py env # Configure environment variables
71-
uv run python onboard.py hooks # Activate pre-commit hooks
72-
uv run python onboard.py media # Generate banner and logo assets
73-
```
7465

7566

7667

0 commit comments

Comments
 (0)