2026-07-19 18:47:34 +08:00
# goal/ — persisted same-session goals
2026-07-26 05:03:53 +08:00
English | [中文 ](README.zh.md )
2026-07-19 18:47:34 +08:00
The goal family owns durable objective state independently of the model-facing tools and continuation policy that consume it.
| Package | Role | ctx key |
|---|---|---|
2026-08-04 00:54:19 +08:00
| [`goal/` ](goal/README.md ) | Goal state and lifecycle | `ctx.goals` |
| [`goal-session/` ](goal-session/README.md ) | Same-session goal continuation | — |
| [`tool-goal/` ](tool-goal/README.md ) | Model-facing goal tools | — |
| [`command-goal/` ](command-goal/README.md ) | Human-facing goal command | — |
2026-07-19 18:47:34 +08:00
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.