You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review commits and PRs merged or opened in the last 7 days and open issues in stanfish06/my-configs. For each change, check for:
29
+
1. Information leaks — secrets, API keys, tokens, personal emails/paths, private hostnames, or anything that shouldn't be public.
30
+
2. Compatibility breaks — config syntax that may be obsolete, deprecated flags, broken references between files, or changes that could break dotfile/script consumers.
31
+
3. Improvement opportunities — new features, config options, or fixes worth adopting based on upstream tool updates.
31
32
32
-
1. Information leaks — secrets, API keys, tokens, personal emails/paths, private hostnames, or anything that shouldn't be public.
33
-
2. Compatibility breaks — config syntax that may be obsolete, deprecated flags, broken references between files, or changes that could break dotfile/script consumers.
34
-
3. Improvement opportunities — new features, config options, or fixes worth adopting based on upstream tool updates.
33
+
For each finding, open a GitHub issue (try to send a PR with the fix if low-risk and you are confident about the patch). Never commit directly to master — always open a PR. Group related findings into a single issue/PR when sensible. If nothing actionable is found, do nothing.
35
34
36
-
For each finding, open a GitHub issue (try to send a PR with the fix if low-risk and you are confident about the patch). Never commit directly to master — always open a PR. Group related findings into a single issue/PR when sensible. If nothing actionable is found, do nothing.
37
-
38
-
Files to ignore:
39
-
1. .emacs (all emacs configs in the repo can be ignored as they are actively maintained)
40
-
claude_args: '--allowed-tools Bash(gh *)'
35
+
Files to ignore:
36
+
1. .emacs (all emacs configs in the repo can be ignored as they are actively maintained)
0 commit comments