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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- **Init wizard**: individual feature prompts with explanatory notes replace extras multiselect
- **Init wizard**: scope-aware `.claudeignore` batch install across all discovered projects (user scope)
- **Init wizard**: project discovery via `~/.claude/history.jsonl` to find all Claude-used git repos
- **Init wizard**: managed settings sudo confirmation moved to prompt phase (before spinner)
- **Init wizard**: safe-delete prompt moved to prompt phase for uninterrupted install

### Added
- `--hud` flag for `devflow init` to explicitly enable HUD
- `discoverProjectGitRoots()` utility for finding projects from Claude history

### Removed
- Extras multiselect (`buildExtrasOptions`) — replaced by individual feature prompts

---

## [1.8.0] - 2026-03-22
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ Session context is saved and restored automatically via Working Memory hooks —
| `--teams` / `--no-teams` | Enable/disable Agent Teams (experimental, default: off) |
| `--ambient` / `--no-ambient` | Enable/disable ambient mode (default: on) |
| `--memory` / `--no-memory` | Enable/disable working memory (default: on) |
| `--hud` / `--no-hud` | Enable/disable HUD status line (default: on) |
| `--hud-only` | Install only the HUD (no plugins, hooks, or extras) |
| `--no-hud` | Disable HUD status line |
| `--verbose` | Show detailed output |

### HUD Options
Expand Down
Loading
Loading