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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading