Skip to content

chore: gitignore .serena/ local tool cache - #362

Open
sergstack wants to merge 1 commit into
mainfrom
codex/gitignore-serena-cache
Open

chore: gitignore .serena/ local tool cache#362
sergstack wants to merge 1 commit into
mainfrom
codex/gitignore-serena-cache

Conversation

@sergstack

Copy link
Copy Markdown
Owner

Summary

.serena/ (Serena MCP indexer cache/memories/project config, ~20K locally)
was untracked but not gitignored — unlike .claude/ and .codex/, the
analogous local tool-cache directories already covered in .gitignore.
Adds one line to close that gap and prevent an accidental future commit of
local tool state (indexer cache, memories, machine-local project config).

Docs/config only. No schema, business-logic, or output-contract change.

Checks

  • git check-ignore .serena now matches (was previously unmatched).
  • No other file touched.

Scope note

While investigating, also found Qwen Studio/, artifacts/, and
docs/autonomous_execution/AES_CONTINUATION_CONTROL_PLANE_CONTRACT.md
untracked locally — these look like real content (a new project profile,
live-test evidence, and a governance contract doc), not tool cache, so left
untouched here; flagging for owner attention separately rather than
gitignoring or committing them without review.

🤖 Generated with Claude Code

.serena/ (Serena MCP indexer cache/memories/project config) was untracked
but not gitignored, unlike the analogous .claude/ and .codex/ tool-cache
directories already covered here. Adds it to prevent an accidental future
commit of local tool state.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions github-actions Bot added the needs-human-review Human review is required before merge label Sep 2, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge gate: protected paths changed. Auto-merge is disabled and owner review is required via CODEOWNERS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-human-review Human review is required before merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant