Skip to content

refactor!: ultra-minimal slim pass (drop 14 skills, 21 agents, coding-tutor, copilot/droid targets)#5

Merged
metaphorics merged 41 commits into
mainfrom
slim/ultra-minimal
Jun 7, 2026
Merged

refactor!: ultra-minimal slim pass (drop 14 skills, 21 agents, coding-tutor, copilot/droid targets)#5
metaphorics merged 41 commits into
mainfrom
slim/ultra-minimal

Conversation

@metaphorics

Copy link
Copy Markdown

What this is

A single ultra-minimal pass over the entire repo: 37 atomic commits, every removal user-approved per item, every commit individually gated on the full test suite + release:validate.

Net: 306 files changed, +3,198 / -36,384 (-33,186 lines).

Inventory before -> after

Surface Before After
Skills 28 16 (14 survivors + 2 new: ce-subagent-driven, ce-verify-before-complete)
Agents 37 16 (merged + pruned)
Plugins 2 1 (coding-tutor removed)
Converter targets 7 5 (copilot, droid removed)
Test suite 1257 tests / 25.6s 878 tests / 14s

BREAKING CHANGES

Capability removals, not refactors. Each landed as refactor(<scope>)!: with a BREAKING CHANGE: footer:

  • 14 skills dropped: lfg, ce-clean-gone-branches, ce-report-bug, ce-strategy, ce-dogfood-beta, ce-test-browser, ce-demo-reel, ce-release-notes, ce-resolve-pr-feedback, ce-ideate, ce-polish, ce-agent-native-architecture, ce-agent-native-audit, ce-optimize
  • 21 agents merged or pruned: ce-code-review goes from 12 single-lens reviewers to 6 broader personas; ce-doc-review and ce-plan researchers consolidated likewise. Pruned outright: ce-julik-frontend-races-reviewer, ce-figma-design-sync, ce-data-migration-reviewer, ce-deployment-verification-agent, ce-agent-native-reviewer
  • coding-tutor plugin removed from the marketplace and release pipeline
  • copilot and droid converter targets removed (converters, types, cleanup verticals)

Every removed skill/agent is registered in all three legacy-cleanup registries (STALE_*, LEGACY_ONLY_*_DESCRIPTIONS fingerprints, EXTRA_LEGACY_ARTIFACTS_BY_PLUGIN), so stale flat installs sweep on upgrade. The descriptions registry was the audit-discovered third edit; AGENTS.md now documents all three.

Coverage honestly lost

The agent merge reduces actual review coverage; this is the point, not collateral:

  • No dedicated frontend-race, data-migration, or deployment-verification review lenses
  • No agent-native architecture/audit pair
  • Standalone design-doc and security-doc review lenses folded into broader personas

What the tests do and do not guarantee

  • The 878-test net is ~30% smaller than baseline. Every deleted test belonged to deleted capability (verified hunk-by-hunk: deletions are dead-suite removals or same-invariant retargets, e.g. demotion scope retargeted after the maintainability->correctness merge).
  • Prose behavior has no behavioral test. Compressed SKILL.md / agent prose is guarded only by contract tests on structural literals (sentinels, mode tokens, delegation targets, which all survive verbatim) plus LLM adversarial audits during the run. Treat the survivors' runtime behavior as needing real-use validation.

Two-number accounting

  • Product surface removed (what users install): ~20-23K lines: skills, agents, converters, coding-tutor, plus net prose compression on survivors.
  • Repo-internal removed (never ships): ~13K lines: docs/plans prune (35 files), brainstorm orphans, dead deploy-docs workflow.

Release notes

Removal commits carry !; release-please will major the linked cli + compound-engineering pair once. This PR title carries ! so the signal survives squash-merge.

Verification

  • bun test: 878 pass / 0 fail on tip
  • bun run release:validate: in sync (16 agents, 16 skills)
  • Whole-tree ghost sweep: every cut name appears only in registries/CHANGELOGs
  • Whole-branch three-axis simplify pass (reuse/quality/efficiency): 5 validated findings fixed, including one Graft introduced by this run's own workers

Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the lfg skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-clean-gone-branches skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-report-bug skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-strategy skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-dogfood-beta skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-test-browser skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-demo-reel skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-release-notes skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
…ill and its exclusive agent ce-pr-comment-resolver

Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-resolve-pr-feedback skill and its exclusive agent ce-pr-comment-resolver.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
…t ce-issue-intelligence-analyst

Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-ideate skill and its exclusive agent ce-issue-intelligence-analyst.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-polish skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
…-agent-native-audit skills

Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-agent-native-architecture and ce-agent-native-audit skills.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Removed from the plugin; the legacy-cleanup registries now fingerprint and sweep stale installs on upgrade.

BREAKING CHANGE: removes the ce-optimize skill.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Workflow targets plugins/compound-engineering/docs/**, which does not exist; it has never deployed anything from this repo.

Op: compress
Brainstorms with no plan lineage and no open work pruned; those with live lineage kept. Git history preserves everything.

Op: compress
Plans documenting shipped, merged work pruned; plans tied to open work kept. Git history preserves everything.

Op: compress
Cleanup-only verticals removed: converters, types, dedicated tests, detection and cleanup wiring. Shared legacy-cleanup helpers survive for active targets.

BREAKING CHANGE: removes copilot and droid converter/cleanup support; users on old copilot/droid installs must sweep stale artifacts manually.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Second plugin removed: plugin tree, marketplace entries (all three, parity preserved), release-please package + manifest entries, release metadata/component code, test fixtures.

BREAKING CHANGE: removes the coding-tutor plugin from the marketplace and release pipeline.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Code-review fan-out consolidated: correctness absorbs reliability, maintainability, and code-simplicity; testing absorbs api-contract and project-standards; niche conditional personas pruned (frontend-races, agent-native, data-migration, deployment-verification).

BREAKING CHANGE: removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Document review consolidated from seven single-lens reviewers to three multi-lens passes: feasibility (+design,+security lenses), adversarial-document (+product,+scope lenses), coherence.

BREAKING CHANGE: removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Planning research consolidated: repo-research-analyst absorbs git-history and pattern-recognition; architecture-strategist absorbs spec-flow analysis.

BREAKING CHANGE: removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Shared specialists consolidated into ce-plan-specialist-reviewer (performance, security, data-integrity lenses) dispatched by ce-compound and ce-plan; figma-design-sync pruned.

BREAKING CHANGE: removes/renames reviewer agents; stale installs are swept via the legacy-cleanup registries.

Op: correct
Restores: spec:fork-slimness (AGENTS.md Scope & Lineage)
Deslop + humanizer pass: ce-work SKILL.md and references compressed with pipeline-review-contract lockstep. Structure, sentinels, triggers, and contracts preserved.

Op: compress
Deslop + humanizer pass: ce-code-review SKILL.md and references compressed with review-skill-contract lockstep. Structure, sentinels, triggers, and contracts preserved.

Op: compress
Deslop + humanizer pass: ce-plan and ce-brainstorm SKILL.md and references compressed together. Structure, sentinels, triggers, and contracts preserved.

Op: compress
Deslop + humanizer pass: workflow-cluster skills compressed. Structure, sentinels, triggers, and contracts preserved.

Op: compress
Deslop + humanizer pass: git-cluster skills compressed. Structure, sentinels, triggers, and contracts preserved.

Op: compress
Deslop + humanizer pass: support-cluster skills compressed. Structure, sentinels, triggers, and contracts preserved.

Op: compress
Deslop + humanizer pass: surviving untouched agent prose compressed. Structure, sentinels, triggers, and contracts preserved.

Op: compress
Correct the Plugin Maintenance removal procedure: a removal needs THREE
registry edits, not two. The third is the LEGACY_ONLY_SKILL_DESCRIPTIONS /
LEGACY_ONLY_AGENT_DESCRIPTIONS fingerprint maps in
src/utils/legacy-cleanup.ts. A removed component whose name still ships
under a successor is matched against the current bundle, but one with no
successor has no live entry to match -- without its description
fingerprint the sweep never recognizes the orphan, so it is silently never
swept. Fix the matching "two registries" claim in Scope & Lineage too.

Scrub now-false statements against the live tree: drop coding-tutor from
the intro, Directory Layout, Repo Surfaces, the release-components list
(now cli / compound-engineering / marketplace / cursor-marketplace per
release-please-config.json), and the commit-scope example label; the repo
ships one plugin. Update the stale ce-session-inventory skill reference to
its successor ce-sessions. The linked-versions paragraph stays: cli and
compound-engineering are still linked. CONCEPTS.md verified clean (generic
vocabulary, no removed-component entries). Root CLAUDE.md shim stays.

Op: correct
Restores: spec:docs-match-code (AGENTS.md Plugin Maintenance)
Update the inventory claim to the slimmed surface: 14 skills, 16 agents,
one plugin. Remove the GitHub Copilot and Factory Droid install sections
and their cleanup/troubleshooting references; the CLI rejects `cleanup
--target copilot|droid` after the Stage 2 converter removal, so those
lines were false claims. Keep the five converter install targets
(opencode, codex, pi, gemini, kiro) and the still-live qwen/windsurf
legacy-cleanup targets, which the CLI continues to honor.

Deslop pass: scanned for the fenced patterns; the voiced philosophy prose
and operational install steps had no clear violations, so compression came
from removing the dead target sections (404 -> 351 lines).

Op: compress
Op: correct
Restores: spec:no-ghost-references
- reuse (src/utils/legacy-cleanup.ts): replace the locally redefined
  pathExists helper with the identical exported utility from ./files,
  removing the duplicate implementation and updating call sites to the
  shared function.

Op: compress
- ce-feasibility-reviewer (design-completeness rating): replace the
  template-syntax example ("[Dimension]: [N]/10 ...") with a single
  sentence describing the rating logic; preserve the 7/10-or-below
  emit gate and "Skip irrelevant dimensions".
- ce-correctness-reviewer (confidence calibration): collapse the
  repeated "**Anchor N**:" scaffolding into one shared anchor-level
  lead-in plus a per-lens domain-adaptation table; every concrete
  calibration example is preserved.
- ce-correctness-reviewer (reliability bullet): drop the redundant
  "Check for max attempts, exponential backoff, and jitter." sub-phrase
  (the bullet already conveys the concept). Finding metadata listed
  ce-plan-specialist-reviewer; located by content, the phrase lived in
  ce-correctness-reviewer.

Op: compress
- nested-conditionals (ce-adversarial-document-reviewer.md): flatten the
  three-level Document-type/Origin conditional structure (and the standalone
  fourth "Suppress entirely" header) into two top-level protocol outcomes —
  full-per-Depth (requirements any-origin, or plan+Origin:none) vs the
  restricted set (plan+Origin:path, suppressing Sections 1 and 4). Per-section
  restrictions, the suppression hard-rule, section numbering (1/2/2b/3/4/4b/5),
  and the why-suppress rationale are preserved so behavior and the
  Confidence-calibration section-number references are unchanged.

Op: compress
Run multi-task work as a chain of delegated subagents, dispatching one fresh worker per task and clearing an adversarial audit before the next task starts.

Op: extend
Add a verification-gate skill that runs the repo-native verifier, reads back changed files, ghost-checks removed names, and diffs delivery against the original request before any completion claim.

Op: extend
Copilot AI review requested due to automatic review settings June 7, 2026 04:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 300 files, which is 150 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bd32da70-1ca2-4962-8365-74bdeeb9bf0a

📥 Commits

Reviewing files that changed from the base of the PR and between 8d330c4 and d5d09b5.

📒 Files selected for processing (300)
  • .agents/plugins/marketplace.json
  • .claude-plugin/marketplace.json
  • .cursor-plugin/marketplace.json
  • .github/.release-please-manifest.json
  • .github/release-please-config.json
  • .github/workflows/deploy-docs.yml
  • .github/workflows/release-preview.yml
  • AGENTS.md
  • README.md
  • docs/brainstorms/2026-02-17-copilot-skill-naming-brainstorm.md
  • docs/brainstorms/2026-05-19-vscode-copilot-agent-tool-access-requirements.md
  • docs/plans/2026-02-08-feat-convert-local-md-settings-for-opencode-codex-plan.md
  • docs/plans/2026-02-08-feat-pr-triage-and-merge-plan.md
  • docs/plans/2026-02-08-feat-simplify-plugin-settings-plan.md
  • docs/plans/2026-02-08-refactor-reduce-plugin-context-token-usage-plan.md
  • docs/plans/2026-02-09-refactor-dspy-ruby-skill-update-plan.md
  • docs/plans/2026-02-12-feat-add-cursor-cli-target-provider-plan.md
  • docs/plans/2026-02-14-feat-add-copilot-converter-target-plan.md
  • docs/plans/2026-02-14-feat-add-gemini-cli-target-provider-plan.md
  • docs/plans/2026-02-14-feat-auto-detect-install-and-gemini-sync-plan.md
  • docs/plans/2026-02-25-feat-windsurf-global-scope-support-plan.md
  • docs/plans/2026-03-01-feat-ce-command-aliases-backwards-compatible-deprecation-plan.md
  • docs/plans/2026-03-03-feat-sync-claude-mcp-all-supported-providers-plan.md
  • docs/plans/2026-03-15-001-feat-ce-ideate-skill-plan.md
  • docs/plans/2026-03-16-001-feat-issue-grounded-ideation-plan.md
  • docs/plans/2026-03-18-001-feat-auto-memory-integration-beta-plan.md
  • docs/plans/2026-03-22-001-feat-frontend-design-skill-rewrite-beta-plan.md
  • docs/plans/2026-03-23-001-feat-plan-review-personas-beta-plan.md
  • docs/plans/2026-03-23-001-feat-promote-plan-beta-skills-to-stable-plan.md
  • docs/plans/2026-03-25-001-feat-onboarding-skill-plan.md
  • docs/plans/2026-03-26-001-feat-adversarial-review-agents-plan.md
  • docs/plans/2026-03-26-001-refactor-merge-deepen-into-plan.md
  • docs/plans/2026-03-27-001-refactor-ce-skill-prefix-rename-plan.md
  • docs/plans/2026-03-28-001-feat-ce-review-headless-mode-plan.md
  • docs/plans/2026-03-29-001-feat-brainstorm-visual-aids-plan.md
  • docs/plans/2026-03-29-001-feat-iterative-optimization-loop-skill-beta-plan.md
  • docs/plans/2026-03-29-002-feat-plan-visual-aids-plan.md
  • docs/plans/2026-03-29-002-feat-pr-feedback-clustering-plan.md
  • docs/plans/2026-03-29-003-feat-pr-description-visual-aids-plan.md
  • docs/plans/2026-03-31-001-feat-codex-delegation-plan.md
  • docs/plans/2026-04-01-001-feat-cross-invocation-cluster-analysis-plan.md
  • docs/plans/2026-04-02-001-feat-slack-analyst-agent-plan.md
  • docs/plans/2026-04-05-001-feat-universal-planning-plan.md
  • docs/plans/2026-04-09-001-feat-ce-work-token-extraction-plan.md
  • docs/plans/2026-04-17-002-feat-ce-review-interactive-judgment-plan.md
  • docs/plans/2026-05-08-001-fix-ce-sessions-orchestration-refactor-plan.md
  • docs/plans/feature_opencode-commands-as-md-and-config-merge.md
  • docs/skills/README.md
  • docs/skills/ce-brainstorm.md
  • docs/skills/ce-clean-gone-branches.md
  • docs/skills/ce-code-review.md
  • docs/skills/ce-commit-push-pr.md
  • docs/skills/ce-compound.md
  • docs/skills/ce-debug.md
  • docs/skills/ce-demo-reel.md
  • docs/skills/ce-doc-review.md
  • docs/skills/ce-frontend-design.md
  • docs/skills/ce-ideate.md
  • docs/skills/ce-optimize.md
  • docs/skills/ce-plan.md
  • docs/skills/ce-polish.md
  • docs/skills/ce-release-notes.md
  • docs/skills/ce-report-bug.md
  • docs/skills/ce-resolve-pr-feedback.md
  • docs/skills/ce-setup.md
  • docs/skills/ce-simplify-code.md
  • docs/skills/ce-strategy.md
  • docs/skills/ce-test-browser.md
  • docs/skills/ce-update.md
  • docs/skills/ce-work.md
  • docs/skills/ce-worktree.md
  • docs/solutions/adding-converter-target-providers.md
  • docs/solutions/best-practices/codex-delegation-best-practices.md
  • docs/solutions/best-practices/conditional-visual-aids-in-generated-documents.md
  • docs/solutions/best-practices/prefer-python-over-bash-for-pipeline-scripts.md
  • docs/solutions/codex-skill-prompt-entrypoints.md
  • docs/solutions/integrations/colon-namespaced-names-break-windows-paths.md
  • docs/solutions/skill-design/beta-promotion-orchestration-contract.md
  • docs/solutions/skill-design/beta-skills-framework.md
  • docs/solutions/skill-design/ce-doc-review-calibration-patterns.md
  • docs/solutions/skill-design/ce-prefix-required-for-skills-and-agents.md
  • docs/solutions/skill-design/ce-work-beta-promotion-checklist.md
  • docs/solutions/skill-design/pass-paths-not-content-to-subagents.md
  • docs/solutions/skill-design/script-first-skill-architecture.md
  • docs/solutions/workflow/manual-release-please-github-releases.md
  • docs/solutions/workflow/release-please-version-drift-recovery.md
  • plugins/coding-tutor/.claude-plugin/plugin.json
  • plugins/coding-tutor/.codex-plugin/plugin.json
  • plugins/coding-tutor/.cursor-plugin/plugin.json
  • plugins/coding-tutor/CHANGELOG.md
  • plugins/coding-tutor/README.md
  • plugins/coding-tutor/commands/quiz-me.md
  • plugins/coding-tutor/commands/sync-tutorials.md
  • plugins/coding-tutor/commands/teach-me.md
  • plugins/coding-tutor/skills/coding-tutor/SKILL.md
  • plugins/coding-tutor/skills/coding-tutor/scripts/create_tutorial.py
  • plugins/coding-tutor/skills/coding-tutor/scripts/index_tutorials.py
  • plugins/coding-tutor/skills/coding-tutor/scripts/quiz_priority.py
  • plugins/coding-tutor/skills/coding-tutor/scripts/setup_tutorials.py
  • plugins/compound-engineering/AGENTS.md
  • plugins/compound-engineering/README.md
  • plugins/compound-engineering/agents/ce-adversarial-document-reviewer.md
  • plugins/compound-engineering/agents/ce-adversarial-reviewer.md
  • plugins/compound-engineering/agents/ce-agent-native-reviewer.md
  • plugins/compound-engineering/agents/ce-api-contract-reviewer.md
  • plugins/compound-engineering/agents/ce-architecture-strategist.md
  • plugins/compound-engineering/agents/ce-best-practices-researcher.md
  • plugins/compound-engineering/agents/ce-code-simplicity-reviewer.md
  • plugins/compound-engineering/agents/ce-coherence-reviewer.md
  • plugins/compound-engineering/agents/ce-correctness-reviewer.md
  • plugins/compound-engineering/agents/ce-data-integrity-guardian.md
  • plugins/compound-engineering/agents/ce-data-migration-reviewer.md
  • plugins/compound-engineering/agents/ce-deployment-verification-agent.md
  • plugins/compound-engineering/agents/ce-design-lens-reviewer.md
  • plugins/compound-engineering/agents/ce-feasibility-reviewer.md
  • plugins/compound-engineering/agents/ce-figma-design-sync.md
  • plugins/compound-engineering/agents/ce-git-history-analyzer.md
  • plugins/compound-engineering/agents/ce-issue-intelligence-analyst.md
  • plugins/compound-engineering/agents/ce-julik-frontend-races-reviewer.md
  • plugins/compound-engineering/agents/ce-learnings-researcher.md
  • plugins/compound-engineering/agents/ce-maintainability-reviewer.md
  • plugins/compound-engineering/agents/ce-pattern-recognition-specialist.md
  • plugins/compound-engineering/agents/ce-performance-oracle.md
  • plugins/compound-engineering/agents/ce-performance-reviewer.md
  • plugins/compound-engineering/agents/ce-plan-specialist-reviewer.md
  • plugins/compound-engineering/agents/ce-pr-comment-resolver.md
  • plugins/compound-engineering/agents/ce-previous-comments-reviewer.md
  • plugins/compound-engineering/agents/ce-product-lens-reviewer.md
  • plugins/compound-engineering/agents/ce-project-standards-reviewer.md
  • plugins/compound-engineering/agents/ce-reliability-reviewer.md
  • plugins/compound-engineering/agents/ce-repo-research-analyst.md
  • plugins/compound-engineering/agents/ce-scope-guardian-reviewer.md
  • plugins/compound-engineering/agents/ce-security-lens-reviewer.md
  • plugins/compound-engineering/agents/ce-security-reviewer.md
  • plugins/compound-engineering/agents/ce-security-sentinel.md
  • plugins/compound-engineering/agents/ce-session-historian.md
  • plugins/compound-engineering/agents/ce-spec-flow-analyzer.md
  • plugins/compound-engineering/agents/ce-testing-reviewer.md
  • plugins/compound-engineering/agents/ce-web-researcher.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/SKILL.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/action-parity-discipline.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/agent-execution-patterns.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/agent-native-testing.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/architecture-patterns.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/checklists.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/dynamic-context-injection.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/files-universal-interface.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/from-primitives-to-domain-tools.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/mcp-tool-design.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/mobile-patterns.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/product-implications.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/refactoring-to-prompt-native.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/self-modification.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/shared-workspace-architecture.md
  • plugins/compound-engineering/skills/ce-agent-native-architecture/references/system-prompt-design.md
  • plugins/compound-engineering/skills/ce-agent-native-audit/SKILL.md
  • plugins/compound-engineering/skills/ce-brainstorm/SKILL.md
  • plugins/compound-engineering/skills/ce-brainstorm/references/brainstorm-sections.md
  • plugins/compound-engineering/skills/ce-brainstorm/references/handoff.md
  • plugins/compound-engineering/skills/ce-brainstorm/references/html-rendering.md
  • plugins/compound-engineering/skills/ce-brainstorm/references/markdown-rendering.md
  • plugins/compound-engineering/skills/ce-brainstorm/references/synthesis-summary.md
  • plugins/compound-engineering/skills/ce-brainstorm/references/universal-brainstorming.md
  • plugins/compound-engineering/skills/ce-clean-gone-branches/SKILL.md
  • plugins/compound-engineering/skills/ce-clean-gone-branches/scripts/clean-gone
  • plugins/compound-engineering/skills/ce-code-review/SKILL.md
  • plugins/compound-engineering/skills/ce-code-review/references/action-class-rubric.md
  • plugins/compound-engineering/skills/ce-code-review/references/diff-scope.md
  • plugins/compound-engineering/skills/ce-code-review/references/findings-schema.json
  • plugins/compound-engineering/skills/ce-code-review/references/persona-catalog.md
  • plugins/compound-engineering/skills/ce-code-review/references/review-output-template.md
  • plugins/compound-engineering/skills/ce-code-review/references/subagent-template.md
  • plugins/compound-engineering/skills/ce-code-review/references/validator-template.md
  • plugins/compound-engineering/skills/ce-commit-push-pr/SKILL.md
  • plugins/compound-engineering/skills/ce-commit-push-pr/references/branch-creation.md
  • plugins/compound-engineering/skills/ce-commit-push-pr/references/pr-description-writing.md
  • plugins/compound-engineering/skills/ce-compound/SKILL.md
  • plugins/compound-engineering/skills/ce-compound/references/concepts-vocabulary.md
  • plugins/compound-engineering/skills/ce-compound/references/per-action-flows.md
  • plugins/compound-engineering/skills/ce-compound/references/refresh-workflow.md
  • plugins/compound-engineering/skills/ce-compound/references/yaml-schema.md
  • plugins/compound-engineering/skills/ce-debug/SKILL.md
  • plugins/compound-engineering/skills/ce-debug/references/anti-patterns.md
  • plugins/compound-engineering/skills/ce-debug/references/defense-in-depth.md
  • plugins/compound-engineering/skills/ce-debug/references/investigation-techniques.md
  • plugins/compound-engineering/skills/ce-demo-reel/SKILL.md
  • plugins/compound-engineering/skills/ce-demo-reel/references/tier-browser-reel.md
  • plugins/compound-engineering/skills/ce-demo-reel/references/tier-screenshot-reel.md
  • plugins/compound-engineering/skills/ce-demo-reel/references/tier-static-screenshots.md
  • plugins/compound-engineering/skills/ce-demo-reel/references/tier-terminal-recording.md
  • plugins/compound-engineering/skills/ce-demo-reel/references/upload-and-approval.md
  • plugins/compound-engineering/skills/ce-demo-reel/scripts/capture-demo.py
  • plugins/compound-engineering/skills/ce-doc-review/SKILL.md
  • plugins/compound-engineering/skills/ce-doc-review/references/bulk-preview.md
  • plugins/compound-engineering/skills/ce-doc-review/references/open-questions-defer.md
  • plugins/compound-engineering/skills/ce-doc-review/references/review-output-template.md
  • plugins/compound-engineering/skills/ce-doc-review/references/subagent-template.md
  • plugins/compound-engineering/skills/ce-doc-review/references/synthesis-and-presentation.md
  • plugins/compound-engineering/skills/ce-doc-review/references/walkthrough.md
  • plugins/compound-engineering/skills/ce-dogfood-beta/SKILL.md
  • plugins/compound-engineering/skills/ce-dogfood-beta/references/dogfood-report-template.md
  • plugins/compound-engineering/skills/ce-dogfood-beta/references/test-matrix-taxonomy.md
  • plugins/compound-engineering/skills/ce-frontend-design/SKILL.md
  • plugins/compound-engineering/skills/ce-ideate/SKILL.md
  • plugins/compound-engineering/skills/ce-ideate/references/post-ideation-workflow.md
  • plugins/compound-engineering/skills/ce-ideate/references/universal-ideation.md
  • plugins/compound-engineering/skills/ce-ideate/references/web-research-cache.md
  • plugins/compound-engineering/skills/ce-optimize/SKILL.md
  • plugins/compound-engineering/skills/ce-optimize/references/example-hard-spec.yaml
  • plugins/compound-engineering/skills/ce-optimize/references/example-judge-spec.yaml
  • plugins/compound-engineering/skills/ce-optimize/references/experiment-log-schema.yaml
  • plugins/compound-engineering/skills/ce-optimize/references/experiment-prompt-template.md
  • plugins/compound-engineering/skills/ce-optimize/references/judge-prompt-template.md
  • plugins/compound-engineering/skills/ce-optimize/references/optimize-spec-schema.yaml
  • plugins/compound-engineering/skills/ce-optimize/references/usage-guide.md
  • plugins/compound-engineering/skills/ce-optimize/scripts/experiment-worktree.sh
  • plugins/compound-engineering/skills/ce-optimize/scripts/measure.sh
  • plugins/compound-engineering/skills/ce-optimize/scripts/parallel-probe.sh
  • plugins/compound-engineering/skills/ce-plan/SKILL.md
  • plugins/compound-engineering/skills/ce-plan/references/approach-altitude.md
  • plugins/compound-engineering/skills/ce-plan/references/deepening-workflow.md
  • plugins/compound-engineering/skills/ce-plan/references/html-rendering.md
  • plugins/compound-engineering/skills/ce-plan/references/markdown-rendering.md
  • plugins/compound-engineering/skills/ce-plan/references/plan-handoff.md
  • plugins/compound-engineering/skills/ce-plan/references/plan-sections.md
  • plugins/compound-engineering/skills/ce-plan/references/synthesis-summary.md
  • plugins/compound-engineering/skills/ce-plan/references/universal-planning.md
  • plugins/compound-engineering/skills/ce-polish/SKILL.md
  • plugins/compound-engineering/skills/ce-polish/references/dev-server-detection.md
  • plugins/compound-engineering/skills/ce-polish/references/dev-server.md
  • plugins/compound-engineering/skills/ce-polish/references/ide-detection.md
  • plugins/compound-engineering/skills/ce-polish/references/launch-json-schema.md
  • plugins/compound-engineering/skills/ce-polish/scripts/detect-project-type.sh
  • plugins/compound-engineering/skills/ce-polish/scripts/read-launch-json.sh
  • plugins/compound-engineering/skills/ce-polish/scripts/resolve-package-manager.sh
  • plugins/compound-engineering/skills/ce-polish/scripts/resolve-port.sh
  • plugins/compound-engineering/skills/ce-release-notes/SKILL.md
  • plugins/compound-engineering/skills/ce-release-notes/scripts/list-plugin-releases.py
  • plugins/compound-engineering/skills/ce-report-bug/SKILL.md
  • plugins/compound-engineering/skills/ce-resolve-pr-feedback/SKILL.md
  • plugins/compound-engineering/skills/ce-resolve-pr-feedback/references/full-mode.md
  • plugins/compound-engineering/skills/ce-resolve-pr-feedback/references/targeted-mode.md
  • plugins/compound-engineering/skills/ce-resolve-pr-feedback/scripts/get-pr-comments
  • plugins/compound-engineering/skills/ce-resolve-pr-feedback/scripts/get-thread-for-comment
  • plugins/compound-engineering/skills/ce-resolve-pr-feedback/scripts/reply-to-pr-thread
  • plugins/compound-engineering/skills/ce-resolve-pr-feedback/scripts/resolve-pr-thread
  • plugins/compound-engineering/skills/ce-sessions/SKILL.md
  • plugins/compound-engineering/skills/ce-sessions/evals/README.md
  • plugins/compound-engineering/skills/ce-sessions/evals/grader.md
  • plugins/compound-engineering/skills/ce-setup/SKILL.md
  • plugins/compound-engineering/skills/ce-simplify-code/SKILL.md
  • plugins/compound-engineering/skills/ce-strategy/SKILL.md
  • plugins/compound-engineering/skills/ce-strategy/references/interview.md
  • plugins/compound-engineering/skills/ce-strategy/references/strategy-template.md
  • plugins/compound-engineering/skills/ce-subagent-driven/SKILL.md
  • plugins/compound-engineering/skills/ce-test-browser/SKILL.md
  • plugins/compound-engineering/skills/ce-update/SKILL.md
  • plugins/compound-engineering/skills/ce-verify-before-complete/SKILL.md
  • plugins/compound-engineering/skills/ce-work/SKILL.md
  • plugins/compound-engineering/skills/ce-work/references/codex-delegation-workflow.md
  • plugins/compound-engineering/skills/ce-work/references/non-code-execution.md
  • plugins/compound-engineering/skills/ce-work/references/review-findings-followup.md
  • plugins/compound-engineering/skills/ce-work/references/shipping-workflow.md
  • plugins/compound-engineering/skills/ce-work/references/tracker-defer.md
  • plugins/compound-engineering/skills/ce-worktree/SKILL.md
  • plugins/compound-engineering/skills/lfg/SKILL.md
  • plugins/compound-engineering/skills/lfg/references/review-followup.md
  • plugins/compound-engineering/skills/lfg/references/tracker-defer.md
  • src/commands/cleanup.ts
  • src/commands/convert.ts
  • src/commands/install.ts
  • src/converters/claude-to-copilot.ts
  • src/converters/claude-to-droid.ts
  • src/data/plugin-legacy-artifacts.ts
  • src/release/components.ts
  • src/release/metadata.ts
  • src/release/types.ts
  • src/targets/codex.ts
  • src/targets/managed-artifacts.ts
  • src/types/copilot.ts
  • src/types/droid.ts
  • src/utils/detect-tools.ts
  • src/utils/legacy-cleanup.ts
  • tests/ce-demo-reel.test.ts
  • tests/cli.test.ts
  • tests/codex-writer.test.ts
  • tests/copilot-converter.test.ts
  • tests/detect-tools.test.ts
  • tests/droid-converter.test.ts
  • tests/frontmatter.test.ts
  • tests/gemini-writer.test.ts
  • tests/legacy-cleanup.test.ts
  • tests/opencode-writer.test.ts
  • tests/pi-writer.test.ts
  • tests/plugin-legacy-artifacts.test.ts
  • tests/release-components.test.ts
  • tests/release-metadata.test.ts
  • tests/release-preview.test.ts
  • tests/resolve-pr-feedback-pagination.test.ts
  • tests/review-skill-contract.test.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch slim/ultra-minimal

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request streamlines the repository by completely removing the coding-tutor plugin, along with numerous deprecated skills, plans, and documentation files, focusing the codebase on a simplified compound-engineering setup. The review comments correctly identify documentation discrepancies resulting from these removals, specifically pointing out incorrect skill counts in README.md and outdated agent references in docs/skills/ce-code-review.md.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread README.md
After installing, run `/ce-setup` in any project. It checks your environment, installs missing tools, and bootstraps project config.

The `compound-engineering` plugin currently ships 28 skills and 37 agents. See the [full component reference](plugins/compound-engineering/README.md) for the complete inventory.
The `compound-engineering` plugin ships 14 skills and 16 agents. See the [full component reference](plugins/compound-engineering/README.md) for the complete inventory.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a discrepancy in the number of skills listed here. The PR description and release:validate check indicate that the plugin now ships with 16 skills (14 survivors + 2 new: ce-subagent-driven and ce-verify-before-complete) and 16 agents. Please update the text to state "16 skills" instead of "14 skills" to ensure accuracy and consistency with the actual component inventory.

Comment thread docs/skills/ce-code-review.md Outdated
The skill detects you're on a feature branch (no PR yet), resolves the base from `origin/HEAD` (or PR metadata when an open PR exists), and computes the diff. Stage 2 reads commit messages and writes a 2-3 line intent summary. Stage 2b auto-discovers the plan in `docs/plans/` from the branch name and reads its Requirements (R1-R8, U1-U6).

Stage 3 selects reviewers: the 6 always-on, plus security (auth touched), reliability (background job for token cleanup), data-migration (migration file present), and deployment-verification agent when the migration is risky. Seven or eight reviewers total, dispatched in parallel.
Stage 3 selects reviewers: the 5 always-on, plus security (auth touched), reliability (background job for token cleanup), data-migration (migration file present), and deployment-verification agent when the migration is risky. Eight or nine reviewers total, dispatched in parallel.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This paragraph contains several outdated references and numerical inconsistencies based on the agent consolidation and pruning in this PR: 1. Always-on count: It mentions "the 5 always-on", but the always-on list was consolidated to exactly 3 reviewers (ce-correctness-reviewer, ce-testing-reviewer, and ce-learnings-researcher) as documented in the "Diff-aware persona selection" section above. 2. Pruned/Merged agents: It still references reliability (which has been merged into ce-correctness-reviewer), data-migration (which was pruned outright), and deployment-verification (which was also pruned outright). 3. Total count: It states "Eight or nine reviewers total", but with 3 always-on and 1 conditional (security), the actual total for this scenario is 4 reviewers. Please update this narrative to align with the new consolidated 16-agent architecture.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6c94b0af98

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/commands/cleanup.ts
@@ -29,7 +25,7 @@ import { isSafeManagedPath, pathExists, readJson, sanitizePathName } from "../ut
import { resolveOpenCodeGlobalRoot } from "../utils/opencode-config"
import { expandHome, resolveCodexHome, resolveTargetHome } from "../utils/resolve-home"

const cleanupTargets = ["codex", "opencode", "pi", "gemini", "kiro", "copilot", "droid", "qwen", "windsurf"] as const
const cleanupTargets = ["codex", "opencode", "pi", "gemini", "kiro", "qwen", "windsurf"] as const

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore legacy cleanup for removed native targets

When upgrading from a version that supported Bun-installed Copilot or Droid artifacts, removing copilot and droid from this allow-list makes cleanup --target copilot / cleanup --target droid fail in resolveCleanupTargets instead of backing up the stale .github / ~/.copilot / ~/.factory files. Those old files can continue to shadow the native plugin install, so the converter targets can be dropped while still keeping their legacy cleanup paths.

Useful? React with 👍 / 👎.

# Conflicts:
#	.github/.release-please-manifest.json

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eadce90b12

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 89 to 90
- **API contract breakage** (changed response shapes, removed fields) -- ce-api-contract-reviewer owns these
- **Migration safety** (missing rollback, data integrity, schema drift) -- ce-data-migration-reviewer owns these

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Stop suppressing checks owned by deleted reviewers

After this slim pass, ce-api-contract-reviewer and ce-data-migration-reviewer are no longer shipped, but this reviewer still tells itself not to report those issues because the deleted personas “own” them. When ce-adversarial-reviewer is dispatched on risky diffs, API contract or migration-safety failures can now be suppressed without any remaining specialized reviewer to catch them; redirect these exclusions to the surviving merged personas or remove the suppressions.

Useful? React with 👍 / 👎.

A name match against the legacy allow-list moved user-authored `~/.codex/skills/<name>` dirs to legacy-backup. Gate the move on the same fingerprint ownership check prompts already use: foreign descriptions are preserved, CE-fingerprinted and fingerprint-less (orphan) dirs still sweep.

Op: correct
Restores: spec:ownership-gated cleanup (prompt-gate parity in cleanupKnownLegacyCodexArtifacts)
The skill ownership gate matches descriptions against current fingerprints only; flat-era installs whose descriptions were later reworded classified as foreign and stranded. Mirror the prompt alias map's contract: every shipped description reword is a recognized CE fingerprint.

Op: correct
Restores: spec:alias parity with LEGACY_PROMPT_DESCRIPTION_ALIASES contract
The Stage-6 ghost sweep missed three live surfaces: ce-adversarial-reviewer routed don't-flag ownership to four deleted personas (reliability/maintainability -> ce-correctness-reviewer, api-contract -> ce-testing-reviewer per the merge map; the pruned data-migration exclusion is removed so migration cascades fall back to adversarial's emergent-risk charter instead of being suppressed ownerless). Plugin AGENTS.md still instructed contributors about coding-tutor and cited the removed resolve-pr-feedback skill. docs/skills/ce-code-review.md described the pre-merge reviewer roster in two spots.

Op: correct
Restores: spec:ghost-sweep invariant (cut names live only in registries, CHANGELOGs, and historical records)
@metaphorics
metaphorics merged commit c082416 into main Jun 7, 2026
3 checks passed
@metaphorics
metaphorics deleted the slim/ultra-minimal branch June 7, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants