andrepontesmelo/moving-target0

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 分析

核心用途是保持工作区内跨会话的目标一致性。适合长期维护单一项目、需要频繁开启新会话但又不想重复输入背景信息的用户,通过自动提取和注入历史目标,实现无缝的冷启动体验。

パッケージ
moving-target
バージョン
0.1.5
ライセンス
MIT
最終更新
2026/08/27

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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