agentsecrets-cli 3.2.0__tar.gz → 3.2.1__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.
@@ -39,6 +39,7 @@ Thumbs.db
39
39
 
40
40
  # Config files (local only)
41
41
  .agentsecrets/
42
+ .agent/rules.md
42
43
  config.json
43
44
 
44
45
  # Build artifacts
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: agentsecrets-cli
3
- Version: 3.2.0
3
+ Version: 3.2.1
4
4
  Summary: AI-native zero-knowledge secrets manager
5
5
  Author-email: The Seventeen <engineering@theseventeen.co>
6
6
  License-Expression: MIT
@@ -23,7 +23,7 @@ Every other secrets tool was built for humans to provision credentials to agents
23
23
  [![Go Version](https://img.shields.io/badge/Go-1.21+-00ADD8?logo=go)](https://go.dev/)
24
24
  [![ClawHub](https://img.shields.io/badge/ClawHub-agentsecrets-blue)](https://clawhub.ai/SteppaCodes/agentsecrets)
25
25
 
26
- **[Official Website](https://agentsecrets.theseventeen.co)** | **[Engineering Blog Series](https://engineering.theseventeen.co/series/building-agentsecrets)**
26
+ **[Official Website](https://agentsecrets.tech)** | **[Engineering Blog Series](https://engineering.theseventeen.co/series/building-agentsecrets)**
27
27
 
28
28
  ---
29
29
 
@@ -640,7 +640,7 @@ make test
640
640
 
641
641
  ## Links
642
642
 
643
- - **Website**: [agentsecrets.theseventeen.co](https://agentsecrets.theseventeen.co)
643
+ - **Website**: [agentsecrets.tech](https://agentsecrets.tech)
644
644
  - **Deep Dive**: [Building AgentSecrets (Engineering Blog)](https://engineering.theseventeen.co/series/building-agentsecrets)
645
645
  - **GitHub**: [github.com/The-17/agentsecrets](https://github.com/The-17/agentsecrets)
646
646
  - **SDK**: [github.com/The-17/agentsecrets-sdk](https://github.com/The-17/agentsecrets-sdk)
@@ -8,7 +8,7 @@ Every other secrets tool was built for humans to provision credentials to agents
8
8
  [![Go Version](https://img.shields.io/badge/Go-1.21+-00ADD8?logo=go)](https://go.dev/)
9
9
  [![ClawHub](https://img.shields.io/badge/ClawHub-agentsecrets-blue)](https://clawhub.ai/SteppaCodes/agentsecrets)
10
10
 
11
- **[Official Website](https://agentsecrets.theseventeen.co)** | **[Engineering Blog Series](https://engineering.theseventeen.co/series/building-agentsecrets)**
11
+ **[Official Website](https://agentsecrets.tech)** | **[Engineering Blog Series](https://engineering.theseventeen.co/series/building-agentsecrets)**
12
12
 
13
13
  ---
14
14
 
@@ -625,7 +625,7 @@ make test
625
625
 
626
626
  ## Links
627
627
 
628
- - **Website**: [agentsecrets.theseventeen.co](https://agentsecrets.theseventeen.co)
628
+ - **Website**: [agentsecrets.tech](https://agentsecrets.tech)
629
629
  - **Deep Dive**: [Building AgentSecrets (Engineering Blog)](https://engineering.theseventeen.co/series/building-agentsecrets)
630
630
  - **GitHub**: [github.com/The-17/agentsecrets](https://github.com/The-17/agentsecrets)
631
631
  - **SDK**: [github.com/The-17/agentsecrets-sdk](https://github.com/The-17/agentsecrets-sdk)
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "agentsecrets-cli"
7
- version = "3.2.0"
7
+ version = "3.2.1"
8
8
  description = "AI-native zero-knowledge secrets manager"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"