Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,25 @@ testing:
./install.sh --devkit ../devkit --config /tmp/codex-config.toml --hooks /tmp/codex-hooks.json
```

## Update

After pulling a newer devkit-codex checkout, rerun the installer so Codex picks
up changed hook commands and MCP config:

```sh
cd devkit-codex
git pull
./install.sh --devkit "$(cd ../devkit && pwd)"
./install.sh --health --devkit "$(cd ../devkit && pwd)"
```

Restart Codex after reinstalling. If hook commands changed, Codex will require
review again:

```text
/hooks
```

## Commands

```sh
Expand Down
Loading