lite-kits 0.3.2__tar.gz → 0.3.3__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 (41) hide show
  1. {lite_kits-0.3.2 → lite_kits-0.3.3}/PKG-INFO +2 -2
  2. {lite_kits-0.3.2 → lite_kits-0.3.3}/README.md +1 -1
  3. {lite_kits-0.3.2 → lite_kits-0.3.3}/pyproject.toml +1 -1
  4. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/cli.py +1 -0
  5. {lite_kits-0.3.2 → lite_kits-0.3.3}/.gitignore +0 -0
  6. {lite_kits-0.3.2 → lite_kits-0.3.3}/LICENSE +0 -0
  7. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/__init__.py +0 -0
  8. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/core/__init__.py +0 -0
  9. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/core/banner.py +0 -0
  10. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/core/conflict_checker.py +0 -0
  11. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/core/detector.py +0 -0
  12. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/core/installer.py +0 -0
  13. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/core/manifest.py +0 -0
  14. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/core/validator.py +0 -0
  15. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/README.md +0 -0
  16. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/README.md +0 -0
  17. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.claude/audit.md +0 -0
  18. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.claude/cleanup.md +0 -0
  19. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.claude/commit.md +0 -0
  20. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.claude/orient.md +0 -0
  21. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.claude/pr.md +0 -0
  22. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.claude/review.md +0 -0
  23. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.claude/stats.md +0 -0
  24. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.github/audit.prompt.md +0 -0
  25. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.github/cleanup.prompt.md +0 -0
  26. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.github/commit.prompt.md +0 -0
  27. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.github/orient.prompt.md +0 -0
  28. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.github/pr.prompt.md +0 -0
  29. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.github/review.prompt.md +0 -0
  30. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/dev/commands/.github/stats.prompt.md +0 -0
  31. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/kits.yaml +0 -0
  32. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/README.md +0 -0
  33. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/commands/.claude/sync.md +0 -0
  34. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/commands/.github/sync.prompt.md +0 -0
  35. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/memory/git-worktrees-protocol.md +0 -0
  36. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/memory/parallel-work-protocol.md +0 -0
  37. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/memory/pr-workflow-guide.md +0 -0
  38. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/templates/collaboration-structure/README.md +0 -0
  39. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/templates/decision.md +0 -0
  40. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/templates/handoff.md +0 -0
  41. {lite_kits-0.3.2 → lite_kits-0.3.3}/src/lite_kits/kits/multiagent/templates/session-log.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lite-kits
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Lightweight enhancement kits for vanilla dev tools (spec-kit, etc.)
5
5
  Project-URL: Homepage, https://github.com/tmorgan181/lite-kits
6
6
  Project-URL: Documentation, https://github.com/tmorgan181/lite-kits#readme
@@ -29,7 +29,7 @@ Description-Content-Type: text/markdown
29
29
 
30
30
  # 🌈 LITE-KITS 🎒
31
31
 
32
- [![Version](https://img.shields.io/badge/version-0.3.0-blue.svg)](https://github.com/tmorgan181/lite-kits/releases/tag/v0.3.0)
32
+ [![PyPI version](https://img.shields.io/pypi/v/lite-kits.svg)](https://pypi.org/project/lite-kits/)
33
33
  [![Python](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
34
34
  [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
35
35
  [![Spec-Kit](https://img.shields.io/badge/spec--kit-compatible-purple.svg)](https://github.com/github/spec-kit)
@@ -1,6 +1,6 @@
1
1
  # 🌈 LITE-KITS 🎒
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.3.0-blue.svg)](https://github.com/tmorgan181/lite-kits/releases/tag/v0.3.0)
3
+ [![PyPI version](https://img.shields.io/pypi/v/lite-kits.svg)](https://pypi.org/project/lite-kits/)
4
4
  [![Python](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
5
5
  [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
6
6
  [![Spec-Kit](https://img.shields.io/badge/spec--kit-compatible-purple.svg)](https://github.com/github/spec-kit)
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "lite-kits"
7
- version = "0.3.2"
7
+ version = "0.3.3"
8
8
  description = "Lightweight enhancement kits for vanilla dev tools (spec-kit, etc.)"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -154,6 +154,7 @@ def version_callback(value: bool):
154
154
  if value:
155
155
  console.print()
156
156
  print_version_info()
157
+ console.print()
157
158
  raise typer.Exit()
158
159
 
159
160
  @app.callback(invoke_without_command=True)
File without changes
File without changes