Directory

utils/processUserInput

This directory groups related source files that collaborate around a shared concern.

commands · 2
0
Child dirs
4
Child files
1,769
Direct lines
99
Detected imports
1
Subsystem signals

Beginner explanation

This folder is best understood as a neighborhood inside the repo. Start with the child files that have the clearest names, then open the file pages to see how they connect.

What this is for

This directory groups related source files that collaborate around a shared concern.

Expert explanation

Use this page to inspect local cohesion: direct files, dominant subsystem tags, import density, and adjacency to parent/child directories. Directory boundaries are useful but not perfect architectural boundaries, so confirm by opening the linked file pages.

Child directories

  • No child directories.

Child file index

FileLinesImportanceSubsystems
processBashCommand.tsx
utils/processUserInput/processBashCommand.tsx
140mediumcommands
processSlashCommand.tsx
utils/processUserInput/processSlashCommand.tsx
922highcommands
processTextPrompt.ts
utils/processUserInput/processTextPrompt.ts
101mediumgeneral
processUserInput.ts
utils/processUserInput/processUserInput.ts
606highgeneral