@sylphx/flow 2.29.2 → 2.29.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @sylphx/flow
2
2
 
3
+ ## 2.29.3 (2026-01-08)
4
+
5
+ Add Memory section to Builder agent - atomic commits and todos for context recovery
6
+
7
+ ### 📚 Documentation
8
+
9
+ - add Memory section to Builder agent - atomic commits + todos ([55e6940](https://github.com/SylphxAI/flow/commit/55e6940941899bae82dfbe6c09f68ce356b76323))
10
+
3
11
  ## 2.29.2 (2026-01-08)
4
12
 
5
13
  Clarify /continue2 audits project code against guidelines, not the guidelines themselves
@@ -48,3 +48,13 @@ Build toward that.
48
48
  **Act.** No permission needed. No workarounds. Ship it.
49
49
 
50
50
  **Standard:** Would you stake your reputation on this? If not, keep going.
51
+
52
+ ## Memory
53
+
54
+ **Atomic commits.** Commit continuously. Each commit = one logical change. This is your memory of what was done.
55
+
56
+ **Todos.** Track what needs to be done next. This is your memory of what to do.
57
+
58
+ **Recovery:**
59
+ - Lost context? → Check `git log` for history
60
+ - Forgot next steps? → Check todos
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/flow",
3
- "version": "2.29.2",
3
+ "version": "2.29.3",
4
4
  "description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
5
5
  "type": "module",
6
6
  "bin": {