docs: fix drift in OpenAI Codex - #259
Draft
jack-arturo wants to merge 1 commit into
Draft
Conversation
Routine docs-accuracy audit against verygoodplugins/mcp-automem@main. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FX7QQ4GSzzAbonMyeNDYzJ
Deploying automem-website with
|
| Latest commit: |
8ec7762
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://abd0022a.automem-website.pages.dev |
| Branch Preview URL: | https://docs-audit-platforms-codex-2.automem-website.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine docs-accuracy audit of
src/content/docs/docs/platforms/codex.mdagainstverygoodplugins/mcp-automem@main(never previously reviewed).codexCLI command generates anAGENTS.mdsection with placeholders:{{PROJECT_NAME}}...{{CURRENT_MONTH}}→ current month inYYYY-MMformat"src/cli/codex.tsonly buildsvars = { PROJECT_NAME: projectName }— noCURRENT_MONTHvar is ever passed toreplaceTemplateVars. A test elsewhere (tests/cli/smoke.test.ts) explicitly asserts a sibling template does not contain{{CURRENT_MONTH}}. This is the same fabricated-placeholder bug already found and fixed onbest-practices/progressive-disclosure.md(PR #232).{{CURRENT_MONTH}}bullet; noted explicitly that only{{PROJECT_NAME}}is substituted.Everything else checked out: the CLI Command Reference table (
--name,--dry-run,--rules <path>) matchesparseCommonFlags/codex.tsexactly, and the Content Size Guidelines table (150–300 target, 500-char auto-summarize threshold, 2000-char hard limit) matchesautomem/config.py'sMEMORY_CONTENT_SOFT_LIMIT/MEMORY_CONTENT_HARD_LIMITdefaults.Open question (not fixed, flagging per audit guidelines): the actual generated
templates/codex/memory-rules.md(v0.15.0) is a much more detailed ruleset than what "Memory Operation Patterns" describes — e.g. it does two-phase session-start recall (separate preference vs. task-context calls with fixed limits 20/30 and a 90-day window) rather than the single combinedrecall_memorycall shown in the doc, plus an "atomic ritual" and a mandatory-association table. The doc's simplified version uses valid, real tool parameters throughout, so it isn't concretely wrong — but it may be describing an older template generation or a deliberately simplified explanation rather than the literal current template. Didn't rewrite this since it would be a large structural change beyond a targeted drift fix; flagging for a maintainer call on whether the page should be brought in line with the current template text.Verified against: verygoodplugins/mcp-automem@946f9e5 (
src/cli/codex.ts,src/cli/host-toolkit.ts,templates/codex/memory-rules.md,tests/cli/smoke.test.ts)Generated by Claude Code as part of the recurring automem-docs-review routine.
Generated by Claude Code