mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 23:26:39 +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).
10 lines
356 B
HTML
10 lines
356 B
HTML
<!doctype html>
|
|
<html><head>
|
|
<!-- impeccable-disable low-contrast -- exported brand doc -->
|
|
<style>
|
|
.faint { color: #ff00aa; }
|
|
.brand { font-family: Verdana } /* impeccable-disable-line design-system-font */
|
|
.also { font-family: Verdana }
|
|
</style></head>
|
|
<body><p class="faint">faint text</p><p class="brand">x</p><p class="also">y</p></body></html>
|