Show full decision record with context.
View complete decision records including thinking traces and delivered changes for any specific decision number. Use when you need to understand the full context and reasoning behind a previous architectural choice.
/plugin marketplace add enzokro/crinzo-plugins/plugin install lattice@crinzo-pluginsShow complete decision record including Thinking Traces and Delivered.
Parse $ARGUMENTS for sequence number.
Get decision:
source ~/.config/ftl/paths.sh 2>/dev/null; python3 "$LATTICE_LIB/context_graph.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.
/lattice:decision 015 # Show decision 015
/lattice:decision 3 # Show decision 003 (zero-padded)