omo-suites 1.10.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ All notable changes to OMO Suites will be documented in this file.
5
5
  Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.11.0] - 2026-03-25
9
+
10
+ ### Added
11
+ - `omocs memory list|add|search|remove` — Workspace Memory Notes
12
+ - Workspace-scoped persistent notes stored in `~/.omocs/memory/`
13
+ - Supports fuzzy search and global notes via `--global`
14
+ - `omocs completion <shell>` — Shell Completions
15
+ - Generates completion scripts for bash, zsh, and fish
16
+ - Includes subcommands and flags
17
+ - Enhanced `omocs doctor`
18
+ - Added checks for Provider endpoint ping, Config file validity, oh-my-opencode installation, Skills directory, and Disk space
19
+ - `omocs index build|show|clean` — Workspace Index
20
+ - Scans workspace to build a cacheable JSON index
21
+ - Detects tech stack, entry points, and key files
22
+ - Respects `.gitignore` and skips noisy directories
23
+
8
24
  ## [1.10.0] - 2026-03-25
9
25
 
10
26
  ### Added