validatePost akzeptiert jetzt auch string-dates im YYYY-MM-DD- oder ISO-8601-format und coerced sie in ein Date-objekt in-place. vorher schlug die validation für 13 von 18 altposts fehl, weil deren yaml `date: "2023-02-26"` quoted war (hugo-konvention) und der yaml-parser strings statt Date-instanzen liefert. migration durchgelaufen (log in docs/publish-logs/): 18/18 success, 91 bilder auf beiden blossom-servern, 5 write-relays — bis auf relay.damus.io, der bei 6 posts nicht auf OK antwortet (üblich bei damus, rate-limiting). alle 7 multi-relay-posts haben weiter mindestens 4 acks (über MIN_RELAY_ACKS=2). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| blossom-list.ts | ||
| blossom.ts | ||
| change-detection.ts | ||
| config.ts | ||
| event.ts | ||
| frontmatter.ts | ||
| image-collector.ts | ||
| log.ts | ||
| markdown.ts | ||
| outbox.ts | ||
| relays.ts | ||
| signer.ts | ||
| validation.ts | ||