Engineering workflows, project/role subscriptions, demo personas#15
Merged
Extentsoftware merged 1 commit intomainfrom May 8, 2026
Merged
Conversation
- Three new workflows: slice-design, build, test-plan. Each carries a Foundry agent step + (for the first two) a HumanLead/HumanDev review gate. Outputs project as Doc / TestPlan artifacts via new IStepOutputProjector implementations. - Composer teaches SliceDesign / ImplementationPlan / TestPlan JSON shapes so the agent doesn't drift to discovery-style output. - Inspector dispatches Doc artifacts by JSON shape to a structured slice-design or implementation-plan view; TestPlan artifacts render as a case table. - Subscription gains optional project-scope and role-narrowing; UI exposes node / project / "any project" scopes and PO/UX/Lead/Dev roles. Migration adds ProjectId + Role columns. - PoGate handles HumanLead / HumanDev review gates alongside HumanUx, picking the matching artifact by (kind, title). - Workspace gets four launcher buttons: wireframing, slice design, build, test plan. Each runs the workflow inside its own DI scope. - Notifications page gets per-row Delete + Clear all; mark-read / delete operations use per-call IServiceScopeFactory to avoid the page's circuit-shared DbContext. - Top nav: Options dropdown groups Subscriptions / Notification feed / Settings; demo "view as" persona picker (5 personas) backed by a cookie + DevAuthenticationHandler. - Bell removed from layout (overlap with Options menu). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
slice-design/v1,build/v1,test-plan/v1) with Foundry agent steps + Lead/Dev review gates; outputs project as Doc / TestPlan artifacts via newIStepOutputProjectors. Composer teaches the JSON schemas; Artifact Inspector dispatchesDocartifacts by shape into structured slice-design or implementation-plan views, and rendersTestPlanas a case table.PO/UX/Lead/Dev); UI exposes node / project / any-project scopes. Migration addsProjectId+Rolecolumns and replaces the unique index.HumanLead/HumanDevreview gates alongsideHumanUx, picking the right artifact by(kind, title).IServiceScopeFactoryto avoid racing the page's circuit-shared DbContext.DevAuthenticationHandler. Bell removed (overlap with Options menu).Test plan
dotnet build Loom.sln -c Debugclean (0 errors).dotnet test tests/Loom.Domain.Tests— 91/91 pass.dotnet test tests/Loom.Application.Tests— 33/33 pass (incl. 2 new project/role subscription tests).Tara (Tech reviewer), subscribe project-scope role=Lead, click Run slice design on a node, confirm bell pings + gate page deep-links to the slice-design Doc artifact, approve.Marcus (Dev), run Build, confirm Implementation plan renders structured.🤖 Generated with Claude Code