mcptask-rails-runner 0.3.29 → 0.3.31

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa806d31bce382560ff0ca7f647bbba1586a81125ab625c75d97c2a81e8cdec3
4
- data.tar.gz: 9f492d64d0f2e732f166d7256a926efbb411d90f178deededbb6f20378bfe210
3
+ metadata.gz: f87d40361cf2d13f08554a7cec44efab65678cd339068f4769b36e96bc3653ca
4
+ data.tar.gz: dd93e823b09ac843598294764580728f92b5355a2b53fe23a8c0899a408ee17a
5
5
  SHA512:
6
- metadata.gz: 759e1ea413ab10c6fae908b42b8592acab70018ff8e47e7286cc7c720e2f56a3062f4aeade0ff339a68145a6eeda4f10f7c3c2fdeaf91ccc8b5918fdb58db324
7
- data.tar.gz: 64525e2e5c6e1e808ee09a35d029812457b60abb06ded5aafa5b04b46a2cc055b5eb76de041cba768d36fd871a547943bfb88fd79be76637b8ad6eb34e32fa09
6
+ metadata.gz: edd5c3f0de7240eb399afef83e5cdf3b5d65af72f9492da46d3c08ea259aa00f77b6c3efd75724102b7a024c09d310a134cb5c9563599e2050d6c3833475f3c8
7
+ data.tar.gz: 2c4659fb32e956bd5571d50b38b9e423121cb56ba127c0a014ac79f36fd91aa31683f4516e11144293082468c6c9bdc0fa4a65fb1aa4a175b4d93ef0ee69d1a1
data/CHANGELOG.md CHANGED
@@ -9,6 +9,58 @@ release notes for the same tag.
9
9
 
10
10
  Nothing yet.
11
11
 
12
+ ## 0.3.31
13
+
14
+ Full binary notes in
15
+ [mcptask-releases v0.3.31](https://github.com/jchsoft/mcptask-releases/releases/tag/v0.3.31).
16
+
17
+ **Upgrading is one command.** `mcptask_runner update --self` replaces the binary; the bundled `.claude/` assets did not change, so no per-project `update` is needed. A runner idling in a wait keeps the old binary until its next task or a restart (`launchctl kill SIGTERM`, wait for the job to stop, then `kickstart` on macOS), so restart it.
18
+
19
+ No wrapper changes.
20
+
21
+ Binary changes carried by this version:
22
+
23
+ - The installed skills and helpers follow the binary by themselves
24
+ - Run logs and bug-report attachments no longer carry escape codes
25
+ - The release is one script
26
+ - A child that forks subagents in the foreground is no longer killed at five minutes
27
+ - A transient 500 from the API no longer ends the day
28
+ - A running runner takes up a newly installed binary between tasks
29
+ - The story loop asks the server which subtask is next
30
+
31
+ ## 0.3.30
32
+
33
+ Full binary notes in
34
+ [mcptask-releases v0.3.30](https://github.com/jchsoft/mcptask-releases/releases/tag/v0.3.30).
35
+
36
+ **Upgrading takes two commands.** `mcptask_runner update --self` replaces the
37
+ binary; then a bare `mcptask_runner update` in every project on the host,
38
+ because the bundled `pr` skill changed — it now names the shape of the task
39
+ link a pull request must carry and tells the agent to copy the one the
40
+ CREATE PULL REQUEST step prints. Run it while no runner is working that
41
+ checkout. A runner idling in a wait keeps the old binary until its next task
42
+ or a restart (`launchctl kill SIGTERM`, wait for the job to stop, then
43
+ `kickstart` on macOS), so restart it.
44
+
45
+ No wrapper changes.
46
+
47
+ Binary changes carried by this version:
48
+
49
+ - **`init` can be told “no scheduled job”.** The scheduled-job prompt offers
50
+ `3) none — no scheduled job, start the runner by hand`, and a provisioning
51
+ script says the same with `--mode none`; any other answer than 1 or 2 used
52
+ to fail an install whose every earlier step had succeeded (task #12790).
53
+ - **The end of `init` can be read without reading every word.** On a
54
+ terminal each `[Installer]` line is painted by what it is — paths,
55
+ commands and values keep the terminal’s colour, explanations are dimmed,
56
+ the things to do stand out.
57
+ - **A pull request without a task link is refused where no template would
58
+ catch it.** On a project with no pull-request template `pr create` refuses
59
+ a description that carries no `https://mcptask.online/<account>/tasks/<id>`
60
+ link, before the host is asked, naming the shape; the CREATE PULL REQUEST
61
+ step prints the task’s link finished. A project with a template is
62
+ unchanged (task #12865).
63
+
12
64
  ## 0.3.29
13
65
 
14
66
  Full binary notes in
@@ -10,5 +10,5 @@ module McptaskRailsRunner
10
10
  # Binary::INSTALL_DIR. So the pin is per project and per foreground rake
11
11
  # invocation; the installed copy is per machine, and the newest binary any of
12
12
  # those projects offers is the one that stays.
13
- VERSION = "0.3.29"
13
+ VERSION = "0.3.31"
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcptask-rails-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.29
4
+ version: 0.3.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Chmel