Catalog Update banner
sageox sageox

Catalog Update

Development community

Description

# /catalog-update - Review and update friction catalog Reviews friction patterns, uses LLM reasoning to categorize them, and updates the CLI's correction catalog. ## When to use - After a CLI release to review new friction patterns - Periodically to improve autocorrect coverage - When dashboards show spikes in unknown commands --- ## Step 1: Fetch pattern candidates ```bash frictionx catalog build --server "${FRICTIONX_SERVER:-http://localhost:8080}" \ --catalog default_catalog.json --di

Installation

Installs to ~/.claude/commands/sageox-frictionax-catalog-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/sageox/frictionax/HEAD/.claude/commands/catalog-update.md -o ~/.claude/commands/sageox-frictionax-catalog-update.md

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

Full documentation available on GitHub

View Source Repository