docs: revamp README with centered header and corrected recall/memory docs - #118
Open
ishaanxgupta wants to merge 2 commits into
Open
docs: revamp README with centered header and corrected recall/memory docs#118ishaanxgupta wants to merge 2 commits into
ishaanxgupta wants to merge 2 commits into
Conversation
…l/memory docs - Centered header with dynamic version badge (reads plugin.json live) and license badge, matching the codex-supermemory README treatment. - Two-column feature grid, hook-lifecycle table with an arrow chain, a collapsible section for the old-plugin migration note. - Commands table trimmed to /supermemory:status, the only command that still exists; index/project-config/logout/session were removed in the CLI-free architecture refactor (44610b0) and the README never caught up. - Recall description corrected: default behavior is the hook searching directly on every substantive prompt (recall-directive.js says so explicitly in comments), not Claude reasoning about whether to search. Reasoned/advisory recall is opt-in via recallDirective. - Shared Agents memory section corrected: this plugin only ever uses one container tag (repo_<name>__<hash>); unlike Codex it does not read legacy per-tool containers (verified against container-tag.js and api.js, which send a single containerTag, no legacy fallback list). - Documented previously-undocumented real features: the animated statusline installed on first run, and the welcome-back notice after 6+ hours away. - Added missing env vars (SUPERMEMORY_API_URL, SUPERMEMORY_MCP_URL, SUPERMEMORY_AUTH_URL, SUPERMEMORY_REPO_TAG, SUPERMEMORY_ISOLATE_WORKTREES) and missing settings keys (debug, injectProfile) that exist in source but were absent from the tables. - No em dashes.
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.
No description provided.