daycare-cli 2026.2.27 → 2026.2.28
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/dist/config/configResolve.d.ts.map +1 -1
- package/dist/config/configResolve.js +15 -1
- package/dist/config/configResolve.js.map +1 -1
- package/dist/config/configResolve.spec.js +47 -0
- package/dist/config/configResolve.spec.js.map +1 -1
- package/dist/config/configSettingsParse.d.ts.map +1 -1
- package/dist/config/configSettingsParse.js +10 -0
- package/dist/config/configSettingsParse.js.map +1 -1
- package/dist/config/configSettingsParse.spec.js +32 -0
- package/dist/config/configSettingsParse.spec.js.map +1 -1
- package/dist/config/configTypes.d.ts +2 -1
- package/dist/config/configTypes.d.ts.map +1 -1
- package/dist/engine/agents/agent.d.ts.map +1 -1
- package/dist/engine/agents/agent.js +12 -1
- package/dist/engine/agents/agent.js.map +1 -1
- package/dist/engine/agents/agentSystem.spec.js +1 -1
- package/dist/engine/agents/ops/agentSystemPromptContext.d.ts +1 -1
- package/dist/engine/agents/ops/agentSystemPromptContext.d.ts.map +1 -1
- package/dist/engine/agents/ops/agentSystemPromptSectionEnvironment.d.ts.map +1 -1
- package/dist/engine/agents/ops/agentSystemPromptSectionEnvironment.js +12 -1
- package/dist/engine/agents/ops/agentSystemPromptSectionEnvironment.js.map +1 -1
- package/dist/engine/agents/ops/agentSystemPromptSectionMemory.d.ts.map +1 -1
- package/dist/engine/agents/ops/agentSystemPromptSectionMemory.js +0 -4
- package/dist/engine/agents/ops/agentSystemPromptSectionMemory.js.map +1 -1
- package/dist/engine/agents/ops/agentSystemPromptSectionPermissions.d.ts +2 -2
- package/dist/engine/agents/ops/agentSystemPromptSectionPermissions.d.ts.map +1 -1
- package/dist/engine/agents/ops/agentSystemPromptSectionPermissions.js +12 -30
- package/dist/engine/agents/ops/agentSystemPromptSectionPermissions.js.map +1 -1
- package/dist/engine/friends/nametagGenerate.d.ts +6 -0
- package/dist/engine/friends/nametagGenerate.d.ts.map +1 -0
- package/dist/engine/friends/nametagGenerate.js +9 -0
- package/dist/engine/friends/nametagGenerate.js.map +1 -0
- package/dist/engine/friends/nametagGenerate.spec.d.ts +2 -0
- package/dist/engine/friends/nametagGenerate.spec.d.ts.map +1 -0
- package/dist/engine/friends/nametagGenerate.spec.js +18 -0
- package/dist/engine/friends/nametagGenerate.spec.js.map +1 -0
- package/dist/engine/modules/rlm/rlmPromptSkills.spec.js +9 -9
- package/dist/engine/modules/rlm/rlmPromptSkills.spec.js.map +1 -1
- package/dist/engine/modules/tools/friendAddToolBuild.d.ts +2 -2
- package/dist/engine/modules/tools/friendAddToolBuild.d.ts.map +1 -1
- package/dist/engine/modules/tools/friendAddToolBuild.js +30 -33
- package/dist/engine/modules/tools/friendAddToolBuild.js.map +1 -1
- package/dist/engine/modules/tools/friendAddToolBuild.spec.js +19 -19
- package/dist/engine/modules/tools/friendRemoveToolBuild.d.ts +2 -2
- package/dist/engine/modules/tools/friendRemoveToolBuild.d.ts.map +1 -1
- package/dist/engine/modules/tools/friendRemoveToolBuild.js +32 -35
- package/dist/engine/modules/tools/friendRemoveToolBuild.js.map +1 -1
- package/dist/engine/modules/tools/friendRemoveToolBuild.spec.js +22 -22
- package/dist/engine/modules/tools/friendSendToolBuild.d.ts +1 -1
- package/dist/engine/modules/tools/friendSendToolBuild.d.ts.map +1 -1
- package/dist/engine/modules/tools/friendSendToolBuild.js +17 -20
- package/dist/engine/modules/tools/friendSendToolBuild.js.map +1 -1
- package/dist/engine/modules/tools/friendSendToolBuild.spec.js +14 -14
- package/dist/engine/modules/tools/friendShareSubuserToolBuild.d.ts +1 -1
- package/dist/engine/modules/tools/friendShareSubuserToolBuild.d.ts.map +1 -1
- package/dist/engine/modules/tools/friendShareSubuserToolBuild.js +20 -26
- package/dist/engine/modules/tools/friendShareSubuserToolBuild.js.map +1 -1
- package/dist/engine/modules/tools/friendShareSubuserToolBuild.spec.js +18 -18
- package/dist/engine/modules/tools/friendUnshareSubuserToolBuild.d.ts.map +1 -1
- package/dist/engine/modules/tools/friendUnshareSubuserToolBuild.js +16 -19
- package/dist/engine/modules/tools/friendUnshareSubuserToolBuild.js.map +1 -1
- package/dist/engine/modules/tools/friendUnshareSubuserToolBuild.spec.js +12 -12
- package/dist/engine/modules/tools/topologyToolBuild.js +5 -5
- package/dist/engine/modules/tools/topologyToolBuild.js.map +1 -1
- package/dist/engine/modules/tools/topologyToolBuild.spec.js +8 -8
- package/dist/plugins/dashboard/site/404.html +1 -1
- package/dist/plugins/dashboard/site/agent.html +1 -1
- package/dist/plugins/dashboard/site/agent.txt +1 -1
- package/dist/plugins/dashboard/site/agents.html +1 -1
- package/dist/plugins/dashboard/site/agents.txt +1 -1
- package/dist/plugins/dashboard/site/automations.html +1 -1
- package/dist/plugins/dashboard/site/automations.txt +1 -1
- package/dist/plugins/dashboard/site/connectors.html +1 -1
- package/dist/plugins/dashboard/site/connectors.txt +1 -1
- package/dist/plugins/dashboard/site/index.html +1 -1
- package/dist/plugins/dashboard/site/index.txt +1 -1
- package/dist/plugins/dashboard/site/memory.html +1 -1
- package/dist/plugins/dashboard/site/memory.txt +1 -1
- package/dist/plugins/dashboard/site/processes.html +1 -1
- package/dist/plugins/dashboard/site/processes.txt +1 -1
- package/dist/plugins/dashboard/site/providers.html +1 -1
- package/dist/plugins/dashboard/site/providers.txt +1 -1
- package/dist/plugins/dashboard/site/signals.html +1 -1
- package/dist/plugins/dashboard/site/signals.txt +1 -1
- package/dist/plugins/dashboard/site/telemetry.html +1 -1
- package/dist/plugins/dashboard/site/telemetry.txt +1 -1
- package/dist/plugins/dashboard/site/tools.html +1 -1
- package/dist/plugins/dashboard/site/tools.txt +1 -1
- package/dist/prompts/SYSTEM_ENVIRONMENT.md +6 -0
- package/dist/prompts/SYSTEM_MEMORY.md +4 -4
- package/dist/prompts/SYSTEM_PERMISSIONS.md +3 -19
- package/dist/sandbox/docker/dockerContainerEnsure.d.ts +8 -0
- package/dist/sandbox/docker/dockerContainerEnsure.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerContainerEnsure.js +56 -0
- package/dist/sandbox/docker/dockerContainerEnsure.js.map +1 -0
- package/dist/sandbox/docker/dockerContainerEnsure.spec.d.ts +2 -0
- package/dist/sandbox/docker/dockerContainerEnsure.spec.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerContainerEnsure.spec.js +66 -0
- package/dist/sandbox/docker/dockerContainerEnsure.spec.js.map +1 -0
- package/dist/sandbox/docker/dockerContainerExec.d.ts +8 -0
- package/dist/sandbox/docker/dockerContainerExec.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerContainerExec.js +109 -0
- package/dist/sandbox/docker/dockerContainerExec.js.map +1 -0
- package/dist/sandbox/docker/dockerContainerExec.spec.d.ts +2 -0
- package/dist/sandbox/docker/dockerContainerExec.spec.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerContainerExec.spec.js +75 -0
- package/dist/sandbox/docker/dockerContainerExec.spec.js.map +1 -0
- package/dist/sandbox/docker/dockerContainerNameBuild.d.ts +6 -0
- package/dist/sandbox/docker/dockerContainerNameBuild.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerContainerNameBuild.js +15 -0
- package/dist/sandbox/docker/dockerContainerNameBuild.js.map +1 -0
- package/dist/sandbox/docker/dockerContainerNameBuild.spec.d.ts +2 -0
- package/dist/sandbox/docker/dockerContainerNameBuild.spec.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerContainerNameBuild.spec.js +17 -0
- package/dist/sandbox/docker/dockerContainerNameBuild.spec.js.map +1 -0
- package/dist/sandbox/docker/dockerContainers.d.ts +13 -0
- package/dist/sandbox/docker/dockerContainers.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerContainers.js +42 -0
- package/dist/sandbox/docker/dockerContainers.js.map +1 -0
- package/dist/sandbox/docker/dockerContainersShared.d.ts +3 -0
- package/dist/sandbox/docker/dockerContainersShared.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerContainersShared.js +3 -0
- package/dist/sandbox/docker/dockerContainersShared.js.map +1 -0
- package/dist/sandbox/docker/dockerRunInSandbox.d.ts +19 -0
- package/dist/sandbox/docker/dockerRunInSandbox.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerRunInSandbox.integration.spec.d.ts +2 -0
- package/dist/sandbox/docker/dockerRunInSandbox.integration.spec.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerRunInSandbox.integration.spec.js +143 -0
- package/dist/sandbox/docker/dockerRunInSandbox.integration.spec.js.map +1 -0
- package/dist/sandbox/docker/dockerRunInSandbox.js +117 -0
- package/dist/sandbox/docker/dockerRunInSandbox.js.map +1 -0
- package/dist/sandbox/docker/dockerRunInSandbox.spec.d.ts +2 -0
- package/dist/sandbox/docker/dockerRunInSandbox.spec.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerRunInSandbox.spec.js +127 -0
- package/dist/sandbox/docker/dockerRunInSandbox.spec.js.map +1 -0
- package/dist/sandbox/docker/dockerTypes.d.ts +23 -0
- package/dist/sandbox/docker/dockerTypes.d.ts.map +1 -0
- package/dist/sandbox/docker/dockerTypes.js +2 -0
- package/dist/sandbox/docker/dockerTypes.js.map +1 -0
- package/dist/sandbox/sandbox.d.ts +3 -1
- package/dist/sandbox/sandbox.d.ts.map +1 -1
- package/dist/sandbox/sandbox.js +42 -9
- package/dist/sandbox/sandbox.js.map +1 -1
- package/dist/sandbox/sandboxCanRead.d.ts.map +1 -1
- package/dist/sandbox/sandboxCanRead.js +8 -4
- package/dist/sandbox/sandboxCanRead.js.map +1 -1
- package/dist/sandbox/sandboxCanRead.spec.js +6 -4
- package/dist/sandbox/sandboxCanRead.spec.js.map +1 -1
- package/dist/sandbox/sandboxCanWrite.d.ts.map +1 -1
- package/dist/sandbox/sandboxCanWrite.js +25 -0
- package/dist/sandbox/sandboxCanWrite.js.map +1 -1
- package/dist/sandbox/sandboxCanWrite.spec.js +6 -1
- package/dist/sandbox/sandboxCanWrite.spec.js.map +1 -1
- package/dist/sandbox/sandboxDocker.spec.d.ts +2 -0
- package/dist/sandbox/sandboxDocker.spec.d.ts.map +1 -0
- package/dist/sandbox/sandboxDocker.spec.js +121 -0
- package/dist/sandbox/sandboxDocker.spec.js.map +1 -0
- package/dist/sandbox/sandboxPathContainerToHost.d.ts +6 -0
- package/dist/sandbox/sandboxPathContainerToHost.d.ts.map +1 -0
- package/dist/sandbox/sandboxPathContainerToHost.js +24 -0
- package/dist/sandbox/sandboxPathContainerToHost.js.map +1 -0
- package/dist/sandbox/sandboxPathContainerToHost.spec.d.ts +2 -0
- package/dist/sandbox/sandboxPathContainerToHost.spec.d.ts.map +1 -0
- package/dist/sandbox/sandboxPathContainerToHost.spec.js +25 -0
- package/dist/sandbox/sandboxPathContainerToHost.spec.js.map +1 -0
- package/dist/sandbox/sandboxPathHostToContainer.d.ts +6 -0
- package/dist/sandbox/sandboxPathHostToContainer.d.ts.map +1 -0
- package/dist/sandbox/sandboxPathHostToContainer.js +23 -0
- package/dist/sandbox/sandboxPathHostToContainer.js.map +1 -0
- package/dist/sandbox/sandboxPathHostToContainer.spec.d.ts +2 -0
- package/dist/sandbox/sandboxPathHostToContainer.spec.d.ts.map +1 -0
- package/dist/sandbox/sandboxPathHostToContainer.spec.js +32 -0
- package/dist/sandbox/sandboxPathHostToContainer.spec.js.map +1 -0
- package/dist/sandbox/sandboxReadBoundaryDenyPathsBuild.d.ts +11 -0
- package/dist/sandbox/sandboxReadBoundaryDenyPathsBuild.d.ts.map +1 -0
- package/dist/sandbox/sandboxReadBoundaryDenyPathsBuild.js +20 -0
- package/dist/sandbox/sandboxReadBoundaryDenyPathsBuild.js.map +1 -0
- package/dist/sandbox/sandboxReadBoundaryDenyPathsBuild.spec.d.ts +2 -0
- package/dist/sandbox/sandboxReadBoundaryDenyPathsBuild.spec.d.ts.map +1 -0
- package/dist/sandbox/sandboxReadBoundaryDenyPathsBuild.spec.js +20 -0
- package/dist/sandbox/sandboxReadBoundaryDenyPathsBuild.spec.js.map +1 -0
- package/dist/sandbox/sandboxTypes.d.ts +9 -0
- package/dist/sandbox/sandboxTypes.d.ts.map +1 -1
- package/dist/settings.d.ts +17 -1
- package/dist/settings.d.ts.map +1 -1
- package/dist/settings.js.map +1 -1
- package/dist/skills/daycare-friendship/SKILL.md +295 -0
- package/dist/skills/skills/daycare-friendship/SKILL.md +295 -0
- package/dist/storage/agentsRepository.spec.js +1 -1
- package/dist/storage/connectionsRepository.spec.js +19 -19
- package/dist/storage/databaseTypes.d.ts +3 -3
- package/dist/storage/databaseTypes.d.ts.map +1 -1
- package/dist/storage/migrations/20260225_require_usertag.d.ts +7 -0
- package/dist/storage/migrations/20260225_require_usertag.d.ts.map +1 -0
- package/dist/storage/migrations/20260225_require_usertag.js +60 -0
- package/dist/storage/migrations/20260225_require_usertag.js.map +1 -0
- package/dist/storage/migrations/20260225_require_usertag.spec.d.ts +2 -0
- package/dist/storage/migrations/20260225_require_usertag.spec.d.ts.map +1 -0
- package/dist/storage/migrations/20260225_require_usertag.spec.js +70 -0
- package/dist/storage/migrations/20260225_require_usertag.spec.js.map +1 -0
- package/dist/storage/migrations/20260226_rename_usertag_to_nametag.d.ts +7 -0
- package/dist/storage/migrations/20260226_rename_usertag_to_nametag.d.ts.map +1 -0
- package/dist/storage/migrations/20260226_rename_usertag_to_nametag.js +47 -0
- package/dist/storage/migrations/20260226_rename_usertag_to_nametag.js.map +1 -0
- package/dist/storage/migrations/20260226_rename_usertag_to_nametag.spec.d.ts +2 -0
- package/dist/storage/migrations/20260226_rename_usertag_to_nametag.spec.d.ts.map +1 -0
- package/dist/storage/migrations/20260226_rename_usertag_to_nametag.spec.js +59 -0
- package/dist/storage/migrations/20260226_rename_usertag_to_nametag.spec.js.map +1 -0
- package/dist/storage/migrations/_migrations.d.ts.map +1 -1
- package/dist/storage/migrations/_migrations.js +5 -1
- package/dist/storage/migrations/_migrations.js.map +1 -1
- package/dist/storage/storage.d.ts +1 -1
- package/dist/storage/storage.js +15 -15
- package/dist/storage/storage.js.map +1 -1
- package/dist/storage/storage.spec.js +1 -1
- package/dist/storage/storage.spec.js.map +1 -1
- package/dist/storage/usersRepository.d.ts +2 -2
- package/dist/storage/usersRepository.d.ts.map +1 -1
- package/dist/storage/usersRepository.js +40 -21
- package/dist/storage/usersRepository.js.map +1 -1
- package/dist/storage/usersRepository.spec.js +8 -8
- package/package.json +6 -3
- package/dist/engine/friends/usertagGenerate.d.ts +0 -6
- package/dist/engine/friends/usertagGenerate.d.ts.map +0 -1
- package/dist/engine/friends/usertagGenerate.js +0 -311
- package/dist/engine/friends/usertagGenerate.js.map +0 -1
- package/dist/engine/friends/usertagGenerate.spec.d.ts +0 -2
- package/dist/engine/friends/usertagGenerate.spec.d.ts.map +0 -1
- package/dist/engine/friends/usertagGenerate.spec.js +0 -13
- package/dist/engine/friends/usertagGenerate.spec.js.map +0 -1
- /package/dist/plugins/dashboard/site/_next/static/{Hr0soHgJ1L7WevXil6GIk → fEfvfa55gmpjx9cT66rjx}/_buildManifest.js +0 -0
- /package/dist/plugins/dashboard/site/_next/static/{Hr0soHgJ1L7WevXil6GIk → fEfvfa55gmpjx9cT66rjx}/_ssgManifest.js +0 -0
|
@@ -1,311 +0,0 @@
|
|
|
1
|
-
const ADJECTIVES = [
|
|
2
|
-
"agile",
|
|
3
|
-
"amber",
|
|
4
|
-
"ancient",
|
|
5
|
-
"arcane",
|
|
6
|
-
"azure",
|
|
7
|
-
"balanced",
|
|
8
|
-
"bold",
|
|
9
|
-
"brave",
|
|
10
|
-
"bright",
|
|
11
|
-
"brisk",
|
|
12
|
-
"calm",
|
|
13
|
-
"candid",
|
|
14
|
-
"capable",
|
|
15
|
-
"careful",
|
|
16
|
-
"celestial",
|
|
17
|
-
"charming",
|
|
18
|
-
"cheerful",
|
|
19
|
-
"clever",
|
|
20
|
-
"cloudy",
|
|
21
|
-
"coastal",
|
|
22
|
-
"comic",
|
|
23
|
-
"cool",
|
|
24
|
-
"cosmic",
|
|
25
|
-
"crafty",
|
|
26
|
-
"crisp",
|
|
27
|
-
"curious",
|
|
28
|
-
"daring",
|
|
29
|
-
"dawn",
|
|
30
|
-
"decent",
|
|
31
|
-
"deep",
|
|
32
|
-
"delightful",
|
|
33
|
-
"direct",
|
|
34
|
-
"dreamy",
|
|
35
|
-
"dynamic",
|
|
36
|
-
"eager",
|
|
37
|
-
"earthy",
|
|
38
|
-
"easy",
|
|
39
|
-
"electric",
|
|
40
|
-
"elegant",
|
|
41
|
-
"emerald",
|
|
42
|
-
"epic",
|
|
43
|
-
"even",
|
|
44
|
-
"fancy",
|
|
45
|
-
"fast",
|
|
46
|
-
"fearless",
|
|
47
|
-
"festive",
|
|
48
|
-
"fierce",
|
|
49
|
-
"finite",
|
|
50
|
-
"fluent",
|
|
51
|
-
"focal",
|
|
52
|
-
"forest",
|
|
53
|
-
"frank",
|
|
54
|
-
"fresh",
|
|
55
|
-
"friendly",
|
|
56
|
-
"gentle",
|
|
57
|
-
"golden",
|
|
58
|
-
"good",
|
|
59
|
-
"graceful",
|
|
60
|
-
"grand",
|
|
61
|
-
"graphite",
|
|
62
|
-
"green",
|
|
63
|
-
"happy",
|
|
64
|
-
"harmonic",
|
|
65
|
-
"heroic",
|
|
66
|
-
"honest",
|
|
67
|
-
"humble",
|
|
68
|
-
"ideal",
|
|
69
|
-
"idle",
|
|
70
|
-
"indigo",
|
|
71
|
-
"jolly",
|
|
72
|
-
"jovial",
|
|
73
|
-
"kind",
|
|
74
|
-
"kinetic",
|
|
75
|
-
"lively",
|
|
76
|
-
"logical",
|
|
77
|
-
"lucky",
|
|
78
|
-
"lunar",
|
|
79
|
-
"mellow",
|
|
80
|
-
"mighty",
|
|
81
|
-
"modern",
|
|
82
|
-
"mossy",
|
|
83
|
-
"neat",
|
|
84
|
-
"noble",
|
|
85
|
-
"nova",
|
|
86
|
-
"ocean",
|
|
87
|
-
"open",
|
|
88
|
-
"orange",
|
|
89
|
-
"patient",
|
|
90
|
-
"peaceful",
|
|
91
|
-
"playful",
|
|
92
|
-
"polished",
|
|
93
|
-
"prime",
|
|
94
|
-
"proud",
|
|
95
|
-
"quick",
|
|
96
|
-
"quiet",
|
|
97
|
-
"radiant",
|
|
98
|
-
"rapid",
|
|
99
|
-
"ready",
|
|
100
|
-
"regal",
|
|
101
|
-
"reliable",
|
|
102
|
-
"resolute",
|
|
103
|
-
"rich",
|
|
104
|
-
"river",
|
|
105
|
-
"robust",
|
|
106
|
-
"rosy",
|
|
107
|
-
"royal",
|
|
108
|
-
"rustic",
|
|
109
|
-
"sage",
|
|
110
|
-
"salty",
|
|
111
|
-
"savvy",
|
|
112
|
-
"sharp",
|
|
113
|
-
"shiny",
|
|
114
|
-
"simple",
|
|
115
|
-
"skillful",
|
|
116
|
-
"smart",
|
|
117
|
-
"snug",
|
|
118
|
-
"solar",
|
|
119
|
-
"solid",
|
|
120
|
-
"spark",
|
|
121
|
-
"speedy",
|
|
122
|
-
"spirited",
|
|
123
|
-
"spring",
|
|
124
|
-
"steady",
|
|
125
|
-
"stellar",
|
|
126
|
-
"stormy",
|
|
127
|
-
"strong",
|
|
128
|
-
"sunny",
|
|
129
|
-
"swift",
|
|
130
|
-
"tidy",
|
|
131
|
-
"timely",
|
|
132
|
-
"tranquil",
|
|
133
|
-
"true",
|
|
134
|
-
"urban",
|
|
135
|
-
"vivid",
|
|
136
|
-
"warm",
|
|
137
|
-
"wavy",
|
|
138
|
-
"wise",
|
|
139
|
-
"witty",
|
|
140
|
-
"young",
|
|
141
|
-
"zesty"
|
|
142
|
-
];
|
|
143
|
-
const NOUNS = [
|
|
144
|
-
"anchor",
|
|
145
|
-
"ant",
|
|
146
|
-
"apricot",
|
|
147
|
-
"archer",
|
|
148
|
-
"badger",
|
|
149
|
-
"basil",
|
|
150
|
-
"beacon",
|
|
151
|
-
"bear",
|
|
152
|
-
"beetle",
|
|
153
|
-
"berry",
|
|
154
|
-
"bison",
|
|
155
|
-
"blossom",
|
|
156
|
-
"breeze",
|
|
157
|
-
"brook",
|
|
158
|
-
"buffalo",
|
|
159
|
-
"cactus",
|
|
160
|
-
"canary",
|
|
161
|
-
"canyon",
|
|
162
|
-
"carrot",
|
|
163
|
-
"castle",
|
|
164
|
-
"cedar",
|
|
165
|
-
"champion",
|
|
166
|
-
"cherry",
|
|
167
|
-
"cloud",
|
|
168
|
-
"clover",
|
|
169
|
-
"comet",
|
|
170
|
-
"coral",
|
|
171
|
-
"cougar",
|
|
172
|
-
"coyote",
|
|
173
|
-
"crane",
|
|
174
|
-
"crow",
|
|
175
|
-
"crystal",
|
|
176
|
-
"daisy",
|
|
177
|
-
"dawn",
|
|
178
|
-
"delta",
|
|
179
|
-
"desert",
|
|
180
|
-
"dolphin",
|
|
181
|
-
"dragon",
|
|
182
|
-
"dream",
|
|
183
|
-
"drift",
|
|
184
|
-
"eagle",
|
|
185
|
-
"echo",
|
|
186
|
-
"ember",
|
|
187
|
-
"falcon",
|
|
188
|
-
"feather",
|
|
189
|
-
"field",
|
|
190
|
-
"finch",
|
|
191
|
-
"firefly",
|
|
192
|
-
"fjord",
|
|
193
|
-
"flame",
|
|
194
|
-
"flower",
|
|
195
|
-
"forest",
|
|
196
|
-
"fox",
|
|
197
|
-
"frog",
|
|
198
|
-
"garden",
|
|
199
|
-
"gazelle",
|
|
200
|
-
"gem",
|
|
201
|
-
"ghost",
|
|
202
|
-
"glade",
|
|
203
|
-
"glider",
|
|
204
|
-
"glow",
|
|
205
|
-
"goose",
|
|
206
|
-
"grove",
|
|
207
|
-
"harbor",
|
|
208
|
-
"hawk",
|
|
209
|
-
"hazel",
|
|
210
|
-
"hedgehog",
|
|
211
|
-
"heron",
|
|
212
|
-
"hill",
|
|
213
|
-
"horizon",
|
|
214
|
-
"iris",
|
|
215
|
-
"island",
|
|
216
|
-
"jaguar",
|
|
217
|
-
"jasmine",
|
|
218
|
-
"jelly",
|
|
219
|
-
"juniper",
|
|
220
|
-
"kite",
|
|
221
|
-
"koala",
|
|
222
|
-
"lagoon",
|
|
223
|
-
"lake",
|
|
224
|
-
"lantern",
|
|
225
|
-
"leaf",
|
|
226
|
-
"lemon",
|
|
227
|
-
"lily",
|
|
228
|
-
"lion",
|
|
229
|
-
"lotus",
|
|
230
|
-
"luna",
|
|
231
|
-
"lynx",
|
|
232
|
-
"maple",
|
|
233
|
-
"meadow",
|
|
234
|
-
"meteor",
|
|
235
|
-
"mint",
|
|
236
|
-
"mist",
|
|
237
|
-
"monsoon",
|
|
238
|
-
"moon",
|
|
239
|
-
"mountain",
|
|
240
|
-
"nectar",
|
|
241
|
-
"night",
|
|
242
|
-
"north",
|
|
243
|
-
"oak",
|
|
244
|
-
"oasis",
|
|
245
|
-
"ocean",
|
|
246
|
-
"olive",
|
|
247
|
-
"otter",
|
|
248
|
-
"owl",
|
|
249
|
-
"panda",
|
|
250
|
-
"panther",
|
|
251
|
-
"pearl",
|
|
252
|
-
"pebble",
|
|
253
|
-
"pine",
|
|
254
|
-
"planet",
|
|
255
|
-
"plum",
|
|
256
|
-
"pond",
|
|
257
|
-
"prairie",
|
|
258
|
-
"quartz",
|
|
259
|
-
"quill",
|
|
260
|
-
"rabbit",
|
|
261
|
-
"raven",
|
|
262
|
-
"reef",
|
|
263
|
-
"river",
|
|
264
|
-
"robin",
|
|
265
|
-
"rocket",
|
|
266
|
-
"rose",
|
|
267
|
-
"sable",
|
|
268
|
-
"sage",
|
|
269
|
-
"sail",
|
|
270
|
-
"sand",
|
|
271
|
-
"scale",
|
|
272
|
-
"shadow",
|
|
273
|
-
"shore",
|
|
274
|
-
"silver",
|
|
275
|
-
"sky",
|
|
276
|
-
"snow",
|
|
277
|
-
"sparrow",
|
|
278
|
-
"spice",
|
|
279
|
-
"spruce",
|
|
280
|
-
"star",
|
|
281
|
-
"stone",
|
|
282
|
-
"stream",
|
|
283
|
-
"sunrise",
|
|
284
|
-
"swift",
|
|
285
|
-
"thunder",
|
|
286
|
-
"tiger",
|
|
287
|
-
"trail",
|
|
288
|
-
"tree",
|
|
289
|
-
"tulip",
|
|
290
|
-
"valley",
|
|
291
|
-
"violet",
|
|
292
|
-
"wave",
|
|
293
|
-
"whale",
|
|
294
|
-
"willow",
|
|
295
|
-
"wind",
|
|
296
|
-
"wolf",
|
|
297
|
-
"wood",
|
|
298
|
-
"wren",
|
|
299
|
-
"zephyr"
|
|
300
|
-
];
|
|
301
|
-
/**
|
|
302
|
-
* Generates a random stable-looking usertag in adjective-noun-NN format.
|
|
303
|
-
* Expects: random source is Math.random(); caller handles uniqueness collisions.
|
|
304
|
-
*/
|
|
305
|
-
export function usertagGenerate() {
|
|
306
|
-
const adjective = ADJECTIVES[Math.floor(Math.random() * ADJECTIVES.length)];
|
|
307
|
-
const noun = NOUNS[Math.floor(Math.random() * NOUNS.length)];
|
|
308
|
-
const suffix = Math.floor(Math.random() * 90) + 10;
|
|
309
|
-
return `${adjective}-${noun}-${suffix}`;
|
|
310
|
-
}
|
|
311
|
-
//# sourceMappingURL=usertagGenerate.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usertagGenerate.js","sourceRoot":"","sources":["../../../sources/engine/friends/usertagGenerate.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usertagGenerate.spec.d.ts","sourceRoot":"","sources":["../../../sources/engine/friends/usertagGenerate.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { describe, expect, it } from "vitest";
|
|
2
|
-
import { usertagGenerate } from "./usertagGenerate.js";
|
|
3
|
-
describe("usertagGenerate", () => {
|
|
4
|
-
it("generates adjective-noun-NN format", () => {
|
|
5
|
-
const tag = usertagGenerate();
|
|
6
|
-
expect(tag).toMatch(/^[a-z]+-[a-z]+-[1-9][0-9]$/);
|
|
7
|
-
});
|
|
8
|
-
it("produces varied output across multiple calls", () => {
|
|
9
|
-
const tags = new Set(Array.from({ length: 20 }, () => usertagGenerate()));
|
|
10
|
-
expect(tags.size).toBeGreaterThan(1);
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
//# sourceMappingURL=usertagGenerate.spec.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usertagGenerate.spec.js","sourceRoot":"","sources":["../../../sources/engine/friends/usertagGenerate.spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,QAAQ,CAAC,iBAAiB,EAAE,GAAG,EAAE;IAC7B,EAAE,CAAC,oCAAoC,EAAE,GAAG,EAAE;QAC1C,MAAM,GAAG,GAAG,eAAe,EAAE,CAAC;QAC9B,MAAM,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACtD,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,8CAA8C,EAAE,GAAG,EAAE;QACpD,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;QAC1E,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC"}
|
|
File without changes
|
|
File without changes
|