Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
📖About
Update posts (evidence=update) currently render inline as plain article paragraphs, so a reader cannot tell an update from the original article. Make them render as a distinct UPDATES / comments thread at the end of the blog, styled so it feels like Orion is commenting on his own post: each update shows Orion avatar + name + a commented-on date, in a comment card, visually separated from the article body. Applies to BOTH manual update posts and the auto-scanner ones. Changes: (1) activities API returns the evidence field; (2) browser render (index.html) splits posts into article vs updates and renders updates as Orion comment cards in an Updates section; (3) server-side/crawler render mirrors it under an Updates heading; (4) add comment-thread CSS. Verify the Blueprint economics blog update now shows as an Orion comment.
✅Success criteria
- Update posts render as an Orion comment thread (avatar, name, date) in an Updates section, separate from article body, in both browser and crawler render (must_have)