deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:kolawong/dsh-plugin-j-space
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
J-Space Cognition Suite (V3.6) is an inference-time cognitive control plugin designed for DeepSeek Harness (DSH). It enhances the reasoning fidelity, context persistence, and verification discipline of LLMs (especially DeepSeek-V4-Pro / Flash and Kimi models) during complex, long-horizon tasks.
During long multi-step reasoning, coding, and autonomous workflows, large language models frequently suffer from four major inference-time losses:
J-Space turns the model's accessible working memory into a structured, actively managed internal workspace without changing model weights or requiring fine-tuning.
| Module | Mechanism | Impact |
|---|---|---|
| Broadcast Hub | Shared constraints derived once and broadcast | Prevents cross-file & cross-step representation drift |
| Dense Track | ✓ / ? / ✗ symbol registers with lossless plain-text expansion |
Enforces stepwise falsification & rigorous self-verification |
| Directed Focus | Workspace limited to 1-2 active concepts | Eliminates working-set cognitive overload |
| Bridge Reasoning | Mandates intermediate bridging before conclusion | Eliminates conclusion-first rationalization |
| Self-Monitoring | Autonomously detects reasoning degeneration | Triggers rollback with explicit diagnosis |
| Workspace Ledger | Persistent state externalization (jspace.py) |
Maintains durable memory across task seams & subagents |
Compatible with all operating systems (macOS, Linux, Windows).
Inside your DSH profile or project workspace, run:
# Install directly from GitHub
dsh plugin add github:kolawong/dsh-plugin-j-space
# Or link from a local folder
dsh plugin add ./dsh-plugin-j-space
If you are cloning manually into your user directory (~/.dsh):
macOS / Linux:
# 1. Clone into your DSH plugins directory
mkdir -p ~/.dsh/plugins ~/.dsh/skills
git clone https://github.com/kolawong/dsh-plugin-j-space.git ~/.dsh/plugins/dsh-plugin-j-space
# 2. Symlink skill to the global skill directory
ln -sfn ~/.dsh/plugins/dsh-plugin-j-space/skills/j-space ~/.dsh/skills/j-space
# 3. Restart DSH
# On local desktop/CLI: restart your 'dsh web' or app process
# On systemd server: systemctl restart deepseek-harness
Windows (PowerShell):
# 1. Clone into your user profile DSH plugins directory
New-Item -ItemType Directory -Force -Path "$HOME\.dsh\plugins", "$HOME\.dsh\skills"
git clone https://github.com/kolawong/dsh-plugin-j-space.git "$HOME\.dsh\plugins\dsh-plugin-j-space"
# 2. Create directory junction for skill
New-Item -ItemType Junction -Path "$HOME\.dsh\skills\j-space" -Target "$HOME\.dsh\plugins\dsh-plugin-j-space\skills\j-space"
# 3. Restart your DSH process
You can switch the operating mode in the DSH Web UI (Settings ➔ Plugins ➔ J-Space) or in ~/.dsh/settings.yaml:
j-space:
mode: on-demand # Options: on-demand | always-on | auto | off
on-demand) [Default]: Automatically activated upon explicit user prompts or during complex multi-step reasoning.always-on): Global cognitive workspace injected into every turn context.auto): Autonomously triggered based on task complexity and code depth.off): Completely disables the cognitive framework.In DSH conversations or Taskboard AI drawer:
on-demand mode, the model automatically loads j-space when you ask for architecture refactoring, bug tracing, or theorem proving."Use the J-Space cognitive framework to plan and verify this database migration." "Activate J-Space Dense Track to audit cross-file consistency for the auth module."
The plugin UI card (client.js) features built-in automatic language detection (English / 中文), adapting automatically to your DSH locale and browser language without any configuration needed.
This project is built upon empirical research on language-model internal representations and packages the original open-source J-Space Cognition Suite V3.6 by Tiger3807861189 as a standard DeepSeek Harness plugin.
@software{j_space_cognition_suite_2026,
author = {Tiger3807861189},
title = {J-Space Cognition Suite: Model-Agnostic Inference-Time Control Suite},
year = {2026},
version = {3.6.0},
url = {https://github.com/Tiger3807861189/J-Space-Cognition-Suite-V3.6}
}
Licensed under the Apache License, Version 2.0 (the "License").
J-Space Cognition Suite V3.6 (c) 2026 Tiger3807861189.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。