@elmiristic/agent-ready 0.1.4 → 0.1.5
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,8 +30,8 @@ git add .github && git commit -m "feat: add agent-ready" && git push
|
|
|
30
30
|
## How it works
|
|
31
31
|
|
|
32
32
|
1. Add the `agent-ready` label to a Trello card in your To Do list
|
|
33
|
-
2. The agent runs at the times you
|
|
34
|
-
3. Claude reads the card title and description, finds the relevant files,
|
|
33
|
+
2. The agent runs at the times you set during setup
|
|
34
|
+
3. Claude reads the card title and description, finds the relevant files, writes the code
|
|
35
35
|
4. A PR is opened with a summary of the change
|
|
36
36
|
5. You get a Telegram message with the PR link
|
|
37
37
|
6. Merge the PR and the card moves to Done automatically
|