Skip to content

Commit 77a4dc9

Browse files
committed
docs(sds): fix directory tree to match actual project structure
- Changed root from 'tzif/' to 'functional/' - Removed non-existent directories (domain/, application/, infrastructure/, examples/) - Added actual directories (version/, tools/, config/) - Fixes release validation documentation consistency check
1 parent 9dbf5cf commit 77a4dc9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docs/formal/software_design_specification.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -344,15 +344,14 @@ test/
344344
### 10.2 Project Structure
345345

346346
```
347-
tzif/
347+
functional/
348348
├── src/
349-
│ ├── domain/
350-
│ ├── application/
351-
│ └── infrastructure/
349+
│ └── version/
352350
├── test/
353-
├── examples/
354351
├── docs/
355-
└── scripts/
352+
├── scripts/
353+
├── tools/
354+
└── config/
356355
```
357356

358357
---

0 commit comments

Comments
 (0)