cogitate: strip tier:3 + fix python-bool frontmatter on 2 missed talents
These two talents (apps/todos/talent/daily.md and talent/facet_newsletter.md) were missed by the prior tier:3 audit in lode pccsmn6s (commit 815ec9af) because their JSON frontmatter used Python True literals, which made frontmatter.load() raise JSONDecodeError.
think/prompts.py:_load_prompt_metadata swallows that error to logging.debug and returns stub metadata, so the talents silently dropped out of get_talent_configs(type='cogitate') and rendered with "type": null in the providers baseline.
This change removes the now-redundant "tier": 3 hardcode and repairs the booleans to valid JSON so the frontmatter parses again, restoring type: cogitate registration. Companion to commits 815ec9af..5280b8a5.