17 lines
753 B
JSON
17 lines
753 B
JSON
{
|
|
"schema_version": "release-orchestrator-config-v1",
|
|
"contract_version": "1.0.0",
|
|
"artifact_name": "codex-controller-loop",
|
|
"default_profile": "release",
|
|
"default_dist_revision": "r1",
|
|
"artifact_ext": "tar.gz",
|
|
"dist_root": "dist",
|
|
"artifact_dir_template": "{dist_root}/{contract_version}/{version}/{target}/{profile}/{toolchain}/{gitsha}/{dist_revision}",
|
|
"artifact_filename_template": "{artifact_name}-v{version}-{target}-{profile}-{toolchain}-{gitsha}-{dist_revision}.{ext}",
|
|
"index_path_template": "{dist_root}/index.json",
|
|
"legacy_index_path_template": "{dist_root}/{contract_version}/index.json",
|
|
"manifest_filename": "manifest.json",
|
|
"provenance_filename": "provenance.json",
|
|
"checksums_filename": "checksums.json"
|
|
}
|