Add docs/ARCHITECTURE.md mapping the codebase + catalog data flow#5
Open
VisionaireLabs wants to merge 1 commit into
Open
Add docs/ARCHITECTURE.md mapping the codebase + catalog data flow#5VisionaireLabs wants to merge 1 commit into
VisionaireLabs wants to merge 1 commit into
Conversation
Documents the Next.js layout, catalog data flow (originals + curated listings + skills.sh + ClawHub), Supabase tables and RLS posture, Stripe checkout + webhook flow, env vars, and build/deploy through Vercel. Docs only — no source or behavior changes. Co-authored-by: multica-agent <github@multica.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
docs/ARCHITECTURE.mdmapping the Next.js app layout, catalog data flow (lib/skills.ts+lib/skillsSh.ts+lib/clawhub.ts), Supabase tables and RLS posture, Stripe Checkout + webhook flow, env vars, and the weekly ClawHub stats refresh action.Notes
STRIPE_PRICESSKUs,0001–0003migrations, theRefresh ClawHub statsworkflow,lib/llms.tsISR cadence).npm run lintreports 2 errors + 3 warnings on this branch — identical tomaster(app/buy/success/page.tsx,app/glossary/page.tsx,app/page.tsx). Not introduced here.npm run buildfails locally withsupabaseUrl is requiredbecause the build collects API routes that readNEXT_PUBLIC_SUPABASE_URL; Vercel sets it from project env. No code touched, so deploy behavior is unchanged.Closes SOL-1.
Test plan
docs/ARCHITECTURE.mdon GitHub and skim — headings, tables, code blocks display cleanly.