Nesarf/mega-index-map0

mega-index-map

Cross-workspace interop Library: record, index and search files, tools, environments, knowledge and work records across workspaces for reuse.

包名
mega-index-map
版本
0.1.0
许可证
MIT
最近更新
2026年9月9日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Nesarf/mega-index-map

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 conflicts
  • library_query — search (keyword/type/tags, cursor pagination)
  • library_detect — scan & register known tools/environments
  • library_sniff — identify a file's true type from magic header bytes (96 signatures)
  • library_decrypt — manually decrypt a sensitive object
  • library_export — export to JSON/NDJSON
  • library_encoding — detect system encoding + regional advice
  • library_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_decrypt exposes it.
  • MIT License. See LICENSE.