chore: apply org change and re-add contributors

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: Smartsheet-JB-Brown <Smartsheet-JB-Brown@users.noreply.github.com>
Co-authored-by: elianiva <51877647+elianiva@users.noreply.github.com>
This commit is contained in:
NamesMT 2025-05-21 16:49:50 +00:00 committed by hannesrudolph
parent d0d52ff8f0
commit ee6f145986
6 changed files with 10 additions and 10 deletions

View file

@ -37,7 +37,7 @@ The Marketplace provides the following key features:
## Default Marketplace Repository
The default Marketplace repository is located at:
[https://github.com/RooVetGit/Roo-Code-Marketplace](https://github.com/RooVetGit/Roo-Code-Marketplace)
[https://github.com/RooCodeInc/Roo-Code-Marketplace](https://github.com/RooCodeInc/Roo-Code-Marketplace)
## Contributing

View file

@ -97,7 +97,7 @@ To contribute your package to the official repository, follow these steps:
### 1. Fork the Repository
1. Visit the official Roo Code Packages repository: [https://github.com/RooVetGit/Roo-Code-Marketplace](https://github.com/RooVetGit/Roo-Code-Marketplace)
1. Visit the official Roo Code Packages repository: [https://github.com/RooCodeInc/Roo-Code-Marketplace](https://github.com/RooCodeInc/Roo-Code-Marketplace)
2. Click the "Fork" button in the top-right corner
3. This creates your own copy of the repository where you can make changes
@ -149,7 +149,7 @@ git push origin main
### 6. Create a Pull Request
1. Go to the original repository: [https://github.com/RooVetGit/Roo-Code-Marketplace](https://github.com/RooVetGit/Roo-Code-Marketplace)
1. Go to the original repository: [https://github.com/RooCodeInc/Roo-Code-Marketplace](https://github.com/RooCodeInc/Roo-Code-Marketplace)
2. Click "Pull Requests" and then "New Pull Request"
3. Click "Compare across forks"
4. Select your fork as the head repository

View file

@ -60,7 +60,7 @@ Once you have a properly structured source repository, you can add it to your Ro
Roo Code comes with a default package source:
- URL: `https://github.com/RooVetGit/Roo-Code-Marketplace`
- URL: `https://github.com/RooCodeInc/Roo-Code-Marketplace`
- This source is enabled by default, and anytime all sources have been deleted.
### Adding a New Source

View file

@ -13,7 +13,7 @@ describe("MetadataScanner External References", () => {
const gitFetcher = new GitFetcher(mockContext)
// Fetch the marketplace repository
const repoUrl = "https://github.com/RooVetGit/Roo-Code-Marketplace"
const repoUrl = "https://github.com/RooCodeInc/Roo-Code-Marketplace"
const repo = await gitFetcher.fetchRepository(repoUrl)
// Find the Project Manager package

View file

@ -5,7 +5,7 @@
/**
* Default marketplace repository URL
*/
export const DEFAULT_PACKAGE_MANAGER_REPO_URL = "https://github.com/RooVetGit/Roo-Code-Marketplace"
export const DEFAULT_PACKAGE_MANAGER_REPO_URL = "https://github.com/RooCodeInc/Roo-Code-Marketplace"
/**
* Default marketplace repository name

View file

@ -82,7 +82,7 @@ describe("MarketplaceViewStateManager", () => {
const state = manager.getState()
expect(state.sources).toEqual([
{
url: "https://github.com/RooVetGit/Roo-Code-Marketplace",
url: "https://github.com/RooCodeInc/Roo-Code-Marketplace",
name: "Roo Code",
enabled: true,
},
@ -93,7 +93,7 @@ describe("MarketplaceViewStateManager", () => {
type: "marketplaceSources",
sources: [
{
url: "https://github.com/RooVetGit/Roo-Code-Marketplace",
url: "https://github.com/RooCodeInc/Roo-Code-Marketplace",
name: "Roo Code",
enabled: true,
},
@ -896,7 +896,7 @@ describe("MarketplaceViewStateManager", () => {
type: "marketplaceSources",
sources: [
{
url: "https://github.com/RooVetGit/Roo-Code-Marketplace",
url: "https://github.com/RooCodeInc/Roo-Code-Marketplace",
name: "Roo Code",
enabled: true,
},
@ -1128,7 +1128,7 @@ describe("MarketplaceViewStateManager", () => {
it("should restore sources from marketplaceSources on webview launch", () => {
const savedSources = [
{
url: "https://github.com/RooVetGit/Roo-Code-Marketplace",
url: "https://github.com/RooCodeInc/Roo-Code-Marketplace",
name: "Roo Code",
enabled: true,
},