diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-06 00:48:12 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-06 00:48:12 -0600 |
| commit | c0bef757c0aaf8958537a24dcfdbd2d7ea5c1ea8 (patch) | |
| tree | f36f1a0f2b6c31c27edba2585d9fa965ca3899ee /.claude | |
| parent | 0f955307ed566985af114fc75e5bfcf4ec0a22d3 (diff) | |
chore: Move .claude folder to .gitignore
Removed .claude/ from version control to keep personal Claude Code
configuration and custom commands private. The folder remains on disk
but is no longer tracked by git.
Files removed from tracking:
- .claude/commands/wrap-it-up.md (custom command)
- .claude/settings.local.json (local settings)
The .claude/ folder still exists locally but is now gitignored.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/commands/wrap-it-up.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.claude/commands/wrap-it-up.md b/.claude/commands/wrap-it-up.md deleted file mode 100644 index cdf743d5..00000000 --- a/.claude/commands/wrap-it-up.md +++ /dev/null @@ -1,25 +0,0 @@ -# Wrap Up Session - -When the user says "let's wrap it up", "that's a wrap", or "let's call it a wrap", execute this complete workflow: - -## 1. Write Session Notes -Add anything important to `docs/NOTES.org` for next session: -- Key decisions made -- Work completed -- Context needed for continuation -- Any pending issues or blockers - -## 2. Commit and Push Changes -- Run `git status` to see what changed -- Run `git diff` to review changes -- Create a descriptive commit message following repository conventions -- Commit with co-author attribution (Claude) -- Push to ALL remotes (origin + github) - -## 3. Valediction -Give a friendly goodbye with: -- Brief summary of what was accomplished -- What's ready for next session -- Any important reminders - -Execute this workflow now. |
