mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix: resolve agent namespace issues across 11 plugins
Fixed 109 agent namespace issues where external agent references were missing proper namespace prefixes (plugin-name::agent-name format). Affected plugins (bumped to v1.2.1): - tdd-workflows: Fixed 12 references in tdd-cycle, tdd-green, tdd-red - incident-response: Fixed 29 references in incident-response, smart-fix - data-engineering: Fixed 12 references in data-driven-feature - backend-development: Fixed 11 references in feature-development - framework-migration: Fixed 10 references in legacy-modernize - git-pr-workflows: Fixed 7 references in git-workflow - security-scanning: Fixed 7 references in security-hardening - full-stack-orchestration: Fixed 6 references in full-stack-feature - application-performance: Fixed 5 references in performance-optimization - comprehensive-review: Fixed 5 references in full-review - multi-platform-apps: Fixed 5 references in multi-platform Changes: - Added namespace prefixes for all external agent references - Replaced 14 missing agents with appropriate equivalents - Updated marketplace.json to bump affected plugin versions Closes #95
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
"name": "git-pr-workflows",
|
||||
"source": "./plugins/git-pr-workflows",
|
||||
"description": "Git workflow automation, pull request enhancement, and team onboarding processes",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -102,7 +102,7 @@
|
||||
"name": "backend-development",
|
||||
"source": "./plugins/backend-development",
|
||||
"description": "Backend API design, GraphQL architecture, and test-driven backend development",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -161,7 +161,7 @@
|
||||
"name": "full-stack-orchestration",
|
||||
"source": "./plugins/full-stack-orchestration",
|
||||
"description": "End-to-end feature orchestration with testing, security, performance, and deployment",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -221,7 +221,7 @@
|
||||
"name": "tdd-workflows",
|
||||
"source": "./plugins/tdd-workflows",
|
||||
"description": "Test-driven development methodology with red-green-refactor cycles and code review",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -514,7 +514,7 @@
|
||||
"name": "data-engineering",
|
||||
"source": "./plugins/data-engineering",
|
||||
"description": "ETL pipeline construction, data warehouse design, batch processing workflows, and data-driven feature development",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -544,7 +544,7 @@
|
||||
"name": "incident-response",
|
||||
"source": "./plugins/incident-response",
|
||||
"description": "Production incident management, triage workflows, and automated incident resolution",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -812,7 +812,7 @@
|
||||
"name": "application-performance",
|
||||
"source": "./plugins/application-performance",
|
||||
"description": "Application profiling, performance optimization, and observability for frontend and backend systems",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -871,7 +871,7 @@
|
||||
"name": "comprehensive-review",
|
||||
"source": "./plugins/comprehensive-review",
|
||||
"description": "Multi-perspective code analysis covering architecture, security, and best practices",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -930,7 +930,7 @@
|
||||
"name": "framework-migration",
|
||||
"source": "./plugins/framework-migration",
|
||||
"description": "Framework updates, migration planning, and architectural transformation workflows",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -1047,7 +1047,7 @@
|
||||
"name": "security-scanning",
|
||||
"source": "./plugins/security-scanning",
|
||||
"description": "SAST analysis, dependency vulnerability scanning, OWASP Top 10 compliance, container security scanning, and automated security hardening",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -1364,7 +1364,7 @@
|
||||
"name": "multi-platform-apps",
|
||||
"source": "./plugins/multi-platform-apps",
|
||||
"description": "Cross-platform application development coordinating web, iOS, Android, and desktop implementations",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
|
||||
Reference in New Issue
Block a user