feat(v0.4): add Force to LaunchOpts (no-op until Phase 9)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user