diff --git a/.gitignore b/.gitignore index 10712ab..cd0e306 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,9 @@ specs/ .github/agents/speckit* .github/prompts/speckit* # --- end tredl --- +# --- kord: GitHub Issue Tracking substrate --- +.kord/ +# --- end kord: GitHub Issue Tracking substrate --- # --- kord: GitHub Spec Kit substrate --- .specify/ specs/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 0862dbe..4395c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ Add notes here under Added / Changed / Fixed / Removed. On release, move them un ## [X.Y.Z] - YYYY-MM-DD heading and bump plugin/.claude-plugin/plugin.json to match. --> +## [0.7.0] - 2026-07-24 + ### Added - **`rule-create --sequence` / `--stop_processing_rules`** — the created rule's evaluation order diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 0319146..493dba5 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "msgraph-stdlib", - "version": "0.6.1", + "version": "0.7.0", "description": "Stdlib-only, zero-backend Claude Code plugin for Microsoft Graph: read Outlook mail and author/verify native Outlook message rules. Read-only by default, with a least-privilege scope ratchet and read-only catch-set verification before any rule is installed.", "author": { "name": "Neil Foster",