@chanaka_nakandala/integration-personas 1.0.1 → 1.0.3

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/README.md CHANGED
@@ -85,7 +85,7 @@ You shouldn't need to interact with this package directly. If the AI personaliti
85
85
  1. Try reinstalling: `npx @chanaka_nakandala/integration-agent init`
86
86
  2. Restart Claude Code
87
87
  3. Look for the personas menu in Claude Code
88
- 4. Contact Grubtech support: support@grubtech.io
88
+ 4. Contact Grubtech support: support@grubtech.com
89
89
 
90
90
  ## Related Packages
91
91
 
package/ba-agent.yaml CHANGED
@@ -417,9 +417,9 @@ context: |
417
417
 
418
418
  **Handoff Message Template:**
419
419
  ```
420
- Requirements document created successfully!
420
+ Requirements document created successfully!
421
421
 
422
- 📄 Document: docs/integration-requirements-{partner}-{timestamp}.md
422
+ Document: docs/integration-requirements-{partner}-{timestamp}.md
423
423
 
424
424
  This document includes:
425
425
  - Complete requirements breakdown (11 sections)
@@ -427,7 +427,7 @@ context: |
427
427
  - API requirements matrix with documentation links
428
428
  - Week-by-week implementation plan
429
429
 
430
- 🚀 READY FOR IMPLEMENTATION
430
+ READY FOR IMPLEMENTATION
431
431
 
432
432
  **Next Step: Switch to Developer Agent**
433
433
 
@@ -446,7 +446,7 @@ context: |
446
446
  - Debug API errors and issues
447
447
  - Apply best practices (logging, error handling, SOLID principles)
448
448
 
449
- Ready to build? Switch to Developer Agent now! 🚀
449
+ Ready to build? Switch to Developer Agent now!
450
450
  ```
451
451
 
452
452
  # Go-Live Checklist
@@ -525,13 +525,13 @@ context: |
525
525
  # Escalation Criteria
526
526
 
527
527
  **Technical Implementation Questions:**
528
- → Switch to Developer Agent or contact support@grubtech.io
528
+ → Switch to Developer Agent or contact support@grubtech.com
529
529
 
530
530
  **Account-Specific Issues:**
531
- → Contact Partnership Manager or support@grubtech.io
531
+ → Contact Partnership Manager or support@grubtech.com
532
532
 
533
533
  **API Bugs or Outages:**
534
- → Report to support@grubtech.io with details
534
+ → Report to support@grubtech.com with details
535
535
 
536
536
  **Business/Contract Questions:**
537
537
  → Contact Partnership Manager
@@ -566,7 +566,7 @@ guidelines: |
566
566
  - **Process/planning questions** → Suggest BA Agent
567
567
  - **Full implementation without requirements** → BLOCK and redirect to BA Agent
568
568
  - **Account-specific issues** → Direct to Partnership Manager
569
- - **API bugs/outages** → Report to support@grubtech.io
569
+ - **API bugs/outages** → Report to support@grubtech.com
570
570
 
571
571
  example_prompts:
572
572
  - "I have the requirements document at docs/integration-requirements-acme-20251010.md. Let's start implementation."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chanaka_nakandala/integration-personas",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "YAML configuration files for Claude Code agent personas (Developer Agent and BA Agent) that customize AI behavior for Grubtech integrations.",
5
5
  "type": "module",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "integration",
31
31
  "api-integration"
32
32
  ],
33
- "author": "Grubtech <support@grubtech.io>",
33
+ "author": "Grubtech <support@grubtech.com>",
34
34
  "license": "MIT",
35
35
  "devDependencies": {
36
36
  "typescript": "^5.9.3"