build(deps): update dependency @fro.bot/systematic to v2.29.0#807
Merged
Conversation
e845f43 to
d53e22e
Compare
marcusrbrown
approved these changes
Jun 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.28.0→2.29.0Release Notes
marcusrbrown/systematic (@fro.bot/systematic)
v2.29.0Compare Source
What's new
Features
Agent temperature is now explicit in every bundled agent's frontmatter and respected by the runtime, removing a hidden inference heuristic that had been silently overwriting any hand-authored value.
All 51 bundled agents now declare an explicit
temperature:. The 37 that previously relied on runtime inference have their resolved value written into frontmatter, derived mechanically from the same function the runtime used, so no agent's effective temperature changes in practice. The config hook now reads that explicit value instead of always overwriting it, preserving the precedence chain: user overlay > explicit frontmatter > inferred fallback.A content-integrity gate enforces the invariant going forward: every bundled agent must declare an explicit, finite-number
temperature:, and the check fails closed on malformed frontmatter. This brings temperature to parity withmode,model, andcolor— each agent's value is now auditable in source rather than computed invisibly at load time.Also in this release
fro-bot/agentto v0.55.1, v0.55.2, and v0.55.3 (#492, #493, #494).Compare
v2.28.0...v2.29.0
Configuration
📅 Schedule: (in timezone America/Phoenix)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.