Directories under root that carry their own installed dependencies: a
package.json with a node_modules beside it. Deliberately generic — the
root and one level down, rather than this repository's packages/ — so a
host repo with its own layout (app/, web/, or dependencies at the root)
is seeded by the same rule. Deeper nesting is not searched: a workspace
hoists to one of these two levels, and walking further would cost more than
the seed saves.
Directories under
rootthat carry their own installed dependencies: apackage.jsonwith anode_modulesbeside it. Deliberately generic — the root and one level down, rather than this repository'spackages/— so a host repo with its own layout (app/,web/, or dependencies at the root) is seeded by the same rule. Deeper nesting is not searched: a workspace hoists to one of these two levels, and walking further would cost more than the seed saves.