Skip to content

[system-prompt] add system_prompt_kit.md for MCP agent configuration#19

Merged
Obsidian68 merged 1 commit intofeat/integrationfrom
feat/system-prompt-kit
May 3, 2026
Merged

[system-prompt] add system_prompt_kit.md for MCP agent configuration#19
Obsidian68 merged 1 commit intofeat/integrationfrom
feat/system-prompt-kit

Conversation

@Obsidian68
Copy link
Copy Markdown
Owner

Summary

  • Created system_prompt_kit.md at project root — an agent-facing system prompt covering all 5 MCP tools (memory_write, memory_search, memory_read, memory_delete, memory_list) with parameters, response formats, and realistic examples
  • 6 sections: Identity, When to Write, What to Never Write, How to Write, How to Search, Tool Reference
  • Behavioral rules are short and strict, written for agent consumption
  • Added System Prompt Kit section to README.md
  • Added v1.3.0 entry to CHANGELOG.md

Known limitations

  • Documentation only — no code changes on this branch
  • MCP tools are documented from the branch-plan spec; actual MCP server implementation is on feat/mcp-server
  • Examples use slug-style IDs and type: "memory" matching the current model defaults

Test plan

  • All 5 MCP tools documented with parameters, response format, and examples
  • Behavioral rules are short and strict, zero TODOs
  • No code changes (documentation-only branch)
  • README.md updated with system prompt kit section
  • CHANGELOG.md updated with v1.3.0 entry

🤖 Generated with Claude Code

…tion

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c9d538d974

ℹ️ 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".

Comment thread README.md

## System Prompt Kit

The `system_prompt_kit.md` file at the project root is a ready-to-use system prompt for agents connecting to Engram via MCP. It covers:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove claim that MCP tools are ready to use

This line says the prompt kit is "ready-to-use" for agents connecting via MCP, but this commit does not add any MCP server/tool implementation in src/ (repo-wide search only finds MCP references in docs/reference files). As written, users will follow this setup and then fail to call the documented tools, which is a functional documentation regression rather than a wording nit.

Useful? React with 👍 / 👎.

Comment thread CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.3.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid publishing 1.3.0 changelog before version bump

Adding a 1.3.0 release section here makes the published docs inconsistent with the actual shipped version, which remains 1.2.0 in both pyproject.toml and src/engram/__init__.py. Tooling and users that rely on the changelog for released versions can incorrectly assume 1.3.0 is available and includes MCP features.

Useful? React with 👍 / 👎.

@Obsidian68 Obsidian68 merged commit b508def into feat/integration May 3, 2026
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.

1 participant