Skip to content

docs(agents): add basic-memory recall pointer - #157

Closed
iret77 wants to merge 1 commit into
mainfrom
docs/agents-memory-pointer
Closed

docs(agents): add basic-memory recall pointer#157
iret77 wants to merge 1 commit into
mainfrom
docs/agents-memory-pointer

Conversation

@iret77

@iret77 iret77 commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Was

Ergänzt die eine kanonische durable-memory-Zeile als ## Memory-Abschnitt in AGENTS.md.

Warum

Codex & andere Harnesses haben keine User-Ebene — AGENTS.md ist ihre einzige Tür zu recall/write_note. Ohne den Zeiger behaupten Sessions, sie hätten keinen Zugriff auf private Repos, und suchen nach PATs, statt recall/gho zu nutzen.

Teil des projektübergreifenden Memory-/Auth-Rollouts: jede AGENTS.md trägt die eine Zeile, wörtlich. Kein Notiz-Titel/Permalink (die sind im Vault volatil) — der Einstieg ist die Situation, nach der man recallt.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Codex and other harnesses have no user-level config layer — AGENTS.md is
their only door to durable memory. Add the one canonical line so they reach
recall/write_note. Part of the cross-repo memory rollout.
@iret77

iret77 commented Aug 15, 2026

Copy link
Copy Markdown
Contributor Author

Closing — wrong premise. The basic-memory pointer is host-global: it already lives in ~/.codex/AGENTS.md (via codex-agents-sync) and ~/.claude/CLAUDE.md, verified present on every host. A per-repo copy is therefore (a) redundant — the same instruction twice in a session's context — and (b) misplaced: the pointer targets a private vault, and this repo is public, so a fresh clone can't act on it. Global belongs global; AGENTS.md stays for project knowledge only.

@iret77 iret77 closed this Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant