@chanaka_nakandala/integration-personas 1.0.1 → 1.0.2

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
@@ -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.2",
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"