@phren/cli 0.0.55 → 0.0.56

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.
Files changed (164) hide show
  1. package/README.md +70 -92
  2. package/{mcp/dist → dist}/cli/cli.js +10 -0
  3. package/{mcp/dist → dist}/cli/hooks-session.js +47 -0
  4. package/{mcp/dist → dist}/entrypoint.js +3 -0
  5. package/{mcp/dist → dist}/package-metadata.js +1 -1
  6. package/{mcp/dist → dist}/session/utils.js +24 -1
  7. package/{mcp/dist → dist}/test-global-setup.js +4 -4
  8. package/{mcp/dist → dist}/tools/session.js +10 -37
  9. package/package.json +24 -38
  10. package/LICENSE +0 -21
  11. package/icon.svg +0 -416
  12. /package/{mcp/dist → dist}/capabilities/cli.js +0 -0
  13. /package/{mcp/dist → dist}/capabilities/index.js +0 -0
  14. /package/{mcp/dist → dist}/capabilities/mcp.js +0 -0
  15. /package/{mcp/dist → dist}/capabilities/types.js +0 -0
  16. /package/{mcp/dist → dist}/capabilities/vscode.js +0 -0
  17. /package/{mcp/dist → dist}/capabilities/web-ui.js +0 -0
  18. /package/{mcp/dist → dist}/cli/actions.js +0 -0
  19. /package/{mcp/dist → dist}/cli/config.js +0 -0
  20. /package/{mcp/dist → dist}/cli/extract.js +0 -0
  21. /package/{mcp/dist → dist}/cli/govern.js +0 -0
  22. /package/{mcp/dist → dist}/cli/graph.js +0 -0
  23. /package/{mcp/dist → dist}/cli/hooks-citations.js +0 -0
  24. /package/{mcp/dist → dist}/cli/hooks-context.js +0 -0
  25. /package/{mcp/dist → dist}/cli/hooks-globs.js +0 -0
  26. /package/{mcp/dist → dist}/cli/hooks-output.js +0 -0
  27. /package/{mcp/dist → dist}/cli/hooks.js +0 -0
  28. /package/{mcp/dist → dist}/cli/namespaces.js +0 -0
  29. /package/{mcp/dist → dist}/cli/ops.js +0 -0
  30. /package/{mcp/dist → dist}/cli/search.js +0 -0
  31. /package/{mcp/dist → dist}/cli/team.js +0 -0
  32. /package/{mcp/dist → dist}/cli-hooks-git.js +0 -0
  33. /package/{mcp/dist → dist}/cli-hooks-prompt.js +0 -0
  34. /package/{mcp/dist → dist}/cli-hooks-session-handlers.js +0 -0
  35. /package/{mcp/dist → dist}/cli-hooks-stop.js +0 -0
  36. /package/{mcp/dist → dist}/content/archive.js +0 -0
  37. /package/{mcp/dist → dist}/content/citation.js +0 -0
  38. /package/{mcp/dist → dist}/content/dedup.js +0 -0
  39. /package/{mcp/dist → dist}/content/learning.js +0 -0
  40. /package/{mcp/dist → dist}/content/metadata.js +0 -0
  41. /package/{mcp/dist → dist}/content/validate.js +0 -0
  42. /package/{mcp/dist → dist}/core/finding.js +0 -0
  43. /package/{mcp/dist → dist}/core/project.js +0 -0
  44. /package/{mcp/dist → dist}/core/search.js +0 -0
  45. /package/{mcp/dist → dist}/data/access.js +0 -0
  46. /package/{mcp/dist → dist}/data/tasks.js +0 -0
  47. /package/{mcp/dist → dist}/embedding.js +0 -0
  48. /package/{mcp/dist → dist}/finding/context.js +0 -0
  49. /package/{mcp/dist → dist}/finding/impact.js +0 -0
  50. /package/{mcp/dist → dist}/finding/journal.js +0 -0
  51. /package/{mcp/dist → dist}/finding/lifecycle.js +0 -0
  52. /package/{mcp/dist → dist}/generated/memory-ui-graph.browser.js +0 -0
  53. /package/{mcp/dist → dist}/governance/audit.js +0 -0
  54. /package/{mcp/dist → dist}/governance/locks.js +0 -0
  55. /package/{mcp/dist → dist}/governance/policy.js +0 -0
  56. /package/{mcp/dist → dist}/governance/rbac.js +0 -0
  57. /package/{mcp/dist → dist}/governance/scores.js +0 -0
  58. /package/{mcp/dist → dist}/hooks.js +0 -0
  59. /package/{mcp/dist → dist}/index-query.js +0 -0
  60. /package/{mcp/dist → dist}/index.js +0 -0
  61. /package/{mcp/dist → dist}/init/config.js +0 -0
  62. /package/{mcp/dist → dist}/init/init-configure.js +0 -0
  63. /package/{mcp/dist → dist}/init/init-hooks-mode.js +0 -0
  64. /package/{mcp/dist → dist}/init/init-mcp-mode.js +0 -0
  65. /package/{mcp/dist → dist}/init/init-uninstall.js +0 -0
  66. /package/{mcp/dist → dist}/init/init-walkthrough.js +0 -0
  67. /package/{mcp/dist → dist}/init/init.js +0 -0
  68. /package/{mcp/dist → dist}/init/preferences.js +0 -0
  69. /package/{mcp/dist → dist}/init/setup.js +0 -0
  70. /package/{mcp/dist → dist}/init/shared.js +0 -0
  71. /package/{mcp/dist → dist}/init-bootstrap.js +0 -0
  72. /package/{mcp/dist → dist}/init-detect.js +0 -0
  73. /package/{mcp/dist → dist}/init-env.js +0 -0
  74. /package/{mcp/dist → dist}/init-fresh.js +0 -0
  75. /package/{mcp/dist → dist}/init-hooks.js +0 -0
  76. /package/{mcp/dist → dist}/init-mcp.js +0 -0
  77. /package/{mcp/dist → dist}/init-modes.js +0 -0
  78. /package/{mcp/dist → dist}/init-npm.js +0 -0
  79. /package/{mcp/dist → dist}/init-project-local.js +0 -0
  80. /package/{mcp/dist → dist}/init-semantic.js +0 -0
  81. /package/{mcp/dist → dist}/init-types.js +0 -0
  82. /package/{mcp/dist → dist}/init-uninstall.js +0 -0
  83. /package/{mcp/dist → dist}/init-update.js +0 -0
  84. /package/{mcp/dist → dist}/init-walkthrough.js +0 -0
  85. /package/{mcp/dist → dist}/link/checksums.js +0 -0
  86. /package/{mcp/dist → dist}/link/context.js +0 -0
  87. /package/{mcp/dist → dist}/link/doctor.js +0 -0
  88. /package/{mcp/dist → dist}/link/link.js +0 -0
  89. /package/{mcp/dist → dist}/link/skills.js +0 -0
  90. /package/{mcp/dist → dist}/logger.js +0 -0
  91. /package/{mcp/dist → dist}/machine-identity.js +0 -0
  92. /package/{mcp/dist → dist}/memory-ui-graph.runtime.js +0 -0
  93. /package/{mcp/dist → dist}/phren-art.js +0 -0
  94. /package/{mcp/dist → dist}/phren-core.js +0 -0
  95. /package/{mcp/dist → dist}/phren-dotenv.js +0 -0
  96. /package/{mcp/dist → dist}/phren-paths.js +0 -0
  97. /package/{mcp/dist → dist}/proactivity.js +0 -0
  98. /package/{mcp/dist → dist}/profile-store.js +0 -0
  99. /package/{mcp/dist → dist}/project-config.js +0 -0
  100. /package/{mcp/dist → dist}/project-locator.js +0 -0
  101. /package/{mcp/dist → dist}/project-topics.js +0 -0
  102. /package/{mcp/dist → dist}/provider-adapters.js +0 -0
  103. /package/{mcp/dist → dist}/query-correlation.js +0 -0
  104. /package/{mcp/dist → dist}/runtime-profile.js +0 -0
  105. /package/{mcp/dist → dist}/session/checkpoints.js +0 -0
  106. /package/{mcp/dist → dist}/shared/content.js +0 -0
  107. /package/{mcp/dist → dist}/shared/data-utils.js +0 -0
  108. /package/{mcp/dist → dist}/shared/embedding-cache.js +0 -0
  109. /package/{mcp/dist → dist}/shared/fragment-graph.js +0 -0
  110. /package/{mcp/dist → dist}/shared/governance.js +0 -0
  111. /package/{mcp/dist → dist}/shared/index.js +0 -0
  112. /package/{mcp/dist → dist}/shared/ollama.js +0 -0
  113. /package/{mcp/dist → dist}/shared/process.js +0 -0
  114. /package/{mcp/dist → dist}/shared/retrieval.js +0 -0
  115. /package/{mcp/dist → dist}/shared/search-fallback.js +0 -0
  116. /package/{mcp/dist → dist}/shared/sqljs.js +0 -0
  117. /package/{mcp/dist → dist}/shared/stemmer.js +0 -0
  118. /package/{mcp/dist → dist}/shared/vector-index.js +0 -0
  119. /package/{mcp/dist → dist}/shared.js +0 -0
  120. /package/{mcp/dist → dist}/shell/entry.js +0 -0
  121. /package/{mcp/dist → dist}/shell/input.js +0 -0
  122. /package/{mcp/dist → dist}/shell/palette.js +0 -0
  123. /package/{mcp/dist → dist}/shell/render.js +0 -0
  124. /package/{mcp/dist → dist}/shell/shell.js +0 -0
  125. /package/{mcp/dist → dist}/shell/state-store.js +0 -0
  126. /package/{mcp/dist → dist}/shell/types.js +0 -0
  127. /package/{mcp/dist → dist}/shell/view-list.js +0 -0
  128. /package/{mcp/dist → dist}/shell/view.js +0 -0
  129. /package/{mcp/dist → dist}/skill/files.js +0 -0
  130. /package/{mcp/dist → dist}/skill/registry.js +0 -0
  131. /package/{mcp/dist → dist}/skill/state.js +0 -0
  132. /package/{mcp/dist → dist}/startup-embedding.js +0 -0
  133. /package/{mcp/dist → dist}/status.js +0 -0
  134. /package/{mcp/dist → dist}/store-registry.js +0 -0
  135. /package/{mcp/dist → dist}/store-routing.js +0 -0
  136. /package/{mcp/dist → dist}/synonyms.json +0 -0
  137. /package/{mcp/dist → dist}/task/github.js +0 -0
  138. /package/{mcp/dist → dist}/task/hygiene.js +0 -0
  139. /package/{mcp/dist → dist}/task/lifecycle.js +0 -0
  140. /package/{mcp/dist → dist}/telemetry.js +0 -0
  141. /package/{mcp/dist → dist}/tool-registry.js +0 -0
  142. /package/{mcp/dist → dist}/tools/config.js +0 -0
  143. /package/{mcp/dist → dist}/tools/data.js +0 -0
  144. /package/{mcp/dist → dist}/tools/extract-facts.js +0 -0
  145. /package/{mcp/dist → dist}/tools/extract.js +0 -0
  146. /package/{mcp/dist → dist}/tools/finding.js +0 -0
  147. /package/{mcp/dist → dist}/tools/graph.js +0 -0
  148. /package/{mcp/dist → dist}/tools/hooks.js +0 -0
  149. /package/{mcp/dist → dist}/tools/memory.js +0 -0
  150. /package/{mcp/dist → dist}/tools/ops.js +0 -0
  151. /package/{mcp/dist → dist}/tools/search.js +0 -0
  152. /package/{mcp/dist → dist}/tools/skills.js +0 -0
  153. /package/{mcp/dist → dist}/tools/tasks.js +0 -0
  154. /package/{mcp/dist → dist}/tools/types.js +0 -0
  155. /package/{mcp/dist → dist}/ui/assets.js +0 -0
  156. /package/{mcp/dist → dist}/ui/data.js +0 -0
  157. /package/{mcp/dist → dist}/ui/graph.js +0 -0
  158. /package/{mcp/dist → dist}/ui/memory-ui.js +0 -0
  159. /package/{mcp/dist → dist}/ui/page.js +0 -0
  160. /package/{mcp/dist → dist}/ui/scripts.js +0 -0
  161. /package/{mcp/dist → dist}/ui/server.js +0 -0
  162. /package/{mcp/dist → dist}/ui/styles.js +0 -0
  163. /package/{mcp/dist → dist}/update.js +0 -0
  164. /package/{mcp/dist → dist}/utils.js +0 -0
