andrepontesmelo/moving-target ↗★ 0
moving-target
Cold-start context for DeepSeek Harness: distills one goal paragraph from the first prompt of every past session in a workspace and auto-injects it into each new session start.
AI Analysis
核心用途是保持工作区内跨会话的目标一致性。适合长期维护单一项目、需要频繁开启新会话但又不想重复输入背景信息的用户,通过自动提取和注入历史目标,实现无缝的冷启动体验。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Usage
/moving-target-bootstrap
Run it once per workspace. It is re-runnable and overwrites — that is the escape hatch when the frozen summary drifts from reality (see caveats). After bootstrapping, do nothing; new sessions pick up the summary automatically.
To update the summary based on the current session outcome:
/moving-target-update
The current summary is read deterministically by the command and injected into the prompt — the agent never reads the file itself.
The standalone extractor CLI is available too:
npx moving-target-extract /path/to/workspace