You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 0.13.0
4
+
5
+
### Minor Changes
6
+
7
+
- Separate durable plan docs from long-lived project docs in the Waypoint scaffold.
8
+
9
+
New repos now get a dedicated `.waypoint/plans/` directory, the docs index routes both docs and plans, and the built-in guidance now points planning workflows at the new plans layer instead of mixing plans into `.waypoint/docs/`.
10
+
11
+
- Remove the `visual-explanations` skill and simplify Waypoint's visual guidance.
12
+
13
+
Visual explanation now stays in the core contract: use Mermaid directly in chat for diagrams, and show screenshots whenever browser or app inspection is part of reproduction or verification work. The public docs were also tightened so they describe Waypoint more directly and leave per-skill trigger logic inside the skills themselves.
Copy file name to clipboardExpand all lines: docs/architecture.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Waypoint separates repo memory into three different jobs:
28
28
-`.waypoint/MEMORY.md` for durable user/team preferences, collaboration context, and stable defaults
29
29
-`.waypoint/WORKSPACE.md` for live operational state
30
30
-`.waypoint/docs/` for durable project behavior, architecture, decisions, and debugging knowledge
31
+
-`.waypoint/plans/` for durable implementation, rollout, migration, and investigation plans
31
32
32
33
This separation matters because many bad agent experiences come from mixing personal preferences, active task state, and project knowledge into one noisy blob.
0 commit comments