Explore the ForemanOS codebase structure.
Usage
/explore- Overview of project structure/explore api- Explore API routes/explore lib- Explore service modules/explore components- Explore React components
Commands
# List directories
ls -la
# Count files
find . -name "*.ts" | wc -l
Output
Provide:
- Directory structure overview
- Key file counts
- Important files for the area
- Architecture patterns used