mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
24 lines
609 B
JSON
24 lines
609 B
JSON
{
|
|
"intent": "Move install_core_system.sh to linux_configuration/ root for easier discovery",
|
|
"scope": [
|
|
"linux_configuration/install_core_system.sh (moved from scripts/single_use/)"
|
|
],
|
|
"changes": [
|
|
"git mv to linux_configuration/ root",
|
|
"Update LINUX_CONFIG and REPO_ROOT path vars to match new location"
|
|
],
|
|
"verification": [
|
|
{
|
|
"command": "shellcheck linux_configuration/install_core_system.sh",
|
|
"result": "pass",
|
|
"evidence": "no warnings"
|
|
}
|
|
],
|
|
"risks": [
|
|
"None \u2014 pure rename + one-line path fix"
|
|
],
|
|
"rollback": [
|
|
"git revert HEAD"
|
|
]
|
|
}
|