Uses of Record Class
ai.tabforge.workshop.model.ReviewScope
Packages that use ReviewScope
Package
Description
Domain model for the Claude Architect Workshop MCP server.
Orchestration engine — the agentic loop that coordinates all sub-agents.
-
Uses of ReviewScope in ai.tabforge.workshop.model
Methods in ai.tabforge.workshop.model that return ReviewScopeModifier and TypeMethodDescriptionstatic ReviewScopeReviewScope.changedFiles(String projectPath) Convenience factory — only changed files (git diff HEAD), all agents.static ReviewScopeConvenience factory — full project scan with all agents. -
Uses of ReviewScope in ai.tabforge.workshop.orchestrator
Methods in ai.tabforge.workshop.orchestrator that return ReviewScopeMethods in ai.tabforge.workshop.orchestrator with parameters of type ReviewScopeModifier and TypeMethodDescriptionTaskDecomposer.decompose(ReviewScope scope) Should distribute files for review to the agents who need to review them.OrchestratorAgent.startReview(ReviewScope scope) Starts a new review session asynchronously and returns immediately with a reviewId.Constructors in ai.tabforge.workshop.orchestrator with parameters of type ReviewScopeModifierConstructorDescriptionReviewSession(String reviewId, ReviewScope scope, ReviewReport.ReviewStatus status, ReviewReport report, EscalationRequest pendingEscalation, String startedAt)