- Add revenue_events table to track org/project revenue with source tracking - Add Drizzle schema for revenue_events with proper org/project references - Create migration 0006_revenue_events.sql with indexes - Fix migration 0004: Remove FK constraints to profiles.id (auth schema incompatibility) - Document auth.users/profiles.id type mismatch (UUID vs VARCHAR) - Harden profile update authorization (self-update or org admin/owner only) - Complete org-scoping security audit implementation (42 gaps closed)
new file: QUICK_REFERENCE.md new file: README_EXPANSION.md new file: SESSION_SUMMARY.md new file: VERIFICATION_CHECKLIST.md new file: client/src/pages/lab.tsx