v0.3.1

Patch Changes

Make the plugins directory configurable via structure.plugins in the config file and --plugins flag in alloy init. Previously, the plugins directory was hardcoded to plugins/ while all other managed directories were configurable.

# alloy.config.yaml
structure:
  content: "src/content"
  layouts: "src/layouts"
  plugins: "src/plugins"

Also fixes plugin file changes not being detected by the dev server watcher, and a bug where nested plugin paths (e.g. tools/plugins) broke Node runtime project root derivation.