Module: Aidp::Watch

Defined in:
lib/aidp/watch.rb,
lib/aidp/watch/runner.rb,
lib/aidp/watch/work_item.rb,
lib/aidp/watch/auto_merger.rb,
lib/aidp/watch/state_store.rb,
lib/aidp/watch/auto_processor.rb,
lib/aidp/watch/base_processor.rb,
lib/aidp/watch/plan_generator.rb,
lib/aidp/watch/plan_processor.rb,
lib/aidp/watch/build_processor.rb,
lib/aidp/watch/ci_fix_processor.rb,
lib/aidp/watch/ci_log_extractor.rb,
lib/aidp/watch/rebase_processor.rb,
lib/aidp/watch/review_processor.rb,
lib/aidp/watch/auto_pr_processor.rb,
lib/aidp/watch/repository_client.rb,
lib/aidp/watch/sub_issue_creator.rb,
lib/aidp/watch/feedback_collector.rb,
lib/aidp/watch/projects_processor.rb,
lib/aidp/watch/worktree_reconciler.rb,
lib/aidp/watch/worktree_cleanup_job.rb,
lib/aidp/watch/round_robin_scheduler.rb,
lib/aidp/watch/github_state_extractor.rb,
lib/aidp/watch/implementation_verifier.rb,
lib/aidp/watch/reviewers/base_reviewer.rb,
lib/aidp/watch/change_request_processor.rb,
lib/aidp/watch/hierarchical_pr_strategy.rb,
lib/aidp/watch/repository_safety_checker.rb,
lib/aidp/watch/reviewers/security_reviewer.rb,
lib/aidp/watch/reviewers/senior_dev_reviewer.rb,
lib/aidp/watch/reviewers/performance_reviewer.rb

Overview

Watch mode functionality for monitoring GitHub issues and PRs

Defined Under Namespace

Modules: Reviewers Classes: AutoMerger, AutoPrProcessor, AutoProcessor, BaseProcessor, BuildProcessor, ChangeRequestProcessor, CiFixProcessor, CiLogExtractor, FeedbackCollector, GitHubStateExtractor, HierarchicalPrStrategy, ImplementationVerifier, PlanGenerator, PlanProcessor, ProjectsProcessor, RebaseProcessor, RepositoryClient, RepositorySafetyChecker, ReviewProcessor, RoundRobinScheduler, Runner, StateStore, SubIssueCreator, WorkItem, WorktreeCleanupJob, WorktreeReconciler