Improve README and add update checking to bootstrap

- Make README more egalitarian: 'AI coding assistants' vs 'Claude Code'
- Reorganize installation: 'Claude Code (via Plugin Marketplace)' and 'Codex (Experimental)'
- Add update checking to bootstrap with 3-second timeout protection
- Bootstrap now checks if local installation is behind GitHub and suggests 'git pull'
- Network failures or timeouts don't block bootstrap (graceful fallback)
This commit is contained in:
Jesse Vincent
2025-10-28 02:27:32 +00:00
parent da9f4f1edd
commit 22f57e7cb0
2 changed files with 40 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Superpowers
Give Claude Code superpowers with a comprehensive skills library of proven techniques, patterns, and workflows.
A comprehensive skills library of proven techniques, patterns, and workflows for AI coding assistants.
## What You Get
@@ -21,7 +21,7 @@ Read the introduction: [Superpowers for Claude Code](https://blog.fsck.com/2025/
## Installation
### Via Plugin Marketplace (Recommended)
### Claude Code (via Plugin Marketplace)
```bash
# In Claude Code
@@ -41,7 +41,7 @@ Read the introduction: [Superpowers for Claude Code](https://blog.fsck.com/2025/
# /superpowers:execute-plan - Execute plan in batches
```
### Codex Installation (Experimental)
### Codex (Experimental)
**Note:** Codex support is experimental and may require refinement based on user feedback.