Skip to content

docs: fix README and AGENTS.md accuracy#57

Merged
LiranCohen merged 1 commit into
mainfrom
fix/readme-accuracy
Feb 25, 2026
Merged

docs: fix README and AGENTS.md accuracy#57
LiranCohen merged 1 commit into
mainfrom
fix/readme-accuracy

Conversation

@LiranCohen

Copy link
Copy Markdown
Contributor

Summary

Fixes #55

  • Removed fictional memory_audit MCP tool from README (tool was never implemented)
  • Fixed CLI flag examples: replaced non-existent short flags (-p, -t) with actual long flags (--priority, --type)
  • Replaced fictional config.json section with accurate environment variable configuration table
  • Added MEMORYD_PASSWORD to quick-start example
  • Fixed transport description (SSE → Streamable HTTP)
  • Updated memory_compact description in AGENTS.md (no longer "not yet implemented")
  • Updated roadmap section

Verification

  • Documentation-only changes (no code modified)
  • Build, test, and lint unaffected

…ags, replace fictional config section

- Remove non-existent memory_audit MCP tool from the tools table
- Fix task CLI examples: -p/-t short flags don't exist, use --priority/--type
- Fix compact example: --older-than flag doesn't exist
- Replace fictional ~/.memoryd/config.json section with accurate env var table
- Add password to quick start examples
- Fix transport description: HTTP/SSE -> stdio/HTTP
- Fix embedding provider description: local -> noop
- Update AGENTS.md memory_compact note (no longer 'not yet implemented')
- Update roadmap checkboxes and status section to reflect current state

Closes #55
@LiranCohen LiranCohen merged commit d62613f into main Feb 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: README and AGENTS.md document non-existent features and wrong CLI syntax

1 participant