Skip to content

Commit 86ff69c

Browse files
committed
fix(landing): proper ARIS workflow — codex review gate + audit JSON for index.html
Caught: previously rendered docs/index.html bypassed Step 5.5 of /render-html (cross-model codex review gate), inconsistent with all 16 tutorials each having their own .review.json audit trail. Backfilled: - codex GPT-5.5 xhigh fresh-thread render review (13 checks): 12 PASS + 1 WARN on double H1 (hero h1 + content h1) - Fixed source about.md by removing the redundant content-level H1 (hero H1 from template now is the sole H1) - Re-rendered - Saved docs/index.review.json with full audit trail (thread 019e4048-701e-71f3-9d25-b23eeeef289c) Now every HTML in the repo has its accompanying .review.json.
1 parent 9f8eb00 commit 86ff69c

3 files changed

Lines changed: 33 additions & 9 deletions

File tree

docs/about.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# ARIS-in-AI-Offer — About
2-
31
> 希望大家秋招的时候轻松一点 🌱
42
53
## TL;DR

docs/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<meta name="generator" content="ARIS render-html (academic, v1)">
99
<meta name="aris:source-path" content="docs/about.md">
10-
<meta name="aris:source-sha256" content="7ad55b31c4cc62c45d9b03f7b12899a7e768ce813b707566053792e55f8d9413">
11-
<meta name="aris:generated-at" content="2026-05-19 12:43 UTC">
10+
<meta name="aris:source-sha256" content="c229c866ea39e22dd1f666980217b24c3a1ece340fc8650b57053716a4a14c56">
11+
<meta name="aris:generated-at" content="2026-05-19 12:51 UTC">
1212

1313
<!-- MathJax 3 -->
1414
<script>
@@ -348,13 +348,12 @@ <h1>ARIS-in-AI-Offer · 关于</h1>
348348
<p class="byline">By <strong>Ruofeng Yang (杨若峰), Shanghai Jiao Tong University</strong></p>
349349
<div class="meta">
350350
<span><strong>Source:</strong> <code>docs/about.md</code></span>
351-
<span><strong>SHA256:</strong> <code>7ad55b31c4cc</code></span>
352-
<span><strong>Rendered:</strong> 2026-05-19 12:43 UTC</span>
351+
<span><strong>SHA256:</strong> <code>c229c866ea39</code></span>
352+
<span><strong>Rendered:</strong> 2026-05-19 12:51 UTC</span>
353353

354354
</div>
355355
</header>
356356

357-
<h1 id="aris-in-ai-offer--about">ARIS-in-AI-Offer — About</h1>
358357
<blockquote><p>希望大家秋招的时候轻松一点 🌱</p></blockquote>
359358
<h2 id="tldr">TL;DR</h2>
360359
<p>这是一个 <strong>中文 ML / LLM / 多模态 / 生成式 / Agent 面试 cheat sheet 合集</strong>,目标读者是准备 2026 年 AI 秋招的同学(国内 LLM 实验室 / 大厂 AI 岗位 / 海外 ML internship)。每篇 cheat sheet 包含:</p>
@@ -418,8 +417,8 @@ <h2 id="license">License</h2>
418417
<footer class="aris-footer">
419418
Generated by <a href="https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/blob/main/skills/render-html/SKILL.md">ARIS <code>/render-html</code></a> ·
420419
source path <code>docs/about.md</code> ·
421-
SHA256 <code>7ad55b31c4cc</code> ·
422-
generated at 2026-05-19 12:43 UTC.
420+
SHA256 <code>c229c866ea39</code> ·
421+
generated at 2026-05-19 12:51 UTC.
423422
This is a generated view — edit the source Markdown, then re-render.
424423
</footer>
425424
</main>

docs/index.review.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"skill": "render-html",
3+
"source": "docs/about.md",
4+
"output": "docs/index.html",
5+
"purpose": "GitHub Pages landing page (https://wanshuiyin.github.io/ARIS-in-AI-Offer/)",
6+
"author": "Ruofeng Yang (杨若峰), Shanghai Jiao Tong University",
7+
"reviewer": "codex gpt-5.5 xhigh, fresh thread",
8+
"render_review": {
9+
"verdict": "PASS",
10+
"rounds": [
11+
{
12+
"run": 1,
13+
"verdict": "PASS with 1 WARN",
14+
"thread_id": "019e4048-701e-71f3-9d25-b23eeeef289c",
15+
"summary": "12/13 checks pass; 1 warning on double H1 (hero h1 + content h1 both rendered)",
16+
"warnings": [
17+
"double H1: hero <h1> from template + content <h1> from MD source — semantic but not blocking"
18+
],
19+
"fixes_applied": [
20+
"Removed the source-level `# ARIS-in-AI-Offer — About` heading (kept the leading blockquote intro); re-rendered. Hero h1 from template is now the sole H1."
21+
]
22+
}
23+
]
24+
},
25+
"summary": "ARIS-in-AI-Offer landing page (docs/index.html): rendered via tools/render_html.py from docs/about.md; codex 13-check render review passed with 1 cosmetic WARN, fixed in 1 round.",
26+
"rendered_at": "2026-05-19"
27+
}

0 commit comments

Comments
 (0)