Skip to content

Add SwiftUI Pro eval docs#22

Open
rforgeon wants to merge 1 commit into
twostraws:mainfrom
rforgeon:codex/telvine-eval-docs
Open

Add SwiftUI Pro eval docs#22
rforgeon wants to merge 1 commit into
twostraws:mainfrom
rforgeon:codex/telvine-eval-docs

Conversation

@rforgeon

Copy link
Copy Markdown

Summary

Adds a small harness-neutral eval set for SwiftUI Pro workflows.

What changed

  • Add eval cases for accessibility review, state-management refactoring, and deprecated API checks
  • Add a rubric covering SwiftUI correctness, review usefulness, scope control, and privacy boundaries
  • Document optional Telvine publishing guidance with metadata-only telemetry events

Validation

for f in evals/*/cases.jsonl; do while IFS= read -r line; do jq -e . >/dev/null <<<"$line" || exit 1; done < "$f"; done
rg -n "Evals and production telemetry|evals/" README.md
git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant