Refactor documentation structure and remove legacy files#52
Merged
Conversation
…nt variable sanitization, and vulnerability reporting channels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Auto Describe
Summary
This PR overhauls OMNI's documentation ecosystem, consolidating all user-facing guides into a single comprehensive
docs/HOW_TO_USE.md, removing redundant standalone files, and updating top-level and security documentation to reflect v0.5.x platform changes including updated trust logic and SQLite-backed metrics storage.Key Changes
Detailed Breakdown
File Modifications
INSTALL.md,docs/CLI_REFERENCE.md,docs/FILTERS.md,docs/LEARN.md(all content migrated todocs/HOW_TO_USE.md)docs/HOW_TO_USE.mdcovering installation, daily usage, RewindStore, session tracking, custom filters, troubleshooting, and setup checklistsTop-level Documentation Updates
.omni/filters/directories alongsideomni_config.json~/.omni/omni.db)omni_trustMCP tool to match the currentomni trustCLI commandAlignment
Notes
Existing users relying on the deprecated
omni_trusttool name will need to update their automations to useomni trustinstead.Breaking Changes
omni_trustis nowomni trust, breaking any existing automations that call the old tool nameomni statswill not show pre-upgrade statsomni trustinstead of loading automatically, which may break existing project filter setupsLast updated: 2026-04-09 08:25:11