package/icon.svg DELETED
@@ -1,416 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
2
- <circle cx="64" cy="64" r="64" fill="#12122a"/>
3
- <g fill="rgb(40,211,242)">
4
- <rect x="85.3" y="26.7" width="5.3" height="5.3"/>
5
- </g>
6
- <g fill="rgb(27,210,241)">
7
- <rect x="96.0" y="26.7" width="5.3" height="5.3"/>
8
- </g>
9
- <g fill="rgb(40,41,142)">
10
- <rect x="53.3" y="32.0" width="5.3" height="5.3"/>
11
- </g>
12
- <g fill="rgb(41,43,144)">
13
- <rect x="58.7" y="32.0" width="5.3" height="5.3"/>
14
- <rect x="74.7" y="32.0" width="5.3" height="5.3"/>
15
- </g>
16
- <g fill="rgb(43,44,147)">
17
- <rect x="69.3" y="32.0" width="5.3" height="5.3"/>
18
- </g>
19
- <g fill="rgb(38,39,142)">
20
- <rect x="42.7" y="37.3" width="5.3" height="5.3"/>
21
- </g>
22
- <g fill="rgb(153,140,248)">
23
- <rect x="48.0" y="37.3" width="5.3" height="5.3"/>
24
- </g>
25
- <g fill="rgb(152,146,247)">
26
- <rect x="53.3" y="37.3" width="5.3" height="5.3"/>
27
- </g>
28
- <g fill="rgb(93,67,243)">
29
- <rect x="58.7" y="37.3" width="5.3" height="5.3"/>
30
- </g>
31
- <g fill="rgb(157,147,250)">
32
- <rect x="64.0" y="37.3" width="5.3" height="5.3"/>
33
- </g>
34
- <g fill="rgb(156,146,249)">
35
- <rect x="69.3" y="37.3" width="5.3" height="5.3"/>
36
- </g>
37
- <g fill="rgb(145,147,247)">
38
- <rect x="74.7" y="37.3" width="5.3" height="5.3"/>
39
- </g>
40
- <g fill="rgb(155,146,248)">
41
- <rect x="80.0" y="37.3" width="5.3" height="5.3"/>
42
- </g>
43
- <g fill="rgb(41,40,141)">
44
- <rect x="85.3" y="37.3" width="5.3" height="5.3"/>
45
- </g>
46
- <g fill="rgb(150,132,250)">
47
- <rect x="42.7" y="42.7" width="5.3" height="5.3"/>
48
- </g>
49
- <g fill="rgb(154,143,250)">
50
- <rect x="48.0" y="42.7" width="5.3" height="5.3"/>
51
- </g>
52
- <g fill="rgb(104,75,249)">
53
- <rect x="53.3" y="42.7" width="5.3" height="5.3"/>
54
- </g>
55
- <g fill="rgb(156,142,251)">
56
- <rect x="58.7" y="42.7" width="5.3" height="5.3"/>
57
- </g>
58
- <g fill="rgb(156,149,248)">
59
- <rect x="64.0" y="42.7" width="5.3" height="5.3"/>
60
- </g>
61
- <g fill="rgb(157,150,248)">
62
- <rect x="69.3" y="42.7" width="5.3" height="5.3"/>
63
- </g>
64
- <g fill="rgb(151,130,250)">
65
- <rect x="74.7" y="42.7" width="5.3" height="5.3"/>
66
- </g>
67
- <g fill="rgb(149,145,247)">
68
- <rect x="80.0" y="42.7" width="5.3" height="5.3"/>
69
- </g>
70
- <g fill="rgb(155,143,248)">
71
- <rect x="85.3" y="42.7" width="5.3" height="5.3"/>
72
- </g>
73
- <g fill="rgb(41,41,146)">
74
- <rect x="90.7" y="42.7" width="5.3" height="5.3"/>
75
- </g>
76
- <g fill="rgb(39,39,132)">
77
- <rect x="37.3" y="48.0" width="5.3" height="5.3"/>
78
- </g>
79
- <g fill="rgb(151,133,250)">
80
- <rect x="42.7" y="48.0" width="5.3" height="5.3"/>
81
- <rect x="58.7" y="58.7" width="5.3" height="5.3"/>
82
- </g>
83
- <g fill="rgb(148,129,251)">
84
- <rect x="48.0" y="48.0" width="5.3" height="5.3"/>
85
- </g>
86
- <g fill="rgb(156,145,248)">
87
- <rect x="53.3" y="48.0" width="5.3" height="5.3"/>
88
- </g>
89
- <g fill="rgb(92,68,236)">
90
- <rect x="58.7" y="48.0" width="5.3" height="5.3"/>
91
- </g>
92
- <g fill="rgb(85,70,220)">
93
- <rect x="64.0" y="48.0" width="5.3" height="5.3"/>
94
- </g>
95
- <g fill="rgb(157,151,248)">
96
- <rect x="69.3" y="48.0" width="5.3" height="5.3"/>
97
- </g>
98
- <g fill="rgb(86,61,235)">
99
- <rect x="74.7" y="48.0" width="5.3" height="5.3"/>
100
- </g>
101
- <g fill="rgb(105,83,245)">
102
- <rect x="80.0" y="48.0" width="5.3" height="5.3"/>
103
- </g>
104
- <g fill="rgb(191,189,251)">
105
- <rect x="85.3" y="48.0" width="5.3" height="5.3"/>
106
- </g>
107
- <g fill="rgb(153,135,250)">
108
- <rect x="90.7" y="48.0" width="5.3" height="5.3"/>
109
- </g>
110
- <g fill="rgb(71,68,183)">
111
- <rect x="96.0" y="48.0" width="5.3" height="5.3"/>
112
- </g>
113
- <g fill="rgb(12,31,109)">
114
- <rect x="32.0" y="53.3" width="5.3" height="5.3"/>
115
- </g>
116
- <g fill="rgb(82,67,225)">
117
- <rect x="37.3" y="53.3" width="5.3" height="5.3"/>
118
- </g>
119
- <g fill="rgb(143,122,252)">
120
- <rect x="42.7" y="53.3" width="5.3" height="5.3"/>
121
- </g>
122
- <g fill="rgb(94,67,244)">
123
- <rect x="48.0" y="53.3" width="5.3" height="5.3"/>
124
- </g>
125
- <g fill="rgb(152,144,249)">
126
- <rect x="53.3" y="53.3" width="5.3" height="5.3"/>
127
- </g>
128
- <g fill="rgb(154,143,248)">
129
- <rect x="58.7" y="53.3" width="5.3" height="5.3"/>
130
- </g>
131
- <g fill="rgb(157,153,248)">
132
- <rect x="64.0" y="53.3" width="5.3" height="5.3"/>
133
- </g>
134
- <g fill="rgb(84,61,230)">
135
- <rect x="69.3" y="53.3" width="5.3" height="5.3"/>
136
- </g>
137
- <g fill="rgb(152,139,250)">
138
- <rect x="74.7" y="53.3" width="5.3" height="5.3"/>
139
- </g>
140
- <g fill="rgb(95,71,239)">
141
- <rect x="80.0" y="53.3" width="5.3" height="5.3"/>
142
- </g>
143
- <g fill="rgb(92,68,237)">
144
- <rect x="85.3" y="53.3" width="5.3" height="5.3"/>
145
- </g>
146
- <g fill="rgb(151,139,250)">
147
- <rect x="90.7" y="53.3" width="5.3" height="5.3"/>
148
- </g>
149
- <g fill="rgb(67,61,181)">
150
- <rect x="96.0" y="53.3" width="5.3" height="5.3"/>
151
- </g>
152
- <g fill="rgb(148,132,250)">
153
- <rect x="32.0" y="58.7" width="5.3" height="5.3"/>
154
- </g>
155
- <g fill="rgb(144,126,251)">
156
- <rect x="37.3" y="58.7" width="5.3" height="5.3"/>
157
- </g>
158
- <g fill="rgb(156,143,251)">
159
- <rect x="42.7" y="58.7" width="5.3" height="5.3"/>
160
- </g>
161
- <g fill="rgb(149,132,251)">
162
- <rect x="48.0" y="58.7" width="5.3" height="5.3"/>
163
- </g>
164
- <g fill="rgb(150,132,251)">
165
- <rect x="53.3" y="58.7" width="5.3" height="5.3"/>
166
- </g>
167
- <g fill="rgb(152,134,250)">
168
- <rect x="64.0" y="58.7" width="5.3" height="5.3"/>
169
- </g>
170
- <g fill="rgb(152,139,247)">
171
- <rect x="69.3" y="58.7" width="5.3" height="5.3"/>
172
- </g>
173
- <g fill="rgb(106,93,246)">
174
- <rect x="74.7" y="58.7" width="5.3" height="5.3"/>
175
- </g>
176
- <g fill="rgb(155,141,250)">
177
- <rect x="80.0" y="58.7" width="5.3" height="5.3"/>
178
- </g>
179
- <g fill="rgb(158,141,248)">
180
- <rect x="85.3" y="58.7" width="5.3" height="5.3"/>
181
- </g>
182
- <g fill="rgb(116,101,251)">
183
- <rect x="90.7" y="58.7" width="5.3" height="5.3"/>
184
- </g>
185
- <g fill="rgb(36,41,131)">
186
- <rect x="96.0" y="58.7" width="5.3" height="5.3"/>
187
- </g>
188
- <g fill="rgb(141,122,250)">
189
- <rect x="32.0" y="64.0" width="5.3" height="5.3"/>
190
- </g>
191
- <g fill="rgb(21,32,101)">
192
- <rect x="37.3" y="64.0" width="5.3" height="5.3"/>
193
- </g>
194
- <g fill="rgb(146,126,251)">
195
- <rect x="42.7" y="64.0" width="5.3" height="5.3"/>
196
- <rect x="53.3" y="74.7" width="5.3" height="5.3"/>
197
- </g>
198
- <g fill="rgb(146,128,250)">
199
- <rect x="48.0" y="64.0" width="5.3" height="5.3"/>
200
- <rect x="58.7" y="74.7" width="5.3" height="5.3"/>
201
- </g>
202
- <g fill="rgb(158,149,250)">
203
- <rect x="53.3" y="64.0" width="5.3" height="5.3"/>
204
- </g>
205
- <g fill="rgb(22,31,104)">
206
- <rect x="58.7" y="64.0" width="5.3" height="5.3"/>
207
- </g>
208
- <g fill="rgb(152,137,250)">
209
- <rect x="64.0" y="64.0" width="5.3" height="5.3"/>
210
- </g>
211
- <g fill="rgb(150,142,249)">
212
- <rect x="69.3" y="64.0" width="5.3" height="5.3"/>
213
- </g>
214
- <g fill="rgb(152,138,250)">
215
- <rect x="74.7" y="64.0" width="5.3" height="5.3"/>
216
- </g>
217
- <g fill="rgb(154,140,251)">
218
- <rect x="80.0" y="64.0" width="5.3" height="5.3"/>
219
- </g>
220
- <g fill="rgb(116,104,252)">
221
- <rect x="85.3" y="64.0" width="5.3" height="5.3"/>
222
- </g>
223
- <g fill="rgb(127,111,251)">
224
- <rect x="90.7" y="64.0" width="5.3" height="5.3"/>
225
- </g>
226
- <g fill="rgb(92,85,242)">
227
- <rect x="96.0" y="64.0" width="5.3" height="5.3"/>
228
- </g>
229
- <g fill="rgb(146,128,248)">
230
- <rect x="32.0" y="69.3" width="5.3" height="5.3"/>
231
- </g>
232
- <g fill="rgb(154,132,250)">
233
- <rect x="37.3" y="69.3" width="5.3" height="5.3"/>
234
- </g>
235
- <g fill="rgb(145,123,251)">
236
- <rect x="42.7" y="69.3" width="5.3" height="5.3"/>
237
- </g>
238
- <g fill="rgb(145,125,250)">
239
- <rect x="48.0" y="69.3" width="5.3" height="5.3"/>
240
- <rect x="42.7" y="74.7" width="5.3" height="5.3"/>
241
- </g>
242
- <g fill="rgb(146,123,248)">
243
- <rect x="53.3" y="69.3" width="5.3" height="5.3"/>
244
- </g>
245
- <g fill="rgb(152,132,248)">
246
- <rect x="58.7" y="69.3" width="5.3" height="5.3"/>
247
- </g>
248
- <g fill="rgb(151,133,251)">
249
- <rect x="64.0" y="69.3" width="5.3" height="5.3"/>
250
- </g>
251
- <g fill="rgb(135,121,250)">
252
- <rect x="69.3" y="69.3" width="5.3" height="5.3"/>
253
- </g>
254
- <g fill="rgb(119,99,247)">
255
- <rect x="74.7" y="69.3" width="5.3" height="5.3"/>
256
- </g>
257
- <g fill="rgb(108,93,249)">
258
- <rect x="80.0" y="69.3" width="5.3" height="5.3"/>
259
- </g>
260
- <g fill="rgb(117,100,251)">
261
- <rect x="85.3" y="69.3" width="5.3" height="5.3"/>
262
- </g>
263
- <g fill="rgb(125,110,250)">
264
- <rect x="90.7" y="69.3" width="5.3" height="5.3"/>
265
- </g>
266
- <g fill="rgb(93,81,242)">
267
- <rect x="96.0" y="69.3" width="5.3" height="5.3"/>
268
- </g>
269
- <g fill="rgb(10,28,98)">
270
- <rect x="32.0" y="74.7" width="5.3" height="5.3"/>
271
- </g>
272
- <g fill="rgb(147,128,251)">
273
- <rect x="37.3" y="74.7" width="5.3" height="5.3"/>
274
- </g>
275
- <g fill="rgb(48,39,174)">
276
- <rect x="48.0" y="74.7" width="5.3" height="5.3"/>
277
- </g>
278
- <g fill="rgb(111,94,250)">
279
- <rect x="64.0" y="74.7" width="5.3" height="5.3"/>
280
- </g>
281
- <g fill="rgb(122,109,250)">
282
- <rect x="69.3" y="74.7" width="5.3" height="5.3"/>
283
- </g>
284
- <g fill="rgb(120,107,251)">
285
- <rect x="74.7" y="74.7" width="5.3" height="5.3"/>
286
- </g>
287
- <g fill="rgb(121,100,250)">
288
- <rect x="80.0" y="74.7" width="5.3" height="5.3"/>
289
- </g>
290
- <g fill="rgb(92,66,240)">
291
- <rect x="85.3" y="74.7" width="5.3" height="5.3"/>
292
- </g>
293
- <g fill="rgb(117,92,249)">
294
- <rect x="90.7" y="74.7" width="5.3" height="5.3"/>
295
- </g>
296
- <g fill="rgb(7,37,110)">
297
- <rect x="96.0" y="74.7" width="5.3" height="5.3"/>
298
- </g>
299
- <g fill="rgb(77,59,222)">
300
- <rect x="37.3" y="80.0" width="5.3" height="5.3"/>
301
- </g>
302
- <g fill="rgb(100,82,243)">
303
- <rect x="42.7" y="80.0" width="5.3" height="5.3"/>
304
- </g>
305
- <g fill="rgb(136,120,250)">
306
- <rect x="48.0" y="80.0" width="5.3" height="5.3"/>
307
- </g>
308
- <g fill="rgb(102,86,245)">
309
- <rect x="53.3" y="80.0" width="5.3" height="5.3"/>
310
- </g>
311
- <g fill="rgb(103,86,245)">
312
- <rect x="58.7" y="80.0" width="5.3" height="5.3"/>
313
- </g>
314
- <g fill="rgb(116,102,249)">
315
- <rect x="64.0" y="80.0" width="5.3" height="5.3"/>
316
- </g>
317
- <g fill="rgb(114,103,247)">
318
- <rect x="69.3" y="80.0" width="5.3" height="5.3"/>
319
- </g>
320
- <g fill="rgb(86,74,229)">
321
- <rect x="74.7" y="80.0" width="5.3" height="5.3"/>
322
- </g>
323
- <g fill="rgb(106,93,244)">
324
- <rect x="80.0" y="80.0" width="5.3" height="5.3"/>
325
- </g>
326
- <g fill="rgb(36,25,138)">
327
- <rect x="85.3" y="80.0" width="5.3" height="5.3"/>
328
- </g>
329
- <g fill="rgb(83,73,231)">
330
- <rect x="90.7" y="80.0" width="5.3" height="5.3"/>
331
- </g>
332
- <g fill="rgb(18,22,101)">
333
- <rect x="42.7" y="85.3" width="5.3" height="5.3"/>
334
- </g>
335
- <g fill="rgb(19,24,101)">
336
- <rect x="48.0" y="85.3" width="5.3" height="5.3"/>
337
- </g>
338
- <g fill="rgb(66,51,207)">
339
- <rect x="53.3" y="85.3" width="5.3" height="5.3"/>
340
- </g>
341
- <g fill="rgb(95,83,244)">
342
- <rect x="58.7" y="85.3" width="5.3" height="5.3"/>
343
- </g>
344
- <g fill="rgb(72,59,210)">
345
- <rect x="64.0" y="85.3" width="5.3" height="5.3"/>
346
- </g>
347
- <g fill="rgb(115,96,250)">
348
- <rect x="69.3" y="85.3" width="5.3" height="5.3"/>
349
- </g>
350
- <g fill="rgb(117,104,249)">
351
- <rect x="74.7" y="85.3" width="5.3" height="5.3"/>
352
- </g>
353
- <g fill="rgb(119,104,249)">
354
- <rect x="80.0" y="85.3" width="5.3" height="5.3"/>
355
- </g>
356
- <g fill="rgb(23,21,110)">
357
- <rect x="85.3" y="85.3" width="5.3" height="5.3"/>
358
- </g>
359
- <g fill="rgb(69,51,218)">
360
- <rect x="53.3" y="90.7" width="5.3" height="5.3"/>
361
- </g>
362
- <g fill="rgb(26,24,106)">
363
- <rect x="58.7" y="90.7" width="5.3" height="5.3"/>
364
- </g>
365
- <g fill="rgb(58,46,198)">
366
- <rect x="69.3" y="90.7" width="5.3" height="5.3"/>
367
- </g>
368
- <g fill="rgb(20,31,99)">
369
- <rect x="74.7" y="90.7" width="5.3" height="5.3"/>
370
- </g>
371
- <g fill="rgb(26,29,111)">
372
- <rect x="80.0" y="90.7" width="5.3" height="5.3"/>
373
- </g>
374
- <g fill="rgb(24,29,112)">
375
- <rect x="48.0" y="96.0" width="5.3" height="5.3"/>
376
- </g>
377
- <g fill="rgb(105,91,248)">
378
- <rect x="53.3" y="96.0" width="5.3" height="5.3"/>
379
- </g>
380
- <g fill="rgb(9,30,102)">
381
- <rect x="58.7" y="96.0" width="5.3" height="5.3"/>
382
- </g>
383
- <g fill="rgb(12,31,104)">
384
- <rect x="64.0" y="96.0" width="5.3" height="5.3"/>
385
- </g>
386
- <g fill="rgb(112,102,250)">
387
- <rect x="69.3" y="96.0" width="5.3" height="5.3"/>
388
- </g>
389
- <g fill="rgb(15,41,120)">
390
- <rect x="74.7" y="96.0" width="5.3" height="5.3"/>
391
- </g>
392
- <g fill="rgb(160,169,250)">
393
- <rect x="80.0" y="96.0" width="5.3" height="5.3"/>
394
- </g>
395
- <g fill="rgb(156,157,248)">
396
- <rect x="48.0" y="101.3" width="5.3" height="5.3"/>
397
- </g>
398
- <g fill="rgb(155,157,248)">
399
- <rect x="53.3" y="101.3" width="5.3" height="5.3"/>
400
- </g>
401
- <g fill="rgb(157,158,248)">
402
- <rect x="58.7" y="101.3" width="5.3" height="5.3"/>
403
- </g>
404
- <g fill="rgb(158,161,248)">
405
- <rect x="64.0" y="101.3" width="5.3" height="5.3"/>
406
- </g>
407
- <g fill="rgb(158,160,248)">
408
- <rect x="69.3" y="101.3" width="5.3" height="5.3"/>
409
- </g>
410
- <g fill="rgb(158,162,248)">
411
- <rect x="74.7" y="101.3" width="5.3" height="5.3"/>
412
- </g>
413
- <g fill="rgb(158,163,247)">
414
- <rect x="80.0" y="101.3" width="5.3" height="5.3"/>
415
- </g>
416
- </svg>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes