Skip to main content

Module types

Module types 

Source
Expand description

Core types for PAIML Stack Orchestration

These types represent the domain model for dependency management, health checking, and coordinated releases.

Structs§

ConflictUsage
Usage in a version conflict
CrateInfo
Represents a crate in the PAIML stack
CrateIssue
Issue found during health check
DependencyInfo
Information about a dependency
HealthSummary
Summary of stack health
PlannedRelease
A planned release for a single crate
PreflightCheck
Individual pre-flight check
PreflightResult
Result of pre-flight checks
ReleasePlan
Release plan for coordinated release
StackHealthReport
Result of a stack health check
VersionConflict
Version conflict between crates

Enums§

CrateStatus
Health status of a crate
DependencyKind
Kind of dependency
IssueSeverity
Severity of an issue
IssueType
Type of issue
OutputFormat
Output format for stack commands