@indra.ai/deva.justice 0.0.5 → 0.0.7
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/corpus.feecting +9 -0
- package/help/main.feecting +6 -44
- package/package.json +2 -2
package/help/main.feecting
CHANGED
|
@@ -1,52 +1,14 @@
|
|
|
1
|
-
image: ::agent_avatar::
|
|
2
|
-
|
|
3
1
|
# ::agent_name::
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
id: ::agent_id::
|
|
8
|
-
key: ::agent_key::
|
|
9
|
-
name: ::agent_name::
|
|
10
|
-
emoji: ::agent_emoji::
|
|
11
|
-
describe: ::agent_describe::
|
|
12
|
-
|
|
13
|
-
## Features
|
|
14
|
-
|
|
15
|
-
### security
|
|
16
|
-
p: The local #security feature available to ::agent_name::.
|
|
17
|
-
cmd:#::agent_key:: security
|
|
18
|
-
|
|
19
|
-
### support
|
|
20
|
-
p: The local #support feature available to ::agent_name::.
|
|
21
|
-
cmd:#::agent_key:: support
|
|
22
|
-
|
|
23
|
-
### services
|
|
24
|
-
p: The local #services feature available to ::agent_name::.
|
|
25
|
-
cmd:#::agent_key:: services
|
|
3
|
+
::agent_profile::
|
|
26
4
|
|
|
5
|
+
talk: #security file:public main:header
|
|
6
|
+
talk: #algorithm file:public main:header
|
|
27
7
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### uid
|
|
31
|
-
p:Generate a unique id from the ::agent_name::.
|
|
32
|
-
cmd:#::agent_key:: uid
|
|
33
|
-
|
|
34
|
-
### status
|
|
35
|
-
p:Return the status for the ::agent_name::.
|
|
36
|
-
cmd:#::agent_key:: status
|
|
37
|
-
|
|
38
|
-
### issue
|
|
39
|
-
p: Create an issue associated with ::agent_name:: source code repository.
|
|
40
|
-
tty:#::agent_key:: issue [title of issue]
|
|
41
|
-
|
|
42
|
-
### help
|
|
43
|
-
p:Get help using the ::agent_name::
|
|
44
|
-
cmd:#::agent_key:: help
|
|
45
|
-
|
|
46
|
-
---
|
|
8
|
+
copyright: (c)2025 Quinn Michaels
|
|
47
9
|
|
|
10
|
+
::begin:hidden
|
|
48
11
|
#color = ::agent_color::
|
|
49
12
|
#bgcolor = ::agent_bgcolor::
|
|
50
13
|
#bg = ::agent_background::
|
|
51
|
-
|
|
52
|
-
copyright: (c)2023 Quinn Michaels
|
|
14
|
+
::end:hidden
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 6159528221394,
|
|
3
3
|
"name": "@indra.ai/deva.justice",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "2025",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://deva.space/devas/justice",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@indra.ai/deva": "^1.4.
|
|
30
|
+
"@indra.ai/deva": "^1.4.16"
|
|
31
31
|
}
|
|
32
32
|
}
|