-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 2.24 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Watchflow - Agentic GitHub Governance</title>
<meta name="description" content="Generate context-aware review policies from repository signals—CODEOWNERS, PR history, and contribution patterns. No static rules or workflow rewrites required." />
<meta name="author" content="Warestack" />
<meta name="theme-color" content="#fbfbfb" />
<meta name="keywords" content="GitHub, governance, PR review, code review, contribution standards, repository management, context-aware policies" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://watchflow.dev" />
<meta property="og:title" content="Watchflow - Agentic GitHub Governance" />
<meta property="og:description" content="Generate context-aware review policies from repository signals—CODEOWNERS, PR history, and contribution patterns. No static rules or workflow rewrites required." />
<meta property="og:image" content="https://watchflow.dev/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Watchflow - Agentic GitHub Governance with custom review policies and contribution standards" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://watchflow.dev" />
<meta name="twitter:title" content="Watchflow - Agentic GitHub Governance" />
<meta name="twitter:description" content="Generate context-aware review policies from repository signals—CODEOWNERS, PR history, and contribution patterns." />
<meta name="twitter:image" content="https://watchflow.dev/og-image.png" />
<meta name="twitter:site" content="@warestack" />
<link rel="canonical" href="https://watchflow.dev" />
<!-- Favicons -->
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>