Commit Graph

2 Commits

Author SHA1 Message Date
Taiki Endo
7df5094d28 manifest-schema: Rename ManifestDownloadInfo::checksum to hash to reduce
manifest size

Before:
```
wc -c manifests/* | grep total
2808686 total
```

After:
```
wc -c manifests/* | grep total
2748178 total
```
2026-03-21 03:48:16 +09:00
Lewin Chan
2fa8a20d64 Support auto-doc (#1596)
Co-authored-by: Lewin Chan <8480608+quotidian-ennui@users.noreply.github.com>
2026-03-19 18:50:58 +09:00