security: remove .claude/ from repo, add to .gitignore#2
Conversation
.claude/ enthielt interne Worker-Bot-Definitionen / Rules / Brain-Config als lokale Claude-Code-Konfiguration. Gehört nicht in ein öffentliches Repository. History bleibt vorerst erhalten (Soft-Remove). Cleanup der Git-Historie ist eine separate Aktion. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8c94cf0a95
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,70 +0,0 @@ | |||
| # Wiki Rules — Gelten fuer ALLE Agenten | |||
There was a problem hiding this comment.
Keep referenced wiki rules file in the repository
Deleting this file breaks existing agent/command workflows that explicitly require it, e.g. agents/content-feeder.md:19, agents/legal-checker.md:18, and commands/add-paper.md:18 all instruct users/agents to read .claude/rules/01-wiki-rules.md before proceeding. After this commit, those instructions point to a non-existent path, so policy/compliance gates become unenforceable in the documented flow unless all references are migrated in the same change.
Useful? React with 👍 / 👎.
Summary
.claude/-Verzeichnis aus dem öffentlichen Repository.gitignoreerweitert um.claude/PatternHintergrund
.claude/enthielt interne Worker-Bot-Definitionen / Rules / lokale Claude-Code-Konfiguration. Gehört nicht in ein öffentliches Repository.Reversibilität
Soft-Remove: aktueller HEAD nach Merge sauber, Git-Historie behält die Files weiterhin sichtbar. Cleanup der Git-Historie ist eine separate Aktion.
🤖 Generated with Claude Code