Skip to content

Commit 0ed0ef0

Browse files
committed
chore: align github cross-links to ericelizes1
Every URL in README, CHANGELOG, CONTRIBUTING, pyproject.toml homepage/repo/issues fields, server.json, and the discussion link in .github/ISSUE_TEMPLATE/config.yml pointed at the placeholder `ericelizes/...`. My actual GitHub username is `ericelizes1`. One sed pass fixes them all. Verification: - uv run pytest → 40/40 still passing
1 parent 226675a commit 0ed0ef0

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Discussion / question
4-
url: https://github.com/ericelizes/agentclip-python/discussions
4+
url: https://github.com/ericelizes1/agentclip-python/discussions
55
about: For open-ended questions, ideas, and "is this the right tool for…?"

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Initial public release.
2424
- Default backend URL: `https://agentclip.dev`. Override with `AGENTCLIP_BASE_URL` for self-hosted deploys.
2525
- v0.1 has no account flow; the `write_token` returned at create time is the only credential.
2626

27-
[Unreleased]: https://github.com/ericelizes/agentclip-python/compare/v0.1.0...HEAD
28-
[0.1.0]: https://github.com/ericelizes/agentclip-python/releases/tag/v0.1.0
27+
[Unreleased]: https://github.com/ericelizes1/agentclip-python/compare/v0.1.0...HEAD
28+
[0.1.0]: https://github.com/ericelizes1/agentclip-python/releases/tag/v0.1.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Thanks for considering a contribution. AgentClip is a small, focused project, so
2020

2121
```bash
2222
# Clone and enter
23-
git clone https://github.com/ericelizes/agentclip
23+
git clone https://github.com/ericelizes1/agentclip
2424
cd agentclip
2525

2626
# Install with uv (recommended) or pip

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Turn your AI agent's QA runs into shareable clips.
44

55
[![PyPI](https://img.shields.io/pypi/v/agentclip.svg)](https://pypi.org/project/agentclip/)
66
[![Python](https://img.shields.io/pypi/pyversions/agentclip.svg)](https://pypi.org/project/agentclip/)
7-
[![CI](https://github.com/ericelizes/agentclip-python/actions/workflows/ci.yml/badge.svg)](https://github.com/ericelizes/agentclip-python/actions/workflows/ci.yml)
8-
[![License: MIT](https://img.shields.io/pypi/l/agentclip.svg)](https://github.com/ericelizes/agentclip-python/blob/main/LICENSE)
7+
[![CI](https://github.com/ericelizes1/agentclip-python/actions/workflows/ci.yml/badge.svg)](https://github.com/ericelizes1/agentclip-python/actions/workflows/ci.yml)
8+
[![License: MIT](https://img.shields.io/pypi/l/agentclip.svg)](https://github.com/ericelizes1/agentclip-python/blob/main/LICENSE)
99

1010
Your AI agent drives the browser. AgentClip captures the moments that matter, screenshots and captions, and ships you back a single URL anyone can watch.
1111

@@ -92,7 +92,7 @@ Restart your agent runtime. The four tools below will register automatically.
9292

9393
## Self-hosting the backend
9494

95-
Companion repo: [`ericelizes/agentclip`](https://github.com/ericelizes/agentclip) — the platform monorepo with the Django API and Next.js front-end, plus a `.do/app.yaml` for one-command deploy to DigitalOcean App Platform. Point `AGENTCLIP_BASE_URL` at your domain.
95+
Companion repo: [`ericelizes1/agentclip`](https://github.com/ericelizes1/agentclip) — the platform monorepo with the Django API and Next.js front-end, plus a `.do/app.yaml` for one-command deploy to DigitalOcean App Platform. Point `AGENTCLIP_BASE_URL` at your domain.
9696

9797
## Development
9898

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ agentclip = 'agentclip.cli:app'
3838
agentclip-mcp = 'agentclip.mcp_server:main'
3939

4040
[project.urls]
41-
Homepage = 'https://github.com/ericelizes/agentclip-python'
42-
Repository = 'https://github.com/ericelizes/agentclip-python'
43-
Issues = 'https://github.com/ericelizes/agentclip-python/issues'
41+
Homepage = 'https://github.com/ericelizes1/agentclip-python'
42+
Repository = 'https://github.com/ericelizes1/agentclip-python'
43+
Issues = 'https://github.com/ericelizes1/agentclip-python/issues'
4444

4545
[tool.hatch.build.targets.wheel]
4646
packages = ['src/agentclip']

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://agentclip.dev",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/ericelizes/agentclip-python"
11+
"url": "https://github.com/ericelizes1/agentclip-python"
1212
},
1313
"author": {
1414
"name": "Eric Elizes",

0 commit comments

Comments
 (0)