Document CDN dependency update workflow in AGENTS.md
Assisted-by: Claude Opus 4.6 via Claude Code
change kyxurxnlntkqqwolqvltwzvxllzvkllu
commit 8dea43652dc4fc0dd92e778298f65a9f88d30664
author Alpha Chen <alpha@kejadlen.dev>
date
parent mtyvwltr
diff --git a/AGENTS.md b/AGENTS.md
index 0306d87..764c6d7 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -105,8 +105,8 @@ Output goes to `~/.cache/ketchup/snapshots/` (or `$XDG_CACHE_HOME`). Templates f
 
 ## Updating CDN dependencies
 
-CDN scripts in `lib/ketchup/views/layout.rb` use [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) hashes. Renovate bumps the version in the `src` URL but cannot update the SRI hash. Before merging a Renovate CDN PR, run:
+CDN scripts in `lib/ketchup/views/layout.rb` use [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) hashes. Renovate bumps the version in the `src` URL but cannot update the SRI hash. To complete a Renovate CDN PR:
 
-```sh
-rake cdn:rehash
-```
+1. Check out the Renovate branch: `jj new <bookmark>`
+2. Run `rake cdn:rehash` to regenerate integrity hashes
+3. Commit, push to the branch, and merge the PR