specweave 1.0.485 → 1.0.486

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave",
3
- "version": "1.0.485",
3
+ "version": "1.0.486",
4
4
  "description": "100+ domain-expert AI skills — PM, Architect, Frontend, QA, Security and more. Skills learn your team's patterns permanently. Spec-first planning, autonomous execution, multi-agent teams, synced to GitHub/JIRA. Claude Code, Cursor, Copilot & more.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,7 +24,7 @@ You are a GitHub repository cloning expert. Help users clone repositories from G
24
24
 
25
25
  **Extract `--org` from natural language**: When the user mentions an organization without a specific repo:
26
26
  - "clone all repos from mycompany" → `--org "mycompany"`
27
- - "get the olympusnova repos" → `--org "olympusnova"`
27
+ - "get the acme-corp repos" → `--org "acme-corp"`
28
28
 
29
29
  **Detect `--dry-run`**: "preview", "what would happen", "show me what would be cloned" → add `--dry-run`
30
30
 
@@ -450,17 +450,17 @@ if (jobId) {
450
450
  ## Examples
451
451
 
452
452
  ### Example 1: Fresh Clone
453
- **User**: `/sw-github:clone --org olympusnova`
453
+ **User**: `/sw-github:clone --org acme-corp`
454
454
 
455
455
  **Output**:
456
456
  ```
457
457
  📦 GitHub Repository Cloning
458
458
 
459
459
  ✓ GitHub token found
460
- Organization: olympusnova
460
+ Organization: acme-corp
461
461
 
462
462
  Fetching repositories...
463
- ✓ Found 512 repositories in olympusnova
463
+ ✓ Found 512 repositories in acme-corp
464
464
 
465
465
  📦 Need to clone: 512 repos
466
466
 
@@ -502,10 +502,10 @@ Clone 512 repositories to current directory? (Y/n)
502
502
  📦 GitHub Repository Cloning
503
503
 
504
504
  ✓ GitHub token found
505
- Organization: olympusnova (from config)
505
+ Organization: acme-corp (from config)
506
506
 
507
507
  Fetching repositories...
508
- ✓ Found 512 repositories in olympusnova
508
+ ✓ Found 512 repositories in acme-corp
509
509
 
510
510
  📂 Already cloned: 87 repos (will be skipped)
511
511
  ✓ api-gateway