Ctx Client Why banner
FrancyJGLisboa FrancyJGLisboa

Ctx Client Why

Development community

Description

--- description: Inspect the exact evidence chain behind a client claim. allowed-tools: Bash, Read argument-hint: <client-slug> "<claim-id-or-unique-text>" [--json] [--save] --- Execute `/ctx-client-why` from the compiler root. This is read-only on evidence; `--save` writes the deterministic view under `BRIEFS/`. 1. Require `python3 scripts/profile-resolve.py` to print exactly `client-decision`. 2. Run `python3 scripts/client-context.py why $ARGUMENTS`. 3. Return the evidence chain unchanged.

Installation

Installs to ~/.claude/commands/francyjglisboa-context-compiler-bootstrap-ctx-client-why.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/FrancyJGLisboa/context-compiler-bootstrap/HEAD/.claude/commands/ctx-client-why.md -o ~/.claude/commands/francyjglisboa-context-compiler-bootstrap-ctx-client-why.md

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

Full documentation available on GitHub

View Source Repository