Files
deepseek-harness/packages/goal

goal/ — persisted same-session goals

English | 中文

The goal family owns durable objective state independently of the model-facing tools and continuation policy that consume it.

Package Role ctx key
goal/ Goal state and lifecycle ctx.goals
goal-session/ Same-session goal continuation
tool-goal/ Model-facing goal tools
command-goal/ Human-facing goal command

Goal state is part of the owning session log. Consumers depend on dsh-goal, not on the concrete agent loop; continuation behavior belongs in a separate plugin on the public agent seams.