11 lines
435 B
Markdown
11 lines
435 B
Markdown
## MODIFIED Requirements
|
|
|
|
### Requirement: Repository Deletion
|
|
The system SHALL remove repository records when their owning project is deleted through authorized project deletion flow.
|
|
|
|
#### Scenario: Cascade repository cleanup
|
|
- GIVEN a project with associated repositories
|
|
- WHEN the project owner deletes the project
|
|
- THEN repository records for that project are removed
|
|
- AND repository listing no longer includes removed records
|