mcptask-rails-runner 0.3.30 → 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: 3eab7c88841b9a2a6d65c5246e99eec1ba94d69d3a010e366a7c596d966a49f8
4
- data.tar.gz: fab639d306b2ceafec5d1a3450cd0a468fae3eb3128a48fd4e0fb76e2b9b8771
3
+ metadata.gz: f87d40361cf2d13f08554a7cec44efab65678cd339068f4769b36e96bc3653ca
4
+ data.tar.gz: dd93e823b09ac843598294764580728f92b5355a2b53fe23a8c0899a408ee17a
5
5
  SHA512:
6
- metadata.gz: 34e9d2a6314bd70b33172889ed7325f795d7eeccfa8252d5fe8dacb9fa2f93211d283878c352cba8b40cb2af5168589071841f376c5608aabd7e3200afb44338
7
- data.tar.gz: d743d0c6a5d774e7b32a8e0465988a96d0eded1b5e11b7d0c48d6946f8a7527532d985fa2aaf9b23cd38427cc01eb660a937e84fc374edcd201b92e37075f3ad
6
+ metadata.gz: edd5c3f0de7240eb399afef83e5cdf3b5d65af72f9492da46d3c08ea259aa00f77b6c3efd75724102b7a024c09d310a134cb5c9563599e2050d6c3833475f3c8
7
+ data.tar.gz: 2c4659fb32e956bd5571d50b38b9e423121cb56ba127c0a014ac79f36fd91aa31683f4516e11144293082468c6c9bdc0fa4a65fb1aa4a175b4d93ef0ee69d1a1
data/CHANGELOG.md CHANGED
@@ -9,6 +9,25 @@ 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
+
12
31
  ## 0.3.30
13
32
 
14
33
  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.30"
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.30
4
+ version: 0.3.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Chmel