mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
14 lines
421 B
Markdown
14 lines
421 B
Markdown
---
|
|
id: ACT-000
|
|
title: "Epic: Transactional Action System"
|
|
status: Done
|
|
assignee: james
|
|
priority: High
|
|
tags: [epic, core, actions]
|
|
whitepaper: Section 4.4
|
|
---
|
|
|
|
## Description
|
|
|
|
Covers the user-facing, high-level orchestration layer. The Action System is the single, unified entry point for all user-initiated operations. It provides validation, pre-visualization, auditing, and dispatches tasks to the backend Job System.
|