This document maps the public claims in the repository README to code or tests in the repo. It is intentionally narrow: portfolio credibility is better served by traceable proof than by broad AI claims.
Workflow capability
Claim
Evidence
The workflow is state-machine driven
src/GsdOrchestrator/Workflows/GsdStateMachine.cs
The implemented states include triage and test generation
Run dotnet run -- --issue 42 from src/GsdOrchestrator to execute the issue workflow.
Run dotnet run -- --issue 42 --triage to demonstrate issue classification without code changes.
Run dotnet run -- --pr 7 to demonstrate PR review mode.
Run dotnet run -- --watch to demonstrate polling across configured repositories.
These commands still require valid .env configuration and external service credentials. The point here is that the modes are implemented in the codebase, not just described in slides.