chore: update README, gitignore, and add CLAUDE.md

- Refresh README with feature overview and screenshot embeds
- Add .superpowers/ and clean up duplicate gitignore entries
- Add CLAUDE.md project instructions
- Remove stale release/release-notes.md
This commit is contained in:
2026-03-18 02:24:57 -07:00
parent af1505fbe6
commit 1cb129b0b7
4 changed files with 55 additions and 29 deletions

5
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# Dependencies
node_modules/
# Superpowers brainstorming
.superpowers/
# Electron build output
out/
dist/
@@ -22,9 +25,7 @@ Thumbs.db
.idea/
*.swp
*.swo
**/CLAUDE.md
environment.toml
**/CLAUDE.md
.env
.vscode/*