mcptask-rails-runner 0.3.12 → 0.3.13

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: ca7009694ebc9c691cb936b0f17d677d3deff594a5ec2207e234233b89dc135d
4
- data.tar.gz: d244fd4bfbbd8c14f1a8c866f8231778520358d29be6e7094ece3527a19d80a2
3
+ metadata.gz: 72dcc5eca6c4031deb52a52bed9d2474fdf48ce029e8a210018d16c41868b89d
4
+ data.tar.gz: 26363461edb70c017f1ea42b1520b032d9cd1dafeabe3567693f8df7547f2569
5
5
  SHA512:
6
- metadata.gz: '081aa8aced7dabc614e5b4ccaf61b27ba74dc809fa868739ba5e2395dddf406c241de8c47ae6c419b33ab90efcf68fd4243c1469ec5a591abb05d89c8a1cfe08'
7
- data.tar.gz: 72a9766b4f3be4d14a823c08825cf624706ef2fe072cd33d2543dd11c1fb72096306a0bac0cb9de5006172eb22887b00c2bb0c481ec392810c9984308ab71a30
6
+ metadata.gz: 22edfff9e85ea770a753d2a25b74cb90c99417448ac0b7386f6b72e1e429010018a5e6c843164e6541d2874c0d891148a62402f4389e51d442e4cc04d149d7d5
7
+ data.tar.gz: 78a5640b524e04424a3279362ddb0e5a031f2ed9f83417c80255ac7afaf1cc2edd9aa19864a4a4c5a8998d6991290e0ffa8fc69b582391022b91efd2438fa3d0
data/CHANGELOG.md CHANGED
@@ -5,6 +5,33 @@ entries below describe wrapper changes only. Binary changes are listed in the
5
5
  [mcptask-releases](https://github.com/jchsoft/mcptask-releases/releases)
6
6
  release notes for the same tag.
7
7
 
8
+ ## 0.3.13
9
+
10
+ No wrapper changes. Full notes in
11
+ [mcptask-releases v0.3.13](https://github.com/jchsoft/mcptask-releases/releases/tag/v0.3.13).
12
+
13
+ **Upgrading:** run `mcptask_runner update` in each project after the binary
14
+ upgrade — this release ships a new helper (`runner-log`) and rewritten config
15
+ sections, and nothing installs those for you.
16
+
17
+ Binary changes carried by this version:
18
+
19
+ - The loop asks `GET /api/:account/pieces/next` before paying for a triage
20
+ session; an empty queue is `no_more_tasks` without a model. Until
21
+ mcptask.online ships the endpoint (task #11691) the 404 falls through to
22
+ triage exactly as before.
23
+ - The configured end of workday is the one hard stop, checked after a task
24
+ finishes — and there is no default any more.
25
+ - The skip list outlives the process: a restart does not re-pick what today
26
+ already declined. `failure`, `task_already_started`, `merge_failed`,
27
+ `merge_unverified` and `out_of_scope` set the task aside for the day instead
28
+ of stopping.
29
+ - `respect_working_hours` is read from the user profile once at startup.
30
+ - A guard of the runner's own that did not hold files a bug piece instead of
31
+ a log line.
32
+ - `runner-log`, the helper an operator types to tail the current run; the
33
+ install ends with a summary of every config section the runner reads.
34
+
8
35
  ## 0.3.12
9
36
 
10
37
  No wrapper changes. Full 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.12"
13
+ VERSION = "0.3.13"
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.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Chmel