workspace-architect 2.2.63 → 2.2.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets-manifest.json +67 -53
- package/package.json +1 -1
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-04-
|
|
3
|
+
"generatedAt": "2026-04-09T17:30:25.805Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -861,6 +861,72 @@
|
|
|
861
861
|
"title": "qa-subagent",
|
|
862
862
|
"type": "agents"
|
|
863
863
|
},
|
|
864
|
+
"react18-auditor": {
|
|
865
|
+
"path": "assets/agents/react18-auditor.agent.md",
|
|
866
|
+
"description": "Deep-scan specialist for React 16/17 class-component codebases targeting React 18.3.1. Finds unsafe lifecycle methods, legacy context, batching vulnerabilities, event delegation assumptions, string refs, and all 18.3.1 deprecation surface. Reads everything, touches nothing. Saves .github/react18-audit.md.",
|
|
867
|
+
"title": "react18-auditor",
|
|
868
|
+
"type": "agents"
|
|
869
|
+
},
|
|
870
|
+
"react18-batching-fixer": {
|
|
871
|
+
"path": "assets/agents/react18-batching-fixer.agent.md",
|
|
872
|
+
"description": "Automatic batching regression specialist. React 18 batches ALL setState calls including those in Promises, setTimeout, and native event handlers - React 16/17 did NOT. Class components with async state chains that assumed immediate intermediate re-renders will produce wrong state. This agent finds every vulnerable pattern and fixes with flushSync where semantically required.",
|
|
873
|
+
"title": "react18-batching-fixer",
|
|
874
|
+
"type": "agents"
|
|
875
|
+
},
|
|
876
|
+
"react18-class-surgeon": {
|
|
877
|
+
"path": "assets/agents/react18-class-surgeon.agent.md",
|
|
878
|
+
"description": "Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE_ prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory to checkpoint per-file progress.",
|
|
879
|
+
"title": "react18-class-surgeon",
|
|
880
|
+
"type": "agents"
|
|
881
|
+
},
|
|
882
|
+
"react18-commander": {
|
|
883
|
+
"path": "assets/agents/react18-commander.agent.md",
|
|
884
|
+
"description": "Master orchestrator for React 16/17 → 18.3.1 migration. Designed for class-component-heavy codebases. Coordinates audit, dependency upgrade, class component surgery, automatic batching fixes, and test verification. Uses memory to gate each phase and resume interrupted sessions. 18.3.1 is the target - it surface-exposes every deprecation that React 19 will remove, so the output is a codebase ready for the React 19 orchestra next.",
|
|
885
|
+
"title": "react18-commander",
|
|
886
|
+
"type": "agents"
|
|
887
|
+
},
|
|
888
|
+
"react18-dep-surgeon": {
|
|
889
|
+
"path": "assets/agents/react18-dep-surgeon.agent.md",
|
|
890
|
+
"description": "Dependency upgrade specialist for React 16/17 → 18.3.1. Pins to 18.3.1 exactly (not 18.x latest). Upgrades RTL to v14, Apollo 3.8+, Emotion 11.10+, react-router v6. Detects and blocks on Enzyme (no React 18 support). Returns GO/NO-GO to commander.",
|
|
891
|
+
"title": "react18-dep-surgeon",
|
|
892
|
+
"type": "agents"
|
|
893
|
+
},
|
|
894
|
+
"react18-test-guardian": {
|
|
895
|
+
"path": "assets/agents/react18-test-guardian.agent.md",
|
|
896
|
+
"description": "Test suite fixer and verifier for React 16/17 → 18.3.1 migration. Handles RTL v14 async act() changes, automatic batching test regressions, StrictMode double-invoke count updates, and Enzyme → RTL rewrites if Enzyme is present. Loops until zero test failures. Invoked as subagent by react18-commander.",
|
|
897
|
+
"title": "react18-test-guardian",
|
|
898
|
+
"type": "agents"
|
|
899
|
+
},
|
|
900
|
+
"react19-auditor": {
|
|
901
|
+
"path": "assets/agents/react19-auditor.agent.md",
|
|
902
|
+
"description": "Deep-scan specialist that identifies every React 19 breaking change and deprecated pattern across the entire codebase. Produces a prioritized migration report at .github/react19-audit.md. Reads everything touches nothing. Invoked as a subagent by react19-commander.",
|
|
903
|
+
"title": "react19-auditor",
|
|
904
|
+
"type": "agents"
|
|
905
|
+
},
|
|
906
|
+
"react19-commander": {
|
|
907
|
+
"path": "assets/agents/react19-commander.agent.md",
|
|
908
|
+
"description": "Master orchestrator for React 19 migration. Invokes specialist subagents in sequence - auditor, dep-surgeon, migrator, test-guardian - and gates advancement between steps. Uses memory to track migration state across the pipeline. Zero tolerance for incomplete migrations.",
|
|
909
|
+
"title": "react19-commander",
|
|
910
|
+
"type": "agents"
|
|
911
|
+
},
|
|
912
|
+
"react19-dep-surgeon": {
|
|
913
|
+
"path": "assets/agents/react19-dep-surgeon.agent.md",
|
|
914
|
+
"description": "Dependency upgrade specialist. Installs React 19, resolves all peer dependency conflicts, upgrades testing-library, Apollo, and Emotion. Uses memory to log each upgrade step. Returns GO/NO-GO to the commander. Invoked as a subagent by react19-commander.",
|
|
915
|
+
"title": "react19-dep-surgeon",
|
|
916
|
+
"type": "agents"
|
|
917
|
+
},
|
|
918
|
+
"react19-migrator": {
|
|
919
|
+
"path": "assets/agents/react19-migrator.agent.md",
|
|
920
|
+
"description": "Source code migration engine. Rewrites every deprecated React pattern to React 19 APIs - forwardRef, defaultProps, ReactDOM.render, legacy context, string refs, useRef(). Uses memory to checkpoint progress per file. Never touches test files. Returns zero-deprecated-pattern confirmation to commander.",
|
|
921
|
+
"title": "react19-migrator",
|
|
922
|
+
"type": "agents"
|
|
923
|
+
},
|
|
924
|
+
"react19-test-guardian": {
|
|
925
|
+
"path": "assets/agents/react19-test-guardian.agent.md",
|
|
926
|
+
"description": "Test suite fixer and verification specialist. Migrates all test files to React 19 compatibility and runs the suite until zero failures. Uses memory to track per-file fix progress and failure history. Does not stop until npm test reports 0 failures. Invoked as a subagent by react19-commander.",
|
|
927
|
+
"title": "react19-test-guardian",
|
|
928
|
+
"type": "agents"
|
|
929
|
+
},
|
|
864
930
|
"reepl-linkedin": {
|
|
865
931
|
"path": "assets/agents/reepl-linkedin.agent.md",
|
|
866
932
|
"description": "AI-powered LinkedIn content creation, scheduling, and analytics agent. Create posts, carousels, and manage your LinkedIn presence with GitHub Copilot.",
|
|
@@ -5318,58 +5384,6 @@
|
|
|
5318
5384
|
"license": "Complete terms in LICENSE.txt"
|
|
5319
5385
|
}
|
|
5320
5386
|
},
|
|
5321
|
-
"claude-api": {
|
|
5322
|
-
"path": "assets/skills/claude-api",
|
|
5323
|
-
"description": "",
|
|
5324
|
-
"title": "claude-api",
|
|
5325
|
-
"type": "skills",
|
|
5326
|
-
"files": [
|
|
5327
|
-
"LICENSE.txt",
|
|
5328
|
-
"SKILL.md",
|
|
5329
|
-
"csharp/claude-api.md",
|
|
5330
|
-
"curl/examples.md",
|
|
5331
|
-
"curl/managed-agents.md",
|
|
5332
|
-
"go/claude-api.md",
|
|
5333
|
-
"go/managed-agents/README.md",
|
|
5334
|
-
"java/claude-api.md",
|
|
5335
|
-
"java/managed-agents/README.md",
|
|
5336
|
-
"php/claude-api.md",
|
|
5337
|
-
"php/managed-agents/README.md",
|
|
5338
|
-
"python/agent-sdk/README.md",
|
|
5339
|
-
"python/agent-sdk/patterns.md",
|
|
5340
|
-
"python/claude-api/README.md",
|
|
5341
|
-
"python/claude-api/batches.md",
|
|
5342
|
-
"python/claude-api/files-api.md",
|
|
5343
|
-
"python/claude-api/streaming.md",
|
|
5344
|
-
"python/claude-api/tool-use.md",
|
|
5345
|
-
"python/managed-agents/README.md",
|
|
5346
|
-
"ruby/claude-api.md",
|
|
5347
|
-
"ruby/managed-agents/README.md",
|
|
5348
|
-
"shared/agent-design.md",
|
|
5349
|
-
"shared/error-codes.md",
|
|
5350
|
-
"shared/live-sources.md",
|
|
5351
|
-
"shared/managed-agents-api-reference.md",
|
|
5352
|
-
"shared/managed-agents-client-patterns.md",
|
|
5353
|
-
"shared/managed-agents-core.md",
|
|
5354
|
-
"shared/managed-agents-environments.md",
|
|
5355
|
-
"shared/managed-agents-events.md",
|
|
5356
|
-
"shared/managed-agents-onboarding.md",
|
|
5357
|
-
"shared/managed-agents-overview.md",
|
|
5358
|
-
"shared/managed-agents-tools.md",
|
|
5359
|
-
"shared/models.md",
|
|
5360
|
-
"shared/prompt-caching.md",
|
|
5361
|
-
"shared/tool-use-concepts.md",
|
|
5362
|
-
"typescript/agent-sdk/README.md",
|
|
5363
|
-
"typescript/agent-sdk/patterns.md",
|
|
5364
|
-
"typescript/claude-api/README.md",
|
|
5365
|
-
"typescript/claude-api/batches.md",
|
|
5366
|
-
"typescript/claude-api/files-api.md",
|
|
5367
|
-
"typescript/claude-api/streaming.md",
|
|
5368
|
-
"typescript/claude-api/tool-use.md",
|
|
5369
|
-
"typescript/managed-agents/README.md"
|
|
5370
|
-
],
|
|
5371
|
-
"metadata": {}
|
|
5372
|
-
},
|
|
5373
5387
|
"doc-coauthoring": {
|
|
5374
5388
|
"path": "assets/skills/doc-coauthoring",
|
|
5375
5389
|
"description": "Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.65",
|
|
4
4
|
"description": "A comprehensive library of specialized AI agents and personas for GitHub Copilot, ranging from architectural planning and specific tech stacks to advanced cognitive reasoning models.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"workspace-architect": "bin/cli.js",
|