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
2 changes: 1 addition & 1 deletion commands/disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: Disable a status bar module

Disable a status bar module. Changes take effect immediately on the next status bar render.

Available module IDs: `model`, `context`, `git`, `accountUsage`, `cost`, `duration`, `workspace`, `turns`, `cacheRatio`, `rateLimits`, `weeklyQuota`, `mcpStatus`, `thinking`, `outputStyle`, `thirdPartyApi`, `toolTimeline`.
Available module IDs: `model`, `context`, `git`, `accountUsage`, `cost`, `duration`, `workspace`, `turns`, `cacheRatio`, `rateLimits`, `weeklyQuota`, `mcpStatus`, `thinking`, `outputStyle`, `thirdPartyApi`, `toolTimeline`, `rules`.

## Instructions

Expand Down
2 changes: 1 addition & 1 deletion commands/enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: Enable a status bar module

Enable a status bar module. Changes take effect immediately on the next status bar render.

Available module IDs: `model`, `context`, `git`, `accountUsage`, `cost`, `duration`, `workspace`, `turns`, `cacheRatio`, `rateLimits`, `weeklyQuota`, `mcpStatus`, `thinking`, `outputStyle`, `thirdPartyApi`, `toolTimeline`.
Available module IDs: `model`, `context`, `git`, `accountUsage`, `cost`, `duration`, `workspace`, `turns`, `cacheRatio`, `rateLimits`, `weeklyQuota`, `mcpStatus`, `thinking`, `outputStyle`, `thirdPartyApi`, `toolTimeline`, `rules`.

## Instructions

Expand Down
32 changes: 32 additions & 0 deletions commands/rules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
description: Show project rules/config file summary and list
---

# Rules

## Command

```
/pulse-line:rules
```

## Description

Show a summary of project rules and config files detected by Pulse Line. This includes CLAUDE.md files, `.claude/` directory contents, and `skills/` directory contents.

## Instructions

Run the following shell command:

```bash
npx -y pulse-line@latest rules
```

Useful variants:

```bash
npx -y pulse-line@latest rules list
npx -y pulse-line@latest rules pattern add docs/
npx -y pulse-line@latest rules pattern remove docs/
npx -y pulse-line@latest rules pattern add-exclude vendor/
```
Loading
Loading