flywheel-bootstrap 0.1.9.202601272220__py3-none-any.whl → 0.1.9.202601311405__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bootstrap/prompts.py +8 -0
- {flywheel_bootstrap-0.1.9.202601272220.dist-info → flywheel_bootstrap-0.1.9.202601311405.dist-info}/METADATA +1 -1
- {flywheel_bootstrap-0.1.9.202601272220.dist-info → flywheel_bootstrap-0.1.9.202601311405.dist-info}/RECORD +5 -5
- {flywheel_bootstrap-0.1.9.202601272220.dist-info → flywheel_bootstrap-0.1.9.202601311405.dist-info}/WHEEL +0 -0
- {flywheel_bootstrap-0.1.9.202601272220.dist-info → flywheel_bootstrap-0.1.9.202601311405.dist-info}/entry_points.txt +0 -0
bootstrap/prompts.py
CHANGED
|
@@ -67,6 +67,14 @@ def build_prompt_text(
|
|
|
67
67
|
- Inspect your output files before declaring success
|
|
68
68
|
- If something looks wrong (e.g., a blank plot, garbled text), debug and fix it
|
|
69
69
|
- Prefer self-contained artifacts (inline CSS/JS, no external dependencies)
|
|
70
|
+
|
|
71
|
+
Command Execution:
|
|
72
|
+
- Use --quiet or -q flags for package managers: pip install -q, apt-get -qq, npm install --silent
|
|
73
|
+
- Redirect verbose output away from context: wget -q URL or command > /dev/null 2>&1
|
|
74
|
+
- For long logs, capture only the tail: command 2>&1 | tail -20
|
|
75
|
+
- Prefer silent modes: curl -sS, git clone -q, conda install -q
|
|
76
|
+
- Suppress progress bars: pip install --progress-bar off
|
|
77
|
+
- Long command outputs consume your working memory—keep them concise
|
|
70
78
|
"""
|
|
71
79
|
).strip()
|
|
72
80
|
|
|
@@ -7,11 +7,11 @@ bootstrap/git_ops.py,sha256=HPn-CAURQEMRSLJRUuy1Lor7YwPYZjb6i6ku6WhJo7M,9267
|
|
|
7
7
|
bootstrap/install.py,sha256=Es1F0UBOYDhuv7i9veA5Bt-yyTyTZ-dAsHmGc-iRY5k,4166
|
|
8
8
|
bootstrap/orchestrator.py,sha256=zWRroJSoC6rjyNS1-YAnl4frk-uCWveWO_BeQnr_iRw,33468
|
|
9
9
|
bootstrap/payload.py,sha256=JugHguvdjHuoEY_wTE72PFDWlmFFgEk8_wiINNNjV_Q,3417
|
|
10
|
-
bootstrap/prompts.py,sha256=
|
|
10
|
+
bootstrap/prompts.py,sha256=trtZLytPyliuc50WV3glm6YcEs68tbvi4Iob5cUdbdQ,4664
|
|
11
11
|
bootstrap/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
12
12
|
bootstrap/runner.py,sha256=qFqDnHKxUIOBAfk9cX7EipXz7mJCwTJPeKMQI30x4Do,4509
|
|
13
13
|
bootstrap/telemetry.py,sha256=ONPvKTpc2puCygkakdQW7-Kkrx_yqEzZz-0FMtCQ-RQ,3983
|
|
14
|
-
flywheel_bootstrap-0.1.9.
|
|
15
|
-
flywheel_bootstrap-0.1.9.
|
|
16
|
-
flywheel_bootstrap-0.1.9.
|
|
17
|
-
flywheel_bootstrap-0.1.9.
|
|
14
|
+
flywheel_bootstrap-0.1.9.202601311405.dist-info/METADATA,sha256=FfNmt3agejYVckh_MzrTuOJO85WMt6jX2IsKTEOiZIQ,4630
|
|
15
|
+
flywheel_bootstrap-0.1.9.202601311405.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
16
|
+
flywheel_bootstrap-0.1.9.202601311405.dist-info/entry_points.txt,sha256=uluR7l4k_RhY5K4nYN5e6uwtceW3_7h_kvpM-csjzrg,63
|
|
17
|
+
flywheel_bootstrap-0.1.9.202601311405.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|