nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
PipelineStageData
Type Alias PipelineStageData
PipelineStageData
:
|
{
type
:
"research"
;
text
:
string
}
|
{
type
:
"plan"
;
text
:
string
;
iterations
:
number
}
|
{
type
:
"vote"
;
approved
:
boolean
;
conditional
:
boolean
;
conditions
?:
readonly
string
[]
;
caveats
?:
readonly
string
[]
;
iterations
:
number
;
}
|
{
type
:
"decompose"
;
tasks
:
readonly
PipelineTask
[]
}
|
{
type
:
"implement"
;
tasks
:
readonly
PipelineTask
[]
}
|
{
type
:
"security"
;
passed
:
boolean
}
Discriminated union of stage data.
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
GitHub
npm
nexus-agents - v2.80.0
Loading...
Discriminated union of stage data.