scrumrun 1.5.0 → 1.5.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/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,10 +24,10 @@ Local by default: creates `AGENTS.md` and `.scrumrun/`, adds them to `.git/info/
|
|
|
24
24
|
Once initialized, talk to your agent in natural language:
|
|
25
25
|
|
|
26
26
|
```
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
add a save button to the profile form
|
|
28
|
+
checkout charges twice after refresh
|
|
29
|
+
study the payments module
|
|
30
|
+
run the next sprint
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
The agent runs intake (read-only), classifies the request, proposes a route, and asks for approval before touching artifacts or code. No configuration silently grants blanket implementation permission.
|