blamcode 0.4.0__tar.gz → 0.4.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.
Files changed (63) hide show
  1. {blamcode-0.4.0 → blamcode-0.4.2}/PKG-INFO +1 -1
  2. {blamcode-0.4.0 → blamcode-0.4.2}/blamcode.egg-info/PKG-INFO +1 -1
  3. blamcode-0.4.2/blamcode.egg-info/entry_points.txt +2 -0
  4. {blamcode-0.4.0 → blamcode-0.4.2}/pyproject.toml +2 -2
  5. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/__init__.py +1 -1
  6. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/cli.py +8 -8
  7. blamcode-0.4.0/blamcode.egg-info/entry_points.txt +0 -2
  8. {blamcode-0.4.0 → blamcode-0.4.2}/LICENSE +0 -0
  9. {blamcode-0.4.0 → blamcode-0.4.2}/README.md +0 -0
  10. {blamcode-0.4.0 → blamcode-0.4.2}/blamcode.egg-info/SOURCES.txt +0 -0
  11. {blamcode-0.4.0 → blamcode-0.4.2}/blamcode.egg-info/dependency_links.txt +0 -0
  12. {blamcode-0.4.0 → blamcode-0.4.2}/blamcode.egg-info/top_level.txt +0 -0
  13. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/README.md +0 -0
  14. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/agent/build.md +0 -0
  15. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/agent/debugger.md +0 -0
  16. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/agent/designer.md +0 -0
  17. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/agent/vision.md +0 -0
  18. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/agent/writer.md +0 -0
  19. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/command/ask.md +0 -0
  20. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/command/blam.md +0 -0
  21. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/command/explore.md +0 -0
  22. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/command/fix.md +0 -0
  23. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/command/open.md +0 -0
  24. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/command/review.md +0 -0
  25. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/opencode.json +0 -0
  26. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/themes/bangladeshi.json +0 -0
  27. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/themes/blamcode.json +0 -0
  28. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/config/tui.json +0 -0
  29. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/install.sh +0 -0
  30. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/scripts/__pycache__/patch-brand.cpython-312.pyc +0 -0
  31. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/scripts/blamcode +0 -0
  32. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/scripts/blamcode-browser +0 -0
  33. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/scripts/blamcode-menu +0 -0
  34. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/scripts/blamcode-uninstall +0 -0
  35. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/scripts/blamcode-vision +0 -0
  36. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/scripts/oc-settings.sh +0 -0
  37. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/scripts/patch-brand.py +0 -0
  38. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/android-app/SKILL.md +0 -0
  39. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/api-integration/SKILL.md +0 -0
  40. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/bash-cli-expert/SKILL.md +0 -0
  41. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/bot-development/SKILL.md +0 -0
  42. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/clean-code-performance/SKILL.md +0 -0
  43. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/database/SKILL.md +0 -0
  44. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/debugging-fixes/SKILL.md +0 -0
  45. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/deploy-hosting/SKILL.md +0 -0
  46. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/docker/SKILL.md +0 -0
  47. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/firebase-supabase/SKILL.md +0 -0
  48. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/git-workflow/SKILL.md +0 -0
  49. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/lets-scroll/SKILL.md +0 -0
  50. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/lets-scroll/references/index-template.html +0 -0
  51. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/lets-scroll/references/knockout.py +0 -0
  52. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/lets-scroll/references/pipeline.md +0 -0
  53. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/lets-scroll/references/prompts.md +0 -0
  54. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/lets-scroll/references/scrub-engine.js +0 -0
  55. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/project-structure/SKILL.md +0 -0
  56. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/python-automation/SKILL.md +0 -0
  57. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/react-next-best-practices/SKILL.md +0 -0
  58. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/security-review/SKILL.md +0 -0
  59. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/seo-basics/SKILL.md +0 -0
  60. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/testing/SKILL.md +0 -0
  61. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/ui-ux-responsive/SKILL.md +0 -0
  62. {blamcode-0.4.0 → blamcode-0.4.2}/python/blamcode/layer/skills/website-builder/SKILL.md +0 -0
  63. {blamcode-0.4.0 → blamcode-0.4.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: blamcode
3
- Version: 0.4.0
3
+ Version: 0.4.2
4
4
  Summary: BLAMCODE — 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: blamcode
3
- Version: 0.4.0
3
+ Version: 0.4.2
4
4
  Summary: BLAMCODE — AI coding CLI for Termux. Your app, BLAM, done!
5
5
  Author: zyvo9
6
6
  License: MIT
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ blamcode = blamcode.cli:main
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "blamcode"
7
- version = "0.4.0"
7
+ version = "0.4.2"
8
8
  description = "BLAMCODE — AI coding CLI for Termux. Your app, BLAM, done!"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -23,7 +23,7 @@ classifiers = [
23
23
  dependencies = []
24
24
 
25
25
  [project.scripts]
26
- blamcode-boot = "blamcode.cli:main"
26
+ blamcode = "blamcode.cli:main"
27
27
 
28
28
  [tool.setuptools]
29
29
  packages = ["blamcode"]
@@ -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.3.1"
9
+ __version__ = "0.4.2"
@@ -1,12 +1,12 @@
1
1
  """blamcode — command-line bootstrap for installing BLAMCODE from PyPI.
2
2
 
3
- `pip install blamcode` gives you the `blamcode-boot` command (the name is
4
- deliberately NOT `blamcode`: on Termux pip writes scripts to $PREFIX/bin,
5
- where the real installer also puts its `blamcode` wrapperan alias would
6
- collide with it). Running it installs the BLAMCODE layer (scripts + config +
7
- skills + installer) from the wheel's own bundled copy — no network fetch
8
- for the layer then hands over to the real installer, which downloads
9
- the core engine with a single live progress line.
3
+ `pip install blamcode` gives you the `blamcode` command. Running it
4
+ installs the BLAMCODE layer (scripts + config + skills + installer) from
5
+ the wheel's own bundled copy no network fetch for the layer then hands
6
+ over to the real installer, which downloads the core engine with a single
7
+ live progress line. On Termux the installer later replaces the bootstrap
8
+ with the full `blamcode` wrapper at the same path, so the name never
9
+ changes for the user.
10
10
 
11
11
  Design: the pip package bundles the layer and acts as the launcher;
12
12
  all real logic lives in install.sh, so curl-install and pip-install
@@ -42,7 +42,7 @@ def _jump_to_installer(boot):
42
42
  if not os.path.isfile(installer):
43
43
  sys.exit(
44
44
  "error: boot layer is incomplete (missing install.sh);\n"
45
- " rerun: blamcode-boot install"
45
+ " rerun: blamcode install"
46
46
  )
47
47
  if not os.access(installer, os.X_OK):
48
48
  os.chmod(installer, 0o755)
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- blamcode-boot = blamcode.cli:main
File without changes
File without changes
File without changes