You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,7 @@ so agents can discover the packaged skills shipped with this repository.
130
130
131
131
## 🏗️ Architecture
132
132
133
-
Commands no longer extend a shared abstract base. Each command is self-contained
134
-
and receives its dependencies through constructor injection, following
135
-
the :abbr:`DI` pattern. The ``ProcessBuilder`` and ``ProcessQueue`` classes
136
-
provide a fluent API for constructing and executing system processes in sequence.
133
+
Each command is self-contained and receives its dependencies through constructor injection, following the :abbr:`DI` pattern. The ``ProcessBuilder`` and ``ProcessQueue`` classes provide a fluent API for constructing and executing system processes in sequence.
137
134
138
135
-``ProcessBuilderInterface`` - Builds process commands with arguments
139
136
-``ProcessQueueInterface`` - Manages and executes process queues
0 commit comments