fitscript-env / openenv.yaml
coffeine16's picture
clean initial commit
0446283
raw
history blame contribute delete
593 Bytes
spec_version: 1
name: FitScript
type: space
runtime: fastapi
app: server.app:app
port: 8000
tasks:
- id: basic_plan
name: Basic Workout Plan Generation
difficulty: easy
description: Generate a 3-day bodyweight beginner plan with no equipment.
- id: injury_safe_modification
name: Injury-Safe Plan Modification
difficulty: medium
description: Modify a plan to remove lower-back-stressing exercises.
- id: periodized_program
name: Periodized 4-Week Program
difficulty: hard
description: Design a 4-week periodized powerlifting block with deload week.