Openspec fixups

This commit is contained in:
AI Bot
2026-04-17 19:26:06 +02:00
committed by Riyyi
parent 720be92d82
commit b4b12b39b6
3 changed files with 4 additions and 5 deletions
@@ -18,7 +18,6 @@ strategy without conflict resolution.
- **WHEN** stdin contains packages not in state files
- **THEN** those packages shall be added to the final state
#### Scenario: Duplicate packages accumulate
#### Scenario: Duplicate packages are deduplicated
- **WHEN** the same package appears in multiple inputs
- **THEN** it shall be included multiple times in the final state (pacman
handles duplicates)
- **THEN** it shall be included once in the final state (map deduplication)