From 96cfbae0e5d63f1d16ed57b11ff8b3eb283cb4e3 Mon Sep 17 00:00:00 2001 From: Tym Rabchuk Date: Tue, 19 May 2026 16:30:51 -0400 Subject: [PATCH] docs: add update instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index fae6528..ac2cf68 100644 --- a/README.md +++ b/README.md @@ -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