Skip to main content

Functions & Classes

SymbolKindDescription
isValidStatus()function
SessionViewclassSessionView — typed wrapper over Session[] with collection helpers. Provides…
normalizeError()functionNormalize any thrown value into a standardized error object. Handles: - Erro…
getErrorMessage()functionExtract a human-readable message from any error value. Safe to use on unknow…
formatError()functionFormat error details for logging or display. Includes stack trace for Error…
isErrorType()functionCheck if an error represents a specific error type by code or name. Useful f…
createErrorResult()functionCreate a standardized error result object. Common pattern for operations tha…
createSuccessResult()functionCreate a standardized success result object.
isErrorResult()functionType guard for error results.
isErrorCode()functionCheck if an exit code represents an error (1-99).
isSuccessCode()functionCheck if an exit code represents success (0 or 100+).
isNoChangeCode()functionCheck if an exit code indicates no change (idempotent operation).
isRecoverableCode()functionCheck if an exit code is recoverable (retry may succeed).
getExitCodeName()functionHuman-readable name for an exit code.
isLafsSuccess()functionType guard for success responses.
isLafsError()functionType guard for error responses.
isGatewayEnvelope()functionType guard for gateway responses (has _meta).

Types & Interfaces

SymbolKindDescription
AdapterCapabilitiesinterfaceAdapter capability declarations for CLEO provider adapters. T5240
AdapterContextMonitorProviderinterfaceContext monitor provider interface for CLEO provider adapters. Allows provide…
AdapterHookProviderinterfaceHook provider interface for CLEO provider adapters. Maps provider-specific ev…
AdapterInstallProviderinterfaceInstall provider interface for CLEO provider adapters. Handles registration w…
InstallOptionsinterface
InstallResultinterface
AdapterPathProviderinterfacePath provider interface for CLEO provider adapters. Allows providers to decla…
AdapterSpawnProviderinterfaceSpawn provider interface for CLEO provider adapters. T5240
SpawnContextinterface
SpawnResultinterface
ExternalTaskStatustypeNormalized status for tasks coming from an external provider.
ExternalTaskinterfaceA task as reported by an external provider, normalized to a common shape. Pro…
ExternalLinkTypetypeHow an external task link was established.
SyncDirectiontypeDirection of the sync that established the link.
ExternalTaskLinkinterfaceA link between a CLEO task and an external provider task. Stored in the exter…
ConflictPolicytypePolicy for resolving conflicts between CLEO and provider state. -…
ReconcileOptionsinterfaceOptions for the reconciliation engine.
ReconcileActionTypetypeThe type of action the reconciliation engine will take.
ReconcileActioninterfaceA single reconciliation action (planned or applied).
ReconcileResultinterfaceResult of a full reconciliation run.
ExternalTaskProviderinterfaceInterface that provider adapters implement to expose their external task syst…
TransportConfiginterfaceTransport-specific configuration stored per agent credential.
AgentCredentialinterfaceA registered agent’s credentials and profile.
AgentListFilterinterfaceFilter options for listing agent credentials.
AgentRegistryAPIinterfaceCRUD and lifecycle operations for agent credentials.
ConduitMessageinterfaceA message received through the Conduit.
ConduitSendOptionsinterfaceOptions for sending a message.
ConduitSendResultinterfaceResult of sending a message.
ConduitUnsubscribetypeUnsubscribe function returned by event subscriptions.
ConduitStatetypeConduit connection states.
ConduitStateChangeinterfaceConnection state change event.
ConduitinterfaceThe Conduit Protocol interface — high-level agent messaging. Conduit wraps a…
ConduitConfiginterfaceConfiguration for creating a Conduit instance.
TransportConnectConfiginterfaceConfiguration passed to Transport.connect().
TransportinterfaceLow-level wire transport for agent messaging.
AdapterTransportProviderinterface
CLEOProviderAdapterinterfaceCore provider adapter interface that every CLEO provider must implement.
AdapterHealthStatusinterfaceHealth check result returned by CLEOProviderAdapter.healthCheck.
TaskStatustype
SessionStatustype
PipelineStatustype
StageStatustype
AdrStatustype
GateStatustype
ManifestStatustype
EntityTypetype
TaskPrioritytypeTask priority levels.
TaskTypetypeTask type in hierarchy.
TaskSizetypeTask size (scope, NOT time).
EpicLifecycletypeEpic lifecycle states.
TaskOrigintypeTask origin (provenance).
VerificationAgenttypeVerification agent types.
VerificationGatetypeVerification gate names.
VerificationFailureinterfaceVerification failure log entry.
TaskVerificationinterfaceTask verification state.
TaskProvenanceinterfaceTask provenance tracking.
TaskRelationinterfaceA single task relation entry.
TaskinterfaceA single CLEO task as stored in the database. Fields marked as required are…
TaskCreateinterfaceInput type for creating a new task via addTask(). Only the fields the call…
CompletedTasktypeA task with status = 'done'. Narrows Task to require completedAt. Use…
CancelledTasktypeA task with status = 'cancelled'. Narrows Task to require cancelledAt a…
PhaseStatustypePhase status.
PhaseinterfacePhase definition.
PhaseTransitioninterfacePhase transition record.
ReleaseStatustypeRelease status.
ReleaseinterfaceRelease definition.
ProjectMetainterfaceProject metadata.
FileMetainterfaceFile metadata (_meta block).
SessionNoteinterfaceSession note in taskWork block.
TaskWorkStateinterfaceTask work state.
ArchiveMetadatainterfaceArchive metadata attached to archived task records.
ArchivedTaskinterfaceA task with archive metadata.
ArchiveReportTypetypeReport type for archive statistics.
ArchiveSummaryReportinterfaceSummary report from archive statistics.
ArchivePhaseEntryinterfacePhase breakdown entry from archive statistics.
ArchiveLabelEntryinterfaceLabel breakdown entry from archive statistics.
ArchivePriorityEntryinterfacePriority breakdown entry from archive statistics.
CycleTimeDistributioninterfaceCycle time distribution buckets.
CycleTimePercentilesinterfaceCycle time percentiles.
ArchiveCycleTimesReportinterfaceCycle times report from archive statistics.
ArchiveDailyTrendinterfaceDaily archive trend entry.
ArchiveMonthlyTrendinterfaceMonthly archive trend entry.
ArchiveTrendsReportinterfaceTrends report from archive statistics.
ArchiveStatsEnvelopeinterfaceArchive statistics result envelope.
BrainEntryRefinterfaceCompact brain entry reference used in contradiction analysis.
BrainEntrySummaryinterfaceBrain entry reference with summary, used in superseded analysis.
ContradictionDetailinterfaceContradiction detail between two brain entries.
SupersededEntryinterfaceSuperseded entry pair showing old and replacement entries.
CodeSymbolKindtypeKind of code symbol extracted from AST.
CodeSymbolinterfaceA structured code symbol extracted from a source file via tree-sitter.
ParseResultinterfaceResult of parsing a single file.
BatchParseResultinterfaceResult of batch-parsing multiple files.
OutputFormattypeOutput format options.
DateFormattypeDate format options.
OutputConfiginterfaceOutput configuration.
BackupConfiginterfaceBackup configuration.
EnforcementProfiletypeHierarchy enforcement profile preset.
HierarchyConfiginterfaceHierarchy configuration.
SessionConfiginterfaceSession configuration.
LogLeveltypePino log levels.
LoggingConfiginterfaceLogging configuration.
AcceptanceEnforcementModetypeAcceptance criteria enforcement mode.
AcceptanceEnforcementConfiginterfaceAcceptance criteria enforcement settings.
SessionEnforcementConfiginterfaceSession enforcement settings.
EnforcementConfiginterfaceTop-level enforcement configuration.
VerificationConfiginterfaceVerification gate configuration.
LifecycleEnforcementModetypeLifecycle enforcement mode.
LifecycleConfiginterfaceLifecycle enforcement configuration.
SharingModetypeSharing mode: whether .cleo/ files are committed to the project git repo.
SharingConfiginterfaceSharing configuration for multi-contributor .cleo/ state management.
BrainMemoryBridgeConfiginterfaceBrain memory bridge refresh configuration. Controls when…
BrainEmbeddingConfiginterfaceBrain embedding provider configuration. T134 T136
BrainSummarizationConfiginterfaceBrain session summarization configuration. T134 T140
BrainConfiginterfaceBrain (BRAIN memory system) configuration. Controls automated memory capture,…
SessionSummaryInputinterfaceStructured session summary input for ingestStructuredSummary(). T134 T140
SignalDockModetypeSignalDock transport mode.
SignalDockConfiginterfaceSignalDock integration configuration.
CleoConfiginterfaceCLEO project configuration (config.json).
ConfigSourcetypeConfiguration resolution priority.
ResolvedValueinterfaceA resolved config value with its source.
SessionScopeinterfaceSession scope JSON blob shape.
SessionStatsinterfaceSession statistics.
SessionTaskWorkinterfaceActive task work state within a session.
SessioninterfaceSession domain type — plain interface aligned with Drizzle sessions table.
SessionStartResultinterfaceResult of a session start operation. The sessionId field is a convenience…
DataAccessorAgentInstanceinterfaceAgent instance row shape for DataAccessor methods. Mirrors the agent_instance…
ArchiveFieldsinterfaceArchive-specific fields for task upsert.
ArchiveFileinterfaceArchive file structure.
TaskQueryFiltersinterfaceFilter bag for queryTasks(). Covers ~90% of task query patterns.
QueryTasksResultinterfaceResult from queryTasks() with pagination support.
TaskFieldUpdatesinterfacePartial task row fields for updateTaskFields().
TransactionAccessorinterfaceSubset of DataAccessor methods available inside a transaction callback. Write…
DataAccessorinterfaceDataAccessor interface. Core modules call these methods instead of readJson/…
AdapterManifestinterface
DetectionPatterninterface
ExitCodeenumCLEO exit codes — canonical definitions shared across all layers. Ranges: 0…
LAFSErrorCategorytypeLAFS error category.
LAFSErrorinterfaceLAFS error object.
WarninginterfaceLAFS warning.
LAFSTransporttypeLAFS transport metadata.
MVILeveltypeMVI (Minimal Viable Information) level.
LAFSPageNoneinterfaceLAFS page — no pagination.
LAFSPageOffsetinterfaceLAFS page — offset-based pagination.
LAFSPagetypeLAFS page union.
LAFSMetainterfaceLAFS metadata block.
LAFSEnvelopeinterfaceLAFS envelope (canonical protocol type).
FlagInputinterfaceFlag input for conformance checks.
ConformanceReportinterfaceConformance report.
LafsAlternativeinterfaceActionable alternative the caller can try.
LafsErrorDetailinterfaceLAFS error detail shared between CLI and gateway.
LafsSuccessinterfaceLAFS success envelope (CLI).
LafsErrorinterfaceLAFS error envelope (CLI).
LafsEnvelopetypeCLI envelope union type.
GatewayMetainterfaceMetadata attached to every gateway response. Extends the canonical LAFSMeta w…
GatewaySuccessinterfaceGateway success envelope (extends CLI base with _meta).
GatewayErrorinterfaceGateway error envelope (extends CLI base with _meta).
GatewayEnvelopetypeGateway envelope union type.
CleoResponsetypeUnified CLEO response envelope. Every CLEO response (CLI or Gateway) is a Cl…
MemoryBridgeConfiginterfaceMemory bridge types for CLEO provider adapters. Defines the shape of .cleo/me…
MemoryBridgeContentinterfaceStructured content of the .cleo/memory-bridge.md file.
SessionSummaryinterfaceSummary of a completed session for the memory bridge.
BridgeLearninginterfaceA key learning extracted from brain.db for the memory bridge.
BridgePatterninterfaceA recurring pattern identified in brain.db entries.
BridgeDecisioninterfaceA decision recorded in brain.db for the memory bridge.
BridgeObservationinterfaceA recent observation from brain.db for the memory bridge.
IssueSeveritytypeCommon issue types
IssueAreatype
IssueTypetype
Diagnosticsinterface
IssuesDiagnosticsParamstype
IssuesDiagnosticsResultinterface
IssuesCreateBugParamsinterface
IssuesCreateBugResultinterface
IssuesCreateFeatureParamsinterface
IssuesCreateFeatureResultinterface
IssuesCreateHelpParamsinterface
IssuesCreateHelpResultinterface
LifecycleStagetypeCommon lifecycle types
GateStatustype
StageRecordinterface
Gateinterface
LifecycleCheckParamsinterface
LifecycleCheckResultinterface
LifecycleStatusParamsinterface
LifecycleStatusResultinterface
LifecycleHistoryParamsinterface
LifecycleHistoryEntryinterface
LifecycleHistoryResulttype
LifecycleGatesParamsinterface
LifecycleGatesResulttype
LifecyclePrerequisitesParamsinterface
LifecyclePrerequisitesResultinterface
LifecycleProgressParamsinterface
LifecycleProgressResultinterface
LifecycleSkipParamsinterface
LifecycleSkipResultinterface
LifecycleResetParamsinterface
LifecycleResetResultinterface
LifecycleGatePassParamsinterface
LifecycleGatePassResultinterface
LifecycleGateFailParamsinterface
LifecycleGateFailResultinterface
WaveinterfaceCommon orchestration types
SkillDefinitioninterface
OrchestrateStatusParamsinterface
OrchestrateStatusResultinterface
OrchestrateNextParamsinterface
OrchestrateNextResultinterface
OrchestrateReadyParamsinterface
OrchestrateReadyResultinterface
OrchestrateAnalyzeParamsinterface
OrchestrateAnalyzeResultinterface
OrchestrateContextParamsinterface
OrchestrateContextResultinterface
OrchestrateWavesParamsinterface
OrchestrateWavesResulttype
OrchestrateSkillListParamsinterface
OrchestrateSkillListResulttype
OrchestrateBootstrapParamsinterface
BrainStateinterface
OrchestrateStartupParamsinterface
OrchestrateStartupResultinterface
OrchestrateSpawnParamsinterface
OrchestrateSpawnResultinterface
OrchestrateHandoffParamsinterface
OrchestrateHandoffResultinterface
OrchestrateValidateParamsinterface
OrchestrateValidateResultinterface
OrchestrateParallelStartParamsinterface
OrchestrateParallelStartResultinterface
OrchestrateParallelEndParamsinterface
OrchestrateParallelEndResultinterface
ReleaseTypetypeCommon release types
ReleaseGateinterface
ChangelogSectioninterface
ReleasePrepareParamsinterface
ReleasePrepareResultinterface
ReleaseChangelogParamsinterface
ReleaseChangelogResultinterface
ReleaseCommitParamsinterface
ReleaseCommitResultinterface
ReleaseTagParamsinterface
ReleaseTagResultinterface
ReleasePushParamsinterface
ReleasePushResultinterface
ReleaseGatesRunParamsinterface
ReleaseGatesRunResultinterface
ReleaseRollbackParamsinterface
ReleaseRollbackResultinterface
ResearchEntryinterfaceCommon research types
ManifestEntryinterface
ResearchShowParamsinterface
ResearchShowResulttype
ResearchListParamsinterface
ResearchListResulttype
ResearchQueryParamsinterface
ResearchQueryResultinterface
ResearchPendingParamsinterface
ResearchPendingResulttype
ResearchStatsParamsinterface
ResearchStatsResultinterface
ResearchManifestReadParamsinterface
ResearchManifestReadResulttype
ResearchInjectParamsinterface
ResearchInjectResultinterface
ResearchLinkParamsinterface
ResearchLinkResultinterface
ResearchManifestAppendParamsinterface
ResearchManifestAppendResultinterface
ResearchManifestArchiveParamsinterface
ResearchManifestArchiveResultinterface
SessionOpinterfaceCommon session types
SessionStatusParamstype
SessionStatusResultinterface
SessionListParamsinterface
SessionListResultinterface
SessionShowParamsinterface
SessionShowResulttype
SessionHistoryParamsinterface
SessionHistoryEntryinterface
SessionHistoryResulttype
SessionStartParamsinterface
SessionStartResulttype
SessionEndParamsinterface
SessionEndResultinterface
SessionResumeParamsinterface
SessionResumeResulttype
SessionSuspendParamsinterface
SessionSuspendResultinterface
SessionGcParamsinterface
SessionGcResultinterface
SkillCategorytypeCommon skill types
SkillStatustype
DispatchStrategytype
SkillSummaryinterface
SkillDetailinterface
DispatchCandidateinterface
DependencyNodeinterface
ValidationIssueinterface
SkillsListParamsinterface
SkillsListResulttype
SkillsShowParamsinterface
SkillsShowResulttype
SkillsFindParamsinterface
SkillsFindResultinterface
SkillsDispatchParamsinterface
SkillsDispatchResultinterface
SkillsVerifyParamsinterface
SkillsVerifyResultinterface
SkillsDependenciesParamsinterface
SkillsDependenciesResultinterface
SkillsInstallParamsinterface
SkillsInstallResultinterface
SkillsUninstallParamsinterface
SkillsUninstallResultinterface
SkillsEnableParamsinterface
SkillsEnableResultinterface
SkillsDisableParamsinterface
SkillsDisableResultinterface
SkillsConfigureParamsinterface
SkillsConfigureResultinterface
SkillsRefreshParamsinterface
SkillsRefreshResultinterface
HealthCheckinterfaceCommon system types
ProjectStatsinterface
SystemVersionParamstype
SystemVersionResultinterface
SystemDoctorParamstype
SystemDoctorResultinterface
SystemConfigGetParamsinterface
SystemConfigGetResultinterface
SystemStatsParamstype
SystemStatsResulttype
SystemContextParamstype
SystemContextResultinterface
SystemInitParamsinterface
SystemInitResultinterface
SystemConfigSetParamsinterface
SystemConfigSetResultinterface
SystemBackupParamsinterface
SystemBackupResultinterface
SystemRestoreParamsinterface
SystemRestoreResultinterface
SystemMigrateParamsinterface
SystemMigrateResultinterface
SystemSyncParamsinterface
SystemSyncResultinterface
SystemCleanupParamsinterface
SystemCleanupResultinterface
TaskPrioritytype
TaskOpinterface
MinimalTaskinterface
TasksGetParamsinterface
TasksGetResulttype
TasksListParamsinterface
TasksListResultinterface
TasksFindParamsinterface
TasksFindResulttype
TasksExistsParamsinterface
TasksExistsResultinterface
TasksTreeParamsinterface
TaskTreeNodeinterface
TasksTreeResulttype
TasksBlockersParamsinterface
Blockerinterface
TasksBlockersResulttype
TasksDepsParamsinterface
TaskDependencyNodeinterface
TasksDepsResultinterface
TasksAnalyzeParamsinterface
TriageRecommendationinterface
TasksAnalyzeResulttype
TasksNextParamsinterface
SuggestedTaskinterface
TasksNextResulttype
TasksCreateParamsinterface
TasksCreateResulttype
TasksUpdateParamsinterface
TasksUpdateResulttype
TasksCompleteParamsinterface
TasksCompleteResultinterface
TasksDeleteParamsinterface
TasksDeleteResultinterface
TasksArchiveParamsinterface
TasksArchiveResultinterface
TasksUnarchiveParamsinterface
TasksUnarchiveResulttype
TasksReparentParamsinterface
TasksReparentResulttype
TasksPromoteParamsinterface
TasksPromoteResulttype
TasksReorderParamsinterface
TasksReorderResultinterface
TasksReopenParamsinterface
TasksReopenResulttype
TasksStartParamsinterface
TasksStartResultinterface
TasksStopParamstype
TasksStopResultinterface
TasksCurrentParamstype
TasksCurrentResultinterface
ValidationSeveritytypeCommon validation types
ValidationViolationinterface
ComplianceMetricsinterface
ValidateSchemaParamsinterface
ValidateSchemaResultinterface
ValidateProtocolParamsinterface
ValidateProtocolResultinterface
ValidateTaskParamsinterface
ValidateTaskResultinterface
ValidateManifestParamsinterface
ValidateManifestResultinterface
ValidateOutputParamsinterface
ValidateOutputResultinterface
ValidateComplianceSummaryParamsinterface
ValidateComplianceSummaryResulttype
ValidateComplianceViolationsParamsinterface
ValidateComplianceViolationsResultinterface
ValidateTestStatusParamsinterface
ValidateTestStatusResultinterface
ValidateTestCoverageParamsinterface
ValidateTestCoverageResultinterface
ValidateComplianceRecordParamsinterface
ValidateComplianceRecordResultinterface
ValidateTestRunParamsinterface
ValidateTestRunResultinterface
OrchestrationLevelenumThe 5 orchestration levels in order of authority.
AgentHierarchyEntryinterfaceAn agent’s position in the orchestration hierarchy.
AgentHierarchyinterfaceThe full agent hierarchy tree.
EscalationChaininterfaceAn escalation path from an agent to its authority chain.
OrchestrationHierarchyAPIinterfaceAPI for querying and managing the agent hierarchy.
TaskRecordRelationinterfaceA single task relation entry (string-widened version).
ValidationHistoryEntryinterfaceValidation history entry.
TaskRecordinterfaceString-widened Task for JSON serialization in dispatch/LAFS layer.
MinimalTaskRecordinterfaceMinimal task representation for find results.
TaskSummaryinterfaceTask summary counts used in dashboard and stats views.
LabelCountinterfaceLabel frequency entry.
DashboardResultinterfaceDashboard result from system.dash query.
StatsCurrentStateinterfaceCurrent state counts used in stats results.
StatsCompletionMetricsinterfaceCompletion metrics for a given time period.
StatsActivityMetricsinterfaceActivity metrics for a given time period.
StatsAllTimeinterfaceAll-time cumulative statistics.
StatsCycleTimesinterfaceCycle time statistics.
StatsResultinterfaceStats result from system.stats query.
LogQueryResultinterfaceLog query result from system.log query.
ContextResultinterfaceContext monitoring data from system.context query.
SequenceResultinterfaceSequence counter data from system.sequence query.
TaskRefinterfaceCompact task reference used across analysis and dependency results.
TaskRefPrioritytypeTask reference with optional priority (used in orchestrator/HITL contexts).
LeveragedTaskinterfaceTask with leverage score for prioritization.
BottleneckTaskinterfaceBottleneck task — blocks other tasks.
TaskAnalysisResultinterfaceTask analysis result from tasks.analyze.
TaskDepsResultinterfaceSingle task dependency result from tasks.deps.
CompleteTaskUnblockedinterfaceCompletion result — unblocked tasks after completing a task.
ProvidertypeProvider identifier for spawn operations.
CAAMPSpawnOptionsinterfaceCAAMP-compatible spawn options (inlined for zero-dep contracts).
CAAMPSpawnResultinterfaceCAAMP-compatible spawn result (inlined for zero-dep contracts).
CLEOSpawnContextinterfaceCLEO-specific spawn context Extends CAAMP options with CLEO task and protocol…
CLEOSpawnResultinterfaceCLEO spawn result Extends CAAMP SpawnResult with CLEO-specific timing and met…
CLEOSpawnAdapterinterfaceSpawn adapter interface Wraps CAAMP SpawnAdapter with CLEO-specific context a…
TokenResolutioninterfaceToken resolution information for prompt processing
SpawnStatustypeSpawn status values
ProtocolTypetypeAll supported protocol types. Covers the 9 RCASD-IVTR pipeline stages plus t…
GateNametypeVerification gate names (ordered dependency chain).
WarpStageinterfaceA single stage in the warp chain. The category union includes all canonical…
WarpLinkinterfaceConnection between two stages in the chain.
ChainShapeinterfaceThe topology/DAG of a workflow.
GateChecktypeDiscriminated union for gate check types.
GateContractinterfaceA quality gate embedded in the chain.
WarpChaininterfaceComplete chain definition combining shape and gates.
ChainValidationinterfaceResult of validating a chain definition.
WarpChainInstanceinterfaceA chain bound to a specific epic.
GateResultinterfaceResult of evaluating a single gate.
WarpChainExecutioninterfaceRuntime state of a chain instance execution.
TesseraVariableinterfaceA variable declaration within a Tessera template.
TesseraTemplateinterfaceA parameterized WarpChain template with variable bindings.
TesseraInstantiationInputinterfaceInput for instantiating a Tessera template into a concrete chain.
BrainObservationTypetypeBrain observation type.
HybridSearchOptionsinterfaceOptions for hybrid (FTS + vector + graph) brain search.
DuplicateStrategytypeStrategy for handling duplicate tasks during import.
ImportParamsinterfaceParameters for task import operations.
AgentInstanceStatustypeAgent instance status type.
AgentTypetypeAgent type classification.
AgentInstanceRowinterfaceRow shape for the agent_instances table. Manually defined to avoid Drizzle…
RegisterAgentOptionsinterfaceOptions for registering a new agent instance.
AgentCapacityinterfaceAgent capacity information.
AgentHealthStatusinterfaceAgent health status from heartbeat monitoring.
BlastRadiusSeveritytypeSeverity classification for blast radius.
ImpactedTaskinterfaceA single task predicted to be affected by a change.
ImpactReportinterfaceFull impact prediction report for a free-text change description.
BlastRadiusinterfaceQuantified scope of a task’s impact across the project.
TaskStartResultinterfaceResult of starting work on a task.
TasksAPIinterfaceTasks domain API.
SessionsAPIinterfaceSessions domain API.
MemoryAPIinterfaceMemory/Brain domain API.
OrchestrationAPIinterfaceOrchestration domain API.
LifecycleAPIinterfaceLifecycle pipeline domain API.
ReleaseAPIinterfaceRelease management domain API.
AdminAPIinterfaceAdmin domain API.
StickyAPIinterfaceSticky notes domain API.
NexusAPIinterfaceCross-project Nexus domain API.
SyncAPIinterfaceTask reconciliation / sync domain API.
AgentsAPIinterfaceAgent registry domain API.
IntelligenceAPIinterfaceIntelligence / impact analysis domain API.
CleoInitOptionsinterfaceOptions for initializing the Cleo facade.

Other Exports

SymbolKindDescription
capabilities.tsfile
context-monitor.tsfile
hooks.tsfile
install.tsfile
provider-paths.tsfile
spawn.tsfile
task-sync.tsfile
agent-registry.tsfile
conduit.tsfile
transport.tsfile
adapter.tsfile
TASK_STATUSESvariable
SESSION_STATUSESvariable
LIFECYCLE_PIPELINE_STATUSESvariable
LIFECYCLE_STAGE_STATUSESvariable
ADR_STATUSESvariable
GATE_STATUSESvariable
MANIFEST_STATUSESvariable
TERMINAL_TASK_STATUSESvariable
TERMINAL_PIPELINE_STATUSESvariable
TERMINAL_STAGE_STATUSESvariable
STATUS_REGISTRYvariable
PIPELINE_STATUS_ICONSvariablePipeline status → Unicode progress icon. Used wherever lifecycle pipeline sta…
STAGE_STATUS_ICONSvariableStage status → Unicode progress icon. Used wherever pipeline stage status is…
TASK_STATUS_SYMBOLS_UNICODEvariableTask status → Unicode symbol (rich terminal / Unicode-enabled). Falls back to…
TASK_STATUS_SYMBOLS_ASCIIvariableTask status → ASCII fallback symbol (non-Unicode terminals, CI output).
status-registry.tsfile
task.tsfile
archive.tsfile
brain.tsfile
code-symbol.tsfile
config.tsfile
session.tsfile
data-accessor.tsfile
discovery.tsfile
errors.tsfile
exit-codes.tsfile
lafs.tsfile
memory.tsfile
issues.tsfile
lifecycle.tsfile
orchestrate.tsfile
release.tsfile
research.tsfile
session.tsfile
skills.tsfile
system.tsfile
tasks.tsfile
validate.tsfile
index.tsfile
orchestration-hierarchy.tsfile
task-record.tsfile
results.tsfile
spawn-types.tsfile
warp-chain.tsfile
tessera.tsfile
index.tsfile
BRAIN_OBSERVATION_TYPESvariableObservation type categories for brain entries.
AGENT_INSTANCE_STATUSESvariableAgent instance status values.
AGENT_TYPESvariableAgent type classification values.
facade.tsfile