Skip to content

Commit ebb4826

Browse files
docs: neutralize active workspace examples (#761)
Co-authored-by: homeboy-ci[bot] <266378653+homeboy-ci[bot]@users.noreply.github.com>
1 parent a898fce commit ebb4826

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inc/Runtime/ActiveWorkspaceProjector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* 'flow_id' => $flow_id,
5252
* 'initial_data' => array(
5353
* 'active_workspace' => array(
54-
* 'handle' => 'extrachill-artist-platform@docs/agent-run-123',
54+
* 'handle' => 'example-plugin@docs/agent-run-123',
5555
* ),
5656
* ),
5757
* ) );
@@ -62,7 +62,7 @@
6262
* == Layer purity ==
6363
*
6464
* This class talks about workspaces, not docs, voice, or any consumer
65-
* concept. Downstream plugins (e.g. extrachill-docs) consume the
65+
* concept. Downstream plugins (e.g. example-docs) consume the
6666
* active_workspace entry to make their own routing decisions. DMC stays
6767
* generic.
6868
*

0 commit comments

Comments
 (0)