refactorai-cli 0.3.12__tar.gz → 0.3.13__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.
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/PKG-INFO +2 -2
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/README.md +1 -1
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/pyproject.toml +1 -1
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/__init__.py +1 -1
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli.egg-info/PKG-INFO +2 -2
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/auth.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/client.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/cloud_rr.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/__init__.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/account_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/auth_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/cloud_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/engine_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/model_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/rules_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/run_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/runtime_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/runtime_proxy_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/setup_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/toolchains_cmds.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/control_plane.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/credentials.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/local_constitution.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/local_engine_runtime.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/local_paths.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/main.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/model_policy.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/runtime_manager.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/settings.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/setup_flow.py +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli.egg-info/SOURCES.txt +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli.egg-info/dependency_links.txt +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli.egg-info/entry_points.txt +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli.egg-info/requires.txt +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli.egg-info/top_level.txt +0 -0
- {refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: refactorai-cli
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.13
|
|
4
4
|
Summary: Local-first CLI for the refactor platform
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -27,7 +27,7 @@ Use `REFACTOR_PLATFORM_URL` only when you need to override the control-plane URL
|
|
|
27
27
|
From repository root:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
|
-
pip install -e
|
|
30
|
+
pip install -e refactorai-core -e refactorai-cli
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
## Build
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: refactorai-cli
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.13
|
|
4
4
|
Summary: Local-first CLI for the refactor platform
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -27,7 +27,7 @@ Use `REFACTOR_PLATFORM_URL` only when you need to override the control-plane URL
|
|
|
27
27
|
From repository root:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
|
-
pip install -e
|
|
30
|
+
pip install -e refactorai-core -e refactorai-cli
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
## Build
|
|
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
|
{refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli/commands/runtime_proxy_cmds.py
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{refactorai_cli-0.3.12 → refactorai_cli-0.3.13}/refactorai_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|