Compare commits

...

3 Commits

Author SHA1 Message Date
77e7b0f84e Update git-gitea skill to fix hardcoded paths
The submodule now uses runtime path detection instead of hardcoded
~/.claude/skills/git-gitea paths, fixing issues with directory name mismatches.
2026-01-10 12:22:51 -05:00
8d578a04fb Add commands directory with bugfix configuration 2026-01-10 12:13:48 -05:00
30a7f5fe7e Add runtime directories to gitignore 2026-01-10 12:09:26 -05:00
3 changed files with 6 additions and 1 deletions

4
.gitignore vendored
View File

@@ -15,6 +15,10 @@ file-history/
shell-snapshots/
session-env/
ide/
cache/
chrome/
paste-cache/
plans/
# Plugin caches and state (auto-regenerated)
plugins/cache/

1
commands/bugfix.md Normal file
View File

@@ -0,0 +1 @@
Review the following issue and investigate using the systematic debugging skill. Prepare a plan for resolving the issue using the brainstorming skill.