Workflow: LAND postmortem lessons (EPH-20260701-LAND)#17
Merged
Conversation
…ortem Deployment verification gate, external API ID docs, Pages checklist, scheduled-job runbook section, and workflow common mistakes (EPH-20260606-DIG1). Co-authored-by: Cursor <cursoragent@cursor.com>
Document same-day pipeline idempotency, follow-on plan hygiene, and post-bot deploy checks from AI Tastemakers copy-format feature. Co-authored-by: Cursor <cursoragent@cursor.com>
Static HTML generator styling contract, explore WIP conflicts table, qa_checklist browser gate, workflow common mistakes 21-24, WORKFLOW_COURSE case study C, and INSTANTIATED_APP_FEEDBACK entry from ai-tastemakers. Builds on copy postmortem PR (EPH-20260607-COPY). Co-authored-by: Cursor <cursoragent@cursor.com>
Leftyshields
added a commit
that referenced
this pull request
Jul 2, 2026
Resolve conflicts with merged PRs #16/#17 (COPY + LAND postmortems). Preserve H3M8-specific content: Local Dev Verification gate, data provenance in design_decisions, capture Environment field, monorepo checklist section, and Wallet Watcher feedback entry. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upstream workflow improvements from ai-tastemakers EPH-20260701-LAND (landing layout v2 reflow + footer component CSS).
/explore— partial/WIP Conflicts with existing code table in snapshot/design_decisions— static HTML generator styling (component CSS in scannedinput.css, explicit link separators)/qa_checklist— automated tests first + browser gate for generated HTML layout changes/execute_plan— static HTML special check/postmortem— Path A (app repo feedback log) + Path B (Genesis PR) required outputs/workflow— common mistakes #21–24 (Tailwind in generators, partial impl vs capture, browser QA, capture overwrite)docs/WORKFLOW_COURSE.md— case study C (LAND)docs/INSTANTIATED_APP_FEEDBACK.md— LAND entry + expanded “How to add entries”Context
Root cause: Tailwind utility strings in TS HTML templates do not reliably compile under Tailwind v4 content scanning; adjacent
<a>tags collapsed in the footer despite “correct-looking” class names.Builds on:
improve/copy-postmortem-eph20260607(#16) — includes COPY postmortem commits already on that branch. Consider merging #16 first or merging this as a follow-on.Test plan
/exploresnapshot template includes conflicts table/design_decisions§11 static HTML section/qa_checklistbrowser gate wordingMade with Cursor