This file applies to the entire repository.
- Keep scripts minimal and auditable.
- Never commit secrets or tokens.
- Prefer Python for core logic; keep shell usage to thin wrappers.
- Use
UVfor Python environments anddevenv.shfor Nix-based workflows. - Any workspace-specific editor config must live under
.devman/in templates.