Skip to content

feat(setup): add Codex integration#27

Merged
Grivn merged 2 commits into
masterfrom
codex-integration
May 18, 2026
Merged

feat(setup): add Codex integration#27
Grivn merged 2 commits into
masterfrom
codex-integration

Conversation

@Grivn
Copy link
Copy Markdown
Member

@Grivn Grivn commented May 18, 2026

Summary

Add Codex as a first-class mnemon setup target without depending on the experimental harness layer.

  • Detect Codex via the codex CLI or ~/.codex
  • Install Codex-specific skill and hook assets under .codex/
  • Register SessionStart, UserPromptSubmit, and Stop hooks in .codex/hooks.json
  • Support ejecting the Codex integration while preserving unrelated user hooks
  • Document the Codex quick start and the release-path boundary for harness/

Validation

  • go test ./...
  • go build -o mnemon .
  • Temporary-directory smoke test for mnemon setup --target codex --yes
  • Temporary-directory smoke test for mnemon setup --target codex --eject --yes

Grivn added 2 commits May 18, 2026 07:40
Add Codex as a first-class setup target alongside Claude Code, OpenClaw, and Nanobot. The installer now writes Codex-specific skill and hook assets, registers SessionStart, UserPromptSubmit, and Stop hooks in .codex/hooks.json, and supports ejecting the installed Codex surface without depending on the experimental harness layer.

Document the Codex setup path and record the release-path boundary for harness code in AGENTS.md. Validation: go test ./...; go build -o mnemon .; temporary Codex setup/eject smoke checks.
@Grivn Grivn merged commit 882d425 into master May 18, 2026
1 check passed
@Grivn Grivn deleted the codex-integration branch May 18, 2026 07:43
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