/** * Universal Baseline Lessons — battle-tested traps extracted from * PR reviews in vercel/next.js, facebook/react, trpc/trpc, * prisma/prisma, tailwindlabs/tailwindcss, and drizzle-team/drizzle-orm. * * These ship with `totem init` to give every project immediate value. * Each lesson was born from real pain, not theory. * * @see .strategy/baselines/candidate-prs.md for source PRs * @see proposal 028 (mining public baselines) */ export declare const UNIVERSAL_BASELINE_MARKER = ""; export declare const UNIVERSAL_BASELINE_LESSONS: Array<{ heading: string; tags: string[]; body: string; }>; /** * Pre-rendered markdown string for writing to `.totem/lessons/baseline.md`. * Format matches `parseLessonsFile()` expectations so lessons index correctly. */ export declare const UNIVERSAL_BASELINE_MARKDOWN: string; //# sourceMappingURL=universal-baseline.d.ts.map