dsh-project-context
Run the following command in DeepSeek Harness:
dsh plugin install P02-1010751281/dsh-project-context
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install P02-1010751281/dsh-project-context in DeepSeek Harness to install; the source is at https://github.com/P02-1010751281/dsh-project-context.
About this plugin
Long dsh development sessions inevitably hit context limits; once compression or disconnect strikes, the design decisions, pitfalls, and critical paths accumulated over dozens of log files become hard to reuse. dsh-project-context archives every session event stream into the project directory, distills them into structured memory and context on a schedule, and automatically hands off a summary to a fresh session when context approaches its ceiling, so project knowledge survives beyond any single conversation.
The pipeline runs in four automated stages: archiving writes each event to JSONL and renders human-readable Markdown with an index; consolidation folds scattered dialogue into MEMORY.md and CONTEXT.md during idle periods; skill distillation produces reusable SKILL.md files once sufficient evidence has accumulated; and handoff creates a new session carrying a summary plus recent raw messages when context usage crosses the threshold and no background subagent is running. All four stages share a single config and lifecycle manager, with crash recovery, cross-process locking, and historical session backfill all handled.
Built for engineers who run multi-day, many-round development sessions in dsh and want project-level knowledge to live alongside the code, versioned and continuously accumulated across sessions. No external services required—install, tune a few parameters, and it runs.
Use Cases
- Context nears its limit during multi-day development and a fresh session is needed to carry on
- Project-level decisions, pitfalls, and critical paths should persist with the codebase instead of vanishing with each session
- Distill reusable SKILL.md files from accumulated session history to reduce redundant trial and error
Best For
- Engineers running multi-round long development sessions in dsh
- Tech leads who want project knowledge to accumulate conversation after conversation
- Developers who need session logs that are searchable, versioned, and traceable
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.