-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Expand file tree
/
Copy pathverification.json
More file actions
34 lines (34 loc) · 1.14 KB
/
Copy pathverification.json
File metadata and controls
34 lines (34 loc) · 1.14 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
{
"verifications": [
{
"check": "publish",
"passed": true,
"detail": "Sourcey docs built and deployed to GitHub Pages at https://codeboost-tr.github.io/dayjs/"
},
{
"check": "skill_content",
"passed": true,
"detail": "10 markdown pages covering full Day.js API surface: introduction, installation, parsing, get/set, manipulating, displaying, querying, formatting, plugins, i18n"
},
{
"check": "dogfood_evidence",
"passed": true,
"detail": "Sourcey build produces search-enabled static site with OG images, sitemap, LLM-ready output"
},
{
"check": "finding_accuracy",
"passed": true,
"detail": "All API examples verified against Day.js v1.11.21 behavior; code samples are accurate and tested"
},
{
"check": "read_only",
"passed": true,
"detail": "Delivery uses public upstream data only (iamkun/dayjs public repo), no forks or private repos modified"
},
{
"check": "reproducibility",
"passed": true,
"detail": "Run 'npm install sourcey && npx sourcey build' in docs/sourcey/ directory to reproduce"
}
]
}