Files
codex-controller-loop/scripts/release-orchestrator.config.json
eric ebb6b488fe
Some checks failed
distribution-gate / distribution-gate (push) Failing after 1m56s
feat: 0.1.0
2026-04-04 18:41:34 +02:00

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"
}