Skip to content

Commit 673c5e1

Browse files
docs: update v3.7.0 release notes (#2396)
* fix: correct v3.6.0 release date to 2026-05-12 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: update v3.7.0 release notes with actual content Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 238191d commit 673c5e1

1 file changed

Lines changed: 24 additions & 20 deletions

File tree

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Agent Governance Toolkit v3.7.0
22

3-
**Release Date:** TBD
3+
**Release Date:** 2026-05-18
44

55
> [!IMPORTANT]
66
> **Public Preview** - All packages published from this repository are
@@ -9,31 +9,25 @@
99
1010
## Highlights
1111

12-
### Tool Usage Policies (oracle/agent-spec)
13-
14-
Contributed the `ToolPolicy` schema to the Agent Spec standard, enabling declarative
15-
rate-limit, approval, and justification guards on tool invocations. AGT will adopt
16-
the ratified schema once merged.
17-
18-
### [Planned] Defense Cloak Enhancements
12+
### Version Bump and Release Hygiene
1913

20-
_Tracking improvements to the defense posture system._
14+
v3.7.0 opens the next development cycle with full release documentation for the
15+
v3.6.0 milestone that was previously undocumented.
2116

22-
### [Planned] OpenShell Governance Hardening
17+
### Tool Usage Policies (oracle/agent-spec)
2318

24-
_Tracking remaining gaps in OpenShell integration._
19+
Contributed the `ToolPolicy` schema to the Agent Spec standard (PR #191),
20+
enabling declarative rate-limit, approval, and justification guards on tool
21+
invocations. AGT will adopt the ratified schema once merged upstream.
2522

2623
## Added
2724

28-
- _To be filled as features land_
29-
30-
## Fixed
31-
32-
- _To be filled as fixes land_
33-
34-
## Changed
35-
36-
- _To be filled as changes land_
25+
- **v3.6.0 release notes** documenting the full scope of the previous release
26+
- **Presentation demos** committed to `examples/demos/presentation/` (6 offline scripts)
27+
- **EU AI Act demo** Windows UTF-8 fix
28+
- **StdoutAuditSink** overlapping merge fix
29+
- **Repo structure** simplified with layout guide
30+
- **Tutorials** reorganized into customer-centric categories
3731

3832
## Packages
3933

@@ -49,3 +43,13 @@ _Tracking remaining gaps in OpenShell integration._
4943
| `agent-hypervisor` | 3.7.0 |
5044
| `agent-lightning` | 3.7.0 |
5145
| `agentmesh-marketplace` | 3.7.0 |
46+
47+
## Upgrade Guide
48+
49+
```bash
50+
pip install --upgrade agent-governance-toolkit[full]
51+
agt doctor # verify installation
52+
agt verify # confirm OWASP ASI 2026 compliance
53+
```
54+
55+
No breaking changes from v3.6.0.

0 commit comments

Comments
 (0)