Skip to content

Conversation

PEZ
Copy link
Contributor

@PEZ PEZ commented Oct 9, 2025

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run node update-readme.js and verified that README.md is up to date.

Description

  • Updating the Memory Keeper/remember prompt to handle the workspace scope as well as the previous global scope. Also incorporating a few improvements to the prompt that I've been adding as I've used it.
  • Adding a memory-merger prompt. As the memories are added, at some point we want to merge them to the general instructions for the domain.

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • Other (please specify): Updated prompt file

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@Copilot Copilot AI review requested due to automatic review settings October 9, 2025 20:57
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enhances the Memory Keeper system by adding workspace scope support and introducing a new Memory Merger prompt. The changes enable storing domain-organized memories at both global and workspace levels, and provide a mechanism to consolidate mature learnings.

Key changes:

  • Extended Memory Keeper to support workspace-scoped instructions alongside existing global scope
  • Added new Memory Merger prompt for consolidating mature memories into instruction files
  • Updated README with the new Memory Merger prompt entry

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
prompts/remember.prompt.md Enhanced Memory Keeper with workspace scope support and improved syntax documentation
prompts/memory-merger.prompt.md New prompt for merging mature memories from domain memory files into instruction files
README.prompts.md Added Memory Merger entry and updated Memory Keeper description

@aaronpowell aaronpowell merged commit 7bd1620 into github:main Oct 9, 2025
2 checks passed
@PEZ PEZ deleted the update-memory-prompts branch October 10, 2025 20:10
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.

2 participants