Add CONTRIBUTING.md, agent resources, and fix evaluator actual value#211
Merged
thorrester merged 4 commits intomainfrom Mar 1, 2026
Merged
Add CONTRIBUTING.md, agent resources, and fix evaluator actual value#211thorrester merged 4 commits intomainfrom
thorrester merged 4 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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:
|
thorrester
commented
Mar 1, 2026
| 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. |
Member
Author
There was a problem hiding this comment.
don't have github instructions yet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CONTRIBUTING.mdwith environment setup, contributing workflow, and community guidelinesCLAUDE.mdwith full project context for Claude Code.claude/skills/with reusable Rust/Python skill prompts.github/instructions/for GitHub Copilot backend and UI guidanceAssertionEvaluatorto passcomparable_actual(the extracted/comparable value) instead of the rawactual_valuewhen constructingAssertionResult— 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