From 7e285b6f7cb7bf927dc0d73d51ebaf2676ea53c6 Mon Sep 17 00:00:00 2001 From: Zane Wang Date: Mon, 13 Jul 2026 16:00:29 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20release=20v1.0.0=20=E2=80=94=20bump=20?= =?UTF-8?q?plugin=20manifest,=20fix=20author=20email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reconcile the manifest version to the first public release (0.1.0 -> 1.0.0) and replace the placeholder author email with the real contact. --- .claude-plugin/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9b079be..5a336fb 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,10 +1,10 @@ { "name": "dev-orchestrator", "description": "End-to-end AI development orchestrator. One command to investigate, plan, implement, verify, and ship — with built-in TDD, root-cause debugging, regression protection, and spec-driven development.", - "version": "0.1.0", + "version": "1.0.0", "author": { "name": "Zane Wang", - "email": "zane@example.com" + "email": "zelinwang10@gmail.com" }, "homepage": "https://github.com/zelinewang/dev-orchestrator", "repository": "https://github.com/zelinewang/dev-orchestrator",