Skip to main content

Crate lau_shell_lifecycle

Crate lau_shell_lifecycle 

Source
Expand description

Shell lifecycle manager — from spawn to death, with self-assembling DNA.

This crate provides a full lifecycle state machine for shell instances, including self-assembling DNA pathways that grow with use and decay with disuse.

Structs§

DNA
Self-assembling pathway collection — used pathways grow, unused get pruned.
Pathway
A single DNA pathway — grows with use, decays with disuse.
ShellConfig
Configuration for spawning a new shell.
ShellLifecycle
The lifecycle state machine for a single shell.
ShellNursery
Manages all shell profiles.
ShellProfile
Accumulated identity and stats for a shell.

Enums§

LifecycleError
Errors that can occur during lifecycle operations.
LifecycleEvent
Events that can trigger lifecycle transitions.
ShellState
Lifecycle states a shell can be in.
ShellType
The type of shell being managed.