@@ -20,12 +20,12 @@ and keep using Codex normally.
2020Copy this version-pinned prompt into a new Codex task:
2121
2222``` text
23- Install Codex Destructive Guard v1.1.0 from this public repository:
23+ Install Codex Destructive Guard v1.1.1 from this public repository:
2424https://github.com/nuuxcode/codex-destructive-guard
2525
2626First inspect README.md, .agents/plugins/marketplace.json, the plugin manifest,
27- hooks/hooks.json, scripts/guard.py, and checksums/v1.1.0 .sha256. If they match
28- the documented behavior, install the marketplace with --ref v1.1.0 and then
27+ hooks/hooks.json, scripts/guard.py, and checksums/v1.1.1 .sha256. If they match
28+ the documented behavior, install the marketplace with --ref v1.1.1 and then
2929install codex-destructive-guard@codex-destructive-guard. Do not modify unrelated
3030settings and do not run a destructive live test. Show me the exact installed
3131hook command and explain how to review and trust it in /hooks.
@@ -37,7 +37,7 @@ Requirements: Codex with plugin support and Python 3.9 or newer. The recommended
3737installation is immutable and reviewable:
3838
3939``` sh
40- codex plugin marketplace add nuuxcode/codex-destructive-guard --ref v1.1.0
40+ codex plugin marketplace add nuuxcode/codex-destructive-guard --ref v1.1.1
4141codex plugin add codex-destructive-guard@codex-destructive-guard
4242```
4343
@@ -60,15 +60,15 @@ The fallback installer copies the same reviewed script into `CODEX_HOME` and
6060merges one handler into ` hooks.json ` :
6161
6262``` sh
63- git clone --branch v1.1.0 --depth 1 https://github.com/nuuxcode/codex-destructive-guard.git
63+ git clone --branch v1.1.1 --depth 1 https://github.com/nuuxcode/codex-destructive-guard.git
6464cd codex-destructive-guard
65- shasum -a 256 -c checksums/v1.1.0 .sha256
65+ shasum -a 256 -c checksums/v1.1.1 .sha256
6666python3 install.py
6767```
6868
6969On Windows PowerShell, use ` py -3 install.py ` and compare
7070` Get-FileHash plugins/codex-destructive-guard/scripts/guard.py -Algorithm SHA256 `
71- with the value in ` checksums/v1.1.0 .sha256 ` .
71+ with the value in ` checksums/v1.1.1 .sha256 ` .
7272
7373The installer:
7474
0 commit comments