Initial commit
This commit is contained in:
32
skills/project-structure/reference/INDEX.md
Normal file
32
skills/project-structure/reference/INDEX.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Project Structure Reference
|
||||
|
||||
Configuration references and naming conventions for Grey Haven projects.
|
||||
|
||||
## Available References
|
||||
|
||||
### [file-naming.md](file-naming.md)
|
||||
File naming conventions for both stacks.
|
||||
- TypeScript/React conventions
|
||||
- Python/FastAPI conventions
|
||||
- Test file naming
|
||||
- Configuration file naming
|
||||
|
||||
### [import-organization.md](import-organization.md)
|
||||
Import ordering and organization rules.
|
||||
- TypeScript import order
|
||||
- Python import order (PEP 8)
|
||||
- Ruff automatic sorting
|
||||
- ESLint import rules
|
||||
|
||||
### [path-aliases.md](path-aliases.md)
|
||||
Path alias configuration and usage.
|
||||
- tsconfig.json setup (~/* alias)
|
||||
- Vite configuration
|
||||
- Import examples
|
||||
- Common pitfalls
|
||||
|
||||
## Quick Reference
|
||||
|
||||
**Need naming rules?** → [file-naming.md](file-naming.md)
|
||||
**Need import order?** → [import-organization.md](import-organization.md)
|
||||
**Need path aliases?** → [path-aliases.md](path-aliases.md)
|
||||
Reference in New Issue
Block a user