agentcert 0.5.0 → 0.5.1

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,6 +6,10 @@ AgentCert checks what an agent may do, whether it passed pre-release evidence,
6
6
  whether a high-risk runtime action may proceed, and who can verify the observed
7
7
  outcome. It writes portable reports and accumulates a local failure corpus.
8
8
 
9
+ [Public assurance demo](https://agentcert-control-plane.onrender.com/demo) |
10
+ [Private workspace](https://agentcert-control-plane.onrender.com/app) |
11
+ [GitHub source](https://github.com/Kakarottoooo/agentcert)
12
+
9
13
  ## 5-minute local path
10
14
 
11
15
  ```bash
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "agentcert",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Assurance release gates, runtime evidence, and regression CI for AI agents.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
- "homepage": "https://github.com/Kakarottoooo/agentcert#readme",
7
+ "homepage": "https://agentcert-control-plane.onrender.com/demo",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/Kakarottoooo/agentcert.git",