feat: add hierarchical review numbering and pr description header

This commit is contained in:
2026-04-08 23:48:24 +08:00
parent 56f436592d
commit ed67986320
8 changed files with 36 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ fn model_json_roundtrip() {
repo: "org/repo".into(),
pr_index: 9,
title: "feat: x".into(),
description: Some("desc".into()),
state: "open".into(),
author: "alice".into(),
base_branch: "main".into(),