feat: 0.1.0
Some checks failed
distribution-gate / distribution-gate (push) Failing after 1m56s

This commit is contained in:
eric
2026-04-04 18:41:34 +02:00
parent 32147d4552
commit ebb6b488fe
48 changed files with 2541 additions and 139 deletions

View File

@@ -0,0 +1,16 @@
{
"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"
}