From b0390ce59f9ef722cf21128dd7a768e1449dfef9 Mon Sep 17 00:00:00 2001 From: mpmedia Date: Sat, 30 May 2026 11:32:57 -0500 Subject: [PATCH] Add plugin.json for portable plugin packaging (CW-017) --- .claude-plugin/plugin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..aafa86a --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "project-timeline-site-creator", + "version": "1.0.0", + "description": "Provisions MPM Agile Dashboard project timelines and exports Gantt chart images for SOW embedding. Dual-mode: programmatic (called by SOW generator) or interactive (PM interview flow).", + "author": { + "name": "Message Point Media" + }, + "keywords": ["gantt", "timeline", "sow", "agile-dashboard", "project", "transit", "digital-signage"] +}