feat: add lua profile authoring

This commit is contained in:
2026-05-30 11:45:49 +09:00
parent 20f72214d7
commit cba46c6a39
12 changed files with 1058 additions and 567 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ struct Form {
/// When true, launch the child with `--pod <name>` so the pod process
/// resolves name-keyed state before falling back to fresh creation.
resume_by_pod_name: bool,
/// Optional Nix profile choices passed to `insomnia-pod --profile` for
/// Optional profile choices passed to `insomnia-pod --profile` for
/// fresh spawns. This is not used for resume/attach flows because those must
/// restore Pod state rather than re-evaluate a profile source.
profile_choices: Vec<ProfileChoice>,