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
6 changes: 3 additions & 3 deletions src/diagnostics/skill-pin-drift.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import { createHash } from "node:crypto";
* literal a second time.
*/
export const EXPECTED_SKILL_SHA256 =
"e48d5c0cdeb85be7b3a431a678d1cf2ff40aa52a69259567bb575779af75007a";
"83195093d98367ad8000164caa396e855a213d9de64018ba148d03be566772df";

/**
* Sentinel fragments. Assembled from three pieces so the full literal
Expand All @@ -63,8 +63,8 @@ export const EXPECTED_SKILL_SHA256 =
* search the `Skill` tool's result text for the assembled value.
*/
export const EXPECTED_SKILL_SENTINEL_A = "VAULTPILOT_PREFLIGHT_INTEGRITY";
export const EXPECTED_SKILL_SENTINEL_B = "_v5_";
export const EXPECTED_SKILL_SENTINEL_C = "9c4a2e7f3d816b50";
export const EXPECTED_SKILL_SENTINEL_B = "_v6_";
export const EXPECTED_SKILL_SENTINEL_C = "8682084ac4984982";

/** Raw GitHub URL of the canonical `SKILL.md` on `master`. */
export const SKILL_MD_RAW_URL =
Expand Down
Loading