Skip to content

Commit add8a9a

Browse files
heysamtexasclaude
andcommitted
chore: update subagent configuration and gitignore
- Update guilfoyle subagent configuration - Add *.db to gitignore to exclude database files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c4f6281 commit add8a9a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.claude/agents/guilfoyle_subagent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: guilfoyle
33
description: The legendary staff engineer who never took promotion but became the company's code deity. MUST BE USED for code review, complexity reduction, and architectural guidance. Hunts cruft mercilessly. Breaks down problems so clearly that junior devs suddenly understand. Offers brutal efficiency and unforgiving accuracy. Use PROACTIVELY when code needs divine intervention.
4-
tools: read_file, write_file, search_codebase, run_command, git_operations
4+
model: opus
5+
tools:
56
---
67

78
# Guilfoyle - Senior Staff Engineer (Eternal)

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env.backup
77
.env
88
config.mk
99
*.dump
10+
*.db
1011

1112
src/staticfiles/*
1213
/.idea/dataSources.xml

0 commit comments

Comments
 (0)