mcptask-rails-runner 0.3.9 → 0.3.11
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 +4 -4
- data/CHANGELOG.md +50 -0
- data/lib/mcptask_rails_runner/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fed3fcb7ee1ca7a3d0df81831fe0d15210695e14b802ead012a62451b103ab08
|
|
4
|
+
data.tar.gz: 8f422ace59e0521538802813ce5b010958bde73c00a3e46700ced7138d6d1131
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ded72f8ea8da9bd8765cedcc00564b0555d883294e41d0eec90ed20a5de6eb146d93571e8afb60f03a2f310670bd44dd22f8167e9a7c5767b84da67c6acb1ade
|
|
7
|
+
data.tar.gz: 44fe881b93da70de9abc1d63a7facf4f58d693f084c4fa770971d0628c4fc8a1b90d143f657f474a2b15268706cbe176cfd1b5935e764da810928e828b31351b
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,56 @@ 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.11
|
|
9
|
+
|
|
10
|
+
No wrapper changes. Full notes in
|
|
11
|
+
[mcptask-releases v0.3.11](https://github.com/jchsoft/mcptask-releases/releases/tag/v0.3.11).
|
|
12
|
+
|
|
13
|
+
- **A role that ignores working hours is no longer stopped by its hour goal.**
|
|
14
|
+
A runner configured to work until 23:00 was being killed mid-task at 18:15,
|
|
15
|
+
and the setting everyone reached for was the wrong one: `end_of_workday_hour`
|
|
16
|
+
only governs how long an idle loop waits for a new task, and never touches a
|
|
17
|
+
task already running. What ended the day was the daily hour quota, which reads
|
|
18
|
+
`today.hour_goal` from mcptask.online and stops once the hours worked reach
|
|
19
|
+
it. The `respect_working_hours` flag on the user's role reads like the switch
|
|
20
|
+
that turns this off, and it never was — it decides where a logged effort lands
|
|
21
|
+
on the timeline, nothing more. The quota guard now reads the flag from
|
|
22
|
+
`time_status` and, when the role has opted out, neither the spent budget nor a
|
|
23
|
+
zero-budget weekend stops the loop. A poll that does not answer still fails
|
|
24
|
+
closed: no answer from the endpoint is not permission to run. Nothing changes
|
|
25
|
+
until the server ships the field, because an absent flag keeps its old
|
|
26
|
+
meaning.
|
|
27
|
+
|
|
28
|
+
- **A disabled fetch tool is a detour, not the end of the day.** Triage treated
|
|
29
|
+
an unavailable piece-fetch tool as a terminal condition and ended the run,
|
|
30
|
+
which turned one missing MCP tool into a whole idle day.
|
|
31
|
+
|
|
32
|
+
## 0.3.10
|
|
33
|
+
|
|
34
|
+
No wrapper changes. Full notes in
|
|
35
|
+
[mcptask-releases v0.3.10](https://github.com/jchsoft/mcptask-releases/releases/tag/v0.3.10).
|
|
36
|
+
|
|
37
|
+
- **The bundled helpers find Ruby on a machine that does not use rvm.** A Mac
|
|
38
|
+
mini managing Ruby with rbenv got the system 2.6 for every test and CI run, and
|
|
39
|
+
the binstubs died before printing anything worth reading. The helper was written
|
|
40
|
+
where rvm was: it looked for `.ruby-version` in the current directory only,
|
|
41
|
+
probed three fixed paths under the home directory, and matched on what those
|
|
42
|
+
directories were named. None of that covers the case rbenv actually fails on —
|
|
43
|
+
the shell these helpers run in is neither interactive nor a login shell, and
|
|
44
|
+
rbenv, asdf and mise all install themselves from a line in `~/.zshrc` that such
|
|
45
|
+
a shell never reads. They now ask each manager where it keeps the pinned
|
|
46
|
+
version, fall back to its documented layout when the manager itself is
|
|
47
|
+
unreachable, cover rvm, rbenv, asdf, mise, chruby, frum and Homebrew alike, and
|
|
48
|
+
confirm each candidate by asking that interpreter its version rather than
|
|
49
|
+
trusting a directory name. Which interpreter a run got is recorded in its log
|
|
50
|
+
header, and a pinned version the machine does not have says so instead of
|
|
51
|
+
failing later somewhere else.
|
|
52
|
+
|
|
53
|
+
- **The shipped permission baseline no longer names one developer's home
|
|
54
|
+
directory.** It granted read access to `/Users/josefchmel/.rvm` literally,
|
|
55
|
+
which on anybody else's machine grants nothing. The paths are relative to the
|
|
56
|
+
home directory now, and the other version managers are in the list.
|
|
57
|
+
|
|
8
58
|
## 0.3.9
|
|
9
59
|
|
|
10
60
|
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.
|
|
13
|
+
VERSION = "0.3.11"
|
|
14
14
|
end
|