boomcode 0.5.4__tar.gz → 0.5.5__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.
Files changed (63) hide show
  1. {boomcode-0.5.4 → boomcode-0.5.5}/PKG-INFO +1 -1
  2. {boomcode-0.5.4 → boomcode-0.5.5}/boomcode.egg-info/PKG-INFO +1 -1
  3. {boomcode-0.5.4 → boomcode-0.5.5}/pyproject.toml +1 -1
  4. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/__init__.py +1 -1
  5. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/lets-scroll/SKILL.md +20 -9
  6. {boomcode-0.5.4 → boomcode-0.5.5}/LICENSE +0 -0
  7. {boomcode-0.5.4 → boomcode-0.5.5}/README.md +0 -0
  8. {boomcode-0.5.4 → boomcode-0.5.5}/boomcode.egg-info/SOURCES.txt +0 -0
  9. {boomcode-0.5.4 → boomcode-0.5.5}/boomcode.egg-info/dependency_links.txt +0 -0
  10. {boomcode-0.5.4 → boomcode-0.5.5}/boomcode.egg-info/entry_points.txt +0 -0
  11. {boomcode-0.5.4 → boomcode-0.5.5}/boomcode.egg-info/top_level.txt +0 -0
  12. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/cli.py +0 -0
  13. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/README.md +0 -0
  14. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/agent/build.md +0 -0
  15. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/agent/debugger.md +0 -0
  16. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/agent/designer.md +0 -0
  17. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/agent/vision.md +0 -0
  18. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/agent/writer.md +0 -0
  19. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/command/ask.md +0 -0
  20. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/command/boom.md +0 -0
  21. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/command/explore.md +0 -0
  22. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/command/fix.md +0 -0
  23. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/command/open.md +0 -0
  24. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/command/review.md +0 -0
  25. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/opencode.json +0 -0
  26. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/themes/bangladeshi.json +0 -0
  27. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/themes/boomcode.json +0 -0
  28. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/config/tui.json +0 -0
  29. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/install.sh +0 -0
  30. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/scripts/__pycache__/patch-brand.cpython-312.pyc +0 -0
  31. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/scripts/boomcode +0 -0
  32. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/scripts/boomcode-browser +0 -0
  33. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/scripts/boomcode-menu +0 -0
  34. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/scripts/boomcode-uninstall +0 -0
  35. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/scripts/boomcode-vision +0 -0
  36. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/scripts/oc-settings.sh +0 -0
  37. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/scripts/patch-brand.py +0 -0
  38. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/android-app/SKILL.md +0 -0
  39. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/api-integration/SKILL.md +0 -0
  40. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/ask-install/SKILL.md +0 -0
  41. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/bash-cli-expert/SKILL.md +0 -0
  42. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/bot-development/SKILL.md +0 -0
  43. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/clean-code-performance/SKILL.md +0 -0
  44. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/database/SKILL.md +0 -0
  45. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/debugging-fixes/SKILL.md +0 -0
  46. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/deploy-hosting/SKILL.md +0 -0
  47. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/docker/SKILL.md +0 -0
  48. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/firebase-supabase/SKILL.md +0 -0
  49. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/git-workflow/SKILL.md +0 -0
  50. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/lets-scroll/references/index-template.html +0 -0
  51. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/lets-scroll/references/knockout.py +0 -0
  52. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/lets-scroll/references/pipeline.md +0 -0
  53. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/lets-scroll/references/prompts.md +0 -0
  54. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/lets-scroll/references/scrub-engine.js +0 -0
  55. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/project-structure/SKILL.md +0 -0
  56. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/python-automation/SKILL.md +0 -0
  57. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/react-next-best-practices/SKILL.md +0 -0
  58. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/security-review/SKILL.md +0 -0
  59. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/seo-basics/SKILL.md +0 -0
  60. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/testing/SKILL.md +0 -0
  61. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/ui-ux-responsive/SKILL.md +0 -0
  62. {boomcode-0.5.4 → boomcode-0.5.5}/python/boomcode/layer/skills/website-builder/SKILL.md +0 -0
  63. {boomcode-0.5.4 → boomcode-0.5.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boomcode
3
- Version: 0.5.4
3
+ Version: 0.5.5
4
4
  Summary: BOOMCODE — AI coding CLI for Termux. Your app, BLAM, done!
5
5
  Author: zyvo9
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boomcode
3
- Version: 0.5.4
3
+ Version: 0.5.5
4
4
  Summary: BOOMCODE — AI coding CLI for Termux. Your app, BLAM, done!
5
5
  Author: zyvo9
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "boomcode"
7
- version = "0.5.4"
7
+ version = "0.5.5"
8
8
  description = "BOOMCODE — AI coding CLI for Termux. Your app, BLAM, done!"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -6,4 +6,4 @@ hands over to the real installer (install.sh) which does everything
6
6
  else (core engine, deps, single-line live progress).
7
7
  """
8
8
 
9
- __version__ = "0.5.4"
9
+ __version__ = "0.5.5"
@@ -71,18 +71,29 @@ Ask these in plain words. Accept answers in any language. Record the answers
71
71
  3. **Look & feel** — show the options by feel, one line each (default: **clay
72
72
  diorama**; alternates in `references/prompts.md`: papercraft, glossy toy,
73
73
  claymation, neon night, photoreal). One choice for the whole site.
74
- 4. **Camera style** — ask by feel: *"should the camera walk through the world
75
- (walkthrough) or dive down into it from above (fly-through)?"*
76
- - walkthrough architecture **A** (one continuous forward take simpler,
77
- recommended)
78
- - fly-through, god's-eye architecture **B** (dive + connector clips)
79
- - If they want a fixed isometric camera the whole way, that's A with the
80
- locked-iso clause from `references/prompts.md`.
81
- 5. **How many scenes?** Offer 2 / 4 / 6 (6 is the max that stays smooth).
74
+ 4. **Site type** — what kind of journey? Show these picks, one line each:
75
+ - **Business tour** walk through the shop/kitchen/office like a visitor
76
+ - **Product showcase / review** the camera circles and closes in on ONE
77
+ product from all sides, close-up details, like a video review
78
+ - **Story journey** — how it's made / farm-to-table / idea-to-launch
79
+ - **Portfolio / gallery** one beautiful vignette per work or project
80
+ The pick shapes the scene list (a product showcase builds every scene
81
+ around the same product; a tour builds one scene per place, etc.).
82
+ 5. **Camera style** — ask by feel, one line each:
83
+ - **Walkthrough** — the camera walks through the world like a visitor
84
+ (architecture **A** — one continuous forward take; simplest, recommended)
85
+ - **Fly-through** — the camera dives down into the world from above
86
+ (architecture **B** — dive + linking clips)
87
+ - **Orbit showcase** — for product review: the camera circles the product,
88
+ sweeps around it and pushes in on details (A with orbit moves from
89
+ `references/prompts.md` mid-leg move library)
90
+ - **Postcard view** — a fixed, postcard-pretty angle on every scene,
91
+ almost no camera movement (A with the locked-iso clause)
92
+ 6. **How many scenes?** Offer 2 / 4 / 6 (6 is the max that stays smooth).
82
93
  Then propose the scene list from their answer to #1 — each scene gets a
83
94
  subject, a short headline idea, one-line body, 0–3 tags; the last scene is
84
95
  the hero + call-to-action. Confirm the list with the user.
85
- 6. **Phone version?** ("should the site also have a vertical version for
96
+ 7. **Phone version?** ("should the site also have a vertical version for
86
97
  phones?") — if yes, the kit doubles the video prompts (a 9:16 copy of each)
87
98
  — say plainly that it's about twice the generating work for them.
88
99
 
File without changes
File without changes
File without changes