loreguard-cli 0.3.0__tar.gz → 0.3.2__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.
@@ -76,6 +76,7 @@ jobs:
76
76
  runs-on: ubuntu-latest
77
77
  if: startsWith(github.ref, 'refs/tags/')
78
78
  permissions:
79
+ contents: read
79
80
  id-token: write # Required for trusted publishing
80
81
 
81
82
  steps:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loreguard-cli
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: Local inference client for Loreguard NPCs
5
5
  Project-URL: Homepage, https://loreguard.com
6
6
  Project-URL: Documentation, https://github.com/beyond-logic-labs/loreguard-cli#readme
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "loreguard-cli"
7
- version = "0.3.0"
7
+ version = "0.3.2"
8
8
  description = "Local inference client for Loreguard NPCs"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,10 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(git config:*)",
5
- "Bash(git filter-branch:*)",
6
- "Bash(git clone:*)",
7
- "Bash(/bin/bash -c \"echo hello\")"
8
- ]
9
- }
10
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes