1
0
forked from jason/echo

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,23 @@
# ECHO Memory Codex Plugin
Codex-native version of the ECHO memory plugin. It exposes one skill, `echo-memory`, with the vault contract, routing map, scaffold, and Python operational scripts needed to read, write, bootstrap, migrate, and health-check Jason's ECHO Obsidian vault.
## Runtime
Set `ECHO_KEY` before making live vault calls. The plugin does not ship a bearer token.
Optional:
- `ECHO_BASE`, default `https://echoapi.alwisp.com`
- `ECHO_TODAY`, for deterministic date handling
- `ECHO_VERIFY`, default `1`
- `ECHO_LOCK_TTL`, default `900`
Primary scripts live in `skills/echo-memory/scripts/`:
- `echo.py`
- `bootstrap.py`
- `migrate.py`
- `vault_lint.py`
- `routing.json`