NICKO commited on
Commit
f41d5b9
·
verified ·
1 Parent(s): 6160037

Add aurekai.manifest.json

Browse files
Files changed (1) hide show
  1. aurekai.manifest.json +27 -0
aurekai.manifest.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "aurekai.deploy.v1",
3
+ "product": "Aurekai",
4
+ "legacy_codename": "Bonfyre",
5
+ "release": "0.8.0-alpha.1",
6
+ "target": "bun-darwin-arm64",
7
+ "hyper": {
8
+ "binary": "akai",
9
+ "legacy_binary": "bonfyre-hyper"
10
+ },
11
+ "runtime": {
12
+ "operator_count": 53,
13
+ "legacy_operator_prefix": "Bonfyre"
14
+ },
15
+ "compatibility": {
16
+ "bonfyre_aliases": true,
17
+ "bf_artifact": true,
18
+ "bfmodel": true,
19
+ "bfsae": true,
20
+ "bffpqx": true,
21
+ "bf_formats_supported": true
22
+ },
23
+ "signature": {
24
+ "alg": "none",
25
+ "value": "TODO"
26
+ }
27
+ }