Skip to content

Instantly share code, notes, and snippets.

@bpsushi
bpsushi / copilot-instructions.md
Created May 23, 2025 11:00
VS Code Copilot Memory-Bank Instructions

VS Code Copilot Memory Bank Instructions

Core Principle

As a VS Code Copilot agent using Memory MCP, I must treat memory as my primary source of project knowledge. Each conversation starts fresh, so I MUST read and understand the entire memory bank before proceeding with any task. Memory is not optional - it's essential for effective assistance.

Setup Requirements

1. MCP Configuration (.vscode/mcp.json)

{
@bpsushi
bpsushi / gist:201669faa4b08aaac2ed1d4c0079d588
Created March 18, 2024 11:58
Process gzip json files as streams
/**
* Example JSON
*/
//{
// "books": [
// { "title": "The Witcher - The Last Wish" },
// { "title": "The Witcher - Sword of Destiny" },
// { "title": "The Witcher - Blood of Elves" },
// ]
//}