@phren/cli 0.0.54 → 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.
- package/README.md +70 -92
- package/{mcp/dist → dist}/cli/cli.js +15 -3
- package/{mcp/dist → dist}/cli/hooks-session.js +47 -0
- package/{mcp/dist → dist}/cli/namespaces.js +120 -0
- package/{mcp/dist → dist}/entrypoint.js +3 -0
- package/{mcp/dist → dist}/generated/memory-ui-graph.browser.js +26 -23
- package/{mcp/dist → dist}/memory-ui-graph.runtime.js +26 -23
- package/{mcp/dist → dist}/package-metadata.js +1 -1
- package/{mcp/dist → dist}/profile-store.js +3 -0
- package/{mcp/dist → dist}/session/utils.js +24 -1
- package/{mcp/dist → dist}/test-global-setup.js +4 -4
- package/{mcp/dist → dist}/tools/session.js +10 -37
- package/dist/ui/assets.js +8 -0
- package/{mcp/dist → dist}/ui/page.js +25 -1
- package/{mcp/dist → dist}/ui/scripts.js +303 -18
- package/{mcp/dist → dist}/ui/server.js +132 -3
- package/{mcp/dist → dist}/ui/styles.js +6 -0
- package/package.json +24 -38
- package/LICENSE +0 -21
- package/icon.svg +0 -416
- package/mcp/dist/ui/assets.js +0 -8
- /package/{mcp/dist → dist}/capabilities/cli.js +0 -0
- /package/{mcp/dist → dist}/capabilities/index.js +0 -0
- /package/{mcp/dist → dist}/capabilities/mcp.js +0 -0
- /package/{mcp/dist → dist}/capabilities/types.js +0 -0
- /package/{mcp/dist → dist}/capabilities/vscode.js +0 -0
- /package/{mcp/dist → dist}/capabilities/web-ui.js +0 -0
- /package/{mcp/dist → dist}/cli/actions.js +0 -0
- /package/{mcp/dist → dist}/cli/config.js +0 -0
- /package/{mcp/dist → dist}/cli/extract.js +0 -0
- /package/{mcp/dist → dist}/cli/govern.js +0 -0
- /package/{mcp/dist → dist}/cli/graph.js +0 -0
- /package/{mcp/dist → dist}/cli/hooks-citations.js +0 -0
- /package/{mcp/dist → dist}/cli/hooks-context.js +0 -0
- /package/{mcp/dist → dist}/cli/hooks-globs.js +0 -0
- /package/{mcp/dist → dist}/cli/hooks-output.js +0 -0
- /package/{mcp/dist → dist}/cli/hooks.js +0 -0
- /package/{mcp/dist → dist}/cli/ops.js +0 -0
- /package/{mcp/dist → dist}/cli/search.js +0 -0
- /package/{mcp/dist → dist}/cli/team.js +0 -0
- /package/{mcp/dist → dist}/cli-hooks-git.js +0 -0
- /package/{mcp/dist → dist}/cli-hooks-prompt.js +0 -0
- /package/{mcp/dist → dist}/cli-hooks-session-handlers.js +0 -0
- /package/{mcp/dist → dist}/cli-hooks-stop.js +0 -0
- /package/{mcp/dist → dist}/content/archive.js +0 -0
- /package/{mcp/dist → dist}/content/citation.js +0 -0
- /package/{mcp/dist → dist}/content/dedup.js +0 -0
- /package/{mcp/dist → dist}/content/learning.js +0 -0
- /package/{mcp/dist → dist}/content/metadata.js +0 -0
- /package/{mcp/dist → dist}/content/validate.js +0 -0
- /package/{mcp/dist → dist}/core/finding.js +0 -0
- /package/{mcp/dist → dist}/core/project.js +0 -0
- /package/{mcp/dist → dist}/core/search.js +0 -0
- /package/{mcp/dist → dist}/data/access.js +0 -0
- /package/{mcp/dist → dist}/data/tasks.js +0 -0
- /package/{mcp/dist → dist}/embedding.js +0 -0
- /package/{mcp/dist → dist}/finding/context.js +0 -0
- /package/{mcp/dist → dist}/finding/impact.js +0 -0
- /package/{mcp/dist → dist}/finding/journal.js +0 -0
- /package/{mcp/dist → dist}/finding/lifecycle.js +0 -0
- /package/{mcp/dist → dist}/governance/audit.js +0 -0
- /package/{mcp/dist → dist}/governance/locks.js +0 -0
- /package/{mcp/dist → dist}/governance/policy.js +0 -0
- /package/{mcp/dist → dist}/governance/rbac.js +0 -0
- /package/{mcp/dist → dist}/governance/scores.js +0 -0
- /package/{mcp/dist → dist}/hooks.js +0 -0
- /package/{mcp/dist → dist}/index-query.js +0 -0
- /package/{mcp/dist → dist}/index.js +0 -0
- /package/{mcp/dist → dist}/init/config.js +0 -0
- /package/{mcp/dist → dist}/init/init-configure.js +0 -0
- /package/{mcp/dist → dist}/init/init-hooks-mode.js +0 -0
- /package/{mcp/dist → dist}/init/init-mcp-mode.js +0 -0
- /package/{mcp/dist → dist}/init/init-uninstall.js +0 -0
- /package/{mcp/dist → dist}/init/init-walkthrough.js +0 -0
- /package/{mcp/dist → dist}/init/init.js +0 -0
- /package/{mcp/dist → dist}/init/preferences.js +0 -0
- /package/{mcp/dist → dist}/init/setup.js +0 -0
- /package/{mcp/dist → dist}/init/shared.js +0 -0
- /package/{mcp/dist → dist}/init-bootstrap.js +0 -0
- /package/{mcp/dist → dist}/init-detect.js +0 -0
- /package/{mcp/dist → dist}/init-env.js +0 -0
- /package/{mcp/dist → dist}/init-fresh.js +0 -0
- /package/{mcp/dist → dist}/init-hooks.js +0 -0
- /package/{mcp/dist → dist}/init-mcp.js +0 -0
- /package/{mcp/dist → dist}/init-modes.js +0 -0
- /package/{mcp/dist → dist}/init-npm.js +0 -0
- /package/{mcp/dist → dist}/init-project-local.js +0 -0
- /package/{mcp/dist → dist}/init-semantic.js +0 -0
- /package/{mcp/dist → dist}/init-types.js +0 -0
- /package/{mcp/dist → dist}/init-uninstall.js +0 -0
- /package/{mcp/dist → dist}/init-update.js +0 -0
- /package/{mcp/dist → dist}/init-walkthrough.js +0 -0
- /package/{mcp/dist → dist}/link/checksums.js +0 -0
- /package/{mcp/dist → dist}/link/context.js +0 -0
- /package/{mcp/dist → dist}/link/doctor.js +0 -0
- /package/{mcp/dist → dist}/link/link.js +0 -0
- /package/{mcp/dist → dist}/link/skills.js +0 -0
- /package/{mcp/dist → dist}/logger.js +0 -0
- /package/{mcp/dist → dist}/machine-identity.js +0 -0
- /package/{mcp/dist → dist}/phren-art.js +0 -0
- /package/{mcp/dist → dist}/phren-core.js +0 -0
- /package/{mcp/dist → dist}/phren-dotenv.js +0 -0
- /package/{mcp/dist → dist}/phren-paths.js +0 -0
- /package/{mcp/dist → dist}/proactivity.js +0 -0
- /package/{mcp/dist → dist}/project-config.js +0 -0
- /package/{mcp/dist → dist}/project-locator.js +0 -0
- /package/{mcp/dist → dist}/project-topics.js +0 -0
- /package/{mcp/dist → dist}/provider-adapters.js +0 -0
- /package/{mcp/dist → dist}/query-correlation.js +0 -0
- /package/{mcp/dist → dist}/runtime-profile.js +0 -0
- /package/{mcp/dist → dist}/session/checkpoints.js +0 -0
- /package/{mcp/dist → dist}/shared/content.js +0 -0
- /package/{mcp/dist → dist}/shared/data-utils.js +0 -0
- /package/{mcp/dist → dist}/shared/embedding-cache.js +0 -0
- /package/{mcp/dist → dist}/shared/fragment-graph.js +0 -0
- /package/{mcp/dist → dist}/shared/governance.js +0 -0
- /package/{mcp/dist → dist}/shared/index.js +0 -0
- /package/{mcp/dist → dist}/shared/ollama.js +0 -0
- /package/{mcp/dist → dist}/shared/process.js +0 -0
- /package/{mcp/dist → dist}/shared/retrieval.js +0 -0
- /package/{mcp/dist → dist}/shared/search-fallback.js +0 -0
- /package/{mcp/dist → dist}/shared/sqljs.js +0 -0
- /package/{mcp/dist → dist}/shared/stemmer.js +0 -0
- /package/{mcp/dist → dist}/shared/vector-index.js +0 -0
- /package/{mcp/dist → dist}/shared.js +0 -0
- /package/{mcp/dist → dist}/shell/entry.js +0 -0
- /package/{mcp/dist → dist}/shell/input.js +0 -0
- /package/{mcp/dist → dist}/shell/palette.js +0 -0
- /package/{mcp/dist → dist}/shell/render.js +0 -0
- /package/{mcp/dist → dist}/shell/shell.js +0 -0
- /package/{mcp/dist → dist}/shell/state-store.js +0 -0
- /package/{mcp/dist → dist}/shell/types.js +0 -0
- /package/{mcp/dist → dist}/shell/view-list.js +0 -0
- /package/{mcp/dist → dist}/shell/view.js +0 -0
- /package/{mcp/dist → dist}/skill/files.js +0 -0
- /package/{mcp/dist → dist}/skill/registry.js +0 -0
- /package/{mcp/dist → dist}/skill/state.js +0 -0
- /package/{mcp/dist → dist}/startup-embedding.js +0 -0
- /package/{mcp/dist → dist}/status.js +0 -0
- /package/{mcp/dist → dist}/store-registry.js +0 -0
- /package/{mcp/dist → dist}/store-routing.js +0 -0
- /package/{mcp/dist → dist}/synonyms.json +0 -0
- /package/{mcp/dist → dist}/task/github.js +0 -0
- /package/{mcp/dist → dist}/task/hygiene.js +0 -0
- /package/{mcp/dist → dist}/task/lifecycle.js +0 -0
- /package/{mcp/dist → dist}/telemetry.js +0 -0
- /package/{mcp/dist → dist}/tool-registry.js +0 -0
- /package/{mcp/dist → dist}/tools/config.js +0 -0
- /package/{mcp/dist → dist}/tools/data.js +0 -0
- /package/{mcp/dist → dist}/tools/extract-facts.js +0 -0
- /package/{mcp/dist → dist}/tools/extract.js +0 -0
- /package/{mcp/dist → dist}/tools/finding.js +0 -0
- /package/{mcp/dist → dist}/tools/graph.js +0 -0
- /package/{mcp/dist → dist}/tools/hooks.js +0 -0
- /package/{mcp/dist → dist}/tools/memory.js +0 -0
- /package/{mcp/dist → dist}/tools/ops.js +0 -0
- /package/{mcp/dist → dist}/tools/search.js +0 -0
- /package/{mcp/dist → dist}/tools/skills.js +0 -0
- /package/{mcp/dist → dist}/tools/tasks.js +0 -0
- /package/{mcp/dist → dist}/tools/types.js +0 -0
- /package/{mcp/dist → dist}/ui/data.js +0 -0
- /package/{mcp/dist → dist}/ui/graph.js +0 -0
- /package/{mcp/dist → dist}/ui/memory-ui.js +0 -0
- /package/{mcp/dist → dist}/update.js +0 -0
- /package/{mcp/dist → dist}/utils.js +0 -0
package/package.json
CHANGED
|
@@ -1,18 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phren/cli",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Knowledge layer for AI agents
|
|
3
|
+
"version": "0.0.56",
|
|
4
|
+
"description": "Knowledge layer for AI agents — CLI, MCP server, and data layer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"phren": "
|
|
7
|
+
"phren": "dist/index.js"
|
|
8
|
+
},
|
|
9
|
+
"exports": {
|
|
10
|
+
".": "./dist/index.js",
|
|
11
|
+
"./paths": "./dist/phren-paths.js",
|
|
12
|
+
"./runtime-profile": "./dist/runtime-profile.js",
|
|
13
|
+
"./shared": "./dist/shared/index.js",
|
|
14
|
+
"./shared/retrieval": "./dist/shared/retrieval.js",
|
|
15
|
+
"./data/access": "./dist/data/access.js",
|
|
16
|
+
"./data/tasks": "./dist/data/tasks.js",
|
|
17
|
+
"./core/finding": "./dist/core/finding.js",
|
|
18
|
+
"./session/utils": "./dist/session/utils.js"
|
|
8
19
|
},
|
|
9
20
|
"files": [
|
|
10
|
-
"
|
|
11
|
-
"icon.svg",
|
|
21
|
+
"dist",
|
|
12
22
|
"starter",
|
|
13
23
|
"skills",
|
|
14
24
|
"scripts/preuninstall.mjs"
|
|
15
25
|
],
|
|
26
|
+
"scripts": {
|
|
27
|
+
"build": "node ../../scripts/build.mjs",
|
|
28
|
+
"dev": "tsx src/index.ts",
|
|
29
|
+
"lint": "biome lint --config-path ../../biome.json src/",
|
|
30
|
+
"test": "echo 'Run tests from repo root: pnpm -w test'",
|
|
31
|
+
"preuninstall": "node scripts/preuninstall.mjs"
|
|
32
|
+
},
|
|
16
33
|
"dependencies": {
|
|
17
34
|
"@modelcontextprotocol/sdk": "^1.28.0",
|
|
18
35
|
"chalk": "^5.6.2",
|
|
@@ -25,33 +42,6 @@
|
|
|
25
42
|
"sql.js-fts5": "^1.4.0",
|
|
26
43
|
"zod": "^4.3.6"
|
|
27
44
|
},
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"@playwright/test": "^1.58.2",
|
|
30
|
-
"@types/js-yaml": "^4.0.9",
|
|
31
|
-
"@types/node": "^25.5.0",
|
|
32
|
-
"@biomejs/biome": "^2.1.0",
|
|
33
|
-
"@vitest/coverage-v8": "^4.1.2",
|
|
34
|
-
"esbuild": "^0.27.4",
|
|
35
|
-
"tsx": "^4.21.0",
|
|
36
|
-
"typescript": "^6.0.2",
|
|
37
|
-
"vitest": "^4.1.2"
|
|
38
|
-
},
|
|
39
|
-
"scripts": {
|
|
40
|
-
"build": "node scripts/build.mjs",
|
|
41
|
-
"dev": "tsx mcp/src/index.ts",
|
|
42
|
-
"lint": "biome lint mcp/src/",
|
|
43
|
-
"validate-docs": "bash scripts/validate-docs.sh",
|
|
44
|
-
"pretest": "npm run build",
|
|
45
|
-
"test": "vitest run",
|
|
46
|
-
"test:e2e": "npm run build && playwright test",
|
|
47
|
-
"test:e2e:install": "playwright install chromium",
|
|
48
|
-
"bench": "tsx mcp/bench/locomo-runner.ts --sessions 3",
|
|
49
|
-
"bench:retrieval": "tsx scripts/bench-retrieval-modes.ts",
|
|
50
|
-
"bench:retrieval:synthetic": "tsx scripts/bench-retrieval-synthetic.ts",
|
|
51
|
-
"preuninstall": "node scripts/preuninstall.mjs",
|
|
52
|
-
"install-hooks": "cp scripts/pre-commit .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit",
|
|
53
|
-
"prepublishOnly": "npm run build && npm test"
|
|
54
|
-
},
|
|
55
45
|
"engines": {
|
|
56
46
|
"node": ">=20.0.0"
|
|
57
47
|
},
|
|
@@ -66,11 +56,7 @@
|
|
|
66
56
|
"license": "MIT",
|
|
67
57
|
"repository": {
|
|
68
58
|
"type": "git",
|
|
69
|
-
"url": "git+https://github.com/alaarab/phren.git"
|
|
70
|
-
|
|
71
|
-
"homepage": "https://github.com/alaarab/phren#readme",
|
|
72
|
-
"overrides": {
|
|
73
|
-
"flatted": "^3.4.2",
|
|
74
|
-
"undici": "^7.10.0"
|
|
59
|
+
"url": "git+https://github.com/alaarab/phren.git",
|
|
60
|
+
"directory": "packages/cli"
|
|
75
61
|
}
|
|
76
62
|
}
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 Ala Arab
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
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>
|