feat: complete TASK-WP0-02 contract baseline

This commit is contained in:
suyx
2026-07-27 17:49:24 +08:00
parent ae20eaf01f
commit dbe3e73b91
28 changed files with 2540 additions and 23 deletions
+11
View File
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>WP0-02 event sync fixture</title>
</head>
<body>
<main id="status">starting</main>
<script type="module" src="/tests/e2e/fixtures/event-sync.ts"></script>
</body>
</html>