Skip to content

Add flat YAML package loading and tilde expansion in env values#1

Merged
voidreamer merged 1 commit into
mainfrom
feat/flat-packages-and-tilde-expansion
Apr 2, 2026
Merged

Add flat YAML package loading and tilde expansion in env values#1
voidreamer merged 1 commit into
mainfrom
feat/flat-packages-and-tilde-expansion

Conversation

@voidreamer
Copy link
Copy Markdown
Owner

Two enhancements to make anvil more ergonomic:

  1. Flat file scanning: packages can now be .yaml/.yml files directly in the package_paths directories, not just nested {name}/{version}/ package.yaml. Both layouts are supported simultaneously.

  2. Tilde expansion: environment variable values starting with ~/ are expanded to the user's home directory. Previously only the config file paths were expanded, not the package env values.

Two enhancements to make anvil more ergonomic:

1. Flat file scanning: packages can now be .yaml/.yml files directly
   in the package_paths directories, not just nested {name}/{version}/
   package.yaml. Both layouts are supported simultaneously.

2. Tilde expansion: environment variable values starting with ~/
   are expanded to the user's home directory. Previously only the
   config file paths were expanded, not the package env values.
@voidreamer voidreamer merged commit 5d8caca into main Apr 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant