Commit be6703b
authored
chore: add tracker config and ignore *.local files (#353)
### Description
- Add `.claude/tracker.yaml` declaring this repo as GitHub-tracker so
Claude skills (plan-feature, create-pr, etc.) can dispatch correctly
without per-invocation configuration. Schema documented in [the skills'
tracker
reference](https://github.com/ktrz/skills/blob/main/_shared/references/tracker.md).
- Add `*.local` and `*.local.*` patterns to `.gitignore` so personal
overrides like `.claude/settings.local.json` stay out of git.
### Test scenario
- [ ] `git check-ignore -v .claude/settings.local.json` reports
`.gitignore:*.local.*` as the matching rule.
- [ ] `cat .claude/tracker.yaml` shows the GitHub-typed config pointing
at this repo.
- [ ] No code paths affected — config-only change.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Added tracker configuration for GitHub integration.
* Updated `.gitignore` to exclude local configuration files (*.local and
*.local.*).
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent d4f68d1 commit be6703b
2 files changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
0 commit comments