Currently the forum example scaffolds a "Post" and "Comment" integrity types. However this is no exposed UI to actually make comments on a post.
I would expect the PostDetail component would include the CommentsForPost and CreateComment components, so the user can actually comment on a post.
If that's too much complexity, then maybe we should just remove the "Comment" integrity type entirely.