Add draft filtering at discovery source functions: collect_items(), discover_nav(), discover_pages(). Posts, feed, and sitemap inherit filtering automatically via collect_items(). Items with frontmatter draft = true are excluded from section listings, navigation, feed, and sitemap. Default is false — no behavior change for existing content. Add 3 tests. Test suite: 73 → 76, all passing.