Skip to content

Commit 80f112d

Browse files
sukru-can1claude
andcommitted
feat: add flyweb.json discovery file (dogfooding)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2518b92 commit 80f112d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

public/.well-known/flyweb.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"flyweb": "1.0",
3+
"entity": "FlyWeb Protocol",
4+
"type": "docs",
5+
"url": "https://flyweb.io",
6+
"description": "The open protocol that makes the internet machine-readable.",
7+
"resources": {
8+
"spec": {
9+
"path": "/.flyweb/spec",
10+
"format": "json",
11+
"fields": ["version", "title", "description", "layers", "schema"],
12+
"description": "The FlyWeb protocol specification"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)