Find decisions that used a pattern.
Find all decisions that applied a specific pattern or constraint. Use this to audit pattern usage across your project's decision history.
/plugin marketplace add enzokro/crinzo-plugins/plugin install ctx@crinzo-pluginsFind all decisions that applied a specific pattern.
Parse $ARGUMENTS for pattern tag.
Trace pattern usage:
python3 "${CLAUDE_PLUGIN_ROOT}/lib/ctx.py" trace "$PATTERN"
Decisions using #pattern/session-token-flow:
[015] auth-refactor (3d, complete)
[023] session-timeout (1d, complete)
[028] token-refresh (0d, active)
/ctx:trace #pattern/session-token-flow
/ctx:trace #constraint/no-jwt-in-cookies
/ctx:trace #decision/use-httponly
This command traverses the pattern → decisions edge in the context graph.
#pattern/session-token-flow
└── applied_in → [015, 023, 028]