@indra.ai/deva.support 0.0.12 → 0.0.14

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/data.json CHANGED
@@ -83,8 +83,9 @@
83
83
  "status": "getting status",
84
84
  "info": "getting info",
85
85
  "feature": "accessing feature",
86
- "issue": "has issues",
87
- "help": "asking for help"
86
+ "issue": "Suppot Issue",
87
+ "help": "Support Help",
88
+ "ask": "Ask Support"
88
89
  }
89
90
  }
90
91
  }
@@ -79,11 +79,6 @@ export default {
79
79
  describe: The Help method returns the information on how to use the Log Buddy.
80
80
  ***************/
81
81
  help(packet) {
82
- this.zone('support');
83
- this.feature('help');
84
- this.action('help');
85
- this.state('help');
86
- this.context('help');
87
82
  const {dir} = this.info();
88
83
  return new Promise((resolve, reject) => {
89
84
  this.help(packet.q.text, dir).then(help => {
@@ -0,0 +1,9 @@
1
+ # {{agent.name}}
2
+
3
+ {{profile}}
4
+
5
+ talk: #algorithm file:public main:header
6
+ talk: #security file:public main:header
7
+ talk: #legal file:public main:header
8
+
9
+ copyright: ©2025 Quinn Michaels
@@ -1,28 +1,11 @@
1
- ::begin:center
2
- image: /public/devas/::agent_key::/main.png
3
- ::end:center
4
-
5
1
  # ::agent_name::
6
2
 
7
- ::profile::
8
-
9
- ---
10
-
11
- talk:#docs view devas/main:global
12
-
13
- ---
14
-
15
- talk:#docs view devas/main:methods
16
-
17
- talk:#docs view devas/main:features
18
-
19
- ---
20
-
21
- talk:#docs view devas/main:security
3
+ ::agent_profile::
22
4
 
23
- ---
5
+ talk: #security file:public main:header
6
+ talk: #algorithm file:public main:header
24
7
 
25
- copyright: (c)2023 Quinn Michaels
8
+ copyright: (c)2025 Quinn Michaels
26
9
 
27
10
  ::begin:hidden
28
11
  #color = ::agent_color::
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 4077391632050,
3
3
  "name": "@indra.ai/deva.support",
4
- "version": "0.0.12",
4
+ "version": "0.0.14",
5
5
  "author": "Quinn Michaels",
6
6
  "license": "MIT",
7
7
  "copyright": "(c) 2025 Quinn Michaels",
@@ -28,6 +28,6 @@
28
28
  },
29
29
  "homepage": "https://deva.space/devas/support",
30
30
  "devDependencies": {
31
- "@indra.ai/deva": "^1.4.13"
31
+ "@indra.ai/deva": "^1.4.16"
32
32
  }
33
33
  }