You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`src/git_executor.rs`| Contract-level adapter that implements `GitRepoExecutor` for mirror-backed repo scans by translating `GitSelection` + `GitExecutionLimits` into `scanner-git` config, propagating repo/policy identity into persistence-aware runs, and reusing the shared runtime runner |
Copy file name to clipboardExpand all lines: docs/scanner-scheduler/scheduler_test_harness_guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ SCHEDULER_SIM_STRESS_SEEDS=100 cargo test --features scheduler-sim scheduler_sim
36
36
-**Corpus**: `crates/scanner-engine-integration-tests/tests/simulation/corpus/*.json` - regression tests replayed on every run
37
37
-**Failures**: `crates/scanner-engine-integration-tests/tests/failures/*.json` - where stress failures are written
38
38
39
-
## SimCase DSL Reference
39
+
## ReproArtifact DSL Reference
40
40
41
-
A `SimCase` defines a complete simulation scenario in JSON. The harness loads the case, initializes the executor, and steps through actions until completion or failure.
41
+
A `ReproArtifact` defines a complete simulation scenario in JSON. The harness loads the case, initializes the executor, and steps through actions until completion or failure.
0 commit comments