Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit f853fee

Browse files
committed
refactor: Flatten plugin structure to root level
Move plugin content (commands, skills, hooks) from basic-memory/ subdirectory to repository root for proper caching behavior. - Update marketplace.json source from './basic-memory' to './' - Move plugin.json to root .claude-plugin/ - Update PLUGIN.md structure diagram Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 5fde93f commit f853fee

18 files changed

Lines changed: 3 additions & 102 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"plugins": [
1212
{
1313
"name": "basic-memory",
14-
"source": "./basic-memory",
14+
"source": "./",
1515
"description": "Skills, commands, and hooks for Basic Memory MCP - capture knowledge, continue conversations, and follow spec-driven development",
1616
"version": "0.1.0",
1717
"author": {
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,9 @@ This plugin leverages Basic Memory's MCP tools:
277277
## Plugin Structure
278278

279279
```
280-
basic-memory/
280+
basic-memory-plugins/
281281
├── .claude-plugin/
282+
│ ├── marketplace.json # Marketplace manifest
282283
│ └── plugin.json # Plugin manifest
283284
├── commands/
284285
│ ├── remember.md # /remember command

basic-memory/README.md

Lines changed: 0 additions & 100 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)