Files
SinachPat 6e59a8a36b 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.
2026-08-15 09:44:43 +01:00

46 lines
1.5 KiB
JSON

{
"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 }]
}