insightfactory-cli 1.0.0.dev2__tar.gz → 1.0.0.dev4__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.
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.github/workflows/claude.yml +6 -4
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/PKG-INFO +1 -1
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/pyproject.toml +1 -1
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.github/workflows/ci.yml +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.github/workflows/release.yml +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.gitignore +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.python-version +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/AGENTS.md +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/CLAUDE.md +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/README.md +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/__init__.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/__main__.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/cache.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/cli.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/colour.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/__init__.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/api.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/config.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/login.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/logout.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/profiles.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/set_token.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/token.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/config.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/constants.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/http.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/main.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/oauth.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/runtime.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/__init__.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/cache_writer.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/conftest.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/helpers.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/servers.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_api.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_api_command.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_cache.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_cli.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_config.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_config_command.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_login.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_oauth.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_oauth_flow.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_profiles.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_programmatic_api.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_runtime.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_set_token.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_token.py +0 -0
- {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/uv.lock +0 -0
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.github/workflows/claude.yml
RENAMED
|
@@ -16,10 +16,12 @@ on:
|
|
|
16
16
|
pull_request_review_comment:
|
|
17
17
|
types: [created]
|
|
18
18
|
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
# No `permissions:` block here on purpose. A called workflow may only reduce the
|
|
20
|
+
# caller's grant, never raise it, and GitHub validates that at startup -- so
|
|
21
|
+
# capping this to `contents: read` made every run fail with `startup_failure`
|
|
22
|
+
# before any job ran. if_s_claude_review.yml declares the scopes it needs
|
|
23
|
+
# (id-token/pull-requests/issues write, actions read); leaving the caller
|
|
24
|
+
# unrestricted is what every other repo in the org that calls it does.
|
|
23
25
|
|
|
24
26
|
jobs:
|
|
25
27
|
claude:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: insightfactory-cli
|
|
3
|
-
Version: 1.0.0.
|
|
3
|
+
Version: 1.0.0.dev4
|
|
4
4
|
Summary: Profile-based authentication CLI for the InsightFactory Interfaces API
|
|
5
5
|
Project-URL: Homepage, https://github.com/insightfactory-ai/insightfactory-cli
|
|
6
6
|
Project-URL: Repository, https://github.com/insightfactory-ai/insightfactory-cli
|
|
File without changes
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.github/workflows/release.yml
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
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/config.py
RENAMED
|
File without changes
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/login.py
RENAMED
|
File without changes
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/logout.py
RENAMED
|
File without changes
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/profiles.py
RENAMED
|
File without changes
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/set_token.py
RENAMED
|
File without changes
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/token.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_config_command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_programmatic_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|