Uses of Interface
org.machanism.machai.gw.reviewer.Reviewer
Packages that use Reviewer
Package
Description
Provides the project-aware processing layer used by Ghostwriter to traverse
projects and submit file, guidance, or act prompts to a configured GenAI
provider.
Provides the file-format-specific reviewer implementations used to discover and
normalize embedded
@guidance instructions for the Ghostwriter documentation
pipeline.-
Uses of Reviewer in org.machanism.machai.gw.processor
Fields in org.machanism.machai.gw.processor with type parameters of type ReviewerModifier and TypeFieldDescriptionGuidanceProcessor.reviewerMapReviewer associations keyed by file extension.Methods in org.machanism.machai.gw.processor that return ReviewerModifier and TypeMethodDescription(package private) ReviewerGuidanceProcessor.getReviewerForExtension(String extension) Resolves a reviewer for a given file extension. -
Uses of Reviewer in org.machanism.machai.gw.reviewer
Classes in org.machanism.machai.gw.reviewer that implement ReviewerModifier and TypeClassDescriptionclassclassReviewerimplementation for Java source files (.java).classReviewerimplementation for Markdown files (.md).classReviewer implementation for PlantUML files (.puml).classReviewerimplementation for Python source files (.py).classReviewer implementation for generic guidance text files.classReviewerimplementation for TypeScript source files (.ts).