Conversation
- Fix PostHog project key mismatch on principles page (was sending analytics to wrong project) - Add missing "Heart-Centered Prompts" nav link to principles page (desktop + mobile) for consistency with homepage - Add missing 10th principle (Ecosystem Thinking) to homepage preview grid Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR Review — Fix review issues from PR #7This is a clean, focused follow-up that addresses legitimate issues from the previous review. Changes are minimal and surgical — good discipline. ✅ What looks goodPostHog key fix — The analytics key mismatch ( Nav consistency — The Heart-Centered Prompts link is correctly added to both desktop and mobile nav, with proper 10th principle card — The Ecosystem Thinking card matches the existing grid pattern exactly (emoji, Bot comment triage table — The explicit triage of each bot comment with Outcome column is a good practice. Declining incorrect bot suggestions (copyright year, quick nav count) with a clear reason is the right call. 🔍 Minor observationsFormatting churn — The bulk of the diff (~80%) is HTML reformatted from single-line to multi-line attribute style. This is stylistically consistent within the changed blocks, but it makes the actual logic changes harder to spot during review. Consider whether a formatter config (e.g., Prettier) would help keep this stable so future diffs stay signal-rich. PostHog key in source — Both keys are now visible in git history. This is common for public analytics keys (PostHog project keys are designed to be public-facing), but worth a note: if the old key ( No new issues introduced — Checked for XSS, broken links, or structural regressions. None found. SummaryThe three substantive fixes (analytics key, nav link, missing card) are correct and verified. Ready to merge. 🤖 Reviewed with Claude Code |
Summary
Follow-up fixes from bot review comments on PR #7 (Design Principles for Builders).
Bot comment triage
Test plan
🤖 Generated with Claude Code