luv-cli 0.0.9__tar.gz → 0.0.11__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.
- {luv_cli-0.0.9 → luv_cli-0.0.11}/.failproofai/policies-config.json +3 -1
- {luv_cli-0.0.9 → luv_cli-0.0.11}/PKG-INFO +1 -1
- {luv_cli-0.0.9 → luv_cli-0.0.11}/pyproject.toml +1 -1
- {luv_cli-0.0.9 → luv_cli-0.0.11}/.claude/settings.json +0 -0
- {luv_cli-0.0.9 → luv_cli-0.0.11}/.github/workflows/publish.yml +0 -0
- {luv_cli-0.0.9 → luv_cli-0.0.11}/.gitignore +0 -0
- {luv_cli-0.0.9 → luv_cli-0.0.11}/LICENSE +0 -0
- {luv_cli-0.0.9 → luv_cli-0.0.11}/README.md +0 -0
- {luv_cli-0.0.9 → luv_cli-0.0.11}/luv/__init__.py +0 -0
|
@@ -29,7 +29,9 @@
|
|
|
29
29
|
"require-commit-before-stop",
|
|
30
30
|
"require-push-before-stop",
|
|
31
31
|
"require-pr-before-stop",
|
|
32
|
-
"require-ci-green-before-stop"
|
|
32
|
+
"require-ci-green-before-stop",
|
|
33
|
+
"prefer-package-manager",
|
|
34
|
+
"require-no-conflicts-before-stop"
|
|
33
35
|
],
|
|
34
36
|
"policyParams": {
|
|
35
37
|
"block-force-push": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: luv-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.11
|
|
4
4
|
Summary: Launch Claude Code agents on GitHub repos with isolated workspaces and optional Docker dev environments
|
|
5
5
|
Project-URL: Homepage, https://github.com/exospherehost/luv
|
|
6
6
|
Project-URL: Repository, https://github.com/exospherehost/luv
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "luv-cli"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.11"
|
|
8
8
|
description = "Launch Claude Code agents on GitHub repos with isolated workspaces and optional Docker dev environments"
|
|
9
9
|
requires-python = ">=3.10"
|
|
10
10
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|