Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
224 changes: 0 additions & 224 deletions .claude/skill-registry.json

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ oversight/hardening-*/
# self-improving/corrections.md.example.
self-improving/corrections.md
self-improving/memory.md
# Local Claude Code configuration (interne Doktrin/Workflows)
.claude/

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve registry consistency checks in CI

Ignoring the entire .claude/ directory here guarantees .claude/skill-registry.json is absent on fresh checkouts, and validate_registry_consistency() then exits early with only a warning (scripts/validate.py:276-283) instead of running the mismatch checks (scripts/validate.py:299-316). Because CI still runs python scripts/validate.py (.github/workflows/ci.yml:112), this change silently disables the registry drift detection the validator was meant to enforce, so missing/extra skill entries stop being caught.

Useful? React with 👍 / 👎.

Loading