Skip to content

Add CONTRIBUTING.md, agent resources, and fix evaluator actual value#211

Merged
thorrester merged 4 commits intomainfrom
fix-actual
Mar 1, 2026
Merged

Add CONTRIBUTING.md, agent resources, and fix evaluator actual value#211
thorrester merged 4 commits intomainfrom
fix-actual

Conversation

@thorrester
Copy link
Member

Summary

  • Adds CONTRIBUTING.md with environment setup, contributing workflow, and community guidelines
  • Adds CLAUDE.md with full project context for Claude Code
  • Adds .claude/skills/ with reusable Rust/Python skill prompts
  • Adds .github/instructions/ for GitHub Copilot backend and UI guidance
  • Fixes AssertionEvaluator to pass comparable_actual (the extracted/comparable value) instead of the raw actual_value when constructing AssertionResult — this ensures the result reflects the value that was actually compared against the assertion, and fixes incorrect actuals being reported in both single-value and array assertion paths

@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.59%. Comparing base (65fb5be) to head (e968b0d).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #211   +/-   ##
=======================================
  Coverage   62.59%   62.59%           
=======================================
  Files          18       18           
  Lines         262      262           
=======================================
  Hits          164      164           
  Misses         98       98           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

2. Own Your Work
- Creating a PR for scouter is your first step to becoming a contributor, so make sure that you own your changes.
- Our maintainers will do their best to respond to you in a timely manner, but we ask the same from you as the contributor.
- We've added agent resources ([CLAUDE.md](./CLAUDE.md), [.claude/skills/](./.claude/skills/), [.github/instructions/](./.github/instructions/)) to help you understand and navigate the codebase. AI code assistants are absolutely fine to use — the only rule is that code you submit is code you understand and stand behind.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't have github instructions yet

@thorrester thorrester merged commit 818c134 into main Mar 1, 2026
6 checks passed
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.

2 participants