Create directory structure
- Dominant language
- No language data
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
There is no right or wrong structure at this point. We can always adapt as needed.
```
vdm/
├── spec/ # Specification files only
│ ├── foundations/ # Core spec foundations
│ │ ├── directives.graphql # GraphQL directives
│ │ ├── units.graphql # Unit definitions
│ │ ├── scalars.graphql # Scalar types
│ │ └── common.graphql # Common types and patterns
│ ├── domains/ # Domain-specific specifications
│ └── queries/ # Query definitions and schema
├── docs/ # Documentation and resources
│ ├── examples/ # Example specifications
│ ├── templates/ # Reusable spec templates
│ ├── user-guides/ # User documentation
|── resources/
│ └── vss-migrated/ # VSS migration resources
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.