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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. 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
- crie um botão salvar no formulário de perfil
28
- o checkout cobra em dobro após refresh
29
- estude o módulo de pagamentos
30
- rode a próxima sprint
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scrumrun",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "ScrumRun: portable sprint-driven AI workflow for real software projects.",
5
5
  "bin": {
6
6
  "scrumrun": "bin/scrumrun.js",