Skip to content

feat(codex): install codebase-memory skill#977

Open
agn-7 wants to merge 3 commits into
DeusData:mainfrom
agn-7:feat/codex-skill-support
Open

feat(codex): install codebase-memory skill#977
agn-7 wants to merge 3 commits into
DeusData:mainfrom
agn-7:feat/codex-skill-support

Conversation

@agn-7

@agn-7 agn-7 commented Jul 9, 2026

Copy link
Copy Markdown

Summary

  • install the existing consolidated codebase-memory Skill for Codex users under HOME/.agents/skills/codebase-memory/SKILL.md
  • preserve .codex/AGENTS.md as the lightweight always-loaded guidance while using the Skill for progressive-disclosure workflows
  • include the Codex skill path in install --plan and remove the managed skill during uninstall
  • update smoke/security install checks and the README multi-agent table

Closes #976

Testing

  • ./build/c/test-runner cli
  • make -f Makefile.cbm cbm
  • bash -n scripts/security-install.sh
  • bash -n scripts/smoke-test.sh
  • fake HOME install --plan check for .agents/skills without mutation
  • fake HOME install/uninstall cycle verifying Codex skill write/remove and existing config preservation
  • bash scripts/security-install.sh build/c/codebase-memory-mcp

Note: make -f Makefile.cbm test currently exits nonzero in existing graph/edge regression suites with no graph DB; the touched CLI suite passes.

agn-7 added 3 commits July 9, 2026 12:18
Signed-off-by: Benyamin <benyaminjmf@gmail.com>
Signed-off-by: Benyamin <benyaminjmf@gmail.com>
Signed-off-by: Benyamin <benyaminjmf@gmail.com>
@agn-7 agn-7 requested a review from DeusData as a code owner July 9, 2026 08:55
@DeusData DeusData added this to the 0.9.2-rc milestone Jul 9, 2026
@DeusData DeusData added enhancement New feature or request editor/integration Editor compatibility and CLI integration ux/behavior Display bugs, docs, adoption UX priority/normal Standard review queue; useful PR with ordinary maintainer urgency. labels Jul 9, 2026
@DeusData

DeusData commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Thanks for the PR. I have triaged this with #976 into 0.9.2-rc as a Codex integration enhancement. The review focus will be install/uninstall ownership boundaries, preserving existing Codex config, and making sure managed skill files are clearly scoped to codebase-memory-mcp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

editor/integration Editor compatibility and CLI integration enhancement New feature or request priority/normal Standard review queue; useful PR with ordinary maintainer urgency. ux/behavior Display bugs, docs, adoption UX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: install codebase-memory skill for Codex

2 participants