boomcode 0.5.0__tar.gz → 0.5.2__tar.gz
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.
- {boomcode-0.5.0 → boomcode-0.5.2}/PKG-INFO +1 -1
- {boomcode-0.5.0 → boomcode-0.5.2}/boomcode.egg-info/PKG-INFO +1 -1
- {boomcode-0.5.0 → boomcode-0.5.2}/pyproject.toml +1 -1
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/__init__.py +1 -1
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/cli.py +1 -1
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/scripts/oc-settings.sh +143 -137
- {boomcode-0.5.0 → boomcode-0.5.2}/LICENSE +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/README.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/boomcode.egg-info/SOURCES.txt +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/boomcode.egg-info/dependency_links.txt +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/boomcode.egg-info/entry_points.txt +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/boomcode.egg-info/top_level.txt +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/README.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/agent/build.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/agent/debugger.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/agent/designer.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/agent/vision.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/agent/writer.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/command/ask.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/command/boom.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/command/explore.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/command/fix.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/command/open.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/command/review.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/opencode.json +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/themes/bangladeshi.json +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/themes/boomcode.json +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/config/tui.json +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/install.sh +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/scripts/__pycache__/patch-brand.cpython-312.pyc +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/scripts/boomcode +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/scripts/boomcode-browser +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/scripts/boomcode-menu +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/scripts/boomcode-uninstall +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/scripts/boomcode-vision +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/scripts/patch-brand.py +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/android-app/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/api-integration/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/bash-cli-expert/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/bot-development/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/clean-code-performance/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/database/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/debugging-fixes/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/deploy-hosting/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/docker/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/firebase-supabase/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/git-workflow/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/lets-scroll/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/lets-scroll/references/index-template.html +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/lets-scroll/references/knockout.py +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/lets-scroll/references/pipeline.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/lets-scroll/references/prompts.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/lets-scroll/references/scrub-engine.js +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/project-structure/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/python-automation/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/react-next-best-practices/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/security-review/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/seo-basics/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/testing/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/ui-ux-responsive/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/website-builder/SKILL.md +0 -0
- {boomcode-0.5.0 → boomcode-0.5.2}/setup.cfg +0 -0
|
@@ -49,7 +49,7 @@ def _jump_to_installer(boot):
|
|
|
49
49
|
# prefer bash when available (install.sh animates; POSIX sh works too)
|
|
50
50
|
shell = "bash" if shutil.which("bash") else "sh"
|
|
51
51
|
env = dict(os.environ, BOOMCODE_BOOT=boot)
|
|
52
|
-
print("\
|
|
52
|
+
print("\nboomcode: layer ready — starting the core installer…\n")
|
|
53
53
|
sys.exit(subprocess.call([shell, installer], env=env))
|
|
54
54
|
|
|
55
55
|
|
|
@@ -1,138 +1,144 @@
|
|
|
1
|
-
#!/data/data/com.termux/files/usr/bin/bash
|
|
2
|
-
# oc-settings — BOOMCODE model tier switcher
|
|
3
|
-
# Usage:
|
|
4
|
-
# oc-settings (menu)
|
|
5
|
-
# oc-settings model (menu: max/mid/ultra/tiny)
|
|
6
|
-
# oc-settings model <tier>
|
|
7
|
-
# oc-settings apply (rewrites the config)
|
|
8
|
-
set -e
|
|
9
|
-
|
|
10
|
-
CONFIG_DIR="${HOME}/.config/opencode"
|
|
11
|
-
AGENT="build"
|
|
12
|
-
USERNAME="boomcode-dev"
|
|
13
|
-
|
|
14
|
-
# Model ids are passed to the Zen API WITHOUT a provider prefix — the
|
|
15
|
-
# API only knows bare ids like "deepseek-v4-flash-free" (a prefixed
|
|
16
|
-
# "boomcode/deepseek-..." gets rejected with "not valid type").
|
|
17
|
-
|
|
18
|
-
MODEL="deepseek-v4-flash-free"
|
|
19
|
-
SMALL="laguna-s-2.1-free"
|
|
20
|
-
|
|
21
|
-
saved_model() {
|
|
22
|
-
[ -f "$CONFIG_DIR/opencode.json" ] && sed -n 's/.*"model"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p' "$CONFIG_DIR/opencode.json" | head -n1
|
|
23
|
-
}
|
|
24
|
-
saved_small() {
|
|
25
|
-
[ -f "$CONFIG_DIR/opencode.json" ] && sed -n 's/.*"small_model"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p' "$CONFIG_DIR/opencode.json" | head -n1
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
# Surgical JSON edit: only the model keys change; everything else
|
|
29
|
-
# (provider, apiKey, auth, permission) is preserved. Both opencode.json and
|
|
30
|
-
# opencode.jsonc are updated so config merging can't override the choice.
|
|
31
|
-
apply_model() { # $1 = model, $2 = small_model
|
|
32
|
-
python3 - "$CONFIG_DIR" "$USERNAME" "$AGENT" "$1" "$2" <<'PY'
|
|
33
|
-
import json, os, sys
|
|
34
|
-
d, user, agent, model, small = sys.argv[1:6]
|
|
35
|
-
files = [os.path.join(d, "opencode.json"), os.path.join(d, "opencode.jsonc")]
|
|
36
|
-
cfg = {}
|
|
37
|
-
for f in files:
|
|
38
|
-
if os.path.exists(f):
|
|
39
|
-
try:
|
|
40
|
-
cfg = json.load(open(f))
|
|
41
|
-
break
|
|
42
|
-
except Exception:
|
|
43
|
-
continue
|
|
44
|
-
cfg.setdefault("username", user)
|
|
45
|
-
cfg.setdefault("default_agent", agent)
|
|
46
|
-
if model:
|
|
47
|
-
cfg["model"] = model
|
|
48
|
-
if small:
|
|
49
|
-
cfg["small_model"] = small
|
|
50
|
-
os.makedirs(d, exist_ok=True)
|
|
51
|
-
for f in files:
|
|
52
|
-
with open(f, "w") as fh:
|
|
53
|
-
json.dump(cfg, fh, indent=2)
|
|
54
|
-
fh.write("\n")
|
|
55
|
-
PY
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
pick_model() {
|
|
59
|
-
|
|
60
|
-
local
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
lightning) MODEL="nemotron-3.5-lightning-free"; SMALL="laguna-s-2.1-free"; return;;
|
|
64
|
-
mid|medium) MODEL="mimo-v2.5-free"; SMALL="laguna-s-2.1-free"; return;;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
echo
|
|
71
|
-
echo "
|
|
72
|
-
echo "
|
|
73
|
-
echo "
|
|
74
|
-
echo "
|
|
75
|
-
echo
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
echo
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
echo
|
|
108
|
-
echo "
|
|
109
|
-
echo "NOTE: restart boomcode (config is loaded at startup)."
|
|
110
|
-
;;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
1
|
+
#!/data/data/com.termux/files/usr/bin/bash
|
|
2
|
+
# oc-settings — BOOMCODE model tier switcher
|
|
3
|
+
# Usage:
|
|
4
|
+
# oc-settings (menu)
|
|
5
|
+
# oc-settings model (menu: max/mid/ultra/tiny)
|
|
6
|
+
# oc-settings model <tier>
|
|
7
|
+
# oc-settings apply (rewrites the config)
|
|
8
|
+
set -e
|
|
9
|
+
|
|
10
|
+
CONFIG_DIR="${HOME}/.config/opencode"
|
|
11
|
+
AGENT="build"
|
|
12
|
+
USERNAME="boomcode-dev"
|
|
13
|
+
|
|
14
|
+
# Model ids are passed to the Zen API WITHOUT a provider prefix — the
|
|
15
|
+
# API only knows bare ids like "deepseek-v4-flash-free" (a prefixed
|
|
16
|
+
# "boomcode/deepseek-..." gets rejected with "not valid type").
|
|
17
|
+
|
|
18
|
+
MODEL="deepseek-v4-flash-free"
|
|
19
|
+
SMALL="laguna-s-2.1-free"
|
|
20
|
+
|
|
21
|
+
saved_model() {
|
|
22
|
+
[ -f "$CONFIG_DIR/opencode.json" ] && sed -n 's/.*"model"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p' "$CONFIG_DIR/opencode.json" | head -n1
|
|
23
|
+
}
|
|
24
|
+
saved_small() {
|
|
25
|
+
[ -f "$CONFIG_DIR/opencode.json" ] && sed -n 's/.*"small_model"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p' "$CONFIG_DIR/opencode.json" | head -n1
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
# Surgical JSON edit: only the model keys change; everything else
|
|
29
|
+
# (provider, apiKey, auth, permission) is preserved. Both opencode.json and
|
|
30
|
+
# opencode.jsonc are updated so config merging can't override the choice.
|
|
31
|
+
apply_model() { # $1 = model, $2 = small_model
|
|
32
|
+
python3 - "$CONFIG_DIR" "$USERNAME" "$AGENT" "$1" "$2" <<'PY'
|
|
33
|
+
import json, os, sys
|
|
34
|
+
d, user, agent, model, small = sys.argv[1:6]
|
|
35
|
+
files = [os.path.join(d, "opencode.json"), os.path.join(d, "opencode.jsonc")]
|
|
36
|
+
cfg = {}
|
|
37
|
+
for f in files:
|
|
38
|
+
if os.path.exists(f):
|
|
39
|
+
try:
|
|
40
|
+
cfg = json.load(open(f))
|
|
41
|
+
break
|
|
42
|
+
except Exception:
|
|
43
|
+
continue
|
|
44
|
+
cfg.setdefault("username", user)
|
|
45
|
+
cfg.setdefault("default_agent", agent)
|
|
46
|
+
if model:
|
|
47
|
+
cfg["model"] = model
|
|
48
|
+
if small:
|
|
49
|
+
cfg["small_model"] = small
|
|
50
|
+
os.makedirs(d, exist_ok=True)
|
|
51
|
+
for f in files:
|
|
52
|
+
with open(f, "w") as fh:
|
|
53
|
+
json.dump(cfg, fh, indent=2)
|
|
54
|
+
fh.write("\n")
|
|
55
|
+
PY
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
pick_model() {
|
|
59
|
+
# tier ladder: Low -> Mid -> High (default) -> Ultra -> Ultra+ (highest free)
|
|
60
|
+
local prev="$1"
|
|
61
|
+
local TIER_ARG="${2:-}"
|
|
62
|
+
case "$TIER_ARG" in
|
|
63
|
+
low|light|lightning|fast) MODEL="nemotron-3.5-lightning-free"; SMALL="laguna-s-2.1-free"; return;;
|
|
64
|
+
mid|medium) MODEL="mimo-v2.5-free"; SMALL="laguna-s-2.1-free"; return;;
|
|
65
|
+
high|max|flash|default|full) MODEL="deepseek-v4-flash-free"; SMALL="laguna-s-2.1-free"; return;;
|
|
66
|
+
ultra|strong) MODEL="nemotron-3-ultra-free"; SMALL="laguna-s-2.1-free"; return;;
|
|
67
|
+
ultra+|ultraplus|ultrahigher|higher) MODEL="x-preview-f-free"; SMALL="laguna-s-2.1-free"; return;;
|
|
68
|
+
*) ;;
|
|
69
|
+
esac
|
|
70
|
+
echo
|
|
71
|
+
echo " Select a model tier (Low -> Mid -> High -> Ultra -> Ultra+):"
|
|
72
|
+
echo " 1) Low : nemotron-3.5-lightning-free [fastest, lightest]"
|
|
73
|
+
echo " 2) Mid : mimo-v2.5-free [balanced]"
|
|
74
|
+
echo " 3) High : deepseek-v4-flash-free [default — full-power, stable]"
|
|
75
|
+
echo " 4) Ultra : nemotron-3-ultra-free [biggest open model — some provider errors reported]"
|
|
76
|
+
echo " 5) Ultra+ : x-preview-f-free [highest tier — frontier preview model]"
|
|
77
|
+
echo " 6) Custom ID (e.g. gpt-5.5)"
|
|
78
|
+
echo -n " [1-6, Enter keeps - $prev]: "
|
|
79
|
+
read -r CHOICE || CHOICE=0
|
|
80
|
+
case "$CHOICE" in
|
|
81
|
+
1) MODEL="nemotron-3.5-lightning-free"
|
|
82
|
+
SMALL="laguna-s-2.1-free";;
|
|
83
|
+
2) MODEL="mimo-v2.5-free"
|
|
84
|
+
SMALL="laguna-s-2.1-free";;
|
|
85
|
+
3) MODEL="deepseek-v4-flash-free"
|
|
86
|
+
SMALL="laguna-s-2.1-free";;
|
|
87
|
+
4) MODEL="nemotron-3-ultra-free"
|
|
88
|
+
SMALL="laguna-s-2.1-free"
|
|
89
|
+
echo " Note: provider errors have been reported for this model — if it fails, run: oc-settings model high" ;;
|
|
90
|
+
5) MODEL="x-preview-f-free"
|
|
91
|
+
SMALL="laguna-s-2.1-free"
|
|
92
|
+
echo " Note: Ultra+ is a preview model — bleeding-edge, may change or rate-limit." ;;
|
|
93
|
+
6) echo -n " Model ID: "; read -r CUSTOM
|
|
94
|
+
[ -n "$CUSTOM" ] && MODEL="$CUSTOM"
|
|
95
|
+
echo -n " Small Model ID (Enter keeps current): "; read -r CSMALL
|
|
96
|
+
[ -n "$CSMALL" ] && SMALL="$CSMALL";;
|
|
97
|
+
*) echo " Keeping the current selection.";;
|
|
98
|
+
esac
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
case "${1:-}" in
|
|
102
|
+
model|ultra|ultra+|ultraplus|ultrahigher|higher|strong|max|flash|fast|lightning|low|light|mid|medium|default|high)
|
|
103
|
+
pick_model "$MODEL" "${2:-}"
|
|
104
|
+
apply_model "$MODEL" "$SMALL"
|
|
105
|
+
echo
|
|
106
|
+
echo "Config updated (model + saved settings preserved):"
|
|
107
|
+
echo " model: $MODEL"
|
|
108
|
+
echo " small_model: $SMALL"
|
|
109
|
+
echo "NOTE: restart boomcode (config is loaded at startup)."
|
|
110
|
+
;;
|
|
111
|
+
apply)
|
|
112
|
+
apply_model "$(saved_model)" "$(saved_small)"
|
|
113
|
+
echo
|
|
114
|
+
echo "Config re-written (existing model/provider preserved)."
|
|
115
|
+
echo "NOTE: restart boomcode (config is loaded at startup)."
|
|
116
|
+
;;
|
|
117
|
+
ls|models|list)
|
|
118
|
+
echo "Free zen models:"
|
|
119
|
+
curl -fsSL -m 15 "https://opencode.ai/zen/v1/models" 2>/dev/null \
|
|
120
|
+
| grep -o '"id":"[^"]*free[^"]*"' | sed 's/.*"id":"\([^"]*\)".*/\1/' || echo "(network problem)"
|
|
121
|
+
;;
|
|
122
|
+
-h|--help|help)
|
|
123
|
+
sed -n '2,9p' "$0"
|
|
124
|
+
;;
|
|
125
|
+
"")
|
|
126
|
+
echo
|
|
127
|
+
echo " BOOMCODE settings"
|
|
128
|
+
echo " 1) Model tier (max / mid / ultra / tiny)"
|
|
129
|
+
echo " 2) Free models list"
|
|
130
|
+
echo -n " [1-2]: "
|
|
131
|
+
read -r CHOICE || CHOICE=""
|
|
132
|
+
case "$CHOICE" in
|
|
133
|
+
1) pick_model "$MODEL"; apply_model "$MODEL" "$SMALL"
|
|
134
|
+
echo; echo " model: $MODEL — restart boomcode.";;
|
|
135
|
+
2) "$0" models;;
|
|
136
|
+
*) echo " Bye.";;
|
|
137
|
+
esac
|
|
138
|
+
;;
|
|
139
|
+
*)
|
|
140
|
+
echo "Unknown: $1"
|
|
141
|
+
sed -n '2,9p' "$0"
|
|
142
|
+
exit 1
|
|
143
|
+
;;
|
|
138
144
|
esac
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/clean-code-performance/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/lets-scroll/references/knockout.py
RENAMED
|
File without changes
|
{boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/lets-scroll/references/pipeline.md
RENAMED
|
File without changes
|
{boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/lets-scroll/references/prompts.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boomcode-0.5.0 → boomcode-0.5.2}/python/boomcode/layer/skills/react-next-best-practices/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|