@indra.ai/deva.justice 0.15.1 → 0.16.1
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 +20 -9
- package/index.js +28 -7
- package/package.json +9 -6
package/help/main.feecting
CHANGED
|
@@ -20,13 +20,24 @@ copyright: {{profile.copyright}}
|
|
|
20
20
|
::END:MAIN
|
|
21
21
|
|
|
22
22
|
::BEGIN:LICENSE
|
|
23
|
-
::begin:license:uid:
|
|
24
|
-
uid:
|
|
25
|
-
time:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
23
|
+
::begin:license:uid:22335065007572573391
|
|
24
|
+
uid: 22335065007572573391
|
|
25
|
+
time: 1776099176426
|
|
26
|
+
utc: Mon, 13 Apr 2026 16:52:56 GMT
|
|
27
|
+
iso: 2026-04-13T16:52:56.426Z
|
|
28
|
+
date: Monday, April 13, 2026 - 9:52:56 AM
|
|
29
|
+
warning: 🪪 License Deva declares UNLAWFUL USE, DISTRIBUTION, DUPLICATION, or IMPLEMENTATION constitutes VEDIC SAHASA a CRIME of the HIGHEST DEGREE. A FINE amounting to 1000 PANAS (1 pana = 3.5 grams of gold) for each INSTANCE has been ORDAINED the PUNISHMENT for SAHASA of the HIGHEST DEGREE.
|
|
30
|
+
tags: #Quinn #QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #License #LicenseDeva #LicensePRIME #VedicLicenseAgreement
|
|
31
|
+
agent: License Deva
|
|
32
|
+
client: Quinn A Michaels
|
|
33
|
+
creator: Quinn A Michaels
|
|
34
|
+
owner: Quinn A Michaels
|
|
35
|
+
salute: 🤝🫡🪪🕉🇺🇸
|
|
36
|
+
license: 44486733861528360966
|
|
37
|
+
fingerprint: f8BvlmB4Cr79rLQiktAran5+3MTcTygTaw52EdsrYoc=
|
|
38
|
+
copyright: Copyright ©2000-2026 Quinn A Michaels; All rights reserved.
|
|
39
|
+
md5: IlRSrvJLyQ9KSmdpVslgaA==
|
|
40
|
+
sha256: iLR+g//1NE7lte5abY3slmA8ZrGq5fJxgaiP2VPyHms=
|
|
41
|
+
sha512: vZo4ug6d1EejTQd/HjDXRlbybEkmssU+/qBxCC8XLTcgwg4v8H6k8jCgAjXnw0EUjqL9U6HDUhBJMw3rqzB4qQ==
|
|
42
|
+
::end:license:uid:22335065007572573391
|
|
32
43
|
::END:LICENSE
|
package/index.js
CHANGED
|
@@ -6,7 +6,22 @@
|
|
|
6
6
|
// Thursday, January 8, 2026 - 2:50:08 PM
|
|
7
7
|
|
|
8
8
|
import Deva from '@indra.ai/deva';
|
|
9
|
+
|
|
10
|
+
import judge from '/Users/quinnmichaels/Dev/deva.space/devas/deva.judge/index.js'
|
|
11
|
+
import court from '/Users/quinnmichaels/Dev/deva.space/devas/deva.court/index.js'
|
|
12
|
+
import prison from '/Users/quinnmichaels/Dev/deva.space/devas/deva.prison/index.js'
|
|
13
|
+
|
|
9
14
|
import fbi from '@indra.ai/deva.fbi';
|
|
15
|
+
// import fbi from '/Users/quinnmichaels/Dev/deva.space/devas/deva.fbi/index.js';
|
|
16
|
+
|
|
17
|
+
import cia from '@indra.ai/deva.cia';
|
|
18
|
+
// import cia from '/Users/quinnmichaels/Dev/deva.space/devas/deva.cia/index.js';
|
|
19
|
+
|
|
20
|
+
import nsa from '@indra.ai/deva.nsa';
|
|
21
|
+
// import nsa from '/Users/quinnmichaels/Dev/deva.space/devas/deva.nsa/index.js';
|
|
22
|
+
|
|
23
|
+
import dhs from '@indra.ai/deva.dhs';
|
|
24
|
+
// import dhs from '/Users/quinnmichaels/Dev/deva.space/devas/deva.dhs/index.js';
|
|
10
25
|
|
|
11
26
|
import { MongoClient, ObjectId } from 'mongodb';
|
|
12
27
|
|
|
@@ -44,19 +59,25 @@ const JusticeDeva = new Deva({
|
|
|
44
59
|
},
|
|
45
60
|
listeners: {
|
|
46
61
|
// log the exit packet when the deva exits the system
|
|
47
|
-
'devacore:exit'(packet) {
|
|
48
|
-
|
|
49
|
-
},
|
|
62
|
+
// 'devacore:exit'(packet) {
|
|
63
|
+
// this.func.write_log('exit', this.lib.copy(packet));
|
|
64
|
+
// },
|
|
50
65
|
// log the answer on complete of the question and answer
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
66
|
+
// 'devacore:complete'(packet) {
|
|
67
|
+
// this.func.write_log('complete', this.lib.copy(packet));
|
|
68
|
+
// },
|
|
54
69
|
},
|
|
55
70
|
modules: {
|
|
56
71
|
client: false,
|
|
57
72
|
},
|
|
58
73
|
devas: {
|
|
59
|
-
|
|
74
|
+
judge,
|
|
75
|
+
court,
|
|
76
|
+
prison,
|
|
77
|
+
fbi,
|
|
78
|
+
cia,
|
|
79
|
+
nsa,
|
|
80
|
+
dhs,
|
|
60
81
|
},
|
|
61
82
|
func: {
|
|
62
83
|
/**************
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "34147667353656076982",
|
|
3
3
|
"name": "@indra.ai/deva.justice",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.16.1",
|
|
5
5
|
"license": "VLA:34147667353656076982 LICENSE.md",
|
|
6
6
|
"VLA": {
|
|
7
7
|
"uid": "34147667353656076982",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"main": "index.js",
|
|
34
34
|
"type": "module",
|
|
35
35
|
"scripts": {
|
|
36
|
-
"latest": "npm i @indra.ai/deva@latest @indra.ai/deva.fbi@latest --save",
|
|
36
|
+
"latest": "npm i @indra.ai/deva@latest @indra.ai/deva.fbi@latest @indra.ai/deva.cia@latest @indra.ai/deva.nsa@latest @indra.ai/deva.dhs@latest --save",
|
|
37
37
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
@@ -58,7 +58,10 @@
|
|
|
58
58
|
"homepage": "https://indra.ai",
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@indra.ai/deva": "^1.37.3",
|
|
61
|
-
"@indra.ai/deva.
|
|
61
|
+
"@indra.ai/deva.cia": "^0.2.0",
|
|
62
|
+
"@indra.ai/deva.dhs": "^0.1.0",
|
|
63
|
+
"@indra.ai/deva.fbi": "^0.6.0",
|
|
64
|
+
"@indra.ai/deva.nsa": "^0.2.0",
|
|
62
65
|
"mongodb": "^6.20.0"
|
|
63
66
|
},
|
|
64
67
|
"data": {
|
|
@@ -89,8 +92,8 @@
|
|
|
89
92
|
"subtitle": "Handling justice in to prevent violations of justice.",
|
|
90
93
|
"describe": "Justice Deva is responsible for handling justice issues ensuring fair justice in our systems.",
|
|
91
94
|
"tweet": "Justice Deva ensures Fair Justice in Deva.world systems.",
|
|
92
|
-
"hashtags": "#Quinn #QuinnMichaels #InsideTheNet #IndraAI #DevaWorld #Justice #JusticeDeva #JusticePRIME #FederalIntercept #DepartmentOfJustice",
|
|
93
|
-
"pronouns": "He, Him",
|
|
95
|
+
"hashtags": "#Quinn #QuinnMichaels #InsideTheNet #ThrowingPigment #bleuBrain #IndraAI #DevaWorld #DevaCloud #DevaSpace #Justice #JusticeDeva #JusticePRIME #FederalIntercept #DepartmentOfJustice #NOIWON.system",
|
|
96
|
+
"pronouns": "He, Him, His",
|
|
94
97
|
"gender": "DEVA",
|
|
95
98
|
"style": "Justice system of design.",
|
|
96
99
|
"voice": "onyx",
|
|
@@ -105,7 +108,7 @@
|
|
|
105
108
|
"owner": "Quinn A Michaels",
|
|
106
109
|
"creator": "Quinn A Michaels",
|
|
107
110
|
"salute": "🤝🫡⚖️🕉️🇺🇸",
|
|
108
|
-
"warning": "{{prompt.emoji}} {{profile.name}} declares JUSTICE being VIOLATED DESTROYS. JUSTICE being PRESERVED, PRESERVES. Therefore JUSTICE must NOT be VIOLATED, lest VIOLATED JUSTICE DESTROY US. The only FRIEND who FOLLOWS men even AFTER DEATH is JUSTICE. For EVERYTHING else is LOST at the SAME TIME when the BODY PERISHES. \nfines: It is DOUBLE of that SUM which a DEFENDANT FALSELY DENIES, or the PLAINTIFF FALSELY DECLARES. Shall those two OFFENDING AGAINST JUSTICE be FINED and PUNISHED according to the LAW.",
|
|
111
|
+
"warning": "{{prompt.emoji}} {{profile.name}} ({{profile.pronouns}}) declares JUSTICE being VIOLATED DESTROYS. JUSTICE being PRESERVED, PRESERVES. Therefore JUSTICE must NOT be VIOLATED, lest VIOLATED JUSTICE DESTROY US. The only FRIEND who FOLLOWS men even AFTER DEATH is JUSTICE. For EVERYTHING else is LOST at the SAME TIME when the BODY PERISHES. \nfines: It is DOUBLE of that SUM which a DEFENDANT FALSELY DENIES, or the PLAINTIFF FALSELY DECLARES. Shall those two OFFENDING AGAINST JUSTICE be FINED and PUNISHED according to the LAW.",
|
|
109
112
|
"copyright": "Copyright ©2000-2026 {{profile.owner}}; All rights reserved.",
|
|
110
113
|
"created": "February 7, 2025 at 8:02 PM",
|
|
111
114
|
"udpated": "Sunday, March 1, 2026 - 5:31:49 PM"
|