@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 +1 -1
- package/ba-agent.yaml +3 -3
- package/developer-agent.yaml +1 -1
- package/package.json +2 -2
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.
|
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.
|
528
|
+
→ Switch to Developer Agent or contact support@grubtech.com
|
529
529
|
|
530
530
|
**Account-Specific Issues:**
|
531
|
-
→ Contact Partnership Manager or support@grubtech.
|
531
|
+
→ Contact Partnership Manager or support@grubtech.com
|
532
532
|
|
533
533
|
**API Bugs or Outages:**
|
534
|
-
→ Report to support@grubtech.
|
534
|
+
→ Report to support@grubtech.com with details
|
535
535
|
|
536
536
|
**Business/Contract Questions:**
|
537
537
|
→ Contact Partnership Manager
|
package/developer-agent.yaml
CHANGED
@@ -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.
|
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.
|
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.
|
33
|
+
"author": "Grubtech <support@grubtech.com>",
|
34
34
|
"license": "MIT",
|
35
35
|
"devDependencies": {
|
36
36
|
"typescript": "^5.9.3"
|