Show full decision record with context.
View complete decision records including thinking traces and delivered changes for any sequence number. Use when you need to understand the full context and reasoning behind past architectural decisions.
/plugin marketplace add enzokro/crinzo-plugins/plugin install ctx@crinzo-pluginsShow complete decision record including Thinking Traces and Delivered.
Parse $ARGUMENTS for sequence number.
Get decision:
python3 "${CLAUDE_PLUGIN_ROOT}/lib/ctx.py" decision $SEQ
[015] auth-refactor (3d ago, complete)
Path: User credentials → validation → session token
Delta: src/auth/*.ts
Tags: #pattern/session-token-flow (+2)
Builds on: 008
Thinking Traces:
Chose token refresh over re-auth because...
Examined session.ts lines 45-78...
Found existing pattern in auth-utils.ts...
Delivered:
Modified src/auth/session.ts to implement token refresh.
Added refresh endpoint in src/api/auth.ts.
/ctx:decision 015 # Show decision 015
/ctx:decision 3 # Show decision 003 (zero-padded)