BMAD-METHOD/tools/cli/installers/lib/ide
Alex Verkhovsky c28206dca4
refactor(installer): remove dead agent compilation pipeline (#2080)
* refactor(installer): remove dead agent compilation pipeline

Delete 9 files (~2,600 lines) that compiled .agent.yaml to .md.
No .agent.yaml files exist in the source tree — agents now ship
as pre-built SKILL.md. Clean up all references in installer,
module manager, custom handler, base IDE, UI, and tests.

* refactor(custom-handler): remove dead install/copy/find methods

CustomHandler.install(), copyDirectory(), and findFilesRecursively()
are never called — custom modules are installed via moduleManager.install()
since Dec 2025. Also removes unused FileOps import and constructor.

Verified with before/after clean-installer comparison (codex + custom
modules with custom.yaml): output is identical.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(installer): remove dead compilation refs from docs and module manager

Address review findings from PR #2080 triage:
- Remove compile-agents from CLI action docs (en, fr, zh-cn)
- Remove dead vendorCrossModuleWorkflows() and .agent.yaml skip logic
- Clean stale compilation-era comments in manifest-generator

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 22:52:02 -06:00
..
shared refactor(installer): remove legacy workflow, task, and agent IDE generators (#2078) 2026-03-20 15:18:47 -06:00
templates refactor: remove legacy YAML/XML workflow engine plumbing (#1864) 2026-03-08 18:02:57 -06:00
_base-ide.js refactor(installer): remove dead agent compilation pipeline (#2080) 2026-03-20 22:52:02 -06:00
_config-driven.js refactor(installer): remove legacy workflow, task, and agent IDE generators (#2078) 2026-03-20 15:18:47 -06:00
manager.js refactor(installer): remove legacy workflow, task, and agent IDE generators (#2078) 2026-03-20 15:18:47 -06:00
platform-codes.js installer fix 2026-01-26 16:06:00 -06:00
platform-codes.yaml Merge branch 'main' into feat/add-ona-platform-support 2026-03-16 07:26:53 -06:00