feat: Phase 0 workspace, spikes, and golden harness
Stand up the monorepo skeleton and land the first Phase 0 artifacts: pairing threat model, plugin catalog, builder detect, 20-prompt golden harness, and synthetic 2GB mirror timing.
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"id": "elementor-restaurant",
|
||||
"theme": "hello-elementor",
|
||||
"plugins": [{ "slug": "elementor", "active": true }],
|
||||
"wordpressVersion": "6.5.5",
|
||||
"phpVersion": "8.1.30",
|
||||
"options": {
|
||||
"blogname": "Nonna Trattoria",
|
||||
"blogdescription": "Sunday gravy, every night",
|
||||
"blog_public": "1",
|
||||
"siteurl": "https://nonna.example",
|
||||
"home": "https://nonna.example"
|
||||
},
|
||||
"posts": [
|
||||
{
|
||||
"id": 10,
|
||||
"slug": "homepage",
|
||||
"title": "Home",
|
||||
"content": "",
|
||||
"meta": {
|
||||
"_elementor_edit_mode": "builder",
|
||||
"_elementor_data": "[{\"widgetType\":\"heading\",\"settings\":{\"title\":\"Tonight only\"}},{\"widgetType\":\"button\",\"settings\":{\"title\":\"Book now\"}}]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"slug": "menu",
|
||||
"title": "Menu",
|
||||
"content": "",
|
||||
"meta": {
|
||||
"_elementor_edit_mode": "builder",
|
||||
"_elementor_data": "[{\"widgetType\":\"heading\",\"settings\":{\"title\":\"This week\"}}]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"slug": "about",
|
||||
"title": "About",
|
||||
"content": "",
|
||||
"meta": {
|
||||
"_elementor_edit_mode": "builder",
|
||||
"_elementor_data": "[{\"widgetType\":\"heading\",\"settings\":{\"title\":\"Our kitchen\"}}]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"slug": "hours",
|
||||
"title": "Hours",
|
||||
"content": "",
|
||||
"meta": {
|
||||
"_elementor_edit_mode": "builder",
|
||||
"_elementor_data": "[{\"widgetType\":\"heading\",\"settings\":{\"title\":\"Open nightly\"}},{\"widgetType\":\"text-editor\",\"settings\":{\"title\":\"Tue–Sun 5 to 10\"}}]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"slug": "location",
|
||||
"title": "Location",
|
||||
"content": "",
|
||||
"meta": {
|
||||
"_elementor_edit_mode": "builder",
|
||||
"_elementor_data": "[{\"widgetType\":\"heading\",\"settings\":{\"title\":\"Find us\"}}]"
|
||||
}
|
||||
}
|
||||
],
|
||||
"uploads": [{ "path": "/wp-content/uploads/2023/pasta.jpg", "bytes": 1800000 }]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"id": "gutenberg-business",
|
||||
"theme": "twentytwentyfour",
|
||||
"plugins": [{ "slug": "contact-form-7", "active": true }],
|
||||
"wordpressVersion": "6.6.2",
|
||||
"phpVersion": "8.2.24",
|
||||
"options": {
|
||||
"blogname": "Harbor Family Dental",
|
||||
"blogdescription": "Family dentistry downtown",
|
||||
"blog_public": "1",
|
||||
"siteurl": "https://harbor.example",
|
||||
"home": "https://harbor.example"
|
||||
},
|
||||
"posts": [
|
||||
{
|
||||
"id": 1,
|
||||
"slug": "homepage",
|
||||
"title": "Home",
|
||||
"content": "<!-- wp:heading --><h1>Welcome to our site</h1><!-- /wp:heading --><!-- wp:paragraph --><p>Family dentistry for the neighborhood.</p><!-- /wp:paragraph -->",
|
||||
"meta": {}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"slug": "about",
|
||||
"title": "About",
|
||||
"content": "<!-- wp:heading --><h1>About us</h1><!-- /wp:heading --><!-- wp:paragraph --><p>We have served the harbor for 20 years.</p><!-- /wp:paragraph -->",
|
||||
"meta": {}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"slug": "contact",
|
||||
"title": "Contact",
|
||||
"content": "<!-- wp:heading --><h1>Get in touch</h1><!-- /wp:heading --><!-- wp:paragraph --><p>Call the front desk.</p><!-- /wp:paragraph -->",
|
||||
"meta": {}
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"slug": "services",
|
||||
"title": "Services",
|
||||
"content": "<!-- wp:heading --><h1>Services</h1><!-- /wp:heading --><!-- wp:paragraph --><p>Cleanings, crowns, and kids visits.</p><!-- /wp:paragraph -->",
|
||||
"meta": {}
|
||||
}
|
||||
],
|
||||
"uploads": [{ "path": "/wp-content/uploads/2024/hero.jpg", "bytes": 2400000 }]
|
||||
}
|
||||
Reference in New Issue
Block a user