Skip to content

Commit dd7874f

Browse files
committed
refactor: simplify command architecture description in README
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 1c28488 commit dd7874f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,7 @@ so agents can discover the packaged skills shipped with this repository.
130130

131131
## 🏗️ Architecture
132132

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.
137134

138135
- ``ProcessBuilderInterface`` - Builds process commands with arguments
139136
- ``ProcessQueueInterface`` - Manages and executes process queues

0 commit comments

Comments
 (0)