@paleo/alcode 0.8.0 → 0.8.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paleo/alcode",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "license": "CC0-1.0",
5
5
  "author": "Thomas MUR",
6
6
  "description": "Run a coding agent through AlignFirst protocols.",
@@ -48,7 +48,7 @@ For one-shot changes or follow-up adjustments right after executing a plan. The
48
48
  alcode --new --protocol aad --ticket AB-123 --message "Task description"
49
49
  ```
50
50
 
51
- Answer questions as in the spec flow. The agent implements and writes a summary file, which carries a suggested commit message.
51
+ Answer questions as in the spec flow. The agent implements and writes a summary file, which carries a suggested commit message. Commit with it.
52
52
 
53
53
  ## Review workflow
54
54