Skip to content

Commit ce7b4e7

Browse files
authored
chore: release v3.1.0 (#108)
Minor release. Delta since v3.0.0: room-log reading rules — adjacency and redaction-target semantics (#107).
2 parents 4d56732 + 2458598 commit ce7b4e7

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-communication",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Agentic Skills for Matrix: client-side chat (matrix-communication), Synapse homeserver administration (matrix-administration), and structured announcement composition (matrix-announcement). Works with any Matrix/Synapse homeserver.",
55
"author": {
66
"name": "Netresearch DTT GmbH",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ For the canonical narrative version of each release (rewritten after CI publishe
66

77
## [Unreleased]
88

9+
## [3.1.0] - 2026-08-13
10+
911
### Documentation
1012

1113
- `SKILL.md` and `AGENTS.md` say how to read a room log: adjacent lines from one

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
33
"name": "matrix-communication",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"description": "Agentic Skills for Matrix: client-side chat (matrix-communication), Synapse homeserver administration (matrix-administration), and structured announcement composition (matrix-announcement). Works with any Matrix/Synapse homeserver.",
66
"author": {
77
"name": "Netresearch DTT GmbH",

skills/matrix-administration/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0"
55
compatibility: "python3 (stdlib only) + a Matrix access token belonging to a Synapse server-admin user. Optional: graphviz `dot` for SVG. Synapse 1.x with admin API enabled."
66
metadata:
77
author: Netresearch DTT GmbH
8-
version: "3.0.0"
8+
version: "3.1.0"
99
repository: https://github.com/netresearch/matrix-skill
1010
allowed-tools: Bash(python3:*) Bash(uv:*) Bash(dot:*) Read Write
1111
---

skills/matrix-announcement/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0"
55
compatibility: "Pairs with matrix-communication for sending. Optional: Chromium for HTML-card rendering."
66
metadata:
77
author: Netresearch DTT GmbH
8-
version: "3.0.0"
8+
version: "3.1.0"
99
repository: https://github.com/netresearch/matrix-skill
1010
allowed-tools: Bash(chromium:*) Bash(curl:*) Bash(jq:*) Read Write
1111
---

skills/matrix-communication/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0"
55
compatibility: "Requires python3, uv. Matrix homeserver access."
66
metadata:
77
author: Netresearch DTT GmbH
8-
version: "3.0.0"
8+
version: "3.1.0"
99
repository: https://github.com/netresearch/matrix-skill
1010
allowed-tools: Bash(python3:*) Bash(uv:*) Read Write
1111
---

0 commit comments

Comments
 (0)