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. 8. 27.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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