@@ -148,11 +148,11 @@ Start Claude Code normally. OMNI is now active and invisible.
148148``` bash
149149# Homebrew
150150brew upgrade omni
151- omni init --hook # Reinstall hooks after upgrade
151+ omni init # Reinstall hooks after upgrade
152152
153153# Manual
154154curl -fsSL https://raw.githubusercontent.com/fajarhide/omni/main/scripts/install.sh | sh
155- omni init --hook
155+ omni init
156156```
157157
158158See [ MIGRATION.md] ( MIGRATION.md ) for detailed upgrade instructions from 0.4.x.
@@ -794,9 +794,6 @@ When you run `omni doctor --fix`, OMNI will automatically repair:
794794| Problem | Fix Applied |
795795| ---| ---|
796796| Missing ` ~/.omni/ ` directory | Creates it |
797- | Claude Code hooks not installed | Runs ` omni init --hook ` |
798- | MCP not registered | Runs ` omni init --mcp ` |
799- | Untrusted project filters | Runs ` omni trust ` |
800797| Broken ` .toml ` filter files | Renames to ` .toml.bak ` |
801798| Historical ` Unknown ` stats records | Re-classifies with latest model |
802799
@@ -904,7 +901,6 @@ omni init --claude # Full Setup for Claude Code (Hooks + MCP)
904901omni init --vscode # Setup for VS Code Continue.dev
905902omni init --opencode # Setup for OpenCode plugin
906903omni init --codex # Setup for Codex CLI
907- omni init --hook # Setup Claude Hooks only
908904omni init --mcp # Setup Claude MCP Server only
909905omni init --status # Check Claude installation status
910906omni init --uninstall # Remove all OMNI components from Claude
@@ -1000,8 +996,6 @@ When `--fix` is passed, OMNI will automatically resolve detected issues:
1000996| Issue | Fix Applied |
1001997| ---| ---|
1002998| Missing ` ~/.omni/ ` directory | Creates the directory |
1003- | Missing Claude Code hooks | Runs ` omni init --hook ` |
1004- | Missing MCP server registration | Runs ` omni init --mcp ` |
1005999| Untrusted project filters | Runs ` omni trust ` on the project |
10061000| Invalid user filter files | Renames broken ` .toml ` to ` .toml.bak ` |
10071001
@@ -1128,7 +1122,6 @@ omni doctor --fix # Self-repair
11281122- [ ] Run ` omni learn --verify ` after applying any filters
11291123
11301124### After Upgrading OMNI
1131- - [ ] Run ` omni init --hook ` (reinstall hooks after upgrade)
11321125- [ ] Run ` omni doctor --fix ` (re-classify historical data with new model)
11331126- [ ] Run ` omni stats ` to confirm everything is working
11341127
0 commit comments