MkaliezZ / dsh-action-ledger

목록에 있음

Bounded action-lifecycle projection for DeepSeek Harness: /action-ledger reconstructs a human-readable action ledger from the durable session log.

main도구세션 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:MkaliezZ/dsh-action-ledger

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 71d6d99동기화 2026. 8. 18.

dsh-action-ledger

A bounded action-lifecycle projection for DeepSeek Harness (DSH).

/action-ledger reconstructs a human-readable ledger from DSH's existing durable session facts such as tool/call, approval lifecycle facts, and tool/result. v0.1 intentionally does not invent a custom standalone session-event type, so it does not require patching DSH's generated event catalog.

Why

AgentFuse answers whether a tool call may proceed. Action Ledger answers what lifecycle DSH durably recorded around the call.

v0.1

  • projects requested -> approval-requested -> approved|denied -> completed|failed when the corresponding native DSH facts exist;
  • deterministic sequence ordering;
  • bounded /action-ledger output;
  • no raw tool arguments copied into the ledger;
  • read-only projection: no tool dispatch and no source mutation.

Non-claims

  • not a replacement for DSH session persistence;
  • not an authorization system;
  • does not fabricate missing lifecycle facts;
  • does not prove a physical side effect happened beyond the facts DSH recorded;
  • compatibility must be re-proven against pinned DSH revisions while DSH remains Developer Preview.

Development

npm test

License

MIT

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 15. 오전 6:35

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.