Refraction Check banner
signalshell signalshell

Refraction Check

Documentation community

Description

Check whether this project's Refraction documentation is consistent with the current code. ## Steps 1. Check if `docs/system.md` exists. If not, report that Refraction is not initialized and suggest running `/refraction:init`. 2. Read `docs/system.md`. For each container listed, verify: - The container file exists at `docs/containers/[name].md` - The container file lists components, and each component file exists at `docs/components/[name].md` 3. For each L3 component file, verify:

Installation

Installs to ~/.claude/commands/signalshell-ghostline-refraction-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/signalshell/ghostline/HEAD/.claude/commands/refraction-check.md -o ~/.claude/commands/signalshell-ghostline-refraction-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository