Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Content Versions

- **v53**: Rewrite `/claude-code-setup` to 3-phase flow ([Record 040](docs/records/040-setup-command-ux.md))
- Discovery script (`lib/setup-status.sh`) replaces 8-12 Bash calls with single JSON output
- New flags: `--remove-skill` and `--remove-mcp` for non-interactive module removal
- Any scenario completes in 2 permission prompts (down from ~12-18)
- **v52**: Generalize `/delegate` to support any task type
- Documentation clarified: works for coding, research, analysis, information gathering, documentation
- Examples updated to include non-development tasks (sports analysis, competitor pricing, academic research)
Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ The installer is a modular Bash script. `install.sh` is the entry point, sourcin
| `statusline.sh` | ccstatusline configuration |
| `hooks.sh` | Claude Code hooks setup |
| `agent-teams.sh` | Agent Teams env var toggle in settings.json |
| `setup-status.sh` | Discovery script for `/claude-code-setup` — outputs JSON status (standalone, NOT sourced by install.sh) |

**Install flow:** detect OS → select modules (interactive toggle) → copy commands to `~/.claude/commands/` → install MCP configs to `~/.claude.json` → copy skills to `~/.claude/skills/` → build global CLAUDE.md from template + dynamic tables → install external plugins → configure statusline/hooks/agent-teams.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[![macOS](https://img.shields.io/badge/platform-macOS-blue.svg)](https://www.apple.com/macos/)
[![Linux](https://img.shields.io/badge/platform-Linux-blue.svg)](https://www.linux.org/)
[![WSL](https://img.shields.io/badge/platform-WSL-blue.svg)](https://docs.microsoft.com/en-us/windows/wsl/)
[![Content v52](https://img.shields.io/badge/content-v52-blue.svg)](CHANGELOG.md)
[![Content v53](https://img.shields.io/badge/content-v53-blue.svg)](CHANGELOG.md)

**Persistent memory for Claude Code via Markdown files.**

Expand Down
Loading