docs: document agent capability regression CI#2
Merged
Conversation
Add docs/agent-ci.md explaining the moss-ci capability regression suite that gates Moss PRs: what the two-layer workflow runs, the 13-test coverage matrix, the required secrets, how tool calls / file changes are extracted from Moss sessions, custom Anthropic-protocol endpoints, and how to run it locally. Co-Authored-By: Claude <noreply@anthropic.com>
Add the verification result: all 13 tests pass against a real Moss build, including C1 autonomous bug-fix running 3× (3/3 pass). Note the C1 fix — maxTurns wasn't the blocker; the tests_pass evaluator just needed case-insensitive matching of Moss's natural phrasing. Co-Authored-By: Claude <noreply@anthropic.com>
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.
Adds docs/agent-ci.md: what the moss-ci capability regression suite runs, the two-layer workflow, required secrets, the
13-test coverage matrix, the verified end-to-end results, and how to run locally.