Skip to content

Commit 17ad25d

Browse files
pablodeluccaPablo De Luccaclaude
authored andcommitted
chore: update repo URLs for org migration to pixel-agents-hq (#274)
Updated (repo location references): - package.json: repository.url - README.md: discussions, issues, stargazers, license, clone URL, star history - CONTRIBUTING.md: clone URL, issue/feature request links - SECURITY.md: vulnerability reporting URL - .github/ISSUE_TEMPLATE/config.yml: discussions URL - .github/workflows/update-badges.yml: repository guard condition - webview-ui/src/changelogData.ts: CHANGELOG_REPO_URL Intentionally NOT changed: - package.json publisher field — changing this would create a new extension listing on VS Code Marketplace and Open VSX. Existing users of pablodelucca.pixel-agents would stop receiving auto-updates, and all install counts, ratings, and reviews would be lost permanently. - README.md marketplace/gist badge URLs — tied to extension ID and personal gist - update-badges.yml marketplace/OpenVSX API queries — publisher namespace - CHANGELOG.md — historical PR/issue links (GitHub redirects handle these) Co-authored-by: Pablo De Lucca <pablo@Pablos-Mac-mini.local> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6dfbf7e commit 17ad25d

7 files changed

Lines changed: 20 additions & 21 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: "Question / Help"
4-
url: "https://github.com/pablodelucca/pixel-agents/discussions/categories/q-a"
4+
url: "https://github.com/pixel-agents-hq/pixel-agents/discussions/categories/q-a"
55
about: "Ask questions and get help in Discussions."

.github/workflows/update-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
update-badges:
1010
runs-on: ubuntu-latest
11-
if: ${{ github.repository == 'pablodelucca/pixel-agents' }}
11+
if: ${{ github.repository == 'pixel-agents-hq/pixel-agents' }}
1212

1313
steps:
1414
- name: Fetch VS Code Marketplace stats

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This project is licensed under the [MIT License](LICENSE), so your contributions
1414
### Setup
1515

1616
```bash
17-
git clone https://github.com/pablodelucca/pixel-agents.git
17+
git clone https://github.com/pixel-agents-hq/pixel-agents.git
1818
cd pixel-agents
1919
npm install
2020
cd webview-ui && npm install && cd ..
@@ -176,11 +176,11 @@ Each test runs with an isolated `HOME` and `--user-data-dir`, so no test state l
176176
177177
## Reporting Bugs
178178

179-
[Open a bug report](https://github.com/pablodelucca/pixel-agents/issues/new?template=bug_report.yml) — the form will guide you through providing the details we need.
179+
[Open a bug report](https://github.com/pixel-agents-hq/pixel-agents/issues/new?template=bug_report.yml) — the form will guide you through providing the details we need.
180180

181181
## Feature Requests
182182

183-
Have an idea? [Open a feature request](https://github.com/pablodelucca/pixel-agents/issues/new?template=feature_request.yml) — the form will guide you through describing the problem and your proposed solution. You can also browse and join ongoing conversations in [Discussions](https://github.com/pablodelucca/pixel-agents/discussions).
183+
Have an idea? [Open a feature request](https://github.com/pixel-agents-hq/pixel-agents/issues/new?template=feature_request.yml) — the form will guide you through describing the problem and your proposed solution. You can also browse and join ongoing conversations in [Discussions](https://github.com/pixel-agents-hq/pixel-agents/discussions).
184184

185185
## Security Issues
186186

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<a href="https://github.com/pablodelucca/pixel-agents/discussions">
2+
<a href="https://github.com/pixel-agents-hq/pixel-agents/discussions">
33
<img src="webview-ui/public/banner.png" alt="Pixel Agents">
44
</a>
55
</h1>
@@ -10,16 +10,16 @@
1010

1111
<div align="center" style="margin-top: 25px;">
1212

13-
[![version](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fpablodelucca%2F3cd28398fa4a2c0a636e1d51d41aee39%2Fraw%2Fversion.json)](https://github.com/pablodelucca/pixel-agents/releases)
13+
[![version](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fpablodelucca%2F3cd28398fa4a2c0a636e1d51d41aee39%2Fraw%2Fversion.json)](https://github.com/pixel-agents-hq/pixel-agents/releases)
1414
[![marketplaces](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fpablodelucca%2F3cd28398fa4a2c0a636e1d51d41aee39%2Fraw%2Finstalls.json)](https://marketplace.visualstudio.com/items?itemName=pablodelucca.pixel-agents)
15-
[![stars](https://img.shields.io/github/stars/pablodelucca/pixel-agents?logo=github&color=0183ff&style=flat)](https://github.com/pablodelucca/pixel-agents/stargazers)
16-
[![license](https://img.shields.io/github/license/pablodelucca/pixel-agents?color=0183ff&style=flat)](https://github.com/pablodelucca/pixel-agents/blob/main/LICENSE)
17-
[![good first issues](https://img.shields.io/github/issues/pablodelucca/pixel-agents/good%20first%20issue?color=7057ff&label=good%20first%20issues)](https://github.com/pablodelucca/pixel-agents/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
15+
[![stars](https://img.shields.io/github/stars/pixel-agents-hq/pixel-agents?logo=github&color=0183ff&style=flat)](https://github.com/pixel-agents-hq/pixel-agents/stargazers)
16+
[![license](https://img.shields.io/github/license/pixel-agents-hq/pixel-agents?color=0183ff&style=flat)](https://github.com/pixel-agents-hq/pixel-agents/blob/main/LICENSE)
17+
[![good first issues](https://img.shields.io/github/issues/pixel-agents-hq/pixel-agents/good%20first%20issue?color=7057ff&label=good%20first%20issues)](https://github.com/pixel-agents-hq/pixel-agents/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
1818

1919
</div>
2020

2121
<div align="center">
22-
<a href="https://marketplace.visualstudio.com/items?itemName=pablodelucca.pixel-agents">🛒 VS Code Marketplace</a> • <a href="https://github.com/pablodelucca/pixel-agents/discussions">💬 Discussions</a> • <a href="https://github.com/pablodelucca/pixel-agents/issues">🐛 Issues</a> • <a href="CONTRIBUTING.md">🤝 Contributing</a> • <a href="CHANGELOG.md">📋 Changelog</a>
22+
<a href="https://marketplace.visualstudio.com/items?itemName=pablodelucca.pixel-agents">🛒 VS Code Marketplace</a> • <a href="https://github.com/pixel-agents-hq/pixel-agents/discussions">💬 Discussions</a> • <a href="https://github.com/pixel-agents-hq/pixel-agents/issues">🐛 Issues</a> • <a href="CONTRIBUTING.md">🤝 Contributing</a> • <a href="CHANGELOG.md">📋 Changelog</a>
2323
</div>
2424

2525
<br/>
@@ -61,7 +61,7 @@ If you just want to use Pixel Agents, the easiest way is to download the [VS Cod
6161
### Install from source
6262

6363
```bash
64-
git clone https://github.com/pablodelucca/pixel-agents.git
64+
git clone https://github.com/pixel-agents-hq/pixel-agents.git
6565
cd pixel-agents
6666
npm install
6767
cd webview-ui && npm install && cd ..
@@ -143,12 +143,11 @@ For this to work, the architecture needs to be modular at every level:
143143
- **Agent-agnostic**: Claude Code today, but built to support Codex, OpenCode, Gemini, Cursor, Copilot, and others through composable adapters.
144144
- **Theme-agnostic**: community-created assets, skins, and themes from any contributor.
145145

146-
We're actively working on the core module and adapter architecture that makes this possible. If you're interested to talk about this further, please visit our [Discussions Section](https://github.com/pablodelucca/pixel-agents/discussions).
147-
146+
We're actively working on the core module and adapter architecture that makes this possible. If you're interested to talk about this further, please visit our [Discussions Section](https://github.com/pixel-agents-hq/pixel-agents/discussions).
148147

149148
## Community & Contributing
150149

151-
Use **[Issues](https://github.com/pablodelucca/pixel-agents/issues)** to report bugs or request features. Join **[Discussions](https://github.com/pablodelucca/pixel-agents/discussions)** for questions and conversations.
150+
Use **[Issues](https://github.com/pixel-agents-hq/pixel-agents/issues)** to report bugs or request features. Join **[Discussions](https://github.com/pixel-agents-hq/pixel-agents/discussions)** for questions and conversations.
152151

153152
See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute.
154153

@@ -167,7 +166,7 @@ If you find Pixel Agents useful, consider supporting its development:
167166

168167
## Star History
169168

170-
[![Star History Chart](https://api.star-history.com/svg?repos=pablodelucca/pixel-agents&type=Date)](https://www.star-history.com/?repos=pablodelucca%2Fpixel-agents&type=date&legend=bottom-right)
169+
[![Star History Chart](https://api.star-history.com/svg?repos=pixel-agents-hq/pixel-agents&type=Date)](https://www.star-history.com/?repos=pixel-agents-hq%2Fpixel-agents&type=date&legend=bottom-right)
171170

172171
## License
173172

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## Supported Versions
44

5-
| Version | Supported |
6-
|---------|-----------|
5+
| Version | Supported |
6+
| ------- | ------------------ |
77
| 1.x.x | :white_check_mark: |
88

99
## Reporting a Vulnerability
1010

11-
Please report security vulnerabilities through [GitHub's private vulnerability reporting](https://github.com/pablodelucca/pixel-agents/security/advisories/new).
11+
Please report security vulnerabilities through [GitHub's private vulnerability reporting](https://github.com/pixel-agents-hq/pixel-agents/security/advisories/new).
1212

1313
**Do not open a public issue for security vulnerabilities.**
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publisher": "pablodelucca",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/pablodelucca/pixel-agents"
9+
"url": "https://github.com/pixel-agents-hq/pixel-agents"
1010
},
1111
"icon": "icon.png",
1212
"license": "MIT",

webview-ui/src/changelogData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function toMajorMinor(version: string): string {
2121
return parts.length >= 2 ? `${parts[0]}.${parts[1]}` : version;
2222
}
2323

24-
export const CHANGELOG_REPO_URL = 'https://github.com/pablodelucca/pixel-agents';
24+
export const CHANGELOG_REPO_URL = 'https://github.com/pixel-agents-hq/pixel-agents';
2525

2626
export const changelogEntries: ChangelogEntry[] = [
2727
{

0 commit comments

Comments
 (0)