codex migration

This commit is contained in:
jason
2026-06-20 23:21:40 -05:00
parent d6b73a4055
commit 88210a4e84
31 changed files with 2516 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"name": "echo-memory-local",
"interface": {
"displayName": "ECHO Memory Local"
},
"plugins": [
{
"name": "echo-memory",
"source": {
"source": "local",
"path": "./plugins/echo-memory"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}