Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/04-CI CD Integration/02-CI CD in Action.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/05-Development/01-Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/05-Development/02-Cookbooks.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/src/app/(site)/action/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/src/app/docs/DocsShell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default function DocsShell({
<span className="text-xs text-(--muted) font-medium">Theme</span>
</div>
<a
href="https://github.com/lostmartian/agentdiff"
href="https://github.com/kerrshift/agentdiff"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2 px-3.5 py-1.5 rounded-full border border-(--border) bg-(--surface) text-xs font-semibold text-(--fg) hover:bg-(--surface-2) transition-colors"
Expand Down Expand Up @@ -240,7 +240,7 @@ export default function DocsShell({
<div className="hidden lg:flex items-center gap-2">
<ThemeToggle />
<a
href="https://github.com/lostmartian/agentdiff"
href="https://github.com/kerrshift/agentdiff"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center justify-center w-8 h-8 rounded-full text-(--muted) border border-(--border) bg-(--surface) hover:text-(--fg) hover:border-(--border-strong) transition-colors duration-150 shadow-2xs"
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/BlogGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function BlogGrid({ posts }: { posts: BlogPostMeta[] }) {
<p className="text-sm text-(--muted) max-w-md mx-auto leading-relaxed">
v1 is landing soon. Meanwhile,{" "}
<a
href="https://github.com/lostmartian/agentdiff/releases"
href="https://github.com/kerrshift/agentdiff/releases"
target="_blank"
rel="noopener noreferrer"
className="underline decoration-(--border) underline-offset-4 hover:decoration-(--fg) text-(--fg) transition-colors font-medium"
Expand Down
4 changes: 2 additions & 2 deletions website/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function Header({ version = "0.2.1" }: { version?: string }) {
<span className="text-xs text-(--muted) font-medium">Theme</span>
</div>
<a
href="https://github.com/lostmartian/agentdiff"
href="https://github.com/kerrshift/agentdiff"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2 px-3.5 py-1.5 rounded-full border border-(--border) bg-(--surface) text-xs font-semibold text-(--fg) hover:bg-(--surface-2) transition-colors"
Expand Down Expand Up @@ -180,7 +180,7 @@ export default function Header({ version = "0.2.1" }: { version?: string }) {
<div className="hidden lg:flex items-center gap-2">
<ThemeToggle />
<a
href="https://github.com/lostmartian/agentdiff"
href="https://github.com/kerrshift/agentdiff"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center justify-center w-8 h-8 rounded-full text-(--muted) border border-(--border) bg-(--surface) hover:text-(--fg) hover:border-(--border-strong) transition-colors duration-150 shadow-2xs"
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/SurfacesTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const TABS = [
label: "GitHub Action",
href: "/action",
cta: "Action docs",
code: "- uses: lostmartian/agentdiff/.github/actions/agentdiff-check@main\n with:\n baseline: baselines/current.json\n candidate: traces/pr.json\n pr: ${{ github.event.number }}",
code: "- uses: kerrshift/agentdiff/.github/actions/agentdiff-check@main\n with:\n baseline: baselines/current.json\n candidate: traces/pr.json\n pr: ${{ github.event.number }}",
body: "Posts the divergence report as a PR comment; blocks on regression.",
},
{
Expand Down
Loading