From 44e9f5cd477ec8ad4f320076671f4bfb771e57d8 Mon Sep 17 00:00:00 2001 From: Mark Jubenville Date: Tue, 26 May 2026 22:55:23 -0400 Subject: [PATCH 1/7] refactor: rename root script orchestrators to :all suffix Co-Authored-By: Claude Sonnet 4.6 --- .../plans/2026-05-26-ci-and-script-cleanup.md | 649 ++++++++++++++++++ package.json | 28 +- 2 files changed, 663 insertions(+), 14 deletions(-) create mode 100644 docs/superpowers/plans/2026-05-26-ci-and-script-cleanup.md diff --git a/docs/superpowers/plans/2026-05-26-ci-and-script-cleanup.md b/docs/superpowers/plans/2026-05-26-ci-and-script-cleanup.md new file mode 100644 index 0000000..498d8f1 --- /dev/null +++ b/docs/superpowers/plans/2026-05-26-ci-and-script-cleanup.md @@ -0,0 +1,649 @@ +# CI and Script Cleanup Implementation Plan + +> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development +> (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use +> checkbox (`- [ ]`) syntax for tracking. + +**Goal:** Remove duplicate `npm` script suffixes (`:code`, `:src`) from all workspaces by +renaming root orchestrators to `:all`, then split the single `ci.yml` into three per-package +workflows with path filters so CI only runs for changed workspaces. + +**Architecture:** Root gets `