Find stale decisions that may need review.
Finds decisions older than a specified threshold (default 30 days) that may need review. Use this to identify stale decisions that might no longer apply to your current codebase.
/plugin marketplace add enzokro/crinzo-plugins/plugin install ctx@crinzo-pluginsFind decisions older than threshold. Stale decisions may no longer apply.
Parse $ARGUMENTS for days (default: 30).
Query stale decisions:
python3 "${CLAUDE_PLUGIN_ROOT}/lib/ctx.py" age $DAYS
Stale decisions (>30d):
[012] cache-layer (45d) - #pattern/cache-invalidation
[005] batch-processing (60d) - #constraint/max-batch-size
/ctx:age # Decisions older than 30 days
/ctx:age 14 # Decisions older than 14 days
/ctx:age 90 # Decisions older than 90 days