feat(v0.4): add Force to LaunchOpts (no-op until Phase 9)

This commit is contained in:
2026-04-21 17:06:32 -04:00
parent 8d7d4cbff9
commit 25b2b46171
+5
View File
@@ -17,6 +17,11 @@ type LaunchOpts struct {
Mode string
Slug string
Shell bool // true = interactive shell, false = agent
// Force suppresses both the active-session warning (Layer 1) and the
// stale-workspace warning (Layer 3). It does NOT disable the metadata
// write lock or the session summary. Used for scripted/automated runs.
Force bool
}
// manifestStartPath returns the path to the start manifest file.