stabilize TCS compiler source identity for external acceptance

This commit is contained in:
冰朔 2026-08-21 17:19:12 +08:00
commit 14ffe45caa
3 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@ COMPILER TCS-COMPILER-STAGE1-0001 {
name_zh = "TCS 第一代自举编译器";
version = "0.1.0";
profile = "HLDP-NP/1";
lifecycle = "EXECUTABLE_SEMANTIC_FIXED_POINT_PROVEN_HOST_ACCEPTANCE_IN_PROGRESS";
lifecycle = "STABLE_COMPILER_SOURCE_CANDIDATE";
bootstrap_seed = "TCS-STAGE0-IGNITION-0001";
output = "GIR/1";
}
@ -96,6 +96,6 @@ COMPILER TCS-COMPILER-STAGE1-0001 {
standard_library_test = "REQUIRED";
negative_corpus_test = "REQUIRED";
minimum_runnable_module_test = "REQUIRED";
current_state = "SH01_TO_SH06_LOCAL_PASS_SH07_TARGET_READBACK_IN_PROGRESS";
current_state = "READ_EXTERNAL_SELF_HOST_ACCEPTANCE_RECEIPT";
}
}