You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename SOFTWARE_FACTORY_INTENSIVE_PATH to SFI_PATH
Replaces all 90 occurrences of the environment variable across the eleven
files that set or read it. The shorter name matches the SFI_BOX and SFI_KEY
convention the repo already uses.
City: city · Agent: local-core.manager
Copy file name to clipboardExpand all lines: bootstrap/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,18 +70,18 @@ This script is destructive and meant to be re-runnable. **If you made any change
70
70
**Confirmation prompt.** On launch, you'll see:
71
71
72
72
```
73
-
Are you comfortable with resetting all of $SOFTWARE_FACTORY_INTENSIVE_PATH? (Y/n)
73
+
Are you comfortable with resetting all of $SFI_PATH? (Y/n)
74
74
```
75
75
76
76
You must type a **capital `Y`** to continue — `y`, `yes`, or just pressing Enter all abort the script. Nothing has been deleted at the prompt.
77
77
78
-
**What gets `rm -rf`'d on every run.** Inside `$SOFTWARE_FACTORY_INTENSIVE_PATH` only:
78
+
**What gets `rm -rf`'d on every run.** Inside `$SFI_PATH` only:
79
79
80
80
-`factory*/` — every directory whose name starts with `factory` (e.g. `factory1`, `factory2`)
81
81
-`ascii-art/`
82
82
-`sf-tutorial/`
83
83
84
-
Anything outside `$SOFTWARE_FACTORY_INTENSIVE_PATH` is untouched. Anything inside it that doesn't match those names (e.g. `mp-skills/`, pulled by step 05.2) is also untouched.
84
+
Anything outside `$SFI_PATH` is untouched. Anything inside it that doesn't match those names (e.g. `mp-skills/`, pulled by step 05.2) is also untouched.
0 commit comments