chore(repo): sync PR template — add **Renamed:** subsection#30
Merged
brettdavies merged 1 commit intodevfrom Apr 27, 2026
Merged
chore(repo): sync PR template — add **Renamed:** subsection#30brettdavies merged 1 commit intodevfrom
brettdavies merged 1 commit intodevfrom
Conversation
…es Modified Mirrors the canonical update at ~/dotfiles/stow/github/dot-config/github/pull_request_template.md. The Renamed subsection lets PR authors record file moves separately from pure deletions, which matters during repo restructures where renames should not be conflated with deletions in the changelog generator's PR-body parsing.
brettdavies
added a commit
that referenced
this pull request
Apr 27, 2026
…oss-repo finding Captures CLI dev state at 2026-04-27 evening: 9 commits unreleased since v0.1.3 (was 6 at plan-write; +1 plan refresh, +2 chore — PR #30 PR-template sync and the cliff.toml repo-name post-rename fix). Adds a 'Pre-launch dev hygiene log' subsection enumerating the chore commits and why each matters for v0.2.0 coherence. Records the cross-repo finding (site sync-coverage-matrix.sh rename-drift) with a pointer to the P0 todo filed locally on the site repo. Verifies that spec's cliff.toml didn't have the same drift (spec kept the canonical 'agentnative' slug; only CLI carried the '-cli' suffix change).
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.
Summary
Mirrors the canonical PR-template update at
~/dotfiles/stow/github/dot-config/github/pull_request_template.mdinto this repo's.github/pull_request_template.md. The canonical template gained a**Renamed:**subsection under## Files Modified(between**Created:**and**Deleted:**) so PR authors can record file moves separately from pure deletions during repo restructures. GitHub does not follow symlinks for PR-template discovery, so each repo carries its own copy that must be synced manually whenever the canonical changes. This PR brings agentnative-cli back to zero drift against the canonical.Changelog
Type of Change
feat: New feature (non-breaking change which adds functionality)fix: Bug fix (non-breaking change which fixes an issue)refactor: Code refactoring (no functional changes)perf: Performance improvementdocs: Documentation updatetest: Adding or updating testschore: Maintenance tasks (dependencies, config, etc.)ci: CI/CD configuration changesstyle: Code style/formatting changesbuild: Build system changesBREAKING CHANGE: Breaking API change (requires major version bump)Related Issues/Stories
~/dotfiles/stow/github/dot-config/github/pull_request_template.mdis the SoT for PR-template structure; per-repo.github/pull_request_template.mdfiles mirror it (GitHub doesn't follow symlinks for template discovery)agentnative-skillandagentnative-siteTesting
Test Summary:
diff .github/pull_request_template.md ~/.config/github/pull_request_template.mdshows zero remaining drift after the copy.Files Modified
Modified:
.github/pull_request_template.mdBreaking Changes
Deployment Notes
Checklist