docs: add MIR13 mode doc and set PHI-off as default; bridge lowering split (if/loop/try); llvmlite resolver stabilization; curated runner default PHI-off; refresh CURRENT_TASK.md

This commit is contained in:
Selfhosting Dev
2025-09-17 10:58:12 +09:00
parent 31f90012e0
commit d99b941218
131 changed files with 2584 additions and 2657 deletions

12
.github/mlc_config.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"ignorePatterns": [
{ "pattern": "^mailto:" },
{ "pattern": "^vscode:" },
{ "pattern": "^file://" }
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 2,
"aliveStatusCodes": [200, 206, 429]
}