-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 1.78 KB
/
Copy pathindex.html
File metadata and controls
32 lines (30 loc) · 1.78 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#050505" />
<meta name="color-scheme" content="light dark" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Statuz — Situated Alignment Ecosystem</title>
<meta
name="description"
content="Statuz is a Runtime that keeps users, agents, projects, and niches in continuous Reality Synchronization. Memory lets an AI remember the past; Statuz lets it understand where it stands."
/>
<meta name="author" content="ceaserzhao — Oasis Company" />
<meta name="keywords" content="statuz, situated alignment, agent runtime, yaml protocol, agent status, agent safety, niche calibration, AI governance, AI runtime, ai agent tools" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://statuz-protocol.github.io/statuz/" />
<meta property="og:title" content="Statuz — Situated Alignment Ecosystem" />
<meta property="og:description" content="Memory lets an AI remember the past. Statuz lets an AI understand where it stands, what matters now, and when human direction must be renewed." />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="/statuz-logo.svg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Statuz — Situated Alignment Ecosystem" />
<meta name="twitter:description" content="Runtime status, ecological positioning, drift calibration, and human-governed strategic synchronization for AI agents." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>