Skip to content

Commit 9a63018

Browse files
authored
[create-pull-request] automated change (#2)
Co-authored-by: mrbalov <26161358+mrbalov@users.noreply.github.com>
1 parent 2b30d67 commit 9a63018

4 files changed

Lines changed: 24 additions & 8 deletions

File tree

  • openspec/specs

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Activity Data Guardrails
22

3-
Guardrails for validating activity input data, user-provided text, and tags.
3+
## Purpose
4+
5+
Define guardrails for validating activity input data, user-provided text, and tags to ensure data integrity and safe processing.
6+
7+
## Requirements
48

59
### Requirement: Required Activity Fields
610

@@ -202,4 +206,4 @@ Tags SHALL be normalized before use. Tags SHALL influence mood, intensity, and s
202206
#### Scenario: With kid tag influences scene
203207
- **GIVEN** an activity with `with kid` tag
204208
- **WHEN** generating an image
205-
- **THEN** the tag SHALL influence scene toward playful or warm atmosphere
209+
- **THEN** the tag SHALL influence scene toward playful or warm atmosphere

openspec/specs/guardrails-image-generation-prompt/spec.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Image Generation Prompt Guardrails
22

3-
Guardrails for image generation prompt content, size limits, and safety validation.
3+
## Purpose
4+
5+
Define guardrails for image generation prompt content, size limits, and safety validation to ensure appropriate and safe image generation.
6+
7+
## Requirements
48

59
### Requirement: Allowed Prompt Content
610

@@ -77,4 +81,4 @@ The maximum prompt length SHALL be 400 characters. Prompts exceeding this limit
7781
#### Scenario: Prompt exceeding size limit
7882
- **GIVEN** a prompt with length greater than 400 characters
7983
- **WHEN** validating the prompt
80-
- **THEN** the prompt SHALL be truncated or simplified to meet the limit
84+
- **THEN** the prompt SHALL be truncated or simplified to meet the limit

openspec/specs/guardrails-image-generation/spec.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Image Generation Guardrails
22

3-
Guardrails for image style, output characteristics, retry/fallback strategies, failure handling, and determinism.
3+
## Purpose
4+
5+
Define guardrails for image style, output characteristics, retry/fallback strategies, failure handling, and determinism in image generation.
6+
7+
## Requirements
48

59
### Requirement: Allowed Image Styles
610

@@ -187,4 +191,4 @@ Given identical inputs, classification and style decisions SHOULD be identical.
187191
#### Scenario: Bounded randomness
188192
- **GIVEN** an activity requiring image generation
189193
- **WHEN** applying randomness
190-
- **THEN** randomness SHALL be bounded and controlled
194+
- **THEN** randomness SHALL be bounded and controlled

openspec/specs/system-architecture/spec.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# System Architecture Requirements
22

3-
Architectural requirements for the PACE system's service-oriented architecture.
3+
## Purpose
4+
5+
Define architectural requirements for the PACE system's service-oriented architecture to ensure robust, deterministic, and safe image generation from Strava activity data.
6+
7+
## Requirements
48

59
### Requirement: Core Functionality Pipeline
610

@@ -245,4 +249,4 @@ Given identical inputs, the system SHALL produce identical classification and st
245249
#### Scenario: Reproducible behavior
246250
- **GIVEN** the same activity processed multiple times
247251
- **WHEN** comparing results
248-
- **THEN** behavior SHALL be predictable and reproducible
252+
- **THEN** behavior SHALL be predictable and reproducible

0 commit comments

Comments
 (0)