Skip to content

Commit d8e5366

Browse files
committed
Merge branch 'main' of github.com:mrbalov/strava-activity-image-generator
2 parents 14fef7b + 6c53a1c commit d8e5366

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/validate-specs-with-ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Validate Specs with AI
22

33
on:
44
push:
5-
branches: [todo]
5+
branches: [main]
66
paths:
77
- "openspec/**"
88
- "packages/validate-specs/validate-specs-with-ai"

openspec/specs/guardrails-activity-data/spec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Define guardrails for validating activity input data, user-provided text, and ta
1111
An activity input SHALL contain `type` and `sport_type` as required string fields. Optional fields MAY include `distance`, `avg_hr`, `pace`, `elevation_gain`, `time_of_day`, `weather`, `name`, `description`, `tags`, `gear`, and others from the Strava API. If required fields are missing, the system SHALL reject the activity OR handle it via a predefined fallback.
1212

1313
#### Scenario: Valid activity with required fields
14+
1415
- **GIVEN** an activity input with `type` and `sport_type` present
1516
- **WHEN** the activity is validated
1617
- **THEN** the activity passes required field validation

0 commit comments

Comments
 (0)