mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
2d465004e6
commit
dd76535c3a
7 changed files with 307 additions and 10 deletions
281
run.json
281
run.json
File diff suppressed because one or more lines are too long
12
stages/008-verify@1/diff.patch
Normal file
12
stages/008-verify@1/diff.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff --git a/docs/public/reference/cli.mdx b/docs/public/reference/cli.mdx
|
||||
index ace79f85..7fd748ec 100644
|
||||
--- a/docs/public/reference/cli.mdx
|
||||
+++ b/docs/public/reference/cli.mdx
|
||||
@@ -532,6 +532,7 @@ fabro model test [OPTIONS]
|
||||
| Option | Description |
|
||||
| --- | --- |
|
||||
| `--deep` | Run a multi-turn tool-use test (catches reasoning round-trip bugs) |
|
||||
+| `-j, --jobs <jobs>` | Number of model tests to run concurrently in bulk mode<br />Default: `4` |
|
||||
| `-m, --model <model>` | Test a specific model |
|
||||
| `-p, --provider <provider>` | Filter by provider |
|
||||
| `--server <server>` | Fabro server target: http(s) URL or absolute Unix socket path |
|
||||
11
stages/008-verify@1/script_timing.json
Normal file
11
stages/008-verify@1/script_timing.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"stdout": "blob://sha256/749143f7e5d8332335e475e8b9b51bcac02704efac0a6b74735c6d4db12fe083",
|
||||
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 109511,
|
||||
"termination": "exited",
|
||||
"stdout_bytes": 911,
|
||||
"stderr_bytes": 0,
|
||||
"streams_separated": true,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/008-verify@1/status.json
Normal file
6
stages/008-verify@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: cargo +nightly-2026-04-14 clippy -q --workspace --all-targets -- -D warnings 2>&1 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1 && cargo dev docs refresh 2>&1 && cargo dev docs check 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-04T17:29:32.867223Z"
|
||||
}
|
||||
1
stages/008-verify@1/stderr.log
Normal file
1
stages/008-verify@1/stderr.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126
|
||||
1
stages/008-verify@1/stdout.log
Normal file
1
stages/008-verify@1/stdout.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/749143f7e5d8332335e475e8b9b51bcac02704efac0a6b74735c6d4db12fe083
|
||||
5
stages/009-fmt@1/script_invocation.json
Normal file
5
stages/009-fmt@1/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "cargo +nightly-2026-04-14 fmt --all 2>&1",
|
||||
"command": "cargo +nightly-2026-04-14 fmt --all 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue