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 architectural decisions that might no longer apply to your current system.
/plugin marketplace add enzokro/crinzo-plugins/plugin install lattice@crinzo-pluginsFind decisions older than threshold. Stale decisions may no longer apply.
Parse $ARGUMENTS for days (default: 30).
Query stale decisions:
source ~/.config/ftl/paths.sh 2>/dev/null; python3 "$LATTICE_LIB/context_graph.py" age $DAYS
Stale decisions (>30d):
[012] cache-layer (45d) - #pattern/cache-invalidation
[005] batch-processing (60d) - #constraint/max-batch-size
/lattice:age # Decisions older than 30 days
/lattice:age 14 # Decisions older than 14 days
/lattice:age 90 # Decisions older than 90 days