Summary
Document how to enable and use AI-assisted checks in pvtr-github-repo-scanner.
This issue should cover user-facing configuration, supported provider examples, guidance on validating AI configuration without provider spend, and how [AI-Assisted] output should be interpreted.
Scope
- Add README documentation for AI configuration keys
- Document the supported providers (
openai and anthropic)
- Explain how to validate AI configuration without incurring provider spend
- Explain timeout and token settings
- Explain how to interpret
[AI-Assisted] results
- Update
example-config.yml with commented AI variables
Acceptance Criteria
- README includes an AI configuration section
example-config.yml includes commented AI-related variables
- Documentation includes provider configuration examples
- Documentation explains cost and operational considerations at a high level
- Documentation explains how to validate AI configuration without provider spend
- Documentation explains
[AI-Assisted] result labeling
Note
This issue originally scoped "explain dry-run usage once supported by the SDK". AI dry-run was subsequently removed from privateer-sdk, so that bullet has been replaced. See the comment below for details.
Summary
Document how to enable and use AI-assisted checks in
pvtr-github-repo-scanner.This issue should cover user-facing configuration, supported provider examples, guidance on validating AI configuration without provider spend, and how
[AI-Assisted]output should be interpreted.Scope
openaiandanthropic)[AI-Assisted]resultsexample-config.ymlwith commented AI variablesAcceptance Criteria
example-config.ymlincludes commented AI-related variables[AI-Assisted]result labelingNote
This issue originally scoped "explain dry-run usage once supported by the SDK". AI dry-run was subsequently removed from
privateer-sdk, so that bullet has been replaced. See the comment below for details.