AdapterCapabilities | interface | Adapter capability declarations for CLEO provider adapters. T5240 |
AdapterContextMonitorProvider | interface | Context monitor provider interface for CLEO provider adapters. Allows provide… |
AdapterHookProvider | interface | Hook provider interface for CLEO provider adapters. Maps provider-specific ev… |
AdapterInstallProvider | interface | Install provider interface for CLEO provider adapters. Handles registration w… |
InstallOptions | interface | |
InstallResult | interface | |
AdapterPathProvider | interface | Path provider interface for CLEO provider adapters. Allows providers to decla… |
AdapterSpawnProvider | interface | Spawn provider interface for CLEO provider adapters. T5240 |
SpawnContext | interface | |
SpawnResult | interface | |
ExternalTaskStatus | type | Normalized status for tasks coming from an external provider. |
ExternalTask | interface | A task as reported by an external provider, normalized to a common shape. Pro… |
ExternalLinkType | type | How an external task link was established. |
SyncDirection | type | Direction of the sync that established the link. |
ExternalTaskLink | interface | A link between a CLEO task and an external provider task. Stored in the exter… |
ConflictPolicy | type | Policy for resolving conflicts between CLEO and provider state. -… |
ReconcileOptions | interface | Options for the reconciliation engine. |
ReconcileActionType | type | The type of action the reconciliation engine will take. |
ReconcileAction | interface | A single reconciliation action (planned or applied). |
ReconcileResult | interface | Result of a full reconciliation run. |
ExternalTaskProvider | interface | Interface that provider adapters implement to expose their external task syst… |
TransportConfig | interface | Transport-specific configuration stored per agent credential. |
AgentCredential | interface | A registered agent’s credentials and profile. |
AgentListFilter | interface | Filter options for listing agent credentials. |
AgentRegistryAPI | interface | CRUD and lifecycle operations for agent credentials. |
ConduitMessage | interface | A message received through the Conduit. |
ConduitSendOptions | interface | Options for sending a message. |
ConduitSendResult | interface | Result of sending a message. |
ConduitUnsubscribe | type | Unsubscribe function returned by event subscriptions. |
ConduitState | type | Conduit connection states. |
ConduitStateChange | interface | Connection state change event. |
Conduit | interface | The Conduit Protocol interface — high-level agent messaging. Conduit wraps a… |
ConduitConfig | interface | Configuration for creating a Conduit instance. |
TransportConnectConfig | interface | Configuration passed to Transport.connect(). |
Transport | interface | Low-level wire transport for agent messaging. |
AdapterTransportProvider | interface | |
CLEOProviderAdapter | interface | Core provider adapter interface that every CLEO provider must implement. |
AdapterHealthStatus | interface | Health check result returned by CLEOProviderAdapter.healthCheck. |
TaskStatus | type | |
SessionStatus | type | |
PipelineStatus | type | |
StageStatus | type | |
AdrStatus | type | |
GateStatus | type | |
ManifestStatus | type | |
EntityType | type | |
TaskPriority | type | Task priority levels. |
TaskType | type | Task type in hierarchy. |
TaskSize | type | Task size (scope, NOT time). |
EpicLifecycle | type | Epic lifecycle states. |
TaskOrigin | type | Task origin (provenance). |
VerificationAgent | type | Verification agent types. |
VerificationGate | type | Verification gate names. |
VerificationFailure | interface | Verification failure log entry. |
TaskVerification | interface | Task verification state. |
TaskProvenance | interface | Task provenance tracking. |
TaskRelation | interface | A single task relation entry. |
Task | interface | A single CLEO task as stored in the database. Fields marked as required are… |
TaskCreate | interface | Input type for creating a new task via addTask(). Only the fields the call… |
CompletedTask | type | A task with status = 'done'. Narrows Task to require completedAt. Use… |
CancelledTask | type | A task with status = 'cancelled'. Narrows Task to require cancelledAt a… |
PhaseStatus | type | Phase status. |
Phase | interface | Phase definition. |
PhaseTransition | interface | Phase transition record. |
ReleaseStatus | type | Release status. |
Release | interface | Release definition. |
ProjectMeta | interface | Project metadata. |
FileMeta | interface | File metadata (_meta block). |
SessionNote | interface | Session note in taskWork block. |
TaskWorkState | interface | Task work state. |
ArchiveMetadata | interface | Archive metadata attached to archived task records. |
ArchivedTask | interface | A task with archive metadata. |
ArchiveReportType | type | Report type for archive statistics. |
ArchiveSummaryReport | interface | Summary report from archive statistics. |
ArchivePhaseEntry | interface | Phase breakdown entry from archive statistics. |
ArchiveLabelEntry | interface | Label breakdown entry from archive statistics. |
ArchivePriorityEntry | interface | Priority breakdown entry from archive statistics. |
CycleTimeDistribution | interface | Cycle time distribution buckets. |
CycleTimePercentiles | interface | Cycle time percentiles. |
ArchiveCycleTimesReport | interface | Cycle times report from archive statistics. |
ArchiveDailyTrend | interface | Daily archive trend entry. |
ArchiveMonthlyTrend | interface | Monthly archive trend entry. |
ArchiveTrendsReport | interface | Trends report from archive statistics. |
ArchiveStatsEnvelope | interface | Archive statistics result envelope. |
BrainEntryRef | interface | Compact brain entry reference used in contradiction analysis. |
BrainEntrySummary | interface | Brain entry reference with summary, used in superseded analysis. |
ContradictionDetail | interface | Contradiction detail between two brain entries. |
SupersededEntry | interface | Superseded entry pair showing old and replacement entries. |
CodeSymbolKind | type | Kind of code symbol extracted from AST. |
CodeSymbol | interface | A structured code symbol extracted from a source file via tree-sitter. |
ParseResult | interface | Result of parsing a single file. |
BatchParseResult | interface | Result of batch-parsing multiple files. |
OutputFormat | type | Output format options. |
DateFormat | type | Date format options. |
OutputConfig | interface | Output configuration. |
BackupConfig | interface | Backup configuration. |
EnforcementProfile | type | Hierarchy enforcement profile preset. |
HierarchyConfig | interface | Hierarchy configuration. |
SessionConfig | interface | Session configuration. |
LogLevel | type | Pino log levels. |
LoggingConfig | interface | Logging configuration. |
AcceptanceEnforcementMode | type | Acceptance criteria enforcement mode. |
AcceptanceEnforcementConfig | interface | Acceptance criteria enforcement settings. |
SessionEnforcementConfig | interface | Session enforcement settings. |
EnforcementConfig | interface | Top-level enforcement configuration. |
VerificationConfig | interface | Verification gate configuration. |
LifecycleEnforcementMode | type | Lifecycle enforcement mode. |
LifecycleConfig | interface | Lifecycle enforcement configuration. |
SharingMode | type | Sharing mode: whether .cleo/ files are committed to the project git repo. |
SharingConfig | interface | Sharing configuration for multi-contributor .cleo/ state management. |
BrainMemoryBridgeConfig | interface | Brain memory bridge refresh configuration. Controls when… |
BrainEmbeddingConfig | interface | Brain embedding provider configuration. T134 T136 |
BrainSummarizationConfig | interface | Brain session summarization configuration. T134 T140 |
BrainConfig | interface | Brain (BRAIN memory system) configuration. Controls automated memory capture,… |
SessionSummaryInput | interface | Structured session summary input for ingestStructuredSummary(). T134 T140 |
SignalDockMode | type | SignalDock transport mode. |
SignalDockConfig | interface | SignalDock integration configuration. |
CleoConfig | interface | CLEO project configuration (config.json). |
ConfigSource | type | Configuration resolution priority. |
ResolvedValue | interface | A resolved config value with its source. |
SessionScope | interface | Session scope JSON blob shape. |
SessionStats | interface | Session statistics. |
SessionTaskWork | interface | Active task work state within a session. |
Session | interface | Session domain type — plain interface aligned with Drizzle sessions table. |
SessionStartResult | interface | Result of a session start operation. The sessionId field is a convenience… |
DataAccessorAgentInstance | interface | Agent instance row shape for DataAccessor methods. Mirrors the agent_instance… |
ArchiveFields | interface | Archive-specific fields for task upsert. |
ArchiveFile | interface | Archive file structure. |
TaskQueryFilters | interface | Filter bag for queryTasks(). Covers ~90% of task query patterns. |
QueryTasksResult | interface | Result from queryTasks() with pagination support. |
TaskFieldUpdates | interface | Partial task row fields for updateTaskFields(). |
TransactionAccessor | interface | Subset of DataAccessor methods available inside a transaction callback. Write… |
DataAccessor | interface | DataAccessor interface. Core modules call these methods instead of readJson/… |
AdapterManifest | interface | |
DetectionPattern | interface | |
ExitCode | enum | CLEO exit codes — canonical definitions shared across all layers. Ranges: 0… |
LAFSErrorCategory | type | LAFS error category. |
LAFSError | interface | LAFS error object. |
Warning | interface | LAFS warning. |
LAFSTransport | type | LAFS transport metadata. |
MVILevel | type | MVI (Minimal Viable Information) level. |
LAFSPageNone | interface | LAFS page — no pagination. |
LAFSPageOffset | interface | LAFS page — offset-based pagination. |
LAFSPage | type | LAFS page union. |
LAFSMeta | interface | LAFS metadata block. |
LAFSEnvelope | interface | LAFS envelope (canonical protocol type). |
FlagInput | interface | Flag input for conformance checks. |
ConformanceReport | interface | Conformance report. |
LafsAlternative | interface | Actionable alternative the caller can try. |
LafsErrorDetail | interface | LAFS error detail shared between CLI and gateway. |
LafsSuccess | interface | LAFS success envelope (CLI). |
LafsError | interface | LAFS error envelope (CLI). |
LafsEnvelope | type | CLI envelope union type. |
GatewayMeta | interface | Metadata attached to every gateway response. Extends the canonical LAFSMeta w… |
GatewaySuccess | interface | Gateway success envelope (extends CLI base with _meta). |
GatewayError | interface | Gateway error envelope (extends CLI base with _meta). |
GatewayEnvelope | type | Gateway envelope union type. |
CleoResponse | type | Unified CLEO response envelope. Every CLEO response (CLI or Gateway) is a Cl… |
MemoryBridgeConfig | interface | Memory bridge types for CLEO provider adapters. Defines the shape of .cleo/me… |
MemoryBridgeContent | interface | Structured content of the .cleo/memory-bridge.md file. |
SessionSummary | interface | Summary of a completed session for the memory bridge. |
BridgeLearning | interface | A key learning extracted from brain.db for the memory bridge. |
BridgePattern | interface | A recurring pattern identified in brain.db entries. |
BridgeDecision | interface | A decision recorded in brain.db for the memory bridge. |
BridgeObservation | interface | A recent observation from brain.db for the memory bridge. |
IssueSeverity | type | Common issue types |
IssueArea | type | |
IssueType | type | |
Diagnostics | interface | |
IssuesDiagnosticsParams | type | |
IssuesDiagnosticsResult | interface | |
IssuesCreateBugParams | interface | |
IssuesCreateBugResult | interface | |
IssuesCreateFeatureParams | interface | |
IssuesCreateFeatureResult | interface | |
IssuesCreateHelpParams | interface | |
IssuesCreateHelpResult | interface | |
LifecycleStage | type | Common lifecycle types |
GateStatus | type | |
StageRecord | interface | |
Gate | interface | |
LifecycleCheckParams | interface | |
LifecycleCheckResult | interface | |
LifecycleStatusParams | interface | |
LifecycleStatusResult | interface | |
LifecycleHistoryParams | interface | |
LifecycleHistoryEntry | interface | |
LifecycleHistoryResult | type | |
LifecycleGatesParams | interface | |
LifecycleGatesResult | type | |
LifecyclePrerequisitesParams | interface | |
LifecyclePrerequisitesResult | interface | |
LifecycleProgressParams | interface | |
LifecycleProgressResult | interface | |
LifecycleSkipParams | interface | |
LifecycleSkipResult | interface | |
LifecycleResetParams | interface | |
LifecycleResetResult | interface | |
LifecycleGatePassParams | interface | |
LifecycleGatePassResult | interface | |
LifecycleGateFailParams | interface | |
LifecycleGateFailResult | interface | |
Wave | interface | Common orchestration types |
SkillDefinition | interface | |
OrchestrateStatusParams | interface | |
OrchestrateStatusResult | interface | |
OrchestrateNextParams | interface | |
OrchestrateNextResult | interface | |
OrchestrateReadyParams | interface | |
OrchestrateReadyResult | interface | |
OrchestrateAnalyzeParams | interface | |
OrchestrateAnalyzeResult | interface | |
OrchestrateContextParams | interface | |
OrchestrateContextResult | interface | |
OrchestrateWavesParams | interface | |
OrchestrateWavesResult | type | |
OrchestrateSkillListParams | interface | |
OrchestrateSkillListResult | type | |
OrchestrateBootstrapParams | interface | |
BrainState | interface | |
OrchestrateStartupParams | interface | |
OrchestrateStartupResult | interface | |
OrchestrateSpawnParams | interface | |
OrchestrateSpawnResult | interface | |
OrchestrateHandoffParams | interface | |
OrchestrateHandoffResult | interface | |
OrchestrateValidateParams | interface | |
OrchestrateValidateResult | interface | |
OrchestrateParallelStartParams | interface | |
OrchestrateParallelStartResult | interface | |
OrchestrateParallelEndParams | interface | |
OrchestrateParallelEndResult | interface | |
ReleaseType | type | Common release types |
ReleaseGate | interface | |
ChangelogSection | interface | |
ReleasePrepareParams | interface | |
ReleasePrepareResult | interface | |
ReleaseChangelogParams | interface | |
ReleaseChangelogResult | interface | |
ReleaseCommitParams | interface | |
ReleaseCommitResult | interface | |
ReleaseTagParams | interface | |
ReleaseTagResult | interface | |
ReleasePushParams | interface | |
ReleasePushResult | interface | |
ReleaseGatesRunParams | interface | |
ReleaseGatesRunResult | interface | |
ReleaseRollbackParams | interface | |
ReleaseRollbackResult | interface | |
ResearchEntry | interface | Common research types |
ManifestEntry | interface | |
ResearchShowParams | interface | |
ResearchShowResult | type | |
ResearchListParams | interface | |
ResearchListResult | type | |
ResearchQueryParams | interface | |
ResearchQueryResult | interface | |
ResearchPendingParams | interface | |
ResearchPendingResult | type | |
ResearchStatsParams | interface | |
ResearchStatsResult | interface | |
ResearchManifestReadParams | interface | |
ResearchManifestReadResult | type | |
ResearchInjectParams | interface | |
ResearchInjectResult | interface | |
ResearchLinkParams | interface | |
ResearchLinkResult | interface | |
ResearchManifestAppendParams | interface | |
ResearchManifestAppendResult | interface | |
ResearchManifestArchiveParams | interface | |
ResearchManifestArchiveResult | interface | |
SessionOp | interface | Common session types |
SessionStatusParams | type | |
SessionStatusResult | interface | |
SessionListParams | interface | |
SessionListResult | interface | |
SessionShowParams | interface | |
SessionShowResult | type | |
SessionHistoryParams | interface | |
SessionHistoryEntry | interface | |
SessionHistoryResult | type | |
SessionStartParams | interface | |
SessionStartResult | type | |
SessionEndParams | interface | |
SessionEndResult | interface | |
SessionResumeParams | interface | |
SessionResumeResult | type | |
SessionSuspendParams | interface | |
SessionSuspendResult | interface | |
SessionGcParams | interface | |
SessionGcResult | interface | |
SkillCategory | type | Common skill types |
SkillStatus | type | |
DispatchStrategy | type | |
SkillSummary | interface | |
SkillDetail | interface | |
DispatchCandidate | interface | |
DependencyNode | interface | |
ValidationIssue | interface | |
SkillsListParams | interface | |
SkillsListResult | type | |
SkillsShowParams | interface | |
SkillsShowResult | type | |
SkillsFindParams | interface | |
SkillsFindResult | interface | |
SkillsDispatchParams | interface | |
SkillsDispatchResult | interface | |
SkillsVerifyParams | interface | |
SkillsVerifyResult | interface | |
SkillsDependenciesParams | interface | |
SkillsDependenciesResult | interface | |
SkillsInstallParams | interface | |
SkillsInstallResult | interface | |
SkillsUninstallParams | interface | |
SkillsUninstallResult | interface | |
SkillsEnableParams | interface | |
SkillsEnableResult | interface | |
SkillsDisableParams | interface | |
SkillsDisableResult | interface | |
SkillsConfigureParams | interface | |
SkillsConfigureResult | interface | |
SkillsRefreshParams | interface | |
SkillsRefreshResult | interface | |
HealthCheck | interface | Common system types |
ProjectStats | interface | |
SystemVersionParams | type | |
SystemVersionResult | interface | |
SystemDoctorParams | type | |
SystemDoctorResult | interface | |
SystemConfigGetParams | interface | |
SystemConfigGetResult | interface | |
SystemStatsParams | type | |
SystemStatsResult | type | |
SystemContextParams | type | |
SystemContextResult | interface | |
SystemInitParams | interface | |
SystemInitResult | interface | |
SystemConfigSetParams | interface | |
SystemConfigSetResult | interface | |
SystemBackupParams | interface | |
SystemBackupResult | interface | |
SystemRestoreParams | interface | |
SystemRestoreResult | interface | |
SystemMigrateParams | interface | |
SystemMigrateResult | interface | |
SystemSyncParams | interface | |
SystemSyncResult | interface | |
SystemCleanupParams | interface | |
SystemCleanupResult | interface | |
TaskPriority | type | |
TaskOp | interface | |
MinimalTask | interface | |
TasksGetParams | interface | |
TasksGetResult | type | |
TasksListParams | interface | |
TasksListResult | interface | |
TasksFindParams | interface | |
TasksFindResult | type | |
TasksExistsParams | interface | |
TasksExistsResult | interface | |
TasksTreeParams | interface | |
TaskTreeNode | interface | |
TasksTreeResult | type | |
TasksBlockersParams | interface | |
Blocker | interface | |
TasksBlockersResult | type | |
TasksDepsParams | interface | |
TaskDependencyNode | interface | |
TasksDepsResult | interface | |
TasksAnalyzeParams | interface | |
TriageRecommendation | interface | |
TasksAnalyzeResult | type | |
TasksNextParams | interface | |
SuggestedTask | interface | |
TasksNextResult | type | |
TasksCreateParams | interface | |
TasksCreateResult | type | |
TasksUpdateParams | interface | |
TasksUpdateResult | type | |
TasksCompleteParams | interface | |
TasksCompleteResult | interface | |
TasksDeleteParams | interface | |
TasksDeleteResult | interface | |
TasksArchiveParams | interface | |
TasksArchiveResult | interface | |
TasksUnarchiveParams | interface | |
TasksUnarchiveResult | type | |
TasksReparentParams | interface | |
TasksReparentResult | type | |
TasksPromoteParams | interface | |
TasksPromoteResult | type | |
TasksReorderParams | interface | |
TasksReorderResult | interface | |
TasksReopenParams | interface | |
TasksReopenResult | type | |
TasksStartParams | interface | |
TasksStartResult | interface | |
TasksStopParams | type | |
TasksStopResult | interface | |
TasksCurrentParams | type | |
TasksCurrentResult | interface | |
ValidationSeverity | type | Common validation types |
ValidationViolation | interface | |
ComplianceMetrics | interface | |
ValidateSchemaParams | interface | |
ValidateSchemaResult | interface | |
ValidateProtocolParams | interface | |
ValidateProtocolResult | interface | |
ValidateTaskParams | interface | |
ValidateTaskResult | interface | |
ValidateManifestParams | interface | |
ValidateManifestResult | interface | |
ValidateOutputParams | interface | |
ValidateOutputResult | interface | |
ValidateComplianceSummaryParams | interface | |
ValidateComplianceSummaryResult | type | |
ValidateComplianceViolationsParams | interface | |
ValidateComplianceViolationsResult | interface | |
ValidateTestStatusParams | interface | |
ValidateTestStatusResult | interface | |
ValidateTestCoverageParams | interface | |
ValidateTestCoverageResult | interface | |
ValidateComplianceRecordParams | interface | |
ValidateComplianceRecordResult | interface | |
ValidateTestRunParams | interface | |
ValidateTestRunResult | interface | |
OrchestrationLevel | enum | The 5 orchestration levels in order of authority. |
AgentHierarchyEntry | interface | An agent’s position in the orchestration hierarchy. |
AgentHierarchy | interface | The full agent hierarchy tree. |
EscalationChain | interface | An escalation path from an agent to its authority chain. |
OrchestrationHierarchyAPI | interface | API for querying and managing the agent hierarchy. |
TaskRecordRelation | interface | A single task relation entry (string-widened version). |
ValidationHistoryEntry | interface | Validation history entry. |
TaskRecord | interface | String-widened Task for JSON serialization in dispatch/LAFS layer. |
MinimalTaskRecord | interface | Minimal task representation for find results. |
TaskSummary | interface | Task summary counts used in dashboard and stats views. |
LabelCount | interface | Label frequency entry. |
DashboardResult | interface | Dashboard result from system.dash query. |
StatsCurrentState | interface | Current state counts used in stats results. |
StatsCompletionMetrics | interface | Completion metrics for a given time period. |
StatsActivityMetrics | interface | Activity metrics for a given time period. |
StatsAllTime | interface | All-time cumulative statistics. |
StatsCycleTimes | interface | Cycle time statistics. |
StatsResult | interface | Stats result from system.stats query. |
LogQueryResult | interface | Log query result from system.log query. |
ContextResult | interface | Context monitoring data from system.context query. |
SequenceResult | interface | Sequence counter data from system.sequence query. |
TaskRef | interface | Compact task reference used across analysis and dependency results. |
TaskRefPriority | type | Task reference with optional priority (used in orchestrator/HITL contexts). |
LeveragedTask | interface | Task with leverage score for prioritization. |
BottleneckTask | interface | Bottleneck task — blocks other tasks. |
TaskAnalysisResult | interface | Task analysis result from tasks.analyze. |
TaskDepsResult | interface | Single task dependency result from tasks.deps. |
CompleteTaskUnblocked | interface | Completion result — unblocked tasks after completing a task. |
Provider | type | Provider identifier for spawn operations. |
CAAMPSpawnOptions | interface | CAAMP-compatible spawn options (inlined for zero-dep contracts). |
CAAMPSpawnResult | interface | CAAMP-compatible spawn result (inlined for zero-dep contracts). |
CLEOSpawnContext | interface | CLEO-specific spawn context Extends CAAMP options with CLEO task and protocol… |
CLEOSpawnResult | interface | CLEO spawn result Extends CAAMP SpawnResult with CLEO-specific timing and met… |
CLEOSpawnAdapter | interface | Spawn adapter interface Wraps CAAMP SpawnAdapter with CLEO-specific context a… |
TokenResolution | interface | Token resolution information for prompt processing |
SpawnStatus | type | Spawn status values |
ProtocolType | type | All supported protocol types. Covers the 9 RCASD-IVTR pipeline stages plus t… |
GateName | type | Verification gate names (ordered dependency chain). |
WarpStage | interface | A single stage in the warp chain. The category union includes all canonical… |
WarpLink | interface | Connection between two stages in the chain. |
ChainShape | interface | The topology/DAG of a workflow. |
GateCheck | type | Discriminated union for gate check types. |
GateContract | interface | A quality gate embedded in the chain. |
WarpChain | interface | Complete chain definition combining shape and gates. |
ChainValidation | interface | Result of validating a chain definition. |
WarpChainInstance | interface | A chain bound to a specific epic. |
GateResult | interface | Result of evaluating a single gate. |
WarpChainExecution | interface | Runtime state of a chain instance execution. |
TesseraVariable | interface | A variable declaration within a Tessera template. |
TesseraTemplate | interface | A parameterized WarpChain template with variable bindings. |
TesseraInstantiationInput | interface | Input for instantiating a Tessera template into a concrete chain. |
BrainObservationType | type | Brain observation type. |
HybridSearchOptions | interface | Options for hybrid (FTS + vector + graph) brain search. |
DuplicateStrategy | type | Strategy for handling duplicate tasks during import. |
ImportParams | interface | Parameters for task import operations. |
AgentInstanceStatus | type | Agent instance status type. |
AgentType | type | Agent type classification. |
AgentInstanceRow | interface | Row shape for the agent_instances table. Manually defined to avoid Drizzle… |
RegisterAgentOptions | interface | Options for registering a new agent instance. |
AgentCapacity | interface | Agent capacity information. |
AgentHealthStatus | interface | Agent health status from heartbeat monitoring. |
BlastRadiusSeverity | type | Severity classification for blast radius. |
ImpactedTask | interface | A single task predicted to be affected by a change. |
ImpactReport | interface | Full impact prediction report for a free-text change description. |
BlastRadius | interface | Quantified scope of a task’s impact across the project. |
TaskStartResult | interface | Result of starting work on a task. |
TasksAPI | interface | Tasks domain API. |
SessionsAPI | interface | Sessions domain API. |
MemoryAPI | interface | Memory/Brain domain API. |
OrchestrationAPI | interface | Orchestration domain API. |
LifecycleAPI | interface | Lifecycle pipeline domain API. |
ReleaseAPI | interface | Release management domain API. |
AdminAPI | interface | Admin domain API. |
StickyAPI | interface | Sticky notes domain API. |
NexusAPI | interface | Cross-project Nexus domain API. |
SyncAPI | interface | Task reconciliation / sync domain API. |
AgentsAPI | interface | Agent registry domain API. |
IntelligenceAPI | interface | Intelligence / impact analysis domain API. |
CleoInitOptions | interface | Options for initializing the Cleo facade. |