@indra.ai/deva.guard 0.0.21 → 0.0.23
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/help/main.feecting +8 -4
- package/package.json +5 -4
package/help/main.feecting
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
+
::BEGIN:MAIN
|
|
1
2
|
# {{profile.name}}
|
|
2
3
|
|
|
3
4
|
{{profile}}
|
|
4
5
|
|
|
6
|
+
talk: #guard guard
|
|
7
|
+
|
|
5
8
|
::begin:hidden
|
|
6
|
-
#color =
|
|
7
|
-
#bgcolor =
|
|
8
|
-
#bg =
|
|
9
|
-
::end:hidden
|
|
9
|
+
#color = {{profile.color}}
|
|
10
|
+
#bgcolor = {{profile.bgcolor}}
|
|
11
|
+
#bg = {{profile.background}}
|
|
10
12
|
copyright: (c)2025 Quinn Michaels
|
|
13
|
+
::end:hidden
|
|
14
|
+
::END:MAIN
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 6159528221394,
|
|
3
3
|
"name": "@indra.ai/deva.guard",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.23",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "2025",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://deva.space/devas/guard",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@indra.ai/deva": "^1.5.
|
|
30
|
+
"@indra.ai/deva": "^1.5.40"
|
|
31
31
|
},
|
|
32
32
|
"data": {
|
|
33
33
|
"agent": {
|
|
@@ -50,10 +50,11 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"profile": {
|
|
53
|
-
"name": "
|
|
53
|
+
"name": "Guard Deva",
|
|
54
|
+
"hashtag": "#GuardDeva",
|
|
54
55
|
"title": "Guard Deva",
|
|
55
56
|
"subtitle": "Guarding the realms with style.",
|
|
56
|
-
"describe": "Guard Deva is responsible for handling guarding and always watching for intruders
|
|
57
|
+
"describe": "Guard Deva is responsible for handling guarding and always watching for intruders at gateways, exits, and exchanges.",
|
|
57
58
|
"tweet": "Guard Deva ensures systems are always guarded.",
|
|
58
59
|
"hashtags": "QuinnMichaels,IndraAI,DevaWorld,GuardDeva",
|
|
59
60
|
"pronouns": "He, Him",
|