add DSM Memory to extension registry#8446
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: df83d07694
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
documentation/static/servers.json
Outdated
| { | ||
| "id": "dsm-memory", | ||
| "name": "DSM Memory", | ||
| "description": "Append-only, hash-chained memory layer for Goose via MCP", |
There was a problem hiding this comment.
Use lowercase “goose” in DSM description
documentation/AGENTS.md requires the product name to always be written as lowercase “goose” in documentation-facing content, but this entry uses “Goose” in the description. Because this file is in documentation/ and is user-facing registry data, this introduces a direct brand-guideline violation that should be corrected before merge.
Useful? React with 👍 / 👎.
|
Updated the command to |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 844ee9651d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "type": "streamable-http" | ||
| }, | ||
| { | ||
| "id": "dsm-memory", |
There was a problem hiding this comment.
Add a docs page for the new dsm-memory extension
The new registry entry creates a broken tutorial link in the extension detail view: documentation/src/pages/extensions/detail.tsx always links to /docs/mcp/${getDocumentationPath(server.id)}, and for dsm-memory this resolves to /docs/mcp/dsm-memory-mcp, but this commit does not add documentation/docs/mcp/dsm-memory-mcp.md or .mdx. In the current docs build this means users can install the extension from the catalog but get a 404 when opening its setup guide.
Useful? React with 👍 / 👎.
|
Added |
Adds DSM Memory to
documentation/static/servers.json.DSM is an append-only, SHA-256 hash-chained memory layer for Goose via MCP. It exposes 11 MCP tools (
dsm_start_session,dsm_log_action,dsm_verify, etc.) and writes to a local shard store at~/.dsm-data/shards/.Install
Run
Diff: +11 lines in
servers.json, no other changes.