chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,10 @@
namespace Examples.Lib.flow.context;
[Guid("cce36a29-8f66-492d-bf8f-b924fa1ae384")]
internal sealed class SetContextVariableExample : Instance<SetContextVariableExample>
{
[Output(Guid = "30ec9e5d-97af-4621-9e20-ef651bfd2ec3")]
public readonly Slot<Command> Output = new();
}