tui rework

This commit is contained in:
2026-03-09 14:18:34 +03:00
parent 8fb9fa15e0
commit d5c1d330f4
8 changed files with 5497 additions and 1520 deletions

17
bootstrap.json Normal file
View File

@@ -0,0 +1,17 @@
{
"candidate_id": "2026.03.03-rc1",
"version": "1.0.0",
"source_snapshot_ref": "v1.0.0-rc1",
"created_by": "operator",
"allowed_hosts": [
"internal-repo.company.com"
],
"prohibited_artifact_categories": [
"test-data",
"demo",
"load-test"
],
"required_system_categories": [
"core"
]
}