Skip to content

Commit 7666bad

Browse files
authored
chore(release): v1.23.0 (#38)
## Release v1.23.0 Minor release. Bumps `.claude-plugin/plugin.json` and all three skills' `SKILL.md` frontmatter (`matrix-communication`, `matrix-administration`, `matrix-announcement`) from `1.22.0` to `1.23.0`. Picks up seven commits since `v1.22.0`. ### Highlights since v1.22.0 - `feat`: ship as an npm package via `@netresearch/agent-skill-coordinator`, giving JS/TS toolchains a parallel install path. Follow-ups declare both bundled skills (communication, administration) in `aiAgentSkill` / `extra.ai-agent-skill`, and the tarball now includes `.claude-plugin/plugin.json` for downstream loaders. - `docs`: seeded CHANGELOG.md spanning `v1.20.0..v1.22.0` brings the public log up to current. Follow-up commit corrects accuracy issues surfaced in Copilot review on PR #34. - `ci(release)`: opt in to SLSA build provenance attestations, drop the deprecated `with:` block + `workflow_dispatch.bump` input. ### Release plan After merge: tag main with a signed annotated tag, push, the `skill-repo-skill` reusable workflow publishes archives + SHA256SUMS with cosign + SLSA attestation, then narrative notes get applied via `gh release edit ... --notes-file`.
2 parents 01971d3 + 07cccc4 commit 7666bad

4 files changed

Lines changed: 4 additions & 4 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": "1.22.0",
3+
"version": "1.23.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",

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: "1.22.0"
8+
version: "1.23.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: headless Chromium for rendering HTML cards to PNG."
66
metadata:
77
author: Netresearch DTT GmbH
8-
version: "1.22.0"
8+
version: "1.23.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: "1.22.0"
8+
version: "1.23.0"
99
repository: https://github.com/netresearch/matrix-skill
1010
allowed-tools: Bash(python3:*) Bash(uv:*) Read Write
1111
---

0 commit comments

Comments
 (0)