feat: add rules module to count project config files - #3
Merged
Conversation
Add a new "规则" (Rules) status bar module that counts CLAUDE.md files, .claude/ directory contents, and skills/ directory contents in the project. The display shows total count with a muted breakdown of rules vs skills. Includes CLI commands (rules, rules list, rules pattern) for interactive file listing and pattern management. Config migration from schema v6 to v7. Closes #2 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude/directory contents, andskills/directory contents[规则] 15 规则:12 Skill:3pulse-line rules(summary),pulse-line rules list(file listing),pulse-line rules pattern add/remove(pattern management)Changes
src/extractors/rules.tstest/rules.test.tscommands/rules.mdsrc/types/pulse-config.tssrc/index.tssrc/cli.tsTest plan
pulse-line rulesshows summarypulse-line rules listshows categorized file listpulse-line rules pattern add/removemanages include/exclude patternsCloses #2
🤖 Generated with Claude Code