mega-index-map
Cross-workspace interop Library: record, index and search files, tools, environments, knowledge and work records across workspaces for reuse.
- Stars
- 0
- Language
- JavaScript
- Created
- Sep 9, 2026
- Updated
- Sep 9, 2026
Introduction
mega-index-map
A cross-workspace interop Library. Agents record valuable objects they encounter — files, tools,
environments, products, knowledge, work records — into an independent library under
$DSH_HOME/library, so any conversation can index, use, research and learn from them.
Tools
library_record— record an object (file/tool/env/product/knowledge/work record)library_index— rebuild/dedupe/sort the library, report conflictslibrary_query— search (keyword/type/tags, cursor pagination)library_detect— scan & register known tools/environmentslibrary_sniff— identify a file's true type from magic header bytes (96 signatures)library_decrypt— manually decrypt a sensitive objectlibrary_export— export to JSON/NDJSONlibrary_encoding— detect system encoding + regional advicelibrary_adb— Android device management over ADB (developer subset)
Install
dsh plugin --profile web add github:Nesarf/mega-index-map
Notes
- The library lives at
$DSH_HOME/library(default~/.dsh/library). - Sensitive content (credentials, keys, etc.) is AES-256-GCM encrypt-isolated; only manual
library_decryptexposes it. - MIT License. See LICENSE.