Skip to main content
Back to Updates
Dev Log2026-01-06

Weight References v1

Added weight references between exercises with validation to prevent circular dependencies.

Shipped

  • Weight source references (exercise-to-exercise)
  • Selector UI for choosing reference source + modifier
  • Circular dependency validation to prevent broken graphs

Why

  • Advanced programming is relationship-based (percent-of, variant lifts, cyclical loading)
  • References are only useful if they’re safe and predictable

Notes

  • This is a foundational feature for serious routines, not a “nice-to-have.”

Next

  • Add progression state (failure thresholds)
  • Expand beyond weighted-only programming primitives