mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 22:26:38 +03:00
Records stdout/stderr/exit/files for every impeccable verb over a fixed corpus and replays them against an alternate implementation. Adds a loader hook that captures per-function call vectors from the pure engine modules. Prepared with AI assistance (Claude Code).
8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"stdout": "",
|
|
"stderr": "Error: unknown --scope value(s): nope. Valid scopes: type, layout\n",
|
|
"exit": 1,
|
|
"signal": null,
|
|
"files": {}
|
|
}
|