Skip to content
Merged
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
16 changes: 16 additions & 0 deletions .github/workflows/regression-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,22 @@ jobs:
exit 1
fi

# --------------------------------------------------
# STEP 4.5 — NDJSON Strictness: no empty lines
# --------------------------------------------------
- name: NDJSON strictness (no empty lines in latest.jsonl)
run: |
set -euo pipefail

DATASET_FILE="public/dataset/latest.jsonl"

if rg -n "^[[:space:]]*$" "$DATASET_FILE"; then
echo "ERROR: latest.jsonl contains empty/whitespace-only lines"
exit 1
fi

echo "OK: latest.jsonl contains no empty lines"

# --------------------------------------------------
# STEP 5 — Refusal-on-Ambiguity Enforcement
# --------------------------------------------------
Expand Down
77 changes: 77 additions & 0 deletions app/cards/etherfi/cash-card/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
// ENGINE_ERA: vNEXT
import type { Metadata } from 'next';

export const metadata: Metadata = {
title: 'ether.fi Registry_17',
description: '',
alternates: {
canonical: '',
},
};

export default function EtherfiRegistry17Page() {
return (
<main>
<article>
<header>
<h1>ether.fi Registry_17</h1>
</header>

<section>
<h2>Section_A</h2>
<table>
<thead>
<tr>
<th>Column_A</th>
<th>Column_B</th>
</tr>
</thead>
<tbody>
<tr>
<td>Parameter_A</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Parameter_B</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Parameter_C</td>
<td>Not disclosed</td>
</tr>
</tbody>
</table>
</section>

<section>
<h2>Section_B</h2>
<table>
<thead>
<tr>
<th>Column_A</th>
<th>Column_B</th>
</tr>
</thead>
<tbody>
<tr>
<td>Attribute_A</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Attribute_B</td>
<td>Not disclosed</td>
</tr>
</tbody>
</table>
</section>

<footer>
<div>
<a href="/go/etherfi">ether.fi platform link</a>
</div>
<div>Source_A</div>
</footer>
</article>
</main>
);
}
77 changes: 77 additions & 0 deletions app/cards/etherfi/dvt-technology/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
// ENGINE_ERA: vNEXT
import type { Metadata } from 'next';

export const metadata: Metadata = {
title: 'ether.fi Registry_18',
description: '',
alternates: {
canonical: '',
},
};

export default function EtherfiRegistry18Page() {
return (
<main>
<article>
<header>
<h1>ether.fi Registry_18</h1>
</header>

<section>
<h2>Section_A</h2>
<table>
<thead>
<tr>
<th>Column_A</th>
<th>Column_B</th>
</tr>
</thead>
<tbody>
<tr>
<td>Parameter_A</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Parameter_B</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Parameter_C</td>
<td>Not disclosed</td>
</tr>
</tbody>
</table>
</section>

<section>
<h2>Section_B</h2>
<table>
<thead>
<tr>
<th>Column_A</th>
<th>Column_B</th>
</tr>
</thead>
<tbody>
<tr>
<td>Attribute_A</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Attribute_B</td>
<td>Not disclosed</td>
</tr>
</tbody>
</table>
</section>

<footer>
<div>
<a href="/go/etherfi">ether.fi platform link</a>
</div>
<div>Source_A</div>
</footer>
</article>
</main>
);
}
16 changes: 16 additions & 0 deletions app/cards/etherfi/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,22 @@ export default function EtherFiPage() {
<td>Child_Page</td>
<td><a href="/cards/etherfi/weeth-token">Link_N</a></td>
</tr>
<tr>
<td>Child_Page</td>
<td><a href="/cards/etherfi/cash-card">Link_O</a></td>
</tr>
<tr>
<td>Child_Page</td>
<td><a href="/cards/etherfi/dvt-technology">Link_P</a></td>
</tr>
<tr>
<td>Child_Page</td>
<td><a href="/cards/etherfi/validator-performance">Link_Q</a></td>
</tr>
<tr>
<td>Child_Page</td>
<td><a href="/cards/etherfi/withdrawal-guide">Link_R</a></td>
</tr>
</tbody>
</table>
</section>
Expand Down
77 changes: 77 additions & 0 deletions app/cards/etherfi/validator-performance/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
// ENGINE_ERA: vNEXT
import type { Metadata } from 'next';

export const metadata: Metadata = {
title: 'ether.fi Registry_19',
description: '',
alternates: {
canonical: '',
},
};

export default function EtherfiRegistry19Page() {
return (
<main>
<article>
<header>
<h1>ether.fi Registry_19</h1>
</header>

<section>
<h2>Section_A</h2>
<table>
<thead>
<tr>
<th>Column_A</th>
<th>Column_B</th>
</tr>
</thead>
<tbody>
<tr>
<td>Parameter_A</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Parameter_B</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Parameter_C</td>
<td>Not disclosed</td>
</tr>
</tbody>
</table>
</section>

<section>
<h2>Section_B</h2>
<table>
<thead>
<tr>
<th>Column_A</th>
<th>Column_B</th>
</tr>
</thead>
<tbody>
<tr>
<td>Attribute_A</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Attribute_B</td>
<td>Not disclosed</td>
</tr>
</tbody>
</table>
</section>

<footer>
<div>
<a href="/go/etherfi">ether.fi platform link</a>
</div>
<div>Source_A</div>
</footer>
</article>
</main>
);
}
77 changes: 77 additions & 0 deletions app/cards/etherfi/withdrawal-guide/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
// ENGINE_ERA: vNEXT
import type { Metadata } from 'next';

export const metadata: Metadata = {
title: 'ether.fi Registry_20',
description: '',
alternates: {
canonical: '',
},
};

export default function EtherfiRegistry20Page() {
return (
<main>
<article>
<header>
<h1>ether.fi Registry_20</h1>
</header>

<section>
<h2>Section_A</h2>
<table>
<thead>
<tr>
<th>Column_A</th>
<th>Column_B</th>
</tr>
</thead>
<tbody>
<tr>
<td>Parameter_A</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Parameter_B</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Parameter_C</td>
<td>Not disclosed</td>
</tr>
</tbody>
</table>
</section>

<section>
<h2>Section_B</h2>
<table>
<thead>
<tr>
<th>Column_A</th>
<th>Column_B</th>
</tr>
</thead>
<tbody>
<tr>
<td>Attribute_A</td>
<td>Not disclosed</td>
</tr>
<tr>
<td>Attribute_B</td>
<td>Not disclosed</td>
</tr>
</tbody>
</table>
</section>

<footer>
<div>
<a href="/go/etherfi">ether.fi platform link</a>
</div>
<div>Source_A</div>
</footer>
</article>
</main>
);
}
Loading