편집자 노트

证据记忆

Archived — this plugin never worked, and the thing it was waiting for arrived in a different shape. It shells out to a CLI named rlvr-memory.

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

dsh-evidence-memory

Archived — this plugin never worked, and the thing it was waiting for arrived in a different shape.

It shells out to a CLI named rlvr-memory. The "unverified lead" below has now been checked: LeslieWylie/repository-memory is real and installable, but its console script is named repository-memory, not rlvr-memory (pyproject.toml[project.scripts]). So the binary name is wrong on top of the already-suspect flag grammar — this was never a drop-in.

More decisively, that project ships its own MCP server exposing the same four verbs (doctor / search / get / sync). A DSH tool wrapper around a separately-installed Python CLI is strictly more friction than pointing DSH at that MCP server, so there is nothing left for this repo to become.

For the read-only capabilities that did work in-process, see dsh-ops-kit — its dsh_ops_memory_search is a self-contained bounded grep over configured roots with line-addressed snippets, and needs no external binary at all.

Kept public and read-only as a record of the tool contract. Nothing here is maintained.

Git-backed project memory with line-addressable evidence, freshness tracking, and audit trail.

Requirements

This plugin will not work out of the box — read this before installing.

  • A running DSH Web profile.
  • A rlvr-memory CLI already on PATH. rlvr-memory is an internal codename: it is not published as a public npm package or GitHub release. If you install this plugin anywhere that binary doesn't already exist, all four tools below will register successfully and then fail immediately at call time with a clear "CLI not found" error. Treat this repo as a reference implementation of the tool contract, not a ready-to-run plugin, until a public CLI ships.

Unverified lead: LeslieWylie/repository-memory is a real, public, installable CLI (git clone + python3 install.py) exposing the same verb set this plugin expects — doctor, search --scope repository|memory|all, get, sync — and looks like the open-sourced descendant of the internal rlvr-memory codename. Its flag grammar isn't confirmed identical to what runCli() in lib/index.js currently sends (--json placement differs, and there's no confirmed per-call --root flag), so this is not a safe drop-in yet — nobody has actually run it against this wrapper. Someone still needs to install it, test the real invocation, and update the wrapper before this plugin can point at it.

A DSH plugin that wraps a local rlvr-memory CLI into four deterministic tools:

  • memory_doctor — diagnose memory state (read-only)
  • memory_search — search memory by keyword (read-only)
  • memory_get — retrieve a specific result (read-only)
  • memory_sync — rebuild the memory index (write)

Installation

From a local path

dsh plugin --profile web add "link:/path/to/dsh-evidence-memory"

From GitHub

dsh plugin --profile web add "github:LeslieWylie/dsh-evidence-memory"

Restart

dsh --profile web

Usage

After installation, the four tools are available to any agent in the session:

memory_doctor          → Check memory health and Git root
memory_search query:T  → Search for "T" in project memory
memory_get result_id:X → Get full details of result X
memory_sync            → Rebuild memory index

License

MIT

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.

주의 사항archived