Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ stricter subset of Keep a Changelog).
## [Unreleased]

### Added
- patchsense-crs to registry/ — semantic patch correctness validator; classifies AI-generated patches as root-cause-fix vs. symptom-suppression (96% precision on held-out AIxCC test cases)
- `--incremental-build` flag for `oss-crs build-target` and `oss-crs run` — creates Docker snapshots of compiled builder images for faster rebuilds across runs
- Framework-injected builder and runner sidecars during run phase — CRS developers no longer declare them in `crs.yaml`
- `libCRS apply-patch-test` command — applies a patch and runs the project's `test.sh` in a fresh ephemeral container
Expand Down
6 changes: 6 additions & 0 deletions registry/patchsense-crs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: patchsense-crs
type:
- bug-fixing
source:
url: https://github.com/aaronsrhodes/patchsense-crs.git
ref: main