mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 08:36:35 +03:00
Add project-level code simplifier agent adapted for bash/shell scripting best practices. Includes guidelines for: - Function organization and local variables - Variable quoting and naming conventions - Error handling patterns - Shellcheck recommendations Uses standalone agent in .claude/agents/ for project-specific use. Also removes .claude/ from .gitignore to allow tracking. Part of #179 Co-Authored-By: Claude <claude@anthropic.com>
29 lines
287 B
Plaintext
29 lines
287 B
Plaintext
# Build output
|
|
build/
|
|
build_*/
|
|
|
|
# Dev folder
|
|
.dev/
|
|
|
|
# Reference implementation
|
|
reference/
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
*.AppImage
|
|
*.desktop
|
|
*.deb
|
|
*.exe
|
|
|
|
|
|
# Test build output
|
|
test-build/
|
|
|
|
# Reference files for source inspection
|
|
build-reference/
|