memo

Solid

AIOS project memory — read/write/search your own memory using the memo capabilities. You (the model) decide what to remember, what to correct, and what was useful; the harness only executes your decision. Use when you want to recall prior work, persist a durable fact, supersede a wrong one, or mark a recalled memory useful. TRIGGER: 记忆、memory、memo、remember、recall、记住、之前、结论

AI & Automation 52 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AIOS Memory (memo) Working directory: project root. Memory commands run from the repo root. ## Principle: you decide, the harness executes The harness only *provides capabilities* and does **not** judge semantics for you. Judging **whether a fact is durable**, **what to persist**, **what to correct**, and **which recalled memory was useful** is entirely your job. The harness parses your declaration and executes it — it never guesses for you. ## Capabilities you can invoke Run from the repo root with `node scripts/aios.mjs memo ...`: - **Recall** what you already know before continuing work: `node scripts/aios.mjs memo recall [query]` — human-readable session recall digest - **Search** prior memos (superseded facts hidden by default): `node scripts/aios.mjs memo search "<query>" [--limit N]` - **Persist** a durable fact you just established: `node scripts/aios.mjs memo add "<fact>"` — defaults to an appropriate scope; add `--scope project_shared` for facts anyone in the repo benefits from - **Supersede** a previously recorded fact you now know is wrong: `node scripts/aios.mjs memo add "<corrected fact>" --supersedes <eventId>` - **Mark useful** a recalled memory that actually shaped your outcome: `node scripts/aios.mjs memo useful <eventId>` Run `node scripts/aios.mjs memo --help` for exact flags. ## When to persist (you judge) Persist a durable, verified fact that a future you or a teammate will need — e.g. a root cause you established, a fix you ran an...

Details

Author
rexleimo
Repository
rexleimo/aios
Created
6 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category