Scopes and Bundles

Lore helps you answer two simple questions: where should this apply, and do I want to reuse it?

Scopes

Lore has two main scopes:

  • global for setup you want across projects
  • project for setup that belongs to one repository

This keeps shared setup available everywhere while leaving project-specific behavior local.

Bundles

Bundles are reusable packs of Lore setup.

You install them once, then turn them on or off per project. That makes reuse easy without forcing the same setup into every repo.

Use scopes for deciding where something belongs. Use bundles when you want a ready-made setup you can reuse.