mirror of
https://github.com/JuliusBrussee/caveman.git
synced 2026-08-11 13:21:09 +02:00
chore(release): pin remote fetches to v1.9.0
First tag shipping src/hooks/checksums.sha256 — with PINNED_REF now pointing at it, curl|bash / detached installs fetch hook files from the immutable v1.9.0 ref and SHA-256 enforcement activates fully (#261, #262). Manifest verified current against src/hooks/ before the bump. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
ddf212173a
commit
32f37af81a
+1
-1
@@ -33,7 +33,7 @@ const REPO = 'JuliusBrussee/caveman';
|
||||
// the new tag on every release (CI release step) AFTER regenerating
|
||||
// src/hooks/checksums.sha256 so the integrity manifest matches the ref.
|
||||
// Overridable via CAVEMAN_REF for testing against a branch.
|
||||
const PINNED_REF = process.env.CAVEMAN_REF || 'v1.8.2';
|
||||
const PINNED_REF = process.env.CAVEMAN_REF || 'v1.9.0';
|
||||
const RAW_BASE = `https://raw.githubusercontent.com/${REPO}/${PINNED_REF}`;
|
||||
const HOOKS_REMOTE = `${RAW_BASE}/src/hooks`;
|
||||
const INIT_SCRIPT_URL = `${RAW_BASE}/src/tools/caveman-init.js`;
|
||||
|
||||
Reference in New Issue
Block a user