CyanoOrg / dsh-norm-spec

목록에 있음

plugin for norm-spec: session-scoped .norm convention injection, post-edit validation, and native norm tools.

main도구세션 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:CyanoOrg/dsh-norm-spec

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

README

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

GitHub에서 보기 ↗
커밋 1169935동기화 2026. 8. 17.

dsh-norm-spec

DeepSeek Harness (dsh) Cordis plugin adapter for norm-spec conventions: per-session .norm convention injection and soft post-edit convention validation, backed by the canonical Rust engine.

Status: 0.1.0-alpha.1 local development. DSH host pinned to @deepseek-ai/dsh@0.1.0-rc.6. Not published.

What it does

  • Starts one verified dsh-norm-bridge child per DSH agent session (agent/session-start) against a sealed upstream norm-spec payload.
  • Injects collected .norm conventions at agent/pre-step as one durable <system-reminder> user message, SHA-1 digest-suppressed, most-specific first — the same injection idiom as dsh's own agent-instructions.
  • After successful write/edit tool calls, appends bounded strict validation feedback through tools/post-execute (soft feedback; never blocks or reverts).
  • Never writes custom session event types; never falls back to a norm on PATH.

Local development

# Rust gates
cargo fmt --check
cargo clippy --workspace --all-targets --all-features -- -D warnings
cargo test --workspace --all-features

# TypeScript
npm install
npm run typecheck
npm test

# Run the plugin in a real dsh checkout (after packaging exists):
# cordis.yml entry —
#   - id: norm
#     name: './packages/dsh-norm-spec'   # or published package name
#     config:
#       launch:
#         command: <bridge-binary>
#         args: ["serve", "--payload", <sealed-payload>]

Until packaging exists, the plugin resolves its runtime from DSH_NORM_BRIDGE and DSH_NORM_PAYLOAD environment variables.

Documentation

  • docs/ARCHITECTURE.md — Rust/TypeScript boundary and DSH host surface
  • docs/BRIDGE-PROTOCOL.mddsh-norm-spec/bridge/v1 process contract
  • docs/decisions.md — decision records D001–D006
  • docs/planning/status.md — live development state
  • ROADMAP.md — milestone plan

License

MIT

프로젝트 파일 및 신호

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

테스트감지됨
보안 정책감지됨
문서감지됨

저장소 정보

언어
Rust
라이선스
MIT
마지막 업데이트
2026. 8. 17. AM 5:50

신중하게 설치하기

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