From 289ac42d584a143f2b730f88c6ca7505261c00ec Mon Sep 17 00:00:00 2001 From: Kevin Bost Date: Mon, 27 Apr 2026 13:32:19 -0700 Subject: [PATCH] Update org references from IntelliTect-dev to IntelliTect Replace all GitHub URLs, publisher fields, homepage URLs, and install commands across plugin.json files, READMEs, docs, and scripts to reflect the upcoming repository migration from IntelliTect-dev to IntelliTect. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 6 +++--- README.md | 6 +++--- docs/docfx.json | 2 +- docs/guides/getting-started.md | 2 +- docs/index.md | 2 +- plugins/coalesce-accelerator/README.md | 8 ++++---- plugins/coalesce-accelerator/plugin.json | 6 +++--- plugins/csharp-best-practices/README.md | 4 ++-- plugins/csharp-best-practices/plugin.json | 6 +++--- plugins/enterprise-bug-fixing/README.md | 2 +- plugins/enterprise-bug-fixing/plugin.json | 6 +++--- plugins/solid-principles/README.md | 4 ++-- plugins/solid-principles/plugin.json | 6 +++--- plugins/testing-essentials/plugin.json | 6 +++--- plugins/vuetify-components/README.md | 6 +++--- plugins/vuetify-components/plugin.json | 6 +++--- scripts/generate-plugin-docs.ps1 | 2 +- 17 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index d1cf160..acf1eca 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1,14 +1,14 @@ { "name": "IntelliPlugins", "owner": { - "name": "IntelliTect-dev", + "name": "IntelliTect", "email": "dan.olvera@intellitect.com" }, "metadata": { "description": "Curated Copilot plugins for enterprise C# development, Coalesce framework, and Vue 3 with Vuetify. Designed to support SOLID principles, best practices, and architectural excellence.", "version": "1.0.0", - "homepage": "https://intellitect-dev.github.io/IntelliPlugins", - "repository": "https://github.com/IntelliTect-dev/IntelliPlugins", + "homepage": "https://intellitect.github.io/IntelliPlugins", + "repository": "https://github.com/IntelliTect/IntelliPlugins", "license": "MIT" }, "plugins": [ diff --git a/README.md b/README.md index f3c9308..4b71630 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ copilot plugin install solid-principles@IntelliPlugins ### Browse All Plugins -Visit [help pages](https://intellitect-dev.github.io/IntelliPlugins/) for documentation, examples, and installation guides. +Visit [help pages](https://intellitect.github.io/IntelliPlugins/) for documentation, examples, and installation guides. ## Available Plugins @@ -45,7 +45,7 @@ Visit [help pages](https://intellitect-dev.github.io/IntelliPlugins/) for docume - **[Getting Started](docs/guides/getting-started.md)** - Your first steps with IntelliPlugins - **[Usage Examples](docs/guides/usage-examples.md)** - Real-world scenarios - **[Installation Guide](docs/plugins/installation-guide.md)** - Detailed setup -- **[Full Documentation](https://intellitect-dev.github.io/IntelliPlugins/)** - Complete guides and examples +- **[Full Documentation](https://intellitect.github.io/IntelliPlugins/)** - Complete guides and examples ## Repository Structure @@ -120,7 +120,7 @@ Help me fix bug #12345. Let's start with a test-first approach. ### Install from Marketplace ```bash -copilot plugin marketplace add IntelliTect-dev/IntelliPlugins +copilot plugin marketplace add IntelliTect/IntelliPlugins ``` ### Install All Plugins diff --git a/docs/docfx.json b/docs/docfx.json index 978a888..fb9da7a 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -61,7 +61,7 @@ "_enableSearch": true, "_gitContribute": { "branch": "main", - "repository": "https://github.com/IntelliTect-dev/IntelliPlugins" + "repository": "https://github.com/IntelliTect/IntelliPlugins" }, "_lang": "en-us" }, diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 0ee1ebc..1cb820a 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -5,7 +5,7 @@ Extend GitHub Copilot with enterprise C# development, Coalesce framework, and Vu ## Install from Marketplace ```bash -copilot plugin marketplace add IntelliTect-dev/IntelliPlugins +copilot plugin marketplace add IntelliTect/IntelliPlugins ``` ## Install Your First Plugin diff --git a/docs/index.md b/docs/index.md index ce39b70..cb7c1cc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,6 +47,6 @@ Domain-specific workflows: ## Resources -- **GitHub Repository**: [IntelliTect-dev/IntelliPlugins](https://github.com/IntelliTect-dev/IntelliPlugins) +- **GitHub Repository**: [IntelliTect/IntelliPlugins](https://github.com/IntelliTect/IntelliPlugins) - **Copilot Docs**: [GitHub Copilot CLI](https://docs.github.com/en/copilot/how-tos/copilot-cli) - **Awesome Copilot**: [Community Extensions](https://github.com/github/awesome-copilot) diff --git a/plugins/coalesce-accelerator/README.md b/plugins/coalesce-accelerator/README.md index 43ee64e..6226953 100644 --- a/plugins/coalesce-accelerator/README.md +++ b/plugins/coalesce-accelerator/README.md @@ -146,9 +146,9 @@ This plugin includes three comprehensive instruction files: ## Related Plugins -- **[C# Best Practices](https://intellitect-dev.github.io/IntelliPlugins//plugins/csharp-best-practices)** — SOLID principles and architectural patterns for .NET -- **[Vuetify Components](https://intellitect-dev.github.io/IntelliPlugins//plugins/vuetify-components)** — Material Design UI component library for Vue 3 -- **[Testing Essentials](https://intellitect-dev.github.io/IntelliPlugins//plugins/testing-essentials)** — Unit, integration, and E2E testing strategies +- **[C# Best Practices](https://intellitect.github.io/IntelliPlugins//plugins/csharp-best-practices)** — SOLID principles and architectural patterns for .NET +- **[Vuetify Components](https://intellitect.github.io/IntelliPlugins//plugins/vuetify-components)** — Material Design UI component library for Vue 3 +- **[Testing Essentials](https://intellitect.github.io/IntelliPlugins//plugins/testing-essentials)** — Unit, integration, and E2E testing strategies ## Architecture Highlights @@ -231,7 +231,7 @@ const model = ref(new Person()); For issues, questions, or suggestions: -- Open an issue on [GitHub](https://github.com/IntelliTect-dev/IntelliPlugins/issues) +- Open an issue on [GitHub](https://github.com/IntelliTect/IntelliPlugins/issues) - Reference this plugin: `coalesce-accelerator` - Include your Coalesce version and .NET version diff --git a/plugins/coalesce-accelerator/plugin.json b/plugins/coalesce-accelerator/plugin.json index 6ef109b..c84bf82 100644 --- a/plugins/coalesce-accelerator/plugin.json +++ b/plugins/coalesce-accelerator/plugin.json @@ -3,12 +3,12 @@ "displayName": "Coalesce Accelerator", "description": "Streamline full-stack Coalesce framework development with code generation, data binding, and EF Core migration workflows.", "version": "1.0.0", - "publisher": "IntelliTect-dev", + "publisher": "IntelliTect", "license": "MIT", - "homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/coalesce-accelerator", + "homepage": "https://intellitect.github.io/IntelliPlugins/plugins/coalesce-accelerator", "repository": { "type": "git", - "url": "https://github.com/IntelliTect-dev/IntelliPlugins.git", + "url": "https://github.com/IntelliTect/IntelliPlugins.git", "directory": "plugins/coalesce-accelerator" }, "keywords": [ diff --git a/plugins/csharp-best-practices/README.md b/plugins/csharp-best-practices/README.md index ad9d30d..8be87d6 100644 --- a/plugins/csharp-best-practices/README.md +++ b/plugins/csharp-best-practices/README.md @@ -182,7 +182,7 @@ List GetActiveUsersList() ## Contributing -This plugin is part of the IntelliPlugins ecosystem. For contributions, feature requests, or bug reports, visit the [IntelliPlugins repository](https://github.com/IntelliTect-dev/IntelliPlugins). +This plugin is part of the IntelliPlugins ecosystem. For contributions, feature requests, or bug reports, visit the [IntelliPlugins repository](https://github.com/IntelliTect/IntelliPlugins). ## License @@ -191,5 +191,5 @@ MIT License - See LICENSE file for details --- **Version:** 1.0.0 -**Publisher:** IntelliTect-dev +**Publisher:** IntelliTect **Last Updated:** 2024 diff --git a/plugins/csharp-best-practices/plugin.json b/plugins/csharp-best-practices/plugin.json index d692cdf..a26f6b2 100644 --- a/plugins/csharp-best-practices/plugin.json +++ b/plugins/csharp-best-practices/plugin.json @@ -3,12 +3,12 @@ "displayName": "C# Best Practices", "description": "C#-specific language patterns, naming conventions, error handling, dependency injection, and async best practices for enterprise development.", "version": "1.0.0", - "publisher": "IntelliTect-dev", + "publisher": "IntelliTect", "license": "MIT", - "homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/csharp-best-practices", + "homepage": "https://intellitect.github.io/IntelliPlugins/plugins/csharp-best-practices", "repository": { "type": "git", - "url": "https://github.com/IntelliTect-dev/IntelliPlugins.git", + "url": "https://github.com/IntelliTect/IntelliPlugins.git", "directory": "plugins/csharp-best-practices" }, "keywords": [ diff --git a/plugins/enterprise-bug-fixing/README.md b/plugins/enterprise-bug-fixing/README.md index 5bc2573..98cd87b 100644 --- a/plugins/enterprise-bug-fixing/README.md +++ b/plugins/enterprise-bug-fixing/README.md @@ -269,4 +269,4 @@ MIT License - See LICENSE file for details --- -**IntelliTect-dev** - Enterprise Software Solutions +**IntelliTect** - Enterprise Software Solutions diff --git a/plugins/enterprise-bug-fixing/plugin.json b/plugins/enterprise-bug-fixing/plugin.json index bcda286..eb44c9f 100644 --- a/plugins/enterprise-bug-fixing/plugin.json +++ b/plugins/enterprise-bug-fixing/plugin.json @@ -3,12 +3,12 @@ "displayName": "Enterprise Bug Fixing Workflow", "description": "Structured bug resolution workflow with test-first approach, Azure DevOps integration, and comprehensive validation.", "version": "1.0.0", - "publisher": "IntelliTect-dev", + "publisher": "IntelliTect", "license": "MIT", - "homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/enterprise-bug-fixing", + "homepage": "https://intellitect.github.io/IntelliPlugins/plugins/enterprise-bug-fixing", "repository": { "type": "git", - "url": "https://github.com/IntelliTect-dev/IntelliPlugins.git", + "url": "https://github.com/IntelliTect/IntelliPlugins.git", "directory": "plugins/enterprise-bug-fixing" }, "keywords": [ diff --git a/plugins/solid-principles/README.md b/plugins/solid-principles/README.md index 80e8adb..cbb7080 100644 --- a/plugins/solid-principles/README.md +++ b/plugins/solid-principles/README.md @@ -486,8 +486,8 @@ MIT License. See LICENSE file in the repository. ## Support For issues, questions, or contributions: -- GitHub: [IntelliPlugins](https://github.com/IntelliTect-dev/IntelliPlugins) -- Issues: [GitHub Issues](https://github.com/IntelliTect-dev/IntelliPlugins/issues) +- GitHub: [IntelliPlugins](https://github.com/IntelliTect/IntelliPlugins) +- Issues: [GitHub Issues](https://github.com/IntelliTect/IntelliPlugins/issues) --- diff --git a/plugins/solid-principles/plugin.json b/plugins/solid-principles/plugin.json index 86bed04..3b7ae44 100644 --- a/plugins/solid-principles/plugin.json +++ b/plugins/solid-principles/plugin.json @@ -3,12 +3,12 @@ "displayName": "SOLID Principles & Architecture", "description": "Enterprise-grade guidance on SOLID principles, architecture patterns, and code quality for maintainable C# projects.", "version": "1.0.0", - "publisher": "IntelliTect-dev", + "publisher": "IntelliTect", "license": "MIT", - "homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/solid-principles", + "homepage": "https://intellitect.github.io/IntelliPlugins/plugins/solid-principles", "repository": { "type": "git", - "url": "https://github.com/IntelliTect-dev/IntelliPlugins.git", + "url": "https://github.com/IntelliTect/IntelliPlugins.git", "directory": "plugins/solid-principles" }, "keywords": [ diff --git a/plugins/testing-essentials/plugin.json b/plugins/testing-essentials/plugin.json index c222952..3b70985 100644 --- a/plugins/testing-essentials/plugin.json +++ b/plugins/testing-essentials/plugin.json @@ -3,12 +3,12 @@ "displayName": "Testing Essentials", "description": "Comprehensive testing best practices including unit testing strategies, test naming conventions, and mock frameworks.", "version": "1.0.0", - "publisher": "IntelliTect-dev", + "publisher": "IntelliTect", "license": "MIT", - "homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/testing-essentials", + "homepage": "https://intellitect.github.io/IntelliPlugins/plugins/testing-essentials", "repository": { "type": "git", - "url": "https://github.com/IntelliTect-dev/IntelliPlugins.git", + "url": "https://github.com/IntelliTect/IntelliPlugins.git", "directory": "plugins/testing-essentials" }, "keywords": [ diff --git a/plugins/vuetify-components/README.md b/plugins/vuetify-components/README.md index be377ee..b6e267f 100644 --- a/plugins/vuetify-components/README.md +++ b/plugins/vuetify-components/README.md @@ -321,8 +321,8 @@ WCAG compliance, semantic HTML, ARIA attributes, keyboard navigation, and inclus ## Related Plugins -- **[SOLID Principles & Architecture](https://intellitect-dev.github.io/IntelliPlugins/plugins/solid-principles)** — Enterprise code quality and design patterns to structure your Vue applications professionally -- **[Coalesce Accelerator](https://intellitect-dev.github.io/IntelliPlugins/plugins/coalesce-accelerator)** — Full-stack data access patterns that complement your Vue UI +- **[SOLID Principles & Architecture](https://intellitect.github.io/IntelliPlugins/plugins/solid-principles)** — Enterprise code quality and design patterns to structure your Vue applications professionally +- **[Coalesce Accelerator](https://intellitect.github.io/IntelliPlugins/plugins/coalesce-accelerator)** — Full-stack data access patterns that complement your Vue UI ## Vuetify Documentation @@ -419,7 +419,7 @@ src/ ## Contributing -This plugin is part of the IntelliPlugins marketplace. For updates and improvements, visit the [GitHub repository](https://github.com/IntelliTect-dev/IntelliPlugins). +This plugin is part of the IntelliPlugins marketplace. For updates and improvements, visit the [GitHub repository](https://github.com/IntelliTect/IntelliPlugins). ## License diff --git a/plugins/vuetify-components/plugin.json b/plugins/vuetify-components/plugin.json index a88aa40..9b5dc04 100644 --- a/plugins/vuetify-components/plugin.json +++ b/plugins/vuetify-components/plugin.json @@ -3,12 +3,12 @@ "displayName": "Vuetify Components & Patterns", "description": "Vue 3 and Vuetify best practices for building professional UI components with accessibility and UX consistency.", "version": "1.0.0", - "publisher": "IntelliTect-dev", + "publisher": "IntelliTect", "license": "MIT", - "homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/vuetify-components", + "homepage": "https://intellitect.github.io/IntelliPlugins/plugins/vuetify-components", "repository": { "type": "git", - "url": "https://github.com/IntelliTect-dev/IntelliPlugins.git", + "url": "https://github.com/IntelliTect/IntelliPlugins.git", "directory": "plugins/vuetify-components" }, "keywords": [ diff --git a/scripts/generate-plugin-docs.ps1 b/scripts/generate-plugin-docs.ps1 index 7db82af..220e329 100644 --- a/scripts/generate-plugin-docs.ps1 +++ b/scripts/generate-plugin-docs.ps1 @@ -178,7 +178,7 @@ $installGuideLines.Add("") $installGuideLines.Add("## Install from Marketplace") $installGuideLines.Add("") $installGuideLines.Add('```bash') -$installGuideLines.Add("copilot plugin marketplace add IntelliTect-dev/IntelliPlugins") +$installGuideLines.Add("copilot plugin marketplace add IntelliTect/IntelliPlugins") $installGuideLines.Add('```') $installGuideLines.Add("") $installGuideLines.Add("## Install All Plugins")