-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
39 lines (39 loc) · 1.32 KB
/
Copy pathmetadata.json
File metadata and controls
39 lines (39 loc) · 1.32 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
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "AVIS — AI Visibility & Integration Standard",
"author": {
"@type": "Person",
"name": "mercwar",
"url": "https://github.com"
},
"description": "A semantic schema defining structured comment metadata for source code, optimized for AI interpretation and COM/Windows message integration.",
"applicationCategory": "AI Translation & Source Code Metadata",
"hasPart": [
{
"@type": "CreativeWork",
"name": "Cyborg",
"description": "AI translation language for sending Windows messages with HEX strings.",
"programmingLanguage": "C"
},
{
"@type": "CreativeWork",
"name": "AVIS-DATALAKE",
"description": "AI Visibility through a File Versioning System for traceability and collaboration.",
"programmingLanguage": "C"
},
{
"@type": "CreativeWork",
"name": "AVIS",
"description": "Source Code Comment standard for COM Objects.",
"programmingLanguage": "Shell"
},
{
"@type": "CreativeWork",
"name": "Robo-Knight-Inventory",
"description": "Canonical registration of the cyborg knight form (v1.00). Defines armor geometry and stance law.",
"programmingLanguage": "HTML"
}
],
"mainEntityOfPage": "https://mercwar.github.io/AVIS/"
}