Workspace class

Per-issue workspace returned by WorkspaceManager.

Constructors

Workspace({required String workspaceKey, required String path, required String branchName, required bool createdNow})
Creates a workspace value object.
const

Properties

branchName String
Branch name backing the worktree (also stable across reuse).
final
createdNow bool
True when this workspace was created during the current call.
final
hashCode int
The hash code for this object.
no setterinherited
path String
Absolute filesystem path where the agent will run.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workspaceKey String
Sanitized workspace key derived from the issue identifier.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited