- Rename all modules: clawdie-shell-{func}.sh → shell-{func}.sh
- Update references in firstboot.sh and installerconfig
- Update self-detection case statements in each module
- Reduces naming redundancy and improves clarity
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
7 lines
179 B
Text
7 lines
179 B
Text
version = 2;
|
|
packing_format = "tzst";
|
|
manifests = "packagesite.yaml";
|
|
data = "data";
|
|
filesite = "filesite.yaml";
|
|
manifests_archive = "packagesite";
|
|
filesite_archive = "filesite";
|