DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-negative-ledger

Persistent negative-knowledge ledger for DeepSeek Harness agents to record failed paths and auto-invalidate on evidence change.

Terminal & TUIDeveloper ToolsSecurity & PolicyRemote Execution
3GitHub Stars0ForksUpdated2026-08-23

Install

$ dsh plugin --profile <name> add @akslcw/dsh-negative-ledger

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-negative-ledger provides a persistent, evidence-bound negative-knowledge ledger for coding agents in DeepSeek Harness. It tracks failed tool calls and missing files alongside precondition witnesses from filesystem observations. When agents attempt identical disproven paths without changes to underlying conditions, the plugin warns or denies the call to prevent duplicate failures, automatically invalidating stored facts once preconditions change.

Key Capabilities

  • Records failed commands and missing files with precondition and outcome witnesses
  • Fingerprint matching across sessions to intercept or warn on identical failed attempts
  • Automatic fact invalidation and resolution upon filesystem observation updates or successful retries
  • Dual storage backends with transactional SQLite (WAL) and legacy JSONL
  • Configurable execution modes supporting non-blocking warnings or pre-dispatch blocking

Useful For

  • Preventing coding agents from looping over identical broken shell commands
  • Stopping repeated reads of non-existent files until filesystem changes occur
  • Sharing failure context across parent and subagent executions to reduce redundant failures

Who It Fits

  • DeepSeek Harness agent developers building long-horizon coding workflows
  • Engineers looking to minimize wasted tool executions and looping behaviors in autonomous agents

Documented Limitations

  • Matches exact command and path fingerprints without semantic similarity or whitespace collapsing
  • Non-zero exit codes from informational tools (like grep) may trigger short TTL negative facts
  • Sandbox-policy workspace root overrides are not visible in command fingerprints

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 4 development, 1 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
akslcw/dsh-negative-ledger
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
0cfa9c3 · 2026-08-24

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
3GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-23
Last release
2026-08-23
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app