3.1 Control Plane vs Agent Execution Plane
3.2 Project Scope Model
3.3 Data Flow: Source -> Release -> Pipeline -> Logs/Artifacts
3.4 Runtime Configuration Layers (global / project / environment)
3.5 Pipeline Execution Semantics
3.6 Release Governance Path
3.7 Rollback Architecture (Policy-driven)
3.8 Security and Trust Boundaries
3.9 State and Persistence Model
3.10 Scalability Model
3.11 Failure Modes and Recovery Patterns
3.12 Why This Architecture Works in Practice
19.3 Soft Delete Behavior
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Orbnetes uses soft-delete strategy for key entities to preserve historical integrity.
Why soft delete is important:
- old logs/events keep valid references,
- release and pipeline history remains explainable,
- compliance evidence is not broken by hard deletions.
Expected behavior:
- deleted objects are hidden from normal active UI lists,
- historical references show object as deleted/inactive rather than disappearing,
- linked historical events remain queryable.
Operational implications:
- deletion is operational deactivation, not forensic erasure.
- postmortem analysis can still identify object lineage and responsible actions.
Governance recommendation:
- restrict delete privileges,
- require explicit reason/comment for sensitive delete actions (team policy),
- treat delete events as high-signal audit items.