workspace-architect 1.5.0 → 1.5.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2025-11-22T00:14:40.955Z",
3
+ "generatedAt": "2025-11-22T00:29:29.449Z",
4
4
  "assets": {
5
5
  "chatmodes:4.1-Beast": {
6
6
  "path": "assets/chatmodes/4.1-Beast.chatmode.md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "A comprehensive library of specialized AI personas and chat modes 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"
@@ -11,7 +11,7 @@
11
11
  "analyze": "node scripts/analyze-collections.js",
12
12
  "generate-manifest": "node scripts/generate-manifest.js",
13
13
  "prepublishOnly": "npm run generate-manifest",
14
- "sync": "node scripts/sync.js",
14
+ "fetch-upstream": "node scripts/fetch-upstream-assets.js",
15
15
  "release": "release-it",
16
16
  "publish:local": "npm run release && npm publish --registry http://localhost:4873"
17
17
  },