Files
echo/codex plugin/plugins/echo-memory/.codex-plugin/plugin.json
T
2026-06-20 23:21:40 -05:00

28 lines
908 B
JSON

{
"name": "echo-memory",
"version": "0.7.1-codex.0+codex.20260620053750",
"description": "Persistent memory for Codex via the ECHO Obsidian vault over the Local REST API.",
"author": {
"name": "Jason"
},
"skills": "./skills/",
"interface": {
"displayName": "ECHO Memory",
"shortDescription": "Use the ECHO Obsidian vault as Codex memory.",
"longDescription": "Loads, writes, triages, and health-checks Jason's ECHO Obsidian vault using a status-checked Local REST API client and the plugin's bundled vault contract, routing map, templates, bootstrap, and migration logic.",
"developerName": "Jason",
"category": "Productivity",
"capabilities": [
"Memory",
"Obsidian",
"Automation"
],
"defaultPrompt": [
"Load my ECHO memory.",
"Save this to ECHO memory.",
"Run ECHO vault health."
],
"brandColor": "#2563EB"
}
}