Lau 7 structured founder review generation - #302
Open
ctrl-peace wants to merge 34 commits into
Open
Conversation
…plication and ordering
…generation-flow Fix Inngest problem
Remove the legacy plaintext embedding credential columns from the company Drizzle schema and drop the runtime fallback reads that still queried them. Migration 0011 already drops those columns, so clean migration-replayed databases failed on full company selects/returning. Move the backfill script under apps/web and switch it to raw SQL so it can still migrate older db:push-shaped databases that retain the columns. Co-authored-by: Kien Le <kien-ship-it@users.noreply.github.com>
Restore the missing Changesets config and record a patch release note for the @launchstack/core schema/runtime alignment with migration 0011. Co-authored-by: Kien Le <kien-ship-it@users.noreply.github.com>
Assert the company Drizzle schema and credential read path stay aligned with migration 0011, and add an optional live DB check that select/insert succeed after the plaintext embedding columns are dropped. Co-authored-by: Kien Le <kien-ship-it@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…t workspace evidence
…flow' into lau-7-structured-founder-review-generation
…flow' into lau-7-structured-founder-review-generation
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
Added a deterministic benchmark and evaluation framework for Founder Weekly Review generation quality.
Includes:
Testing
Ran:
The benchmark currently runs against fixture-generated payloads and does not yet run through the current Founder Weekly Review generation implementation.
Baseline:
Current Gaps
The baseline identified:
Future work should integrate the benchmark with the actual Founder Weekly Review generation flow to measure real generation performance.