DevTools

Read the execution screen

Interpret live UseCases, queue positions, lifecycle events, and terminal history without changing runtime state.

v0.1.0-dev.3Intermediateusecase_forge_devtools
Open source reference

Read the execution screen

The overview is organized around live UseCase instances. A label identifies the application role when the inspected UseCase provides one; the runtime type remains the stable technical identity.

Positions are lifecycle evidence

PositionMeaning
AdmissionInput Instructions or PendingQueue capacity still control the Entry
Pendinginput passed; processing eligibility has not been granted
Startingthe scheduler selected the Entry and is establishing Execution state
Processingthe registered handler is active
Finalizingterminal hooks, history, and resource release are completing

Positions are not separate application queues that DevTools owns. They are a read-only projection of core diagnostics.

Correlate one Execution

Use Execution ID to connect its events, Snapshot changes, cancellation request, error route, and terminal Entry. Command type and execution key explain grouping, but they do not uniquely identify one attempt.

Terminal history contains accepted work with completed, failed, cancelled, or terminated Results. Commands rejected before processing appear as rejection events and intentionally do not become history.

ARKTELOS

Purpose-built engineering systems for software that has to hold.