chore(core): sync Core → v3.0.1#29
Merged
Merged
Conversation
ab710ef Merge pull request #132 from dotgibson/claude/nvchad-cheatsheet-expansion-fioord 02204de release v3.0.1 b96119f refactor(nvim): share one opener across the cheatsheet entry points 1362a7e Merge pull request #131 from dotgibson/claude/happy-cray-vtqi0x fe867e2 docs(aliases): document gsync in the cheat sheet git-subtree-dir: core git-subtree-split: ab710ef6ca6f8efd619c1bf0d0f5898281d6b520
There was a problem hiding this comment.
Pull request overview
Syncs the vendored core/ subtree in this OS repo to dotfiles-core v3.0.1, updating provenance pins and incorporating a small Neovim keymap refactor plus aliases documentation.
Changes:
- Bump Core version/pin to v3.0.1 (
core.version,core.lock). - Refactor Neovim cheatsheet entry points to share a single
open_cheatsheet()opener (keymaps.lua). - Document
gsyncin the aliases cheatsheet and record the release notes (aliases.md,CHANGELOG.md).
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| core/nvim/lua/gerrrt/config/keymaps.lua | Consolidates cheatsheet open logic into a single shared function used by the keymap and both user commands. |
| core/core.version | Updates the vendored Core version to 3.0.1. |
| core/CHANGELOG.md | Adds v3.0.1 release notes describing the included changes/fixes. |
| core/aliases.md | Adds an “Upstream Sync” section documenting the gsync helper. |
| core.lock | Updates the pinned Core tag/SHA metadata to v3.0.1 / ab710ef6ca6f…. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Automated Core fan-out from
dotfiles-corev3.0.1 (ab710ef6ca6f).Vendors the released Core into
core/viagit subtree pull --squashandbumps
core.lockto pin the exact released commit. Generated bydotfiles-core's
sync-fanoutworkflow.Merge per the staged rollout in
RELEASE-STRATEGY.md— canarydotfiles-MacBookfirst, bake, then the rest. Review the diff before merging.