Skip to content

chore: ignore .serena/ and claudedocs/ - #57

Merged
fsecada01 merged 1 commit into
masterfrom
chore/gitignore-agent-tooling-dirs
Aug 1, 2026
Merged

chore: ignore .serena/ and claudedocs/#57
fsecada01 merged 1 commit into
masterfrom
chore/gitignore-agent-tooling-dirs

Conversation

@fsecada01

Copy link
Copy Markdown
Owner

Both are agent tooling scratch that lands in the repo root — Serena's project cache and generated analysis write-ups. Neither is an input to a build, a test or the docs site, and both showed up as untracked noise in every git status during #52.

They go in the repo's .gitignore rather than a personal excludes file for the same reason .superpowers/ already does: a global exclude is not inherited, so a second contributor running the same tooling would see the same noise and have to rediscover the fix.

Verified with git check-ignore -v — both paths now resolve to the new rules, and git status is clean.

🤖 Generated with Claude Code

https://claude.ai/code/session_01NhqNRBg83czKfr8L6FF5xf

Both are agent tooling scratch that lands in the repo root — Serena's
project cache and generated analysis write-ups. Neither is an input to a
build, a test or the docs site, and both showed up as untracked noise in
every `git status` during #52.

They go here rather than in a personal excludes file for the same reason
.superpowers/ already does: a global exclude is not inherited, so a second
contributor running the same tooling would see the same noise and have to
rediscover the fix.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NhqNRBg83czKfr8L6FF5xf
@fsecada01
fsecada01 merged commit 329131a into master Aug 1, 2026
7 checks passed
@fsecada01
fsecada01 deleted the chore/gitignore-agent-tooling-dirs branch August 1, 2026 00:37
fsecada01 added a commit that referenced this pull request Aug 1, 2026
Picks up #56 (the daisy CDN fix) and #57 (the gitignore chore).

One conflict, in CHANGELOG.md, and it was purely additive: both sides
appended a new section under [Unreleased] and neither contradicts the
other. Both kept, newest first — #54's Added/Fixed pair above #56's.

Renamed master's bare `### Fixed` to `### Fixed — daisyUI's CDN recipe
was missing its utility layer (#56)`. Every other heading in the file
carries the em-dash summary, and after this merge there are two `Fixed`
sections side by side, so a bare one is ambiguous as well as
inconsistent. Content is verbatim from master.

Gate on the merged tree: 2311 passed, 13 skipped · ruff check and
ruff format --check clean on src tests · djlint 0 errors on both
template trees · mkdocs build --strict clean.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NhqNRBg83czKfr8L6FF5xf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant