What This Test Verifies
This page is a minimal JackArticle component test for the
ObjectWire commit-deploy automation pipeline. When
npm run wiki:migrate is run, this page should be detected as a
JackArticle type and all props — including categories,
timeline, relatedArticles, and the body JSX — should be
extracted and upserted to the jack_articles Supabase table with slug
jackarticle-test.
3
Tables covered (articles, jack_articles, article_pages)
1
Command to publish (npm run pipeline:local)
0
Manual SQL seed migrations needed
∞
Articles you can write without touching SQL
Expected Pipeline Behaviour
After a successful migration run, npm run wiki:trim should replace this
full JSX file with a lean JackArticleDB stub. The page will continue
rendering identically — content served dynamically from Supabase rather than from
static JSX in the repository.
- Supabase
jack_articlestable contains a row with slugjackarticle-test title,categories,content_htmlare populated correctly- This
page.tsxis trimmed to aJackArticleDBstub afterwiki:trim - Page renders correctly from the DB in production