Skip to content
View ArmyWas's full-sized avatar

Block or report ArmyWas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ArmyWas/README.md

ArmyWas

I build small, evidence-driven reliability tools for the emerging DeepSeek Harness ecosystem.

我专注于从真实故障和可复现实验出发,为 DeepSeek Harness 打磨小而可靠的社区工具。

Reliability loop

Preflight → Classify → Minimize → Verify → Monitor

Read the case study · 阅读中文案例

Current work

1. Preflight — dsh-provider-passport

A review-first Web plugin that probes the request dialect of explicitly configured OpenAI-compatible providers before proposing the smallest supported Harness compatibility change. It verifies the real runtime after an approved write and keeps one-click rollback available.

2. Classify — dsh-failure-lens

A deterministic Web client plugin that explains one high-confidence Windows sandbox spawn EPERM signature in context. It does not rerun commands, change the session, send telemetry, or infer beyond the evidence in one tool-result block.

3. Minimize — dsh-plugin-reducer

An external CLI that finds a 1-minimal set of out-of-tree plugins that still reproduces a broken Harness profile. It works in disposable shadow profiles, preserves the real profile, and produces a redacted machine-readable report.

4. Verify — dsh-subagent-contract

A deterministic post-run verifier for relationships that aggregate evaluation metrics lose: parent/child lineage, admission cardinality, continuation identity, FIFO delivery, settlement provenance, and explicit report relays.

  • Status: research v0.1.0-preview.1; the offline verifier works, while the live runner remains an evidence-producing experiment rather than a supported npm path
  • Best for: checking durable multi-agent behavior after a Harness run
  • Release · Official community discussion · Research evidence

An external compatibility canary that detects Codex App Server protocol drift the pinned Harness adapter cannot safely interpret. The first live experiment found a concrete error-union value that degrades to unknown.

Working principles

  • Start with reproduced behavior or a controlled experiment.
  • Search for maintained solutions before creating another project.
  • Prefer a narrow, testable contract over a broad diagnostic guess.
  • Keep diagnostics reversible, privacy-conscious, and easy to remove.
  • Validate public artifacts from a clean install, not only from source.
  • Expand only when new evidence demonstrates that the existing boundary is too narrow.

These are independent, unofficial community projects. Feedback and privacy-reviewed field reports are welcome in each repository.

Pinned Loading

  1. dsh-provider-passport dsh-provider-passport Public

    Review-first request-dialect preflight for custom DeepSeek Harness providers.

    JavaScript

  2. dsh-failure-lens dsh-failure-lens Public

    Deterministic DeepSeek Harness plugin that explains Windows sandbox spawn EPERM failures in context

    TypeScript 1

  3. dsh-plugin-reducer dsh-plugin-reducer Public

    External CLI that finds a 1-minimal DeepSeek Harness plugin set reproducing a profile failure.

    JavaScript 1

  4. dsh-subagent-contract dsh-subagent-contract Public

    Post-run contract verifier and persistent SDK canary for DeepSeek Harness subagents.

    JavaScript

  5. dsh-codex-compat-canary dsh-codex-compat-canary Public

    Detect Codex App Server protocol drift that DeepSeek Harness cannot safely interpret.

    JavaScript