diff --git a/website/docs/04-CI CD Integration/01-GitHub Actions Setup.md b/website/docs/04-CI CD Integration/01-GitHub Actions Setup.md
index 22d1c844..08747054 100644
--- a/website/docs/04-CI CD Integration/01-GitHub Actions Setup.md
+++ b/website/docs/04-CI CD Integration/01-GitHub Actions Setup.md
@@ -107,7 +107,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- - uses: lostmartian/agentdiff/.github/actions/agentdiff-check@v0.2.2
+ - uses: kerrshift/agentdiff/.github/actions/agentdiff-check@v0.2.2
with:
baseline: traces/baseline.json
candidate: traces/candidate.json
diff --git a/website/docs/04-CI CD Integration/02-CI CD in Action.md b/website/docs/04-CI CD Integration/02-CI CD in Action.md
index e070d36d..15f37261 100644
--- a/website/docs/04-CI CD Integration/02-CI CD in Action.md
+++ b/website/docs/04-CI CD Integration/02-CI CD in Action.md
@@ -44,7 +44,7 @@ jobs:
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
run: python scripts/run_agent.py --prompt "${{ github.event.inputs.prompt }}" --out run.json
- - uses: lostmartian/agentdiff/.github/actions/agentdiff-check@v0.2.2
+ - uses: kerrshift/agentdiff/.github/actions/agentdiff-check@v0.2.2
with:
baseline: traces/gemini_baseline.json
candidate: run.json
diff --git a/website/docs/05-Development/01-Contributing.md b/website/docs/05-Development/01-Contributing.md
index dbf2971a..1b1c0b34 100644
--- a/website/docs/05-Development/01-Contributing.md
+++ b/website/docs/05-Development/01-Contributing.md
@@ -2,7 +2,7 @@
Thanks for helping build AgentDiff. These rules keep the history clean and
every PR reviewable in minutes. They are non-negotiable - PRs that ignore them
-get sent back. The same rules live in [`CONTRIBUTING.md`](https://github.com/lostmartian/agentdiff/blob/main/CONTRIBUTING.md)
+get sent back. The same rules live in [`CONTRIBUTING.md`](https://github.com/kerrshift/agentdiff/blob/main/CONTRIBUTING.md)
and are mirrored for coding agents in `AGENTS.md` at the repo root.
## Ground rules
diff --git a/website/docs/05-Development/02-Cookbooks.md b/website/docs/05-Development/02-Cookbooks.md
index 2c5d9c33..e2a7d4e5 100644
--- a/website/docs/05-Development/02-Cookbooks.md
+++ b/website/docs/05-Development/02-Cookbooks.md
@@ -1,6 +1,6 @@
# Cookbooks & Live Examples
-The [`cookbooks/`](https://github.com/lostmartian/agentdiff/tree/main/cookbooks)
+The [`cookbooks/`](https://github.com/kerrshift/agentdiff/tree/main/cookbooks)
directory ships standalone recipes in two flavors:
- **Offline (no API keys, deterministic)** - the product story and per-adapter
diff --git a/website/src/app/(site)/action/page.tsx b/website/src/app/(site)/action/page.tsx
index ef3a8e91..46b69ebf 100644
--- a/website/src/app/(site)/action/page.tsx
+++ b/website/src/app/(site)/action/page.tsx
@@ -181,7 +181,7 @@ jobs:
--output traces/pr_candidate.json
- name: Gate Against Golden Baseline
- uses: lostmartian/agentdiff/.github/actions/agentdiff-check@main
+ uses: kerrshift/agentdiff/.github/actions/agentdiff-check@main
with:
baseline: baselines/golden_run.json
candidate: traces/pr_candidate.json
@@ -321,7 +321,7 @@ jobs:
run: git show origin/main:agentdiff.toml > /tmp/baseline-agentdiff.toml
- name: Gate Against Baseline with Governance Guard
- uses: lostmartian/agentdiff/.github/actions/agentdiff-check@main
+ uses: kerrshift/agentdiff/.github/actions/agentdiff-check@main
with:
baseline: baselines/golden_run.json
candidate: traces/pr_candidate.json
diff --git a/website/src/app/docs/DocsShell.tsx b/website/src/app/docs/DocsShell.tsx
index c419b7b6..81c61df9 100644
--- a/website/src/app/docs/DocsShell.tsx
+++ b/website/src/app/docs/DocsShell.tsx
@@ -165,7 +165,7 @@ export default function DocsShell({
Theme
v1 is landing soon. Meanwhile,{" "}
Theme