Skip to content

chore(deps): update dotagents digest to b2ae91c - #2135

Merged
shunkakinoki merged 1 commit into
mainfrom
renovate/git-submodules
Jul 20, 2026
Merged

chore(deps): update dotagents digest to b2ae91c#2135
shunkakinoki merged 1 commit into
mainfrom
renovate/git-submodules

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented Jul 20, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Update Change
dotagents (changelog) digest 87432a7b2ae91c

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.


Summary by cubic

Updated the dotagents submodule to commit b2ae91c to pull in the latest upstream changes. No app code changes; only the submodule pointer was updated.

Written for commit 06ced93. Summary will update on new commits.

Review in cubic

@shunkakinoki
shunkakinoki enabled auto-merge (squash) July 20, 2026 04:14
@indent-zero

indent-zero Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor
PR Summary

Renovate bumps the dotagents git submodule pointer from 87432a7 to b2ae91c. The single upstream commit is additive to dotagents/SKILLS.txt, registering a new kucherenko/jscpd dry-refactoring,jscpd skill entry. No parent-repo files or submodule config change beyond the gitlink SHA.

  • Update dotagents submodule SHA to b2ae91c37da532037b2a5fe19aa864b8f38bc932
  • Picks up upstream commit that adds kucherenko/jscpd entry (+3 lines) to SKILLS.txt

Issues

No issues found.

CI Checks

Waiting for CI checks...

@cursor

cursor Bot commented Jul 20, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@mesa-dot-dev

mesa-dot-dev Bot commented Jul 20, 2026

Copy link
Copy Markdown

You do not have enough credits to review this pull request. Please purchase more credits to continue.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the dotagents subproject commit from 87432a784e100e674839bb2221f6026f587fc543 to b2ae91c37da532037b2a5fe19aa864b8f38bc932. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated the bundled dotagents component to a newer revision.
    • No user-visible feature, configuration, or API changes.

Walkthrough

The dotagents git subproject pointer is updated from commit 87432a7 to commit b2ae91c.

Changes

Dotagents update

Layer / File(s) Summary
Update subproject pointer
dotagents
The recorded dotagents subproject revision advances to commit b2ae91c37da532037b2a5fe19aa864b8f38bc932.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Poem

A bunny hops where pointers align,
From one small hash to a newer line.
dotagents springs ahead with cheer,
One commit fresh for the burrow here! 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the submodule digest update for dotagents.
Description check ✅ Passed The description is directly related to the dotagents digest update and matches the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/git-submodules

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@dotagents`:
- Line 1: Update the dotagents gitlink to reference a commit that is reachable
from the shunkakinoki/dotagents upstream remote, replacing the unfetchable
b2ae91c37da532037b2a5fe19aa864b8f38bc932 SHA. Verify clean clones populate
dotagents/ and the root make -C dotagents sync path succeeds.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 53bd3f03-e0ab-4b98-9f18-2f302bebe887

📥 Commits

Reviewing files that changed from the base of the PR and between a6314f2 and 06ced93.

📒 Files selected for processing (1)
  • dotagents

Comment thread dotagents
@@ -1 +1 @@
Subproject commit 87432a784e100e674839bb2221f6026f587fc543
Subproject commit b2ae91c37da532037b2a5fe19aa864b8f38bc932

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

new_sha="$(git rev-parse HEAD:dotagents)"
old_sha="$(git rev-parse HEAD^:dotagents)"
url="$(git config -f .gitmodules --get submodule.dotagents.url)"
tmp="$(mktemp -d)"
trap 'rm -rf "$tmp"' EXIT

test "$new_sha" = "b2ae91c37da532037b2a5fe19aa864b8f38bc932"
git clone --no-checkout "$url" "$tmp/dotagents"
git -C "$tmp/dotagents" cat-file -e "$new_sha^{commit}"
git -C "$tmp/dotagents" diff --name-status "$old_sha" "$new_sha"
git show "$new_sha:Makefile" | grep -qE '^sync:'

Repository: shunkakinoki/dotfiles

Length of output: 454


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

printf '--- .gitmodules ---\n'
cat -n .gitmodules

printf '\n--- root Makefile (relevant lines) ---\n'
grep -nE 'dotagents|sync|include' Makefile || true

printf '\n--- dotagents entry ---\n'
git ls-tree HEAD dotagents

printf '\n--- submodule status ---\n'
git submodule status --recursive || true

Repository: shunkakinoki/dotfiles

Length of output: 250


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

echo '--- .gitmodules ---'
cat -n .gitmodules

echo
echo '--- root Makefile (relevant lines) ---'
grep -nE 'dotagents|sync|include' Makefile || true

echo
echo '--- dotagents entry ---'
git ls-tree HEAD dotagents

echo
echo '--- submodule status ---'
git submodule status --recursive || true

Repository: shunkakinoki/dotfiles

Length of output: 3704


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

sha='b2ae91c37da532037b2a5fe19aa864b8f38bc932'
repo='shunkakinoki/dotagents'

echo '--- commit lookup ---'
curl -fsSL \
  -H 'Accept: application/vnd.github+json' \
  "https://api.github.com/repos/${repo}/commits/${sha}" \
  | jq -r '.sha, .commit.message, .commit.tree.sha'

echo
echo '--- Makefile sync target at pinned commit ---'
curl -fsSL \
  -H 'Accept: application/vnd.github.raw' \
  "https://api.github.com/repos/${repo}/contents/Makefile?ref=${sha}" \
  | jq -r '.content' \
  | tr -d '\n' \
  | base64 -d \
  | grep -nE '^[[:space:]]*sync:|^[[:space:]]*\.PHONY:.*sync'

Repository: shunkakinoki/dotfiles

Length of output: 232


Point dotagents at a reachable upstream commit. The gitlink resolves to b2ae91c37da532037b2a5fe19aa864b8f38bc932, but that SHA isn’t fetchable from the shunkakinoki/dotagents remote, so clean clones won’t populate dotagents/ and the root make -C dotagents sync path will fail. Repoint to a commit that exists upstream or publish this one.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@dotagents` at line 1, Update the dotagents gitlink to reference a commit that
is reachable from the shunkakinoki/dotagents upstream remote, replacing the
unfetchable b2ae91c37da532037b2a5fe19aa864b8f38bc932 SHA. Verify clean clones
populate dotagents/ and the root make -C dotagents sync path succeeds.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@mesa-dot-dev

mesa-dot-dev Bot commented Jul 20, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Updated the dotagents submodule pointer to digest b2ae91c.

What changed?

  • dotagents: Updated subproject commit reference from 87432a784e100e674839bb2221f6026f587fc543 to b2ae91c37da532037b2a5fe19aa864b8f38bc932.

Description generated by Mesa. Update settings

@shunkakinoki
shunkakinoki disabled auto-merge July 20, 2026 07:00
@shunkakinoki
shunkakinoki merged commit c1233f7 into main Jul 20, 2026
37 of 40 checks passed
@shunkakinoki
shunkakinoki deleted the renovate/git-submodules branch July 20, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants