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.
Files changed (49) hide show
  1. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.github/workflows/claude.yml +6 -4
  2. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/PKG-INFO +1 -1
  3. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/pyproject.toml +1 -1
  4. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.github/workflows/ci.yml +0 -0
  5. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.github/workflows/release.yml +0 -0
  6. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.gitignore +0 -0
  7. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/.python-version +0 -0
  8. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/AGENTS.md +0 -0
  9. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/CLAUDE.md +0 -0
  10. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/README.md +0 -0
  11. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/__init__.py +0 -0
  12. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/__main__.py +0 -0
  13. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/cache.py +0 -0
  14. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/cli.py +0 -0
  15. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/colour.py +0 -0
  16. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/__init__.py +0 -0
  17. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/api.py +0 -0
  18. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/config.py +0 -0
  19. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/login.py +0 -0
  20. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/logout.py +0 -0
  21. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/profiles.py +0 -0
  22. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/set_token.py +0 -0
  23. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/commands/token.py +0 -0
  24. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/config.py +0 -0
  25. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/constants.py +0 -0
  26. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/http.py +0 -0
  27. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/main.py +0 -0
  28. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/oauth.py +0 -0
  29. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/src/if_cli/runtime.py +0 -0
  30. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/__init__.py +0 -0
  31. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/cache_writer.py +0 -0
  32. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/conftest.py +0 -0
  33. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/helpers.py +0 -0
  34. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/servers.py +0 -0
  35. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_api.py +0 -0
  36. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_api_command.py +0 -0
  37. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_cache.py +0 -0
  38. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_cli.py +0 -0
  39. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_config.py +0 -0
  40. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_config_command.py +0 -0
  41. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_login.py +0 -0
  42. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_oauth.py +0 -0
  43. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_oauth_flow.py +0 -0
  44. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_profiles.py +0 -0
  45. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_programmatic_api.py +0 -0
  46. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_runtime.py +0 -0
  47. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_set_token.py +0 -0
  48. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/tests/test_token.py +0 -0
  49. {insightfactory_cli-1.0.0.dev2 → insightfactory_cli-1.0.0.dev4}/uv.lock +0 -0
@@ -16,10 +16,12 @@ on:
16
16
  pull_request_review_comment:
17
17
  types: [created]
18
18
 
19
- # Least privilege at the workflow level; the reusable workflow requests what it
20
- # needs for its own jobs.
21
- permissions:
22
- contents: read
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.dev2
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "insightfactory-cli"
3
- version = "1.0.0.dev2"
3
+ version = "1.0.0.dev4"
4
4
  description = "Profile-based authentication CLI for the InsightFactory Interfaces API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"