Commit fae9530
committed
refactor: Generalize SysML v2 requirements to focus on capabilities
Make requirements less prescriptive about document mappings and more
focused on SysML v2 capabilities and diagram type support.
Key Changes:
- FR-20: Now 'Import SysML v2 Models' (preserve relationships/traceability)
- FR-21: Now 'Support SysML v2 Diagram Types' (9 diagram types per OMG spec)
* Requirements, Use Case, BDD, IBD, Parametric, Activity, Sequence,
State Machine, Package diagrams
- FR-22: Now 'Support SysML v2 File Formats' (.sysml, .kerml, .json, .sysmlv2)
- FR-23: Now 'Render SysML v2 Diagrams' (embedded SVG/PNG/PDF images)
- FR-24: Now 'Extract SysML v2 Element Properties' (requirements, use cases,
blocks, interactions with all their properties)
- FR-25: Now 'Deterministic SysML v2 Output' (byte-for-byte identical across
formats)
Rationale:
- Remove prescriptive document mappings (Stakeholder/System Requirements,
Architecture/Design)
- Allow users flexibility to compose documentation using templates and manifests
- Focus on SysML v2 standard compliance rather than specific SE artifacts
- Emphasize complete diagram type coverage per OMG specification
- Clarify file format support (added .sysmlv2)
Documentation:
- Updated REQUIREMENTS.md with generalized requirement text
- Updated REQUIREMENTS_MATRIX.md with new capability descriptions
- Refactored SYSML_V2_INTEGRATION.md to remove V-Model prescriptions
- Updated RELEASE_CHECKLIST.md with detailed implementation tasks
No changes to test structure (tests remain applicable to new requirements).1 parent 31c7b17 commit fae9530
8 files changed
Lines changed: 420 additions & 251 deletions
File tree
- .github
- docs
- examples/sysml-v2-project
- architecture
- requirements
- project
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
170 | 193 | | |
171 | 194 | | |
172 | 195 | | |
173 | 196 | | |
174 | | - | |
| 197 | + | |
175 | 198 | | |
176 | 199 | | |
177 | 200 | | |
| |||
0 commit comments