Conversation
Bumps generator version to 0.1.7 and syncs lockfile. 8 commits since 0.1.6: pin actions/checkout to v7 with review opting into the fork-PR checkout guard (#725); bump claude-code to 2.1.185 (#719); running-in-ci surfaces blocking scope rules instead of routing around them (#717) and caps CI-poll loops to the Bash 10-min limit (#695); de-duplicate composite-action step bodies under shared/steps/ with harness-named action paths (#712); correct the codex effort list (#710); review-reviewers and worker-deploy doc fixes (#707, #711). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
tend-agent
reviewed
Jun 23, 2026
tend-agent
left a comment
Collaborator
There was a problem hiding this comment.
One omission: #721 (fix(nightly): base workflow-regen worktree on open PR, not branch ref) merged after 0.1.6 but isn't in the changelog. It's a Fixed-category change to the nightly regen step that adopters run, same scope as the #695 entry that is included — so it reads as an inconsistent gap rather than a deliberate "too internal" cut. Suggested bullet inline; drop it if you intended to omit it.
Version bump (0.1.6 → 0.1.7), lockfile sync, and the ## 0.1.7 header all check out, and the #725 bullet's "all generated workflows move to v7" claim matches the diff (every regtest fixture + the actions/checkout@v7 in macros.yaml.j2 and workflows.py).
#721 (base workflow-regen worktree on an open PR, not branch-ref existence) merged to main after this release branch was cut; it's a Fixed-scope change to the bundled nightly skill that adopters run, so it belongs in the 0.1.7 notes alongside #695. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
tend-agent
approved these changes
Jun 23, 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.
Release 0.1.7. Bumps the generator version, syncs the lockfile, and adds the
## 0.1.7CHANGELOG section (published verbatim as the GitHub Release notes on tag push).Changes since 0.1.6
Improved
actions/checkoutto v7 across generated workflows; review opts into v7's fork-PR checkout guard so fork-PR reviews keep running (#725).running-in-ci: the bot surfaces a blocking scope rule instead of silently routing around it (#717).Fixed
Documentation
effortvalue list (#710).Internal
shared/steps/; harness-named action paths (#712).review-reviewersself-trigger variant +worker-deploycomment fixes (#707, #711).After merge: tag
0.1.7to trigger the PyPI + GitHub Release workflow, then regenerate tend's own workflows.🤖 Generated with Claude Code