superacli 1.1.20 → 1.1.21
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/cli/adapter-schema.js +1 -6
- package/cli/config.js +95 -0
- package/cli/executor.js +90 -11
- package/cli/server-command.js +395 -0
- package/cli/supercli.js +82 -1
- package/docs/adapters.md +159 -0
- package/docs/changelog-2026-04.html +15 -0
- package/docs/index.html +314 -98
- package/docs/meta-plugins.json +24424 -1247
- package/docs/plugins-examples.md +8 -8
- package/docs/plugins-how-to.md +0 -13
- package/docs/plugins.html +165 -61
- package/docs/server.md +50 -0
- package/graphify-out/GRAPH_REPORT.md +141 -136
- package/graphify-out/cache/1821936911d6eb3130499b6b45b8e6d760d6c05328131e115ac9825a5e3061cd.json +1 -0
- package/graphify-out/cache/20b0e1261b41286d639e7b039c8143682001981f607e26eb2a492a06f12c233a.json +1 -0
- package/graphify-out/cache/21dc011c08a0813ac33c0520c9cf131d8922e6007df7d9b51df740974fee5fb3.json +1 -0
- package/graphify-out/cache/22d3d43c24fdff310ab8445bd442fbcf4714872c6950f15b90777e5a8358dcd9.json +1 -0
- package/graphify-out/cache/2b8a3fbc23afe7bbc1a5ecb60d4074f39afdf6cb42120922176c280f4cc4ab4b.json +1 -0
- package/graphify-out/cache/37418b8b152d9c436d75361969c39bc74a76260ab7209ceabf455f80452f1654.json +1 -0
- package/graphify-out/cache/3b9aae57e4326f5862f8153c13b7d809a34c422996993e7b491c5ea3a66b5e04.json +1 -0
- package/graphify-out/cache/448f8e0c5e77cfb15fa625ed40ee0dc1622d9814d24905fe4c12c4d175131dc9.json +1 -0
- package/graphify-out/cache/47dd42009ceac28b7a7fec5586e565e7bc850c80be96b8329e1ed7c49efbe34f.json +1 -0
- package/graphify-out/cache/492712949d38efbe312c303fe717e5c93e1ecc8888e1ceb855750afc48caffdb.json +1 -0
- package/graphify-out/cache/494fd6af80b6a1bb7a2a5641c6ad11e2fbe2a67b5a2b3ff57fd04bb49ccad1c4.json +1 -0
- package/graphify-out/cache/4b31b0de656deff083119780df64d17205c45e72233987e1c495f2121c4923fd.json +1 -0
- package/graphify-out/cache/5a16fa8cdd687a39661321adb39186ce8cf924a79ef936e42b365380b5e3543e.json +1 -0
- package/graphify-out/cache/644fcb129e595cfdb4e3a9757ed9658230347f5ed0652be45a894528a2b6585b.json +1 -0
- package/graphify-out/cache/6b8762db2c5f51408cf49d915f3e44bcc25c7ebb32abc635307fdf2a672b370c.json +1 -0
- package/graphify-out/cache/6db88050060880e56dd26ec58f29e3b56a409ace48e31bc75f54cab7dc74e409.json +1 -0
- package/graphify-out/cache/7932d1b6a9751b2cb2f4dc6b4e5f9fd7dcc2cee82d7866ec3d655482010533c0.json +1 -0
- package/graphify-out/cache/8140a76ff5b70dfdd0d020aeffff27f87af39da5b237c35baa938fcc4b288ba5.json +1 -0
- package/graphify-out/cache/8876638878758733a412bd4ca4cbd22863322689fbba9f037d92abfa877ea3ab.json +1 -0
- package/graphify-out/cache/90445359c448f8135207ddcd378c8391b9274460064cf998f1ea2ad6f2173703.json +1 -0
- package/graphify-out/cache/b01f675bb3942d2e8f359d11c38d52f28487544f54cdef518c60b7d8dfd2b383.json +1 -0
- package/graphify-out/cache/bc353b40b348d54c730d8498af675f57998b14ae796b4f952cdc200147008f13.json +1 -0
- package/graphify-out/cache/c38b2e784b1c441121b422db0c79b4911fb525d2a3cfad10d3fd561a07900bd5.json +1 -0
- package/graphify-out/cache/ce9df9bb2d36ecf310a53fb34526168bdf25773edf0826c1f55accebfa3c012d.json +1 -0
- package/graphify-out/cache/ceaeb0f99851d313b29cb1440240db1cf835de425b9b0c1e58fa3035355c2b2b.json +1 -0
- package/graphify-out/cache/d8f3e78931a41cd0f367fdab1d11b634bbffb2c90280c75a80a1a53a6b2d6bc7.json +1 -0
- package/graphify-out/cache/f574e4ce3bcb1250ca88410519fb4fd26c5b6cd786039410880fbd6e606ab23f.json +1 -0
- package/graphify-out/cache/faa65636d5f779b8b1c790dde11cc6470b48125bf42a12a77651827fd1653fd7.json +1 -0
- package/graphify-out/graph.json +4173 -2115
- package/ideal-plugins.csv +124 -0
- package/package.json +3 -2
- package/plugin-scores.csv +999 -0
- package/plugins/beads/plugin.json +2 -2
- package/plugins/biome/install-guidance.json +11 -0
- package/plugins/biome/meta.json +13 -0
- package/plugins/biome/plugin.json +83 -0
- package/plugins/biome/skills/quickstart/SKILL.md +25 -0
- package/plugins/bore/install-guidance.json +11 -0
- package/plugins/bore/meta.json +11 -0
- package/plugins/bore/plugin.json +65 -0
- package/plugins/bore/skills/quickstart/SKILL.md +25 -0
- package/plugins/ccf-deadlines/install-guidance.json +11 -0
- package/plugins/ccf-deadlines/meta.json +11 -0
- package/plugins/ccf-deadlines/plugin.json +28 -0
- package/plugins/ccf-deadlines/skills/quickstart/SKILL.md +25 -0
- package/plugins/code2prompt/install-guidance.json +11 -0
- package/plugins/code2prompt/meta.json +12 -0
- package/plugins/code2prompt/plugin.json +46 -0
- package/plugins/code2prompt/skills/quickstart/SKILL.md +25 -0
- package/plugins/commiat/install-guidance.json +10 -0
- package/plugins/commiat/plugin.json +2 -2
- package/plugins/dua-cli/install-guidance.json +11 -0
- package/plugins/dua-cli/meta.json +11 -0
- package/plugins/dua-cli/plugin.json +57 -0
- package/plugins/dua-cli/skills/quickstart/SKILL.md +25 -0
- package/plugins/forever/install-guidance.json +11 -0
- package/plugins/forever/meta.json +11 -0
- package/plugins/forever/plugin.json +75 -0
- package/plugins/forever/skills/quickstart/SKILL.md +25 -0
- package/plugins/gitmoji-cli/install-guidance.json +11 -0
- package/plugins/gitmoji-cli/meta.json +11 -0
- package/plugins/gitmoji-cli/plugin.json +49 -0
- package/plugins/gitmoji-cli/skills/quickstart/SKILL.md +25 -0
- package/plugins/google-maps-scraper/plugin.json +1 -1
- package/plugins/gwc/install-guidance.json +10 -0
- package/plugins/gwc/plugin.json +2 -2
- package/plugins/quarto/install-guidance.json +11 -0
- package/plugins/quarto/meta.json +11 -0
- package/plugins/quarto/plugin.json +61 -0
- package/plugins/quarto/skills/quickstart/SKILL.md +25 -0
- package/plugins/readme-md-generator/install-guidance.json +11 -0
- package/plugins/readme-md-generator/meta.json +11 -0
- package/plugins/readme-md-generator/plugin.json +28 -0
- package/plugins/readme-md-generator/skills/quickstart/SKILL.md +25 -0
- package/plugins/twarc/install-guidance.json +11 -0
- package/plugins/twarc/meta.json +13 -0
- package/plugins/twarc/plugin.json +165 -0
- package/plugins/twarc/skills/quickstart/SKILL.md +61 -0
- package/plugins/vale/install-guidance.json +11 -0
- package/plugins/vale/meta.json +12 -0
- package/plugins/vale/plugin.json +50 -0
- package/plugins/vale/skills/quickstart/SKILL.md +25 -0
- package/plugins/volta/install-guidance.json +11 -0
- package/plugins/volta/meta.json +12 -0
- package/plugins/volta/plugin.json +75 -0
- package/plugins/volta/skills/quickstart/SKILL.md +25 -0
- package/plugins/wgcf/install-guidance.json +11 -0
- package/plugins/wgcf/meta.json +12 -0
- package/plugins/wgcf/plugin.json +45 -0
- package/plugins/wgcf/skills/quickstart/SKILL.md +25 -0
- package/scripts/analyze-plugins.js +130 -0
- package/scripts/enrich-meta-plugins.js +67 -0
- package/server/app.js +23 -1
- package/server/routes/adapters.js +356 -0
- package/server/routes/dashboard.js +113 -0
- package/server/routes/jobs.js +26 -0
- package/server/services/adaptersService.js +284 -0
- package/server/services/pluginsService.js +4 -0
- package/server/views/adapter-edit.ejs +226 -0
- package/server/views/adapter-packages.ejs +191 -0
- package/server/views/adapters.ejs +112 -0
- package/server/views/command-edit.ejs +48 -21
- package/server/views/commands.ejs +25 -22
- package/server/views/dashboard.ejs +196 -0
- package/server/views/layout.ejs +94 -14
- package/server/views/mcp.ejs +38 -35
- package/server/views/partials/head.ejs +88 -12
- package/server/views/plugins.ejs +9 -0
- package/server/views/specs.ejs +33 -30
- package/cli/adapters/builtin.js +0 -43
- package/index.html +0 -384
package/graphify-out/cache/2b8a3fbc23afe7bbc1a5ecb60d4074f39afdf6cb42120922176c280f4cc4ab4b.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "cli_supercli_js", "label": "supercli.js", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L1"}, {"id": "supercli_compactkeys", "label": "compactKeys()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L70"}, {"id": "supercli_output", "label": "output()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L97"}, {"id": "supercli_makestreamemitter", "label": "makeStreamEmitter()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L108"}, {"id": "supercli_outputhumantable", "label": "outputHumanTable()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L120"}, {"id": "supercli_outputerror", "label": "outputError()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L148"}, {"id": "supercli_requireserver", "label": "requireServer()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L174"}, {"id": "supercli_userflags", "label": "userFlags()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L187"}, {"id": "supercli_rendertoplevelhelp", "label": "renderTopLevelHelp()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L195"}, {"id": "supercli_readstdin", "label": "readStdin()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L266"}, {"id": "supercli_main", "label": "main()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L303"}, {"id": "supercli_displaycomprehensivehelp", "label": "displayComprehensiveHelp()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L1002"}], "edges": [{"source": "cli_supercli_js", "target": "supercli_compactkeys", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L70", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_output", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L97", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_makestreamemitter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L108", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_outputhumantable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L120", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_outputerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L148", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_requireserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L174", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_userflags", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L187", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_rendertoplevelhelp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L195", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_readstdin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L266", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L303", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_displaycomprehensivehelp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L1002", "weight": 1.0}, {"source": "supercli_output", "target": "supercli_compactkeys", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L99", "weight": 1.0}, {"source": "supercli_outputerror", "target": "supercli_compactkeys", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L169", "weight": 1.0}, {"source": "supercli_requireserver", "target": "supercli_outputerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L176", "weight": 1.0}, {"source": "supercli_rendertoplevelhelp", "target": "supercli_output", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L246", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_readstdin", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L311", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_makestreamemitter", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L337", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_output", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L365", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_displaycomprehensivehelp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L372", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_rendertoplevelhelp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L429", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_outputerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L445", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_outputhumantable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L624", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_userflags", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L744", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_requireserver", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L777", "weight": 1.0}], "raw_calls": [{"caller_nid": "supercli_compactkeys", "callee": "isArray", "source_file": "cli/supercli.js", "source_location": "L71"}, {"caller_nid": "supercli_compactkeys", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L71"}, {"caller_nid": "supercli_compactkeys", "callee": "entries", "source_file": "cli/supercli.js", "source_location": "L89"}, {"caller_nid": "supercli_output", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L99"}, {"caller_nid": "supercli_output", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L103"}, {"caller_nid": "supercli_output", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L104"}, {"caller_nid": "supercli_output", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L105"}, {"caller_nid": "supercli_outputhumantable", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L123"}, {"caller_nid": "supercli_outputhumantable", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L127"}, {"caller_nid": "supercli_outputhumantable", "callee": "join", "source_file": "cli/supercli.js", "source_location": "L133"}, {"caller_nid": "supercli_outputhumantable", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L133"}, {"caller_nid": "supercli_outputhumantable", "callee": "join", "source_file": "cli/supercli.js", "source_location": "L136"}, {"caller_nid": "supercli_outputhumantable", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L136"}, {"caller_nid": "supercli_outputhumantable", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L137"}, {"caller_nid": "supercli_outputhumantable", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L138"}, {"caller_nid": "supercli_outputhumantable", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L139"}, {"caller_nid": "supercli_outputerror", "callee": "isInteger", "source_file": "cli/supercli.js", "source_location": "L149"}, {"caller_nid": "supercli_outputerror", "callee": "parseInt", "source_file": "cli/supercli.js", "source_location": "L151"}, {"caller_nid": "supercli_outputerror", "callee": "write", "source_file": "cli/supercli.js", "source_location": "L162"}, {"caller_nid": "supercli_outputerror", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L164"}, {"caller_nid": "supercli_outputerror", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L169"}, {"caller_nid": "supercli_outputerror", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L169"}, {"caller_nid": "supercli_outputerror", "callee": "exit", "source_file": "cli/supercli.js", "source_location": "L171"}, {"caller_nid": "supercli_userflags", "callee": "entries", "source_file": "cli/supercli.js", "source_location": "L189"}, {"caller_nid": "supercli_userflags", "callee": "includes", "source_file": "cli/supercli.js", "source_location": "L190"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L196"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L198"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L199"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L202"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L203"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L204"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L220"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L221"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L222"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L226"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L229"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L232"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L236"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L238"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L239"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L240"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L248"}, {"caller_nid": "supercli_main", "callee": "require", "source_file": "cli/supercli.js", "source_location": "L306"}, {"caller_nid": "supercli_main", "callee": "entries", "source_file": "cli/supercli.js", "source_location": "L313"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L321"}, {"caller_nid": "supercli_main", "callee": "findNamespacePassthrough", "source_file": "cli/supercli.js", "source_location": "L322"}, {"caller_nid": "supercli_main", "callee": "now", "source_file": "cli/supercli.js", "source_location": "L324"}, {"caller_nid": "supercli_main", "callee": "execute", "source_file": "cli/supercli.js", "source_location": "L325"}, {"caller_nid": "supercli_main", "callee": "now", "source_file": "cli/supercli.js", "source_location": "L341"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L363"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L377"}, {"caller_nid": "supercli_main", "callee": "buildCapabilities", "source_file": "cli/supercli.js", "source_location": "L378"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L428"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L434"}, {"caller_nid": "supercli_main", "callee": "showConfig", "source_file": "cli/supercli.js", "source_location": "L441"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L455"}, {"caller_nid": "supercli_main", "callee": "handleAskCommand", "source_file": "cli/supercli.js", "source_location": "L456"}, {"caller_nid": "supercli_main", "callee": "syncConfig", "source_file": "cli/supercli.js", "source_location": "L469"}, {"caller_nid": "supercli_main", "callee": "handleMcpRegistryCommand", "source_file": "cli/supercli.js", "source_location": "L479"}, {"caller_nid": "supercli_main", "callee": "handlePluginsCommand", "source_file": "cli/supercli.js", "source_location": "L498"}, {"caller_nid": "supercli_main", "callee": "handleServerCommand", "source_file": "cli/supercli.js", "source_location": "L510"}, {"caller_nid": "supercli_main", "callee": "handleHarnessOnboard", "source_file": "cli/supercli.js", "source_location": "L522"}, {"caller_nid": "supercli_main", "callee": "handleHarnessOffboard", "source_file": "cli/supercli.js", "source_location": "L533"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L544"}, {"caller_nid": "supercli_main", "callee": "discoverPluginsByIntent", "source_file": "cli/supercli.js", "source_location": "L545"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L551"}, {"caller_nid": "supercli_main", "callee": "handleSkillsCommand", "source_file": "cli/supercli.js", "source_location": "L552"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L565"}, {"caller_nid": "supercli_main", "callee": "trim", "source_file": "cli/supercli.js", "source_location": "L567"}, {"caller_nid": "supercli_main", "callee": "toLowerCase", "source_file": "cli/supercli.js", "source_location": "L567"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L567"}, {"caller_nid": "supercli_main", "callee": "trim", "source_file": "cli/supercli.js", "source_location": "L570"}, {"caller_nid": "supercli_main", "callee": "toLowerCase", "source_file": "cli/supercli.js", "source_location": "L570"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L570"}, {"caller_nid": "supercli_main", "callee": "trim", "source_file": "cli/supercli.js", "source_location": "L573"}, {"caller_nid": "supercli_main", "callee": "toLowerCase", "source_file": "cli/supercli.js", "source_location": "L573"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L573"}, {"caller_nid": "supercli_main", "callee": "trim", "source_file": "cli/supercli.js", "source_location": "L576"}, {"caller_nid": "supercli_main", "callee": "toLowerCase", "source_file": "cli/supercli.js", "source_location": "L576"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L576"}, {"caller_nid": "supercli_main", "callee": "Number", "source_file": "cli/supercli.js", "source_location": "L578"}, {"caller_nid": "supercli_main", "callee": "isFinite", "source_file": "cli/supercli.js", "source_location": "L581"}, {"caller_nid": "supercli_main", "callee": "isInteger", "source_file": "cli/supercli.js", "source_location": "L581"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L592"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L604"}, {"caller_nid": "supercli_main", "callee": "slice", "source_file": "cli/supercli.js", "source_location": "L620"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L623"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L630"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L631"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L660"}, {"caller_nid": "supercli_main", "callee": "find", "source_file": "cli/supercli.js", "source_location": "L661"}, {"caller_nid": "supercli_main", "callee": "reduce", "source_file": "cli/supercli.js", "source_location": "L685"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L689"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L689"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L697"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L698"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L699"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L700"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L701"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L703"}, {"caller_nid": "supercli_main", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L704"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L710"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L728"}, {"caller_nid": "supercli_main", "callee": "find", "source_file": "cli/supercli.js", "source_location": "L729"}, {"caller_nid": "supercli_main", "callee": "buildLocalPlan", "source_file": "cli/supercli.js", "source_location": "L746"}, {"caller_nid": "supercli_main", "callee": "outputHumanPlan", "source_file": "cli/supercli.js", "source_location": "L747"}, {"caller_nid": "supercli_main", "callee": "fetch", "source_file": "cli/supercli.js", "source_location": "L752"}, {"caller_nid": "supercli_main", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L755"}, {"caller_nid": "supercli_main", "callee": "annotateServerPlan", "source_file": "cli/supercli.js", "source_location": "L761"}, {"caller_nid": "supercli_main", "callee": "json", "source_file": "cli/supercli.js", "source_location": "L761"}, {"caller_nid": "supercli_main", "callee": "outputHumanPlan", "source_file": "cli/supercli.js", "source_location": "L762"}, {"caller_nid": "supercli_main", "callee": "fetch", "source_file": "cli/supercli.js", "source_location": "L784"}, {"caller_nid": "supercli_main", "callee": "json", "source_file": "cli/supercli.js", "source_location": "L787"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L801"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L802"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L803"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L814"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L815"}, {"caller_nid": "supercli_main", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L816"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L822"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L830"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L831"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L831"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L846"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L847"}, {"caller_nid": "supercli_main", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L848"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L849"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L857"}, {"caller_nid": "supercli_main", "callee": "find", "source_file": "cli/supercli.js", "source_location": "L858"}, {"caller_nid": "supercli_main", "callee": "reduce", "source_file": "cli/supercli.js", "source_location": "L885"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L889"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L889"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L900"}, {"caller_nid": "supercli_main", "callee": "join", "source_file": "cli/supercli.js", "source_location": "L907"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L907"}, {"caller_nid": "supercli_main", "callee": "findIndex", "source_file": "cli/supercli.js", "source_location": "L919"}, {"caller_nid": "supercli_main", "callee": "push", "source_file": "cli/supercli.js", "source_location": "L928"}, {"caller_nid": "supercli_main", "callee": "now", "source_file": "cli/supercli.js", "source_location": "L935"}, {"caller_nid": "supercli_main", "callee": "execute", "source_file": "cli/supercli.js", "source_location": "L936"}, {"caller_nid": "supercli_main", "callee": "now", "source_file": "cli/supercli.js", "source_location": "L944"}, {"caller_nid": "supercli_main", "callee": "catch", "source_file": "cli/supercli.js", "source_location": "L955"}, {"caller_nid": "supercli_main", "callee": "fetch", "source_file": "cli/supercli.js", "source_location": "L955"}, {"caller_nid": "supercli_main", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L958"}, {"caller_nid": "supercli_main", "callee": "toISOString", "source_file": "cli/supercli.js", "source_location": "L963"}, {"caller_nid": "supercli_main", "callee": "write", "source_file": "cli/supercli.js", "source_location": "L969"}, {"caller_nid": "supercli_main", "callee": "isArray", "source_file": "cli/supercli.js", "source_location": "L972"}, {"caller_nid": "supercli_main", "callee": "slice", "source_file": "cli/supercli.js", "source_location": "L974"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L975"}, {"caller_nid": "supercli_main", "callee": "slice", "source_file": "cli/supercli.js", "source_location": "L975"}, {"caller_nid": "supercli_main", "callee": "keys", "source_file": "cli/supercli.js", "source_location": "L975"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L980"}, {"caller_nid": "supercli_main", "callee": "entries", "source_file": "cli/supercli.js", "source_location": "L982"}, {"caller_nid": "supercli_main", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L983"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L984"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L987"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1003"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1004"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1005"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1009"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1010"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1011"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1012"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1013"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1014"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1016"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1017"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1018"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1021"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1022"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1026"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1027"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1030"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1033"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1036"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1037"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1041"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1042"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1043"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1044"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1046"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1047"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1048"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1049"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1050"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1052"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1053"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1054"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1055"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1057"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1058"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1059"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1060"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1061"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1063"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1064"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1065"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1066"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1067"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1068"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1069"}]}
|
package/graphify-out/cache/37418b8b152d9c436d75361969c39bc74a76260ab7209ceabf455f80452f1654.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "cli_supercli_js", "label": "supercli.js", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L1"}, {"id": "supercli_compactkeys", "label": "compactKeys()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L70"}, {"id": "supercli_output", "label": "output()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L97"}, {"id": "supercli_makestreamemitter", "label": "makeStreamEmitter()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L108"}, {"id": "supercli_outputhumantable", "label": "outputHumanTable()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L120"}, {"id": "supercli_outputerror", "label": "outputError()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L148"}, {"id": "supercli_requireserver", "label": "requireServer()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L174"}, {"id": "supercli_userflags", "label": "userFlags()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L187"}, {"id": "supercli_rendertoplevelhelp", "label": "renderTopLevelHelp()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L195"}, {"id": "supercli_readstdin", "label": "readStdin()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L266"}, {"id": "supercli_main", "label": "main()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L303"}, {"id": "supercli_displaycomprehensivehelp", "label": "displayComprehensiveHelp()", "file_type": "code", "source_file": "cli/supercli.js", "source_location": "L1003"}], "edges": [{"source": "cli_supercli_js", "target": "supercli_compactkeys", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L70", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_output", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L97", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_makestreamemitter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L108", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_outputhumantable", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L120", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_outputerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L148", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_requireserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L174", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_userflags", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L187", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_rendertoplevelhelp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L195", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_readstdin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L266", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L303", "weight": 1.0}, {"source": "cli_supercli_js", "target": "supercli_displaycomprehensivehelp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L1003", "weight": 1.0}, {"source": "supercli_output", "target": "supercli_compactkeys", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L99", "weight": 1.0}, {"source": "supercli_outputerror", "target": "supercli_compactkeys", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L169", "weight": 1.0}, {"source": "supercli_requireserver", "target": "supercli_outputerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L176", "weight": 1.0}, {"source": "supercli_rendertoplevelhelp", "target": "supercli_output", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L246", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_readstdin", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L311", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_makestreamemitter", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L337", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_output", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L365", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_displaycomprehensivehelp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L372", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_rendertoplevelhelp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L429", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_outputerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L445", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_outputhumantable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L625", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_userflags", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L745", "weight": 1.0}, {"source": "supercli_main", "target": "supercli_requireserver", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/supercli.js", "source_location": "L778", "weight": 1.0}], "raw_calls": [{"caller_nid": "supercli_compactkeys", "callee": "isArray", "source_file": "cli/supercli.js", "source_location": "L71"}, {"caller_nid": "supercli_compactkeys", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L71"}, {"caller_nid": "supercli_compactkeys", "callee": "entries", "source_file": "cli/supercli.js", "source_location": "L89"}, {"caller_nid": "supercli_output", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L99"}, {"caller_nid": "supercli_output", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L103"}, {"caller_nid": "supercli_output", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L104"}, {"caller_nid": "supercli_output", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L105"}, {"caller_nid": "supercli_outputhumantable", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L123"}, {"caller_nid": "supercli_outputhumantable", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L127"}, {"caller_nid": "supercli_outputhumantable", "callee": "join", "source_file": "cli/supercli.js", "source_location": "L133"}, {"caller_nid": "supercli_outputhumantable", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L133"}, {"caller_nid": "supercli_outputhumantable", "callee": "join", "source_file": "cli/supercli.js", "source_location": "L136"}, {"caller_nid": "supercli_outputhumantable", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L136"}, {"caller_nid": "supercli_outputhumantable", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L137"}, {"caller_nid": "supercli_outputhumantable", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L138"}, {"caller_nid": "supercli_outputhumantable", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L139"}, {"caller_nid": "supercli_outputerror", "callee": "isInteger", "source_file": "cli/supercli.js", "source_location": "L149"}, {"caller_nid": "supercli_outputerror", "callee": "parseInt", "source_file": "cli/supercli.js", "source_location": "L151"}, {"caller_nid": "supercli_outputerror", "callee": "write", "source_file": "cli/supercli.js", "source_location": "L162"}, {"caller_nid": "supercli_outputerror", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L164"}, {"caller_nid": "supercli_outputerror", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L169"}, {"caller_nid": "supercli_outputerror", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L169"}, {"caller_nid": "supercli_outputerror", "callee": "exit", "source_file": "cli/supercli.js", "source_location": "L171"}, {"caller_nid": "supercli_userflags", "callee": "entries", "source_file": "cli/supercli.js", "source_location": "L189"}, {"caller_nid": "supercli_userflags", "callee": "includes", "source_file": "cli/supercli.js", "source_location": "L190"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L196"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L198"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L199"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L202"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L203"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L204"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L220"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L221"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L222"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L226"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L229"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L232"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L236"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L238"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L239"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L240"}, {"caller_nid": "supercli_rendertoplevelhelp", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L248"}, {"caller_nid": "supercli_main", "callee": "require", "source_file": "cli/supercli.js", "source_location": "L306"}, {"caller_nid": "supercli_main", "callee": "entries", "source_file": "cli/supercli.js", "source_location": "L313"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L321"}, {"caller_nid": "supercli_main", "callee": "findNamespacePassthrough", "source_file": "cli/supercli.js", "source_location": "L322"}, {"caller_nid": "supercli_main", "callee": "now", "source_file": "cli/supercli.js", "source_location": "L324"}, {"caller_nid": "supercli_main", "callee": "execute", "source_file": "cli/supercli.js", "source_location": "L325"}, {"caller_nid": "supercli_main", "callee": "now", "source_file": "cli/supercli.js", "source_location": "L341"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L363"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L377"}, {"caller_nid": "supercli_main", "callee": "buildCapabilities", "source_file": "cli/supercli.js", "source_location": "L378"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L428"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L434"}, {"caller_nid": "supercli_main", "callee": "showConfig", "source_file": "cli/supercli.js", "source_location": "L441"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L455"}, {"caller_nid": "supercli_main", "callee": "handleAskCommand", "source_file": "cli/supercli.js", "source_location": "L456"}, {"caller_nid": "supercli_main", "callee": "syncConfig", "source_file": "cli/supercli.js", "source_location": "L469"}, {"caller_nid": "supercli_main", "callee": "handleMcpRegistryCommand", "source_file": "cli/supercli.js", "source_location": "L480"}, {"caller_nid": "supercli_main", "callee": "handlePluginsCommand", "source_file": "cli/supercli.js", "source_location": "L499"}, {"caller_nid": "supercli_main", "callee": "handleServerCommand", "source_file": "cli/supercli.js", "source_location": "L511"}, {"caller_nid": "supercli_main", "callee": "handleHarnessOnboard", "source_file": "cli/supercli.js", "source_location": "L523"}, {"caller_nid": "supercli_main", "callee": "handleHarnessOffboard", "source_file": "cli/supercli.js", "source_location": "L534"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L545"}, {"caller_nid": "supercli_main", "callee": "discoverPluginsByIntent", "source_file": "cli/supercli.js", "source_location": "L546"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L552"}, {"caller_nid": "supercli_main", "callee": "handleSkillsCommand", "source_file": "cli/supercli.js", "source_location": "L553"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L566"}, {"caller_nid": "supercli_main", "callee": "trim", "source_file": "cli/supercli.js", "source_location": "L568"}, {"caller_nid": "supercli_main", "callee": "toLowerCase", "source_file": "cli/supercli.js", "source_location": "L568"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L568"}, {"caller_nid": "supercli_main", "callee": "trim", "source_file": "cli/supercli.js", "source_location": "L571"}, {"caller_nid": "supercli_main", "callee": "toLowerCase", "source_file": "cli/supercli.js", "source_location": "L571"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L571"}, {"caller_nid": "supercli_main", "callee": "trim", "source_file": "cli/supercli.js", "source_location": "L574"}, {"caller_nid": "supercli_main", "callee": "toLowerCase", "source_file": "cli/supercli.js", "source_location": "L574"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L574"}, {"caller_nid": "supercli_main", "callee": "trim", "source_file": "cli/supercli.js", "source_location": "L577"}, {"caller_nid": "supercli_main", "callee": "toLowerCase", "source_file": "cli/supercli.js", "source_location": "L577"}, {"caller_nid": "supercli_main", "callee": "String", "source_file": "cli/supercli.js", "source_location": "L577"}, {"caller_nid": "supercli_main", "callee": "Number", "source_file": "cli/supercli.js", "source_location": "L579"}, {"caller_nid": "supercli_main", "callee": "isFinite", "source_file": "cli/supercli.js", "source_location": "L582"}, {"caller_nid": "supercli_main", "callee": "isInteger", "source_file": "cli/supercli.js", "source_location": "L582"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L593"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L605"}, {"caller_nid": "supercli_main", "callee": "slice", "source_file": "cli/supercli.js", "source_location": "L621"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L624"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L631"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L632"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L661"}, {"caller_nid": "supercli_main", "callee": "find", "source_file": "cli/supercli.js", "source_location": "L662"}, {"caller_nid": "supercli_main", "callee": "reduce", "source_file": "cli/supercli.js", "source_location": "L686"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L690"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L690"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L698"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L699"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L700"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L701"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L702"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L704"}, {"caller_nid": "supercli_main", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L705"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L711"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L729"}, {"caller_nid": "supercli_main", "callee": "find", "source_file": "cli/supercli.js", "source_location": "L730"}, {"caller_nid": "supercli_main", "callee": "buildLocalPlan", "source_file": "cli/supercli.js", "source_location": "L747"}, {"caller_nid": "supercli_main", "callee": "outputHumanPlan", "source_file": "cli/supercli.js", "source_location": "L748"}, {"caller_nid": "supercli_main", "callee": "fetch", "source_file": "cli/supercli.js", "source_location": "L753"}, {"caller_nid": "supercli_main", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L756"}, {"caller_nid": "supercli_main", "callee": "annotateServerPlan", "source_file": "cli/supercli.js", "source_location": "L762"}, {"caller_nid": "supercli_main", "callee": "json", "source_file": "cli/supercli.js", "source_location": "L762"}, {"caller_nid": "supercli_main", "callee": "outputHumanPlan", "source_file": "cli/supercli.js", "source_location": "L763"}, {"caller_nid": "supercli_main", "callee": "fetch", "source_file": "cli/supercli.js", "source_location": "L785"}, {"caller_nid": "supercli_main", "callee": "json", "source_file": "cli/supercli.js", "source_location": "L788"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L802"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L803"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L804"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L815"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L816"}, {"caller_nid": "supercli_main", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L817"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L823"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L831"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L832"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L832"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L847"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L848"}, {"caller_nid": "supercli_main", "callee": "forEach", "source_file": "cli/supercli.js", "source_location": "L849"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L850"}, {"caller_nid": "supercli_main", "callee": "loadConfig", "source_file": "cli/supercli.js", "source_location": "L858"}, {"caller_nid": "supercli_main", "callee": "find", "source_file": "cli/supercli.js", "source_location": "L859"}, {"caller_nid": "supercli_main", "callee": "reduce", "source_file": "cli/supercli.js", "source_location": "L886"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L890"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L890"}, {"caller_nid": "supercli_main", "callee": "filter", "source_file": "cli/supercli.js", "source_location": "L901"}, {"caller_nid": "supercli_main", "callee": "join", "source_file": "cli/supercli.js", "source_location": "L908"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L908"}, {"caller_nid": "supercli_main", "callee": "findIndex", "source_file": "cli/supercli.js", "source_location": "L920"}, {"caller_nid": "supercli_main", "callee": "push", "source_file": "cli/supercli.js", "source_location": "L929"}, {"caller_nid": "supercli_main", "callee": "now", "source_file": "cli/supercli.js", "source_location": "L936"}, {"caller_nid": "supercli_main", "callee": "execute", "source_file": "cli/supercli.js", "source_location": "L937"}, {"caller_nid": "supercli_main", "callee": "now", "source_file": "cli/supercli.js", "source_location": "L945"}, {"caller_nid": "supercli_main", "callee": "catch", "source_file": "cli/supercli.js", "source_location": "L956"}, {"caller_nid": "supercli_main", "callee": "fetch", "source_file": "cli/supercli.js", "source_location": "L956"}, {"caller_nid": "supercli_main", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L959"}, {"caller_nid": "supercli_main", "callee": "toISOString", "source_file": "cli/supercli.js", "source_location": "L964"}, {"caller_nid": "supercli_main", "callee": "write", "source_file": "cli/supercli.js", "source_location": "L970"}, {"caller_nid": "supercli_main", "callee": "isArray", "source_file": "cli/supercli.js", "source_location": "L973"}, {"caller_nid": "supercli_main", "callee": "slice", "source_file": "cli/supercli.js", "source_location": "L975"}, {"caller_nid": "supercli_main", "callee": "map", "source_file": "cli/supercli.js", "source_location": "L976"}, {"caller_nid": "supercli_main", "callee": "slice", "source_file": "cli/supercli.js", "source_location": "L976"}, {"caller_nid": "supercli_main", "callee": "keys", "source_file": "cli/supercli.js", "source_location": "L976"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L981"}, {"caller_nid": "supercli_main", "callee": "entries", "source_file": "cli/supercli.js", "source_location": "L983"}, {"caller_nid": "supercli_main", "callee": "stringify", "source_file": "cli/supercli.js", "source_location": "L984"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L985"}, {"caller_nid": "supercli_main", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L988"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1004"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1005"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1006"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1010"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1011"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1012"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1013"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1014"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1015"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1017"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1018"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1019"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1022"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1023"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1027"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1028"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1031"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1034"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1037"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1038"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1042"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1043"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1044"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1045"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1047"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1048"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1049"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1050"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1051"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1053"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1054"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1055"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1056"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1058"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1059"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1060"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1061"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1062"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1064"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1065"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1066"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1067"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1068"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1069"}, {"caller_nid": "supercli_displaycomprehensivehelp", "callee": "log", "source_file": "cli/supercli.js", "source_location": "L1070"}]}
|
package/graphify-out/cache/3b9aae57e4326f5862f8153c13b7d809a34c422996993e7b491c5ea3a66b5e04.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "tests_adapter_schema_test_js", "label": "adapter-schema.test.js", "file_type": "code", "source_file": "__tests__/adapter-schema.test.js", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
package/graphify-out/cache/448f8e0c5e77cfb15fa625ed40ee0dc1622d9814d24905fe4c12c4d175131dc9.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "server_routes_adapters_js", "label": "adapters.js", "file_type": "code", "source_file": "server/routes/adapters.js", "source_location": "L1"}, {"id": "adapters_invalid", "label": "invalid()", "file_type": "code", "source_file": "server/routes/adapters.js", "source_location": "L8"}], "edges": [{"source": "server_routes_adapters_js", "target": "adapters_invalid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "server/routes/adapters.js", "source_location": "L8", "weight": 1.0}], "raw_calls": [{"caller_nid": "adapters_invalid", "callee": "assign", "source_file": "server/routes/adapters.js", "source_location": "L9"}]}
|
package/graphify-out/cache/47dd42009ceac28b7a7fec5586e565e7bc850c80be96b8329e1ed7c49efbe34f.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "cli_executor_js", "label": "executor.js", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L1"}, {"id": "executor_execute", "label": "execute()", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L15"}, {"id": "executor_executeworkflow", "label": "executeWorkflow()", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L33"}, {"id": "executor_executecustomadapter", "label": "executeCustomAdapter()", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L114"}, {"id": "executor_executelocaladapter", "label": "executeLocalAdapter()", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L150"}], "edges": [{"source": "cli_executor_js", "target": "executor_execute", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L15", "weight": 1.0}, {"source": "cli_executor_js", "target": "executor_executeworkflow", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L33", "weight": 1.0}, {"source": "cli_executor_js", "target": "executor_executecustomadapter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L114", "weight": 1.0}, {"source": "cli_executor_js", "target": "executor_executelocaladapter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L150", "weight": 1.0}, {"source": "executor_execute", "target": "executor_executeworkflow", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L19", "weight": 1.0}, {"source": "executor_execute", "target": "executor_executecustomadapter", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L26", "weight": 1.0}, {"source": "executor_executeworkflow", "target": "executor_execute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L106", "weight": 1.0}, {"source": "executor_executecustomadapter", "target": "executor_executelocaladapter", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L120", "weight": 1.0}, {"source": "executor_executelocaladapter", "target": "executor_execute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L197", "weight": 1.0}], "raw_calls": [{"caller_nid": "executor_execute", "callee": "validateAdapterConfig", "source_file": "cli/executor.js", "source_location": "L23"}, {"caller_nid": "executor_execute", "callee": "ADAPTERS[adapterName]", "source_file": "cli/executor.js", "source_location": "L29"}, {"caller_nid": "executor_executeworkflow", "callee": "includes", "source_file": "cli/executor.js", "source_location": "L48"}, {"caller_nid": "executor_executeworkflow", "callee": "split", "source_file": "cli/executor.js", "source_location": "L48"}, {"caller_nid": "executor_executeworkflow", "callee": "split", "source_file": "cli/executor.js", "source_location": "L48"}, {"caller_nid": "executor_executeworkflow", "callee": "filter", "source_file": "cli/executor.js", "source_location": "L49"}, {"caller_nid": "executor_executeworkflow", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L51"}, {"caller_nid": "executor_executeworkflow", "callee": "isArray", "source_file": "cli/executor.js", "source_location": "L58"}, {"caller_nid": "executor_executeworkflow", "callee": "find", "source_file": "cli/executor.js", "source_location": "L59"}, {"caller_nid": "executor_executeworkflow", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L64"}, {"caller_nid": "executor_executeworkflow", "callee": "fetch", "source_file": "cli/executor.js", "source_location": "L68"}, {"caller_nid": "executor_executeworkflow", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L70"}, {"caller_nid": "executor_executeworkflow", "callee": "json", "source_file": "cli/executor.js", "source_location": "L74"}, {"caller_nid": "executor_executeworkflow", "callee": "entries", "source_file": "cli/executor.js", "source_location": "L80"}, {"caller_nid": "executor_executeworkflow", "callee": "entries", "source_file": "cli/executor.js", "source_location": "L89"}, {"caller_nid": "executor_executeworkflow", "callee": "replace", "source_file": "cli/executor.js", "source_location": "L91"}, {"caller_nid": "executor_executeworkflow", "callee": "replace", "source_file": "cli/executor.js", "source_location": "L92"}, {"caller_nid": "executor_executeworkflow", "callee": "push", "source_file": "cli/executor.js", "source_location": "L107"}, {"caller_nid": "executor_executecustomadapter", "callee": "join", "source_file": "cli/executor.js", "source_location": "L116"}, {"caller_nid": "executor_executecustomadapter", "callee": "cwd", "source_file": "cli/executor.js", "source_location": "L116"}, {"caller_nid": "executor_executecustomadapter", "callee": "existsSync", "source_file": "cli/executor.js", "source_location": "L118"}, {"caller_nid": "executor_executecustomadapter", "callee": "fetch", "source_file": "cli/executor.js", "source_location": "L125"}, {"caller_nid": "executor_executecustomadapter", "callee": "stringify", "source_file": "cli/executor.js", "source_location": "L128"}, {"caller_nid": "executor_executecustomadapter", "callee": "json", "source_file": "cli/executor.js", "source_location": "L132"}, {"caller_nid": "executor_executecustomadapter", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L133"}, {"caller_nid": "executor_executecustomadapter", "callee": "json", "source_file": "cli/executor.js", "source_location": "L140"}, {"caller_nid": "executor_executecustomadapter", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L143"}, {"caller_nid": "executor_executelocaladapter", "callee": "readFileSync", "source_file": "cli/executor.js", "source_location": "L151"}, {"caller_nid": "executor_executelocaladapter", "callee": "match", "source_file": "cli/executor.js", "source_location": "L154"}, {"caller_nid": "executor_executelocaladapter", "callee": "match", "source_file": "cli/executor.js", "source_location": "L158"}, {"caller_nid": "executor_executelocaladapter", "callee": "match", "source_file": "cli/executor.js", "source_location": "L159"}, {"caller_nid": "executor_executelocaladapter", "callee": "match", "source_file": "cli/executor.js", "source_location": "L160"}, {"caller_nid": "executor_executelocaladapter", "callee": "parseInt", "source_file": "cli/executor.js", "source_location": "L161"}, {"caller_nid": "executor_executelocaladapter", "callee": "parseInt", "source_file": "cli/executor.js", "source_location": "L162"}, {"caller_nid": "executor_executelocaladapter", "callee": "dirname", "source_file": "cli/executor.js", "source_location": "L177"}, {"caller_nid": "executor_executelocaladapter", "callee": "run", "source_file": "cli/executor.js", "source_location": "L187"}, {"caller_nid": "executor_executelocaladapter", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L190"}]}
|
package/graphify-out/cache/492712949d38efbe312c303fe717e5c93e1ecc8888e1ceb855750afc48caffdb.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "tests_server_routes_misc_test_js", "label": "server-routes-misc.test.js", "file_type": "code", "source_file": "__tests__/server-routes-misc.test.js", "source_location": "L1"}, {"id": "server_routes_misc_test_gethandler", "label": "getHandler()", "file_type": "code", "source_file": "__tests__/server-routes-misc.test.js", "source_location": "L12"}], "edges": [{"source": "tests_server_routes_misc_test_js", "target": "server_routes_misc_test_gethandler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "__tests__/server-routes-misc.test.js", "source_location": "L12", "weight": 1.0}], "raw_calls": [{"caller_nid": "server_routes_misc_test_gethandler", "callee": "find", "source_file": "__tests__/server-routes-misc.test.js", "source_location": "L13"}]}
|
package/graphify-out/cache/494fd6af80b6a1bb7a2a5641c6ad11e2fbe2a67b5a2b3ff57fd04bb49ccad1c4.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "cli_executor_js", "label": "executor.js", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L1"}, {"id": "executor_execute", "label": "execute()", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L15"}, {"id": "executor_executeworkflow", "label": "executeWorkflow()", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L33"}, {"id": "executor_executecustomadapter", "label": "executeCustomAdapter()", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L114"}, {"id": "executor_executelocaladapter", "label": "executeLocalAdapter()", "file_type": "code", "source_file": "cli/executor.js", "source_location": "L151"}], "edges": [{"source": "cli_executor_js", "target": "executor_execute", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L15", "weight": 1.0}, {"source": "cli_executor_js", "target": "executor_executeworkflow", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L33", "weight": 1.0}, {"source": "cli_executor_js", "target": "executor_executecustomadapter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L114", "weight": 1.0}, {"source": "cli_executor_js", "target": "executor_executelocaladapter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L151", "weight": 1.0}, {"source": "executor_execute", "target": "executor_executeworkflow", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L19", "weight": 1.0}, {"source": "executor_execute", "target": "executor_executecustomadapter", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L26", "weight": 1.0}, {"source": "executor_executeworkflow", "target": "executor_execute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L106", "weight": 1.0}, {"source": "executor_executecustomadapter", "target": "executor_executelocaladapter", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L120", "weight": 1.0}, {"source": "executor_executelocaladapter", "target": "executor_execute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/executor.js", "source_location": "L198", "weight": 1.0}], "raw_calls": [{"caller_nid": "executor_execute", "callee": "validateAdapterConfig", "source_file": "cli/executor.js", "source_location": "L23"}, {"caller_nid": "executor_execute", "callee": "ADAPTERS[adapterName]", "source_file": "cli/executor.js", "source_location": "L29"}, {"caller_nid": "executor_executeworkflow", "callee": "includes", "source_file": "cli/executor.js", "source_location": "L48"}, {"caller_nid": "executor_executeworkflow", "callee": "split", "source_file": "cli/executor.js", "source_location": "L48"}, {"caller_nid": "executor_executeworkflow", "callee": "split", "source_file": "cli/executor.js", "source_location": "L48"}, {"caller_nid": "executor_executeworkflow", "callee": "filter", "source_file": "cli/executor.js", "source_location": "L49"}, {"caller_nid": "executor_executeworkflow", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L51"}, {"caller_nid": "executor_executeworkflow", "callee": "isArray", "source_file": "cli/executor.js", "source_location": "L58"}, {"caller_nid": "executor_executeworkflow", "callee": "find", "source_file": "cli/executor.js", "source_location": "L59"}, {"caller_nid": "executor_executeworkflow", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L64"}, {"caller_nid": "executor_executeworkflow", "callee": "fetch", "source_file": "cli/executor.js", "source_location": "L68"}, {"caller_nid": "executor_executeworkflow", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L70"}, {"caller_nid": "executor_executeworkflow", "callee": "json", "source_file": "cli/executor.js", "source_location": "L74"}, {"caller_nid": "executor_executeworkflow", "callee": "entries", "source_file": "cli/executor.js", "source_location": "L80"}, {"caller_nid": "executor_executeworkflow", "callee": "entries", "source_file": "cli/executor.js", "source_location": "L89"}, {"caller_nid": "executor_executeworkflow", "callee": "replace", "source_file": "cli/executor.js", "source_location": "L91"}, {"caller_nid": "executor_executeworkflow", "callee": "replace", "source_file": "cli/executor.js", "source_location": "L92"}, {"caller_nid": "executor_executeworkflow", "callee": "push", "source_file": "cli/executor.js", "source_location": "L107"}, {"caller_nid": "executor_executecustomadapter", "callee": "join", "source_file": "cli/executor.js", "source_location": "L116"}, {"caller_nid": "executor_executecustomadapter", "callee": "cwd", "source_file": "cli/executor.js", "source_location": "L116"}, {"caller_nid": "executor_executecustomadapter", "callee": "existsSync", "source_file": "cli/executor.js", "source_location": "L118"}, {"caller_nid": "executor_executecustomadapter", "callee": "fetch", "source_file": "cli/executor.js", "source_location": "L125"}, {"caller_nid": "executor_executecustomadapter", "callee": "stringify", "source_file": "cli/executor.js", "source_location": "L128"}, {"caller_nid": "executor_executecustomadapter", "callee": "json", "source_file": "cli/executor.js", "source_location": "L132"}, {"caller_nid": "executor_executecustomadapter", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L134"}, {"caller_nid": "executor_executecustomadapter", "callee": "json", "source_file": "cli/executor.js", "source_location": "L141"}, {"caller_nid": "executor_executecustomadapter", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L144"}, {"caller_nid": "executor_executelocaladapter", "callee": "readFileSync", "source_file": "cli/executor.js", "source_location": "L152"}, {"caller_nid": "executor_executelocaladapter", "callee": "match", "source_file": "cli/executor.js", "source_location": "L155"}, {"caller_nid": "executor_executelocaladapter", "callee": "match", "source_file": "cli/executor.js", "source_location": "L159"}, {"caller_nid": "executor_executelocaladapter", "callee": "match", "source_file": "cli/executor.js", "source_location": "L160"}, {"caller_nid": "executor_executelocaladapter", "callee": "match", "source_file": "cli/executor.js", "source_location": "L161"}, {"caller_nid": "executor_executelocaladapter", "callee": "parseInt", "source_file": "cli/executor.js", "source_location": "L162"}, {"caller_nid": "executor_executelocaladapter", "callee": "parseInt", "source_file": "cli/executor.js", "source_location": "L163"}, {"caller_nid": "executor_executelocaladapter", "callee": "dirname", "source_file": "cli/executor.js", "source_location": "L178"}, {"caller_nid": "executor_executelocaladapter", "callee": "run", "source_file": "cli/executor.js", "source_location": "L188"}, {"caller_nid": "executor_executelocaladapter", "callee": "assign", "source_file": "cli/executor.js", "source_location": "L191"}]}
|
package/graphify-out/cache/4b31b0de656deff083119780df64d17205c45e72233987e1c495f2121c4923fd.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "tests_test_plugins_registry_js", "label": "test-plugins-registry.js", "file_type": "code", "source_file": "tests/test-plugins-registry.js", "source_location": "L1"}, {"id": "test_plugins_registry_runnoserver", "label": "runNoServer()", "file_type": "code", "source_file": "tests/test-plugins-registry.js", "source_location": "L10"}, {"id": "test_plugins_registry_assert", "label": "assert()", "file_type": "code", "source_file": "tests/test-plugins-registry.js", "source_location": "L31"}, {"id": "test_plugins_registry_makeremotepluginrepo", "label": "makeRemotePluginRepo()", "file_type": "code", "source_file": "tests/test-plugins-registry.js", "source_location": "L35"}], "edges": [{"source": "tests_test_plugins_registry_js", "target": "test_plugins_registry_runnoserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/test-plugins-registry.js", "source_location": "L10", "weight": 1.0}, {"source": "tests_test_plugins_registry_js", "target": "test_plugins_registry_assert", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/test-plugins-registry.js", "source_location": "L31", "weight": 1.0}, {"source": "tests_test_plugins_registry_js", "target": "test_plugins_registry_makeremotepluginrepo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tests/test-plugins-registry.js", "source_location": "L35", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_plugins_registry_runnoserver", "callee": "execSync", "source_file": "tests/test-plugins-registry.js", "source_location": "L14"}, {"caller_nid": "test_plugins_registry_runnoserver", "callee": "trim", "source_file": "tests/test-plugins-registry.js", "source_location": "L20"}, {"caller_nid": "test_plugins_registry_runnoserver", "callee": "trim", "source_file": "tests/test-plugins-registry.js", "source_location": "L24"}, {"caller_nid": "test_plugins_registry_runnoserver", "callee": "trim", "source_file": "tests/test-plugins-registry.js", "source_location": "L25"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "mkdtempSync", "source_file": "tests/test-plugins-registry.js", "source_location": "L36"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "join", "source_file": "tests/test-plugins-registry.js", "source_location": "L36"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "tmpdir", "source_file": "tests/test-plugins-registry.js", "source_location": "L36"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "join", "source_file": "tests/test-plugins-registry.js", "source_location": "L37"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "mkdirSync", "source_file": "tests/test-plugins-registry.js", "source_location": "L38"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "writeFileSync", "source_file": "tests/test-plugins-registry.js", "source_location": "L39"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "join", "source_file": "tests/test-plugins-registry.js", "source_location": "L39"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "stringify", "source_file": "tests/test-plugins-registry.js", "source_location": "L39"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "execSync", "source_file": "tests/test-plugins-registry.js", "source_location": "L58"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "execSync", "source_file": "tests/test-plugins-registry.js", "source_location": "L59"}, {"caller_nid": "test_plugins_registry_makeremotepluginrepo", "callee": "execSync", "source_file": "tests/test-plugins-registry.js", "source_location": "L60"}]}
|
package/graphify-out/cache/5a16fa8cdd687a39661321adb39186ce8cf924a79ef936e42b365380b5e3543e.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "cli_server_command_js", "label": "server-command.js", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L1"}, {"id": "server_command_getserverurl", "label": "getServerUrl()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L6"}, {"id": "server_command_serverfetch", "label": "serverFetch()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L10"}, {"id": "server_command_readjsonfile", "label": "readJsonFile()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L30"}, {"id": "server_command_readfilebuffer", "label": "readFileBuffer()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L39"}, {"id": "server_command_handleservercommand", "label": "handleServerCommand()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L47"}, {"id": "server_command_handlestatus", "label": "handleStatus()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L89"}, {"id": "server_command_handleplugins", "label": "handlePlugins()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L110"}, {"id": "server_command_handlemcp", "label": "handleMcp()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L176"}, {"id": "server_command_handlecommands", "label": "handleCommands()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L225"}, {"id": "server_command_handlespecs", "label": "handleSpecs()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L283"}, {"id": "server_command_handleopenapi", "label": "handleOpenapi()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L333"}, {"id": "server_command_handlejobs", "label": "handleJobs()", "file_type": "code", "source_file": "cli/server-command.js", "source_location": "L356"}], "edges": [{"source": "cli_server_command_js", "target": "server_command_getserverurl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L6", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_serverfetch", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L10", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_readjsonfile", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L30", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_readfilebuffer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L39", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_handleservercommand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L47", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_handlestatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L89", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_handleplugins", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L110", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_handlemcp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L176", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_handlecommands", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L225", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_handlespecs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L283", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_handleopenapi", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L333", "weight": 1.0}, {"source": "cli_server_command_js", "target": "server_command_handlejobs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L356", "weight": 1.0}, {"source": "server_command_serverfetch", "target": "server_command_getserverurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L11", "weight": 1.0}, {"source": "server_command_handleservercommand", "target": "server_command_getserverurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L58", "weight": 1.0}, {"source": "server_command_handleservercommand", "target": "server_command_handlestatus", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L66", "weight": 1.0}, {"source": "server_command_handleservercommand", "target": "server_command_handleplugins", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L68", "weight": 1.0}, {"source": "server_command_handleservercommand", "target": "server_command_handlemcp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L70", "weight": 1.0}, {"source": "server_command_handleservercommand", "target": "server_command_handlecommands", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L72", "weight": 1.0}, {"source": "server_command_handleservercommand", "target": "server_command_handlespecs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L74", "weight": 1.0}, {"source": "server_command_handleservercommand", "target": "server_command_handleopenapi", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L76", "weight": 1.0}, {"source": "server_command_handleservercommand", "target": "server_command_handlejobs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L78", "weight": 1.0}, {"source": "server_command_handlestatus", "target": "server_command_serverfetch", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L90", "weight": 1.0}, {"source": "server_command_handlestatus", "target": "server_command_getserverurl", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L93", "weight": 1.0}, {"source": "server_command_handleplugins", "target": "server_command_serverfetch", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L112", "weight": 1.0}, {"source": "server_command_handleplugins", "target": "server_command_readfilebuffer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L134", "weight": 1.0}, {"source": "server_command_handleplugins", "target": "server_command_readjsonfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L145", "weight": 1.0}, {"source": "server_command_handlemcp", "target": "server_command_serverfetch", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L178", "weight": 1.0}, {"source": "server_command_handlemcp", "target": "server_command_readjsonfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L196", "weight": 1.0}, {"source": "server_command_handlecommands", "target": "server_command_serverfetch", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L227", "weight": 1.0}, {"source": "server_command_handlecommands", "target": "server_command_readjsonfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L253", "weight": 1.0}, {"source": "server_command_handlespecs", "target": "server_command_serverfetch", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L285", "weight": 1.0}, {"source": "server_command_handlespecs", "target": "server_command_readjsonfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L303", "weight": 1.0}, {"source": "server_command_handleopenapi", "target": "server_command_readjsonfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L338", "weight": 1.0}, {"source": "server_command_handleopenapi", "target": "server_command_serverfetch", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L345", "weight": 1.0}, {"source": "server_command_handlejobs", "target": "server_command_serverfetch", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/server-command.js", "source_location": "L358", "weight": 1.0}], "raw_calls": [{"caller_nid": "server_command_getserverurl", "callee": "replace", "source_file": "cli/server-command.js", "source_location": "L7"}, {"caller_nid": "server_command_serverfetch", "callee": "fetch", "source_file": "cli/server-command.js", "source_location": "L16"}, {"caller_nid": "server_command_serverfetch", "callee": "text", "source_file": "cli/server-command.js", "source_location": "L24"}, {"caller_nid": "server_command_serverfetch", "callee": "json", "source_file": "cli/server-command.js", "source_location": "L27"}, {"caller_nid": "server_command_readjsonfile", "callee": "resolve", "source_file": "cli/server-command.js", "source_location": "L31"}, {"caller_nid": "server_command_readjsonfile", "callee": "existsSync", "source_file": "cli/server-command.js", "source_location": "L32"}, {"caller_nid": "server_command_readjsonfile", "callee": "readFileSync", "source_file": "cli/server-command.js", "source_location": "L35"}, {"caller_nid": "server_command_readjsonfile", "callee": "parse", "source_file": "cli/server-command.js", "source_location": "L36"}, {"caller_nid": "server_command_readfilebuffer", "callee": "resolve", "source_file": "cli/server-command.js", "source_location": "L40"}, {"caller_nid": "server_command_readfilebuffer", "callee": "existsSync", "source_file": "cli/server-command.js", "source_location": "L41"}, {"caller_nid": "server_command_readfilebuffer", "callee": "readFileSync", "source_file": "cli/server-command.js", "source_location": "L44"}, {"caller_nid": "server_command_handleservercommand", "callee": "outputError", "source_file": "cli/server-command.js", "source_location": "L54"}, {"caller_nid": "server_command_handleservercommand", "callee": "outputError", "source_file": "cli/server-command.js", "source_location": "L59"}, {"caller_nid": "server_command_handleservercommand", "callee": "outputError", "source_file": "cli/server-command.js", "source_location": "L80"}, {"caller_nid": "server_command_handleservercommand", "callee": "outputError", "source_file": "cli/server-command.js", "source_location": "L84"}, {"caller_nid": "server_command_handlestatus", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L98"}, {"caller_nid": "server_command_handlestatus", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L99"}, {"caller_nid": "server_command_handlestatus", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L100"}, {"caller_nid": "server_command_handlestatus", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L101"}, {"caller_nid": "server_command_handlestatus", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L102"}, {"caller_nid": "server_command_handlestatus", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L103"}, {"caller_nid": "server_command_handlestatus", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L105"}, {"caller_nid": "server_command_handleplugins", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L114"}, {"caller_nid": "server_command_handleplugins", "callee": "outputHumanTable", "source_file": "cli/server-command.js", "source_location": "L115"}, {"caller_nid": "server_command_handleplugins", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L121"}, {"caller_nid": "server_command_handleplugins", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L123"}, {"caller_nid": "server_command_handleplugins", "callee": "toString", "source_file": "cli/server-command.js", "source_location": "L135"}, {"caller_nid": "server_command_handleplugins", "callee": "parse", "source_file": "cli/server-command.js", "source_location": "L136"}, {"caller_nid": "server_command_handleplugins", "callee": "basename", "source_file": "cli/server-command.js", "source_location": "L139"}, {"caller_nid": "server_command_handleplugins", "callee": "parse", "source_file": "cli/server-command.js", "source_location": "L148"}, {"caller_nid": "server_command_handleplugins", "callee": "stringify", "source_file": "cli/server-command.js", "source_location": "L156"}, {"caller_nid": "server_command_handleplugins", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L158"}, {"caller_nid": "server_command_handleplugins", "callee": "encodeURIComponent", "source_file": "cli/server-command.js", "source_location": "L166"}, {"caller_nid": "server_command_handleplugins", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L169"}, {"caller_nid": "server_command_handlemcp", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L180"}, {"caller_nid": "server_command_handlemcp", "callee": "outputHumanTable", "source_file": "cli/server-command.js", "source_location": "L181"}, {"caller_nid": "server_command_handlemcp", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L186"}, {"caller_nid": "server_command_handlemcp", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L188"}, {"caller_nid": "server_command_handlemcp", "callee": "parse", "source_file": "cli/server-command.js", "source_location": "L198"}, {"caller_nid": "server_command_handlemcp", "callee": "stringify", "source_file": "cli/server-command.js", "source_location": "L205"}, {"caller_nid": "server_command_handlemcp", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L207"}, {"caller_nid": "server_command_handlemcp", "callee": "encodeURIComponent", "source_file": "cli/server-command.js", "source_location": "L215"}, {"caller_nid": "server_command_handlemcp", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L218"}, {"caller_nid": "server_command_handlecommands", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L229"}, {"caller_nid": "server_command_handlecommands", "callee": "outputHumanTable", "source_file": "cli/server-command.js", "source_location": "L230"}, {"caller_nid": "server_command_handlecommands", "callee": "map", "source_file": "cli/server-command.js", "source_location": "L230"}, {"caller_nid": "server_command_handlecommands", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L243"}, {"caller_nid": "server_command_handlecommands", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L245"}, {"caller_nid": "server_command_handlecommands", "callee": "parse", "source_file": "cli/server-command.js", "source_location": "L255"}, {"caller_nid": "server_command_handlecommands", "callee": "stringify", "source_file": "cli/server-command.js", "source_location": "L262"}, {"caller_nid": "server_command_handlecommands", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L264"}, {"caller_nid": "server_command_handlecommands", "callee": "startsWith", "source_file": "cli/server-command.js", "source_location": "L272"}, {"caller_nid": "server_command_handlecommands", "callee": "encodeURIComponent", "source_file": "cli/server-command.js", "source_location": "L273"}, {"caller_nid": "server_command_handlecommands", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L276"}, {"caller_nid": "server_command_handlespecs", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L287"}, {"caller_nid": "server_command_handlespecs", "callee": "outputHumanTable", "source_file": "cli/server-command.js", "source_location": "L288"}, {"caller_nid": "server_command_handlespecs", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L293"}, {"caller_nid": "server_command_handlespecs", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L295"}, {"caller_nid": "server_command_handlespecs", "callee": "parse", "source_file": "cli/server-command.js", "source_location": "L305"}, {"caller_nid": "server_command_handlespecs", "callee": "stringify", "source_file": "cli/server-command.js", "source_location": "L312"}, {"caller_nid": "server_command_handlespecs", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L314"}, {"caller_nid": "server_command_handlespecs", "callee": "startsWith", "source_file": "cli/server-command.js", "source_location": "L322"}, {"caller_nid": "server_command_handlespecs", "callee": "encodeURIComponent", "source_file": "cli/server-command.js", "source_location": "L323"}, {"caller_nid": "server_command_handlespecs", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L326"}, {"caller_nid": "server_command_handleopenapi", "callee": "parse", "source_file": "cli/server-command.js", "source_location": "L340"}, {"caller_nid": "server_command_handleopenapi", "callee": "stringify", "source_file": "cli/server-command.js", "source_location": "L347"}, {"caller_nid": "server_command_handleopenapi", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L349"}, {"caller_nid": "server_command_handlejobs", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L360"}, {"caller_nid": "server_command_handlejobs", "callee": "outputHumanTable", "source_file": "cli/server-command.js", "source_location": "L361"}, {"caller_nid": "server_command_handlejobs", "callee": "map", "source_file": "cli/server-command.js", "source_location": "L361"}, {"caller_nid": "server_command_handlejobs", "callee": "slice", "source_file": "cli/server-command.js", "source_location": "L361"}, {"caller_nid": "server_command_handlejobs", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L372"}, {"caller_nid": "server_command_handlejobs", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L374"}, {"caller_nid": "server_command_handlejobs", "callee": "parseInt", "source_file": "cli/server-command.js", "source_location": "L380"}, {"caller_nid": "server_command_handlejobs", "callee": "log", "source_file": "cli/server-command.js", "source_location": "L385"}, {"caller_nid": "server_command_handlejobs", "callee": "output", "source_file": "cli/server-command.js", "source_location": "L387"}]}
|
package/graphify-out/cache/644fcb129e595cfdb4e3a9757ed9658230347f5ed0652be45a894528a2b6585b.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "scripts_analyze_plugins_js", "label": "analyze-plugins.js", "file_type": "code", "source_file": "scripts/analyze-plugins.js", "source_location": "L1"}], "edges": [], "raw_calls": []}
|
package/graphify-out/cache/6b8762db2c5f51408cf49d915f3e44bcc25c7ebb32abc635307fdf2a672b370c.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "cli_config_js", "label": "config.js", "file_type": "code", "source_file": "cli/config.js", "source_location": "L1"}, {"id": "config_ensurecachedir", "label": "ensureCacheDir()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L16"}, {"id": "config_readcache", "label": "readCache()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L22"}, {"id": "config_normalizemcpserverentry", "label": "normalizeMcpServerEntry()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L35"}, {"id": "config_normalizemcpservers", "label": "normalizeMcpServers()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L54"}, {"id": "config_normalizeconfig", "label": "normalizeConfig()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L78"}, {"id": "config_writecache", "label": "writeCache()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L86"}, {"id": "config_fetchremoteconfig", "label": "fetchRemoteConfig()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L96"}, {"id": "config_emptyconfig", "label": "emptyConfig()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L104"}, {"id": "config_loadconfig", "label": "loadConfig()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L114"}, {"id": "config_safepluginname", "label": "safePluginName()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L125"}, {"id": "config_safepluginversion", "label": "safePluginVersion()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L129"}, {"id": "config_resolvehookspolicy", "label": "resolveHooksPolicy()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L134"}, {"id": "config_runserverpluginpostinstall", "label": "runServerPluginPostInstall()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L140"}, {"id": "config_ensureplugindir", "label": "ensurePluginDir()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L180"}, {"id": "config_extractziptodir", "label": "extractZipToDir()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L186"}, {"id": "config_syncserverplugins", "label": "syncServerPlugins()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L211"}, {"id": "config_syncconfig", "label": "syncConfig()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L334"}, {"id": "config_synccliadapters", "label": "syncCliAdapters()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L389"}, {"id": "config_setmcpserver", "label": "setMcpServer()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L474"}, {"id": "config_removemcpserver", "label": "removeMcpServer()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L493"}, {"id": "config_listmcpservers", "label": "listMcpServers()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L503"}, {"id": "config_upsertcommand", "label": "upsertCommand()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L508"}, {"id": "config_removecommandsbynamespace", "label": "removeCommandsByNamespace()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L524"}, {"id": "config_showconfig", "label": "showConfig()", "file_type": "code", "source_file": "cli/config.js", "source_location": "L534"}], "edges": [{"source": "cli_config_js", "target": "config_ensurecachedir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L16", "weight": 1.0}, {"source": "cli_config_js", "target": "config_readcache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L22", "weight": 1.0}, {"source": "cli_config_js", "target": "config_normalizemcpserverentry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L35", "weight": 1.0}, {"source": "cli_config_js", "target": "config_normalizemcpservers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L54", "weight": 1.0}, {"source": "cli_config_js", "target": "config_normalizeconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L78", "weight": 1.0}, {"source": "cli_config_js", "target": "config_writecache", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L86", "weight": 1.0}, {"source": "cli_config_js", "target": "config_fetchremoteconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L96", "weight": 1.0}, {"source": "cli_config_js", "target": "config_emptyconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L104", "weight": 1.0}, {"source": "cli_config_js", "target": "config_loadconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L114", "weight": 1.0}, {"source": "cli_config_js", "target": "config_safepluginname", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L125", "weight": 1.0}, {"source": "cli_config_js", "target": "config_safepluginversion", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L129", "weight": 1.0}, {"source": "cli_config_js", "target": "config_resolvehookspolicy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L134", "weight": 1.0}, {"source": "cli_config_js", "target": "config_runserverpluginpostinstall", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L140", "weight": 1.0}, {"source": "cli_config_js", "target": "config_ensureplugindir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L180", "weight": 1.0}, {"source": "cli_config_js", "target": "config_extractziptodir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L186", "weight": 1.0}, {"source": "cli_config_js", "target": "config_syncserverplugins", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L211", "weight": 1.0}, {"source": "cli_config_js", "target": "config_syncconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L334", "weight": 1.0}, {"source": "cli_config_js", "target": "config_synccliadapters", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L389", "weight": 1.0}, {"source": "cli_config_js", "target": "config_setmcpserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L474", "weight": 1.0}, {"source": "cli_config_js", "target": "config_removemcpserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L493", "weight": 1.0}, {"source": "cli_config_js", "target": "config_listmcpservers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L503", "weight": 1.0}, {"source": "cli_config_js", "target": "config_upsertcommand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L508", "weight": 1.0}, {"source": "cli_config_js", "target": "config_removecommandsbynamespace", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L524", "weight": 1.0}, {"source": "cli_config_js", "target": "config_showconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L534", "weight": 1.0}, {"source": "config_readcache", "target": "config_normalizeconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L27", "weight": 1.0}, {"source": "config_normalizemcpservers", "target": "config_normalizemcpserverentry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L60", "weight": 1.0}, {"source": "config_normalizeconfig", "target": "config_emptyconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L79", "weight": 1.0}, {"source": "config_normalizeconfig", "target": "config_normalizemcpservers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L80", "weight": 1.0}, {"source": "config_writecache", "target": "config_ensurecachedir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L87", "weight": 1.0}, {"source": "config_writecache", "target": "config_normalizeconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L89", "weight": 1.0}, {"source": "config_loadconfig", "target": "config_readcache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L115", "weight": 1.0}, {"source": "config_loadconfig", "target": "config_emptyconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L116", "weight": 1.0}, {"source": "config_ensureplugindir", "target": "config_safepluginname", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L181", "weight": 1.0}, {"source": "config_ensureplugindir", "target": "config_safepluginversion", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L181", "weight": 1.0}, {"source": "config_syncserverplugins", "target": "config_ensureplugindir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L276", "weight": 1.0}, {"source": "config_syncserverplugins", "target": "config_extractziptodir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L300", "weight": 1.0}, {"source": "config_syncserverplugins", "target": "config_resolvehookspolicy", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L303", "weight": 1.0}, {"source": "config_syncserverplugins", "target": "config_runserverpluginpostinstall", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L304", "weight": 1.0}, {"source": "config_syncconfig", "target": "config_fetchremoteconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L335", "weight": 1.0}, {"source": "config_syncconfig", "target": "config_syncserverplugins", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L358", "weight": 1.0}, {"source": "config_syncconfig", "target": "config_synccliadapters", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L376", "weight": 1.0}, {"source": "config_syncconfig", "target": "config_writecache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L381", "weight": 1.0}, {"source": "config_syncconfig", "target": "config_normalizeconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L381", "weight": 1.0}, {"source": "config_setmcpserver", "target": "config_readcache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L475", "weight": 1.0}, {"source": "config_setmcpserver", "target": "config_emptyconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L475", "weight": 1.0}, {"source": "config_setmcpserver", "target": "config_normalizemcpserverentry", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L479", "weight": 1.0}, {"source": "config_setmcpserver", "target": "config_normalizemcpservers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L489", "weight": 1.0}, {"source": "config_setmcpserver", "target": "config_writecache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L490", "weight": 1.0}, {"source": "config_removemcpserver", "target": "config_readcache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L494", "weight": 1.0}, {"source": "config_removemcpserver", "target": "config_emptyconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L494", "weight": 1.0}, {"source": "config_removemcpserver", "target": "config_writecache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L499", "weight": 1.0}, {"source": "config_listmcpservers", "target": "config_loadconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L504", "weight": 1.0}, {"source": "config_upsertcommand", "target": "config_readcache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L509", "weight": 1.0}, {"source": "config_upsertcommand", "target": "config_emptyconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L509", "weight": 1.0}, {"source": "config_upsertcommand", "target": "config_writecache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L520", "weight": 1.0}, {"source": "config_removecommandsbynamespace", "target": "config_readcache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L525", "weight": 1.0}, {"source": "config_removecommandsbynamespace", "target": "config_emptyconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L525", "weight": 1.0}, {"source": "config_removecommandsbynamespace", "target": "config_writecache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L530", "weight": 1.0}, {"source": "config_showconfig", "target": "config_readcache", "relation": "calls", "confidence": "EXTRACTED", "source_file": "cli/config.js", "source_location": "L535", "weight": 1.0}], "raw_calls": [{"caller_nid": "config_ensurecachedir", "callee": "existsSync", "source_file": "cli/config.js", "source_location": "L17"}, {"caller_nid": "config_ensurecachedir", "callee": "mkdirSync", "source_file": "cli/config.js", "source_location": "L18"}, {"caller_nid": "config_readcache", "callee": "existsSync", "source_file": "cli/config.js", "source_location": "L24"}, {"caller_nid": "config_readcache", "callee": "readFileSync", "source_file": "cli/config.js", "source_location": "L25"}, {"caller_nid": "config_readcache", "callee": "parse", "source_file": "cli/config.js", "source_location": "L26"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L37"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L41"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "filter", "source_file": "cli/config.js", "source_location": "L41"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L42"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "filter", "source_file": "cli/config.js", "source_location": "L42"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L43"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "fromEntries", "source_file": "cli/config.js", "source_location": "L44"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "filter", "source_file": "cli/config.js", "source_location": "L44"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "entries", "source_file": "cli/config.js", "source_location": "L44"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L46"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "fromEntries", "source_file": "cli/config.js", "source_location": "L47"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "filter", "source_file": "cli/config.js", "source_location": "L47"}, {"caller_nid": "config_normalizemcpserverentry", "callee": "entries", "source_file": "cli/config.js", "source_location": "L47"}, {"caller_nid": "config_normalizemcpservers", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L58"}, {"caller_nid": "config_normalizemcpservers", "callee": "entries", "source_file": "cli/config.js", "source_location": "L59"}, {"caller_nid": "config_normalizemcpservers", "callee": "set", "source_file": "cli/config.js", "source_location": "L61"}, {"caller_nid": "config_normalizemcpservers", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L65"}, {"caller_nid": "config_normalizemcpservers", "callee": "set", "source_file": "cli/config.js", "source_location": "L69"}, {"caller_nid": "config_normalizemcpservers", "callee": "values", "source_file": "cli/config.js", "source_location": "L73"}, {"caller_nid": "config_normalizemcpservers", "callee": "push", "source_file": "cli/config.js", "source_location": "L73"}, {"caller_nid": "config_normalizemcpservers", "callee": "sort", "source_file": "cli/config.js", "source_location": "L74"}, {"caller_nid": "config_normalizeconfig", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L81"}, {"caller_nid": "config_normalizeconfig", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L82"}, {"caller_nid": "config_writecache", "callee": "now", "source_file": "cli/config.js", "source_location": "L90"}, {"caller_nid": "config_writecache", "callee": "writeFileSync", "source_file": "cli/config.js", "source_location": "L92"}, {"caller_nid": "config_writecache", "callee": "stringify", "source_file": "cli/config.js", "source_location": "L92"}, {"caller_nid": "config_fetchremoteconfig", "callee": "fetch", "source_file": "cli/config.js", "source_location": "L99"}, {"caller_nid": "config_fetchremoteconfig", "callee": "json", "source_file": "cli/config.js", "source_location": "L101"}, {"caller_nid": "config_loadconfig", "callee": "getEffectivePluginCommands", "source_file": "cli/config.js", "source_location": "L117"}, {"caller_nid": "config_safepluginname", "callee": "replace", "source_file": "cli/config.js", "source_location": "L126"}, {"caller_nid": "config_safepluginname", "callee": "String", "source_file": "cli/config.js", "source_location": "L126"}, {"caller_nid": "config_safepluginversion", "callee": "replace", "source_file": "cli/config.js", "source_location": "L130"}, {"caller_nid": "config_safepluginversion", "callee": "String", "source_file": "cli/config.js", "source_location": "L130"}, {"caller_nid": "config_resolvehookspolicy", "callee": "String", "source_file": "cli/config.js", "source_location": "L135"}, {"caller_nid": "config_resolvehookspolicy", "callee": "String", "source_file": "cli/config.js", "source_location": "L137"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "String", "source_file": "cli/config.js", "source_location": "L148"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "resolve", "source_file": "cli/config.js", "source_location": "L150"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "resolve", "source_file": "cli/config.js", "source_location": "L151"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "startsWith", "source_file": "cli/config.js", "source_location": "L152"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "existsSync", "source_file": "cli/config.js", "source_location": "L152"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "Number", "source_file": "cli/config.js", "source_location": "L155"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "isFinite", "source_file": "cli/config.js", "source_location": "L156"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "min", "source_file": "cli/config.js", "source_location": "L156"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "spawnSync", "source_file": "cli/config.js", "source_location": "L157"}, {"caller_nid": "config_runserverpluginpostinstall", "callee": "trim", "source_file": "cli/config.js", "source_location": "L174"}, {"caller_nid": "config_ensureplugindir", "callee": "join", "source_file": "cli/config.js", "source_location": "L181"}, {"caller_nid": "config_ensureplugindir", "callee": "mkdirSync", "source_file": "cli/config.js", "source_location": "L182"}, {"caller_nid": "config_extractziptodir", "callee": "spawnSync", "source_file": "cli/config.js", "source_location": "L187"}, {"caller_nid": "config_extractziptodir", "callee": "assign", "source_file": "cli/config.js", "source_location": "L195"}, {"caller_nid": "config_extractziptodir", "callee": "assign", "source_file": "cli/config.js", "source_location": "L203"}, {"caller_nid": "config_extractziptodir", "callee": "trim", "source_file": "cli/config.js", "source_location": "L203"}, {"caller_nid": "config_syncserverplugins", "callee": "readServerPluginsLock", "source_file": "cli/config.js", "source_location": "L212"}, {"caller_nid": "config_syncserverplugins", "callee": "fetch", "source_file": "cli/config.js", "source_location": "L215"}, {"caller_nid": "config_syncserverplugins", "callee": "json", "source_file": "cli/config.js", "source_location": "L232"}, {"caller_nid": "config_syncserverplugins", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L234"}, {"caller_nid": "config_syncserverplugins", "callee": "filter", "source_file": "cli/config.js", "source_location": "L235"}, {"caller_nid": "config_syncserverplugins", "callee": "join", "source_file": "cli/config.js", "source_location": "L237"}, {"caller_nid": "config_syncserverplugins", "callee": "mkdirSync", "source_file": "cli/config.js", "source_location": "L238"}, {"caller_nid": "config_syncserverplugins", "callee": "listInstalledPlugins", "source_file": "cli/config.js", "source_location": "L240"}, {"caller_nid": "config_syncserverplugins", "callee": "map", "source_file": "cli/config.js", "source_location": "L241"}, {"caller_nid": "config_syncserverplugins", "callee": "map", "source_file": "cli/config.js", "source_location": "L253"}, {"caller_nid": "config_syncserverplugins", "callee": "entries", "source_file": "cli/config.js", "source_location": "L254"}, {"caller_nid": "config_syncserverplugins", "callee": "has", "source_file": "cli/config.js", "source_location": "L255"}, {"caller_nid": "config_syncserverplugins", "callee": "existsSync", "source_file": "cli/config.js", "source_location": "L257"}, {"caller_nid": "config_syncserverplugins", "callee": "rmSync", "source_file": "cli/config.js", "source_location": "L257"}, {"caller_nid": "config_syncserverplugins", "callee": "push", "source_file": "cli/config.js", "source_location": "L258"}, {"caller_nid": "config_syncserverplugins", "callee": "has", "source_file": "cli/config.js", "source_location": "L263"}, {"caller_nid": "config_syncserverplugins", "callee": "push", "source_file": "cli/config.js", "source_location": "L264"}, {"caller_nid": "config_syncserverplugins", "callee": "push", "source_file": "cli/config.js", "source_location": "L272"}, {"caller_nid": "config_syncserverplugins", "callee": "assign", "source_file": "cli/config.js", "source_location": "L279"}, {"caller_nid": "config_syncserverplugins", "callee": "writeFileSync", "source_file": "cli/config.js", "source_location": "L286"}, {"caller_nid": "config_syncserverplugins", "callee": "join", "source_file": "cli/config.js", "source_location": "L286"}, {"caller_nid": "config_syncserverplugins", "callee": "stringify", "source_file": "cli/config.js", "source_location": "L286"}, {"caller_nid": "config_syncserverplugins", "callee": "fetch", "source_file": "cli/config.js", "source_location": "L289"}, {"caller_nid": "config_syncserverplugins", "callee": "encodeURIComponent", "source_file": "cli/config.js", "source_location": "L289"}, {"caller_nid": "config_syncserverplugins", "callee": "assign", "source_file": "cli/config.js", "source_location": "L291"}, {"caller_nid": "config_syncserverplugins", "callee": "from", "source_file": "cli/config.js", "source_location": "L297"}, {"caller_nid": "config_syncserverplugins", "callee": "arrayBuffer", "source_file": "cli/config.js", "source_location": "L297"}, {"caller_nid": "config_syncserverplugins", "callee": "join", "source_file": "cli/config.js", "source_location": "L298"}, {"caller_nid": "config_syncserverplugins", "callee": "writeFileSync", "source_file": "cli/config.js", "source_location": "L299"}, {"caller_nid": "config_syncserverplugins", "callee": "push", "source_file": "cli/config.js", "source_location": "L305"}, {"caller_nid": "config_syncserverplugins", "callee": "toISOString", "source_file": "cli/config.js", "source_location": "L318"}, {"caller_nid": "config_syncserverplugins", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L319"}, {"caller_nid": "config_syncserverplugins", "callee": "map", "source_file": "cli/config.js", "source_location": "L319"}, {"caller_nid": "config_syncserverplugins", "callee": "push", "source_file": "cli/config.js", "source_location": "L321"}, {"caller_nid": "config_syncserverplugins", "callee": "writeServerPluginsLock", "source_file": "cli/config.js", "source_location": "L324"}, {"caller_nid": "config_syncserverplugins", "callee": "toISOString", "source_file": "cli/config.js", "source_location": "L326"}, {"caller_nid": "config_syncconfig", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L337"}, {"caller_nid": "config_syncconfig", "callee": "fetch", "source_file": "cli/config.js", "source_location": "L339"}, {"caller_nid": "config_syncconfig", "callee": "json", "source_file": "cli/config.js", "source_location": "L340"}, {"caller_nid": "config_syncconfig", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L346"}, {"caller_nid": "config_syncconfig", "callee": "fetch", "source_file": "cli/config.js", "source_location": "L348"}, {"caller_nid": "config_syncconfig", "callee": "json", "source_file": "cli/config.js", "source_location": "L349"}, {"caller_nid": "config_syncconfig", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L355"}, {"caller_nid": "config_synccliadapters", "callee": "require", "source_file": "cli/config.js", "source_location": "L390"}, {"caller_nid": "config_synccliadapters", "callee": "require", "source_file": "cli/config.js", "source_location": "L391"}, {"caller_nid": "config_synccliadapters", "callee": "fetch", "source_file": "cli/config.js", "source_location": "L394"}, {"caller_nid": "config_synccliadapters", "callee": "json", "source_file": "cli/config.js", "source_location": "L402"}, {"caller_nid": "config_synccliadapters", "callee": "filter", "source_file": "cli/config.js", "source_location": "L406"}, {"caller_nid": "config_synccliadapters", "callee": "map", "source_file": "cli/config.js", "source_location": "L407"}, {"caller_nid": "config_synccliadapters", "callee": "join", "source_file": "cli/config.js", "source_location": "L410"}, {"caller_nid": "config_synccliadapters", "callee": "cwd", "source_file": "cli/config.js", "source_location": "L410"}, {"caller_nid": "config_synccliadapters", "callee": "mkdirSync", "source_file": "cli/config.js", "source_location": "L411"}, {"caller_nid": "config_synccliadapters", "callee": "existsSync", "source_file": "cli/config.js", "source_location": "L414"}, {"caller_nid": "config_synccliadapters", "callee": "readdirSync", "source_file": "cli/config.js", "source_location": "L415"}, {"caller_nid": "config_synccliadapters", "callee": "endsWith", "source_file": "cli/config.js", "source_location": "L417"}, {"caller_nid": "config_synccliadapters", "callee": "slice", "source_file": "cli/config.js", "source_location": "L418"}, {"caller_nid": "config_synccliadapters", "callee": "has", "source_file": "cli/config.js", "source_location": "L419"}, {"caller_nid": "config_synccliadapters", "callee": "join", "source_file": "cli/config.js", "source_location": "L421"}, {"caller_nid": "config_synccliadapters", "callee": "unlinkSync", "source_file": "cli/config.js", "source_location": "L422"}, {"caller_nid": "config_synccliadapters", "callee": "fetch", "source_file": "cli/config.js", "source_location": "L434"}, {"caller_nid": "config_synccliadapters", "callee": "json", "source_file": "cli/config.js", "source_location": "L442"}, {"caller_nid": "config_synccliadapters", "callee": "join", "source_file": "cli/config.js", "source_location": "L446"}, {"caller_nid": "config_synccliadapters", "callee": "writeFileSync", "source_file": "cli/config.js", "source_location": "L459"}, {"caller_nid": "config_synccliadapters", "callee": "error", "source_file": "cli/config.js", "source_location": "L462"}, {"caller_nid": "config_setmcpserver", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L476"}, {"caller_nid": "config_setmcpserver", "callee": "slice", "source_file": "cli/config.js", "source_location": "L476"}, {"caller_nid": "config_setmcpserver", "callee": "findIndex", "source_file": "cli/config.js", "source_location": "L477"}, {"caller_nid": "config_setmcpserver", "callee": "assign", "source_file": "cli/config.js", "source_location": "L481"}, {"caller_nid": "config_setmcpserver", "callee": "push", "source_file": "cli/config.js", "source_location": "L488"}, {"caller_nid": "config_removemcpserver", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L495"}, {"caller_nid": "config_removemcpserver", "callee": "filter", "source_file": "cli/config.js", "source_location": "L496"}, {"caller_nid": "config_listmcpservers", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L505"}, {"caller_nid": "config_upsertcommand", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L510"}, {"caller_nid": "config_upsertcommand", "callee": "slice", "source_file": "cli/config.js", "source_location": "L510"}, {"caller_nid": "config_upsertcommand", "callee": "findIndex", "source_file": "cli/config.js", "source_location": "L511"}, {"caller_nid": "config_upsertcommand", "callee": "push", "source_file": "cli/config.js", "source_location": "L518"}, {"caller_nid": "config_removecommandsbynamespace", "callee": "isArray", "source_file": "cli/config.js", "source_location": "L526"}, {"caller_nid": "config_removecommandsbynamespace", "callee": "filter", "source_file": "cli/config.js", "source_location": "L527"}, {"caller_nid": "config_showconfig", "callee": "toISOString", "source_file": "cli/config.js", "source_location": "L542"}, {"caller_nid": "config_showconfig", "callee": "listInstalledPlugins", "source_file": "cli/config.js", "source_location": "L544"}, {"caller_nid": "config_showconfig", "callee": "keys", "source_file": "cli/config.js", "source_location": "L545"}, {"caller_nid": "config_showconfig", "callee": "readServerPluginsLock", "source_file": "cli/config.js", "source_location": "L545"}]}
|