feat: Implement lifecycle script management with staging and execution hooks

This commit is contained in:
2026-02-21 14:50:30 -06:00
parent c9bed308e2
commit 0c676f6743
5 changed files with 701 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
//! Installation helpers.
pub mod scripts;