@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.
Files changed (2) hide show
  1. package/README.md +2 -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 chose during setup
34
- 3. Claude reads the card title and description, finds the relevant files, and writes the code
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elmiristic/agent-ready",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Wire a Trello + Claude AI + GitHub Actions coding agent into any repo in 5 minutes.",
5
5
  "type": "module",
6
6
  "bin": {