Files
workouts/Workouts/Resources/StarterSplits/Meditation.split.json
T
rzen 6e440317c4 Restructure into a three-tab app with Progress, goals, and Meditation
The UX redesign's first landing (spec in UX-REDESIGN.md): ContentView
becomes a Today / Progress / Settings TabView, "Routine" replaces
"Split" in every user-facing string and view name (code-level types
keep their names), and workout starting moves to shared
WorkoutStarter / StartedWorkoutNavigator plumbing.

- New Progress tab: weekly goal streaks, workout trends, per-exercise
  weight progression, achievements, and the full history list
  (WorkoutLogsView -> WorkoutHistoryView).
- Goals: stable categories workouts roll up to, managed from Settings.
- New Meditation exercise + starter routine; timed sits record to
  Apple Health as Mind & Body sessions.

Claude-Session: https://claude.ai/code/session_012qw2itfzKyEJ1HpsFt8Ex4
2026-07-11 07:53:01 -04:00

23 lines
505 B
JSON

{
"activityType" : 8,
"color" : "purple",
"createdAt" : "2020-01-01T00:00:00Z",
"exercises" : [
{
"durationSeconds" : 300,
"id" : "01DXF6DT00SNZFGBWZ6JACASCQ",
"loadType" : 2,
"name" : "Meditation",
"order" : 0,
"reps" : 0,
"sets" : 1,
"weight" : 0
}
],
"id" : "01DXF6DT00ANFJR7GX9G808G4M",
"name" : "Meditation",
"order" : 13,
"schemaVersion" : 3,
"systemImage" : "figure.mind.and.body",
"updatedAt" : "2020-01-01T00:00:00Z"
}