Implement worker Advise commands #81

Merged
dohertj2 merged 2 commits from agent-2/issue-28-implement-advise-unadvise-advisesupervisory into main 2026-04-26 18:46:00 -04:00
Owner

Summary

  • implement worker-side Advise, UnAdvise, and AdviseSupervisory handling on the STA command path
  • track plain and supervisory advice state for cleanup without prevalidating MXAccess handles
  • add focused worker tests plus opt-in live MXAccess Advise/UnAdvise smoke coverage
  • update worker design documentation for advice lifecycle behavior

Closes #28

Verification

  • dotnet build src\MxGateway.sln
  • dotnet test src\MxGateway.Worker.Tests\MxGateway.Worker.Tests.csproj -p:Platform=x86
  • dotnet test src\MxGateway.sln --no-build
## Summary - implement worker-side Advise, UnAdvise, and AdviseSupervisory handling on the STA command path - track plain and supervisory advice state for cleanup without prevalidating MXAccess handles - add focused worker tests plus opt-in live MXAccess Advise/UnAdvise smoke coverage - update worker design documentation for advice lifecycle behavior Closes #28 ## Verification - dotnet build src\\MxGateway.sln - dotnet test src\\MxGateway.Worker.Tests\\MxGateway.Worker.Tests.csproj -p:Platform=x86 - dotnet test src\\MxGateway.sln --no-build
dohertj2 added 2 commits 2026-04-26 18:45:17 -04:00
dohertj2 merged commit 366f57198f into main 2026-04-26 18:46:00 -04:00
Sign in to join this conversation.