Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions claude-code/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to the AgenTrust for Claude Code plugin.

## Unreleased

### Breaking
- Drift detection now requires the separately published
`agentrust-capture-core` package; the previous vendored fallback was removed.
Existing installations must run `pip install agentrust-capture-core` before
their next session. The Claude Code marketplace manifest cannot declare or
install Python package dependencies.

## 0.2.0

First launch-ready release. Since 0.1.0 the plugin can actually be installed, the
Expand Down
12 changes: 12 additions & 0 deletions copilot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to the AgenTrust Copilot drift check.

## Unreleased

### Breaking
- Drift detection now requires the separately published
`agentrust-capture-core` package; the previous vendored fallback was removed.
Existing installations and workflows must run
`pip install agentrust-capture-core` before invoking the check. GitHub Actions
workflow metadata does not install Python package dependencies automatically.
12 changes: 12 additions & 0 deletions plugins/agentrust-codex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to the AgenTrust for Codex plugin.

## Unreleased

### Breaking
- Drift detection now requires the separately published
`agentrust-capture-core` package; the previous vendored fallback was removed.
Existing installations must run `pip install agentrust-capture-core` before
their next session. Codex plugin metadata cannot currently declare or install
Python package dependencies.
12 changes: 12 additions & 0 deletions scheduled-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to the AgenTrust scheduled-agents plugin.

## Unreleased

### Breaking
- Drift detection now requires the separately published
`agentrust-capture-core` package; the previous vendored fallback was removed.
Existing installations must run `pip install agentrust-capture-core` before
their next session. The Claude Code marketplace manifest cannot declare or
install Python package dependencies.
Loading