Bug Description
Monorepos are fairly common in typescript - either with one package in the root and others in /packages (e.g. SvelteKit), or all packages in /packages. Agentready incorrectly flags these as non-standard layouts.
To Reproduce
Run agentready against https://github.com/podman-desktop/extension-bootc
Expected Behaviour
100: all packages have standard /src directory.
Actual Behaviour
50: it found /tests but not /src folders
Environment
Bug Description
Monorepos are fairly common in typescript - either with one package in the root and others in /packages (e.g. SvelteKit), or all packages in /packages. Agentready incorrectly flags these as non-standard layouts.
To Reproduce
Run agentready against https://github.com/podman-desktop/extension-bootc
Expected Behaviour
100: all packages have standard /src directory.
Actual Behaviour
50: it found /tests but not /src folders
Environment