@every-env/compound-plugin 0.8.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +3 -3
- package/AGENTS.md +5 -1
- package/CHANGELOG.md +50 -0
- package/CLAUDE.md +3 -3
- package/README.md +52 -14
- package/docs/plans/2026-02-14-feat-auto-detect-install-and-gemini-sync-plan.md +360 -0
- package/docs/plans/2026-02-25-feat-windsurf-global-scope-support-plan.md +627 -0
- package/docs/plans/2026-03-01-feat-ce-command-aliases-backwards-compatible-deprecation-plan.md +261 -0
- package/docs/plans/feature_opencode-commands-as-md-and-config-merge.md +574 -0
- package/docs/solutions/adding-converter-target-providers.md +692 -0
- package/docs/solutions/plugin-versioning-requirements.md +3 -3
- package/docs/specs/kiro.md +171 -0
- package/docs/specs/windsurf.md +477 -0
- package/package.json +1 -1
- package/plans/landing-page-launchkit-refresh.md +2 -2
- package/plugins/compound-engineering/.claude-plugin/plugin.json +2 -2
- package/plugins/compound-engineering/CHANGELOG.md +72 -1
- package/plugins/compound-engineering/CLAUDE.md +9 -7
- package/plugins/compound-engineering/README.md +10 -7
- package/plugins/compound-engineering/agents/research/git-history-analyzer.md +1 -1
- package/plugins/compound-engineering/agents/research/learnings-researcher.md +1 -1
- package/plugins/compound-engineering/agents/review/code-simplicity-reviewer.md +1 -1
- package/plugins/compound-engineering/commands/ce/brainstorm.md +145 -0
- package/plugins/compound-engineering/commands/ce/compound.md +240 -0
- package/plugins/compound-engineering/commands/ce/plan.md +636 -0
- package/plugins/compound-engineering/commands/ce/review.md +525 -0
- package/plugins/compound-engineering/commands/ce/work.md +470 -0
- package/plugins/compound-engineering/commands/create-agent-skill.md +1 -1
- package/plugins/compound-engineering/commands/deepen-plan.md +6 -6
- package/plugins/compound-engineering/commands/deploy-docs.md +1 -1
- package/plugins/compound-engineering/commands/feature-video.md +15 -6
- package/plugins/compound-engineering/commands/heal-skill.md +1 -1
- package/plugins/compound-engineering/commands/lfg.md +3 -3
- package/plugins/compound-engineering/commands/slfg.md +3 -3
- package/plugins/compound-engineering/commands/test-xcode.md +2 -2
- package/plugins/compound-engineering/commands/workflows/brainstorm.md +4 -123
- package/plugins/compound-engineering/commands/workflows/compound.md +4 -234
- package/plugins/compound-engineering/commands/workflows/plan.md +4 -562
- package/plugins/compound-engineering/commands/workflows/review.md +4 -522
- package/plugins/compound-engineering/commands/workflows/work.md +4 -448
- package/plugins/compound-engineering/skills/brainstorming/SKILL.md +3 -3
- package/plugins/compound-engineering/skills/document-review/SKILL.md +1 -1
- package/plugins/compound-engineering/skills/file-todos/SKILL.md +1 -1
- package/plugins/compound-engineering/skills/git-worktree/SKILL.md +5 -5
- package/plugins/compound-engineering/skills/proof/SKILL.md +185 -0
- package/plugins/compound-engineering/skills/resolve-pr-parallel/SKILL.md +1 -1
- package/plugins/compound-engineering/skills/setup/SKILL.md +2 -2
- package/src/commands/convert.ts +101 -23
- package/src/commands/install.ts +102 -41
- package/src/commands/sync.ts +58 -38
- package/src/converters/claude-to-kiro.ts +262 -0
- package/src/converters/claude-to-openclaw.ts +240 -0
- package/src/converters/claude-to-opencode.ts +12 -10
- package/src/converters/claude-to-qwen.ts +238 -0
- package/src/converters/claude-to-windsurf.ts +205 -0
- package/src/sync/gemini.ts +76 -0
- package/src/targets/index.ts +69 -1
- package/src/targets/kiro.ts +122 -0
- package/src/targets/openclaw.ts +96 -0
- package/src/targets/opencode.ts +76 -10
- package/src/targets/qwen.ts +64 -0
- package/src/targets/windsurf.ts +104 -0
- package/src/types/kiro.ts +44 -0
- package/src/types/openclaw.ts +52 -0
- package/src/types/opencode.ts +7 -8
- package/src/types/qwen.ts +48 -0
- package/src/types/windsurf.ts +34 -0
- package/src/utils/detect-tools.ts +46 -0
- package/src/utils/files.ts +7 -0
- package/src/utils/resolve-output.ts +50 -0
- package/src/utils/secrets.ts +24 -0
- package/tests/cli.test.ts +78 -0
- package/tests/converter.test.ts +43 -10
- package/tests/detect-tools.test.ts +96 -0
- package/tests/kiro-converter.test.ts +381 -0
- package/tests/kiro-writer.test.ts +273 -0
- package/tests/openclaw-converter.test.ts +200 -0
- package/tests/opencode-writer.test.ts +142 -5
- package/tests/qwen-converter.test.ts +238 -0
- package/tests/resolve-output.test.ts +131 -0
- package/tests/sync-gemini.test.ts +106 -0
- package/tests/windsurf-converter.test.ts +573 -0
- package/tests/windsurf-writer.test.ts +359 -0
- package/docs/css/docs.css +0 -675
- package/docs/css/style.css +0 -2886
- package/docs/index.html +0 -1046
- package/docs/js/main.js +0 -225
- package/docs/pages/agents.html +0 -649
- package/docs/pages/changelog.html +0 -534
- package/docs/pages/commands.html +0 -523
- package/docs/pages/getting-started.html +0 -582
- package/docs/pages/mcp-servers.html +0 -409
- package/docs/pages/skills.html +0 -611
package/docs/plans/2026-03-01-feat-ce-command-aliases-backwards-compatible-deprecation-plan.md
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "feat: Add ce:* command aliases with backwards-compatible deprecation of workflows:*"
|
|
3
|
+
type: feat
|
|
4
|
+
status: active
|
|
5
|
+
date: 2026-03-01
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# feat: Add `ce:*` Command Aliases with Backwards-Compatible Deprecation of `workflows:*`
|
|
9
|
+
|
|
10
|
+
## Overview
|
|
11
|
+
|
|
12
|
+
Rename the five `workflows:*` commands to `ce:*` to make it clearer they belong to compound-engineering. Keep `workflows:*` working as thin deprecation wrappers that warn users and forward to the new commands.
|
|
13
|
+
|
|
14
|
+
## Problem Statement / Motivation
|
|
15
|
+
|
|
16
|
+
The current `workflows:plan`, `workflows:work`, `workflows:review`, `workflows:brainstorm`, and `workflows:compound` commands are prefixed with `workflows:` — a generic namespace that doesn't signal their origin. Users don't immediately associate them with the compound-engineering plugin.
|
|
17
|
+
|
|
18
|
+
The `ce:` prefix is shorter, more memorable, and unambiguously identifies these as compound-engineering commands — consistent with how other plugin commands already use `compound-engineering:` as a namespace.
|
|
19
|
+
|
|
20
|
+
## Proposed Solution
|
|
21
|
+
|
|
22
|
+
### 1. Create New `ce:*` Commands (Primary)
|
|
23
|
+
|
|
24
|
+
Create a `commands/ce/` directory with five new command files. Each file gets the full implementation content from the current `workflows:*` counterpart, with the `name:` frontmatter updated to the new name.
|
|
25
|
+
|
|
26
|
+
| New Command | Source Content |
|
|
27
|
+
|-------------|---------------|
|
|
28
|
+
| `ce:plan` | `commands/workflows/plan.md` |
|
|
29
|
+
| `ce:work` | `commands/workflows/work.md` |
|
|
30
|
+
| `ce:review` | `commands/workflows/review.md` |
|
|
31
|
+
| `ce:brainstorm` | `commands/workflows/brainstorm.md` |
|
|
32
|
+
| `ce:compound` | `commands/workflows/compound.md` |
|
|
33
|
+
|
|
34
|
+
### 2. Convert `workflows:*` to Deprecation Wrappers (Backwards Compatibility)
|
|
35
|
+
|
|
36
|
+
Replace the full content of each `workflows:*` command with a thin wrapper that:
|
|
37
|
+
1. Displays a visible deprecation warning to the user
|
|
38
|
+
2. Invokes the new `ce:*` command with the same `$ARGUMENTS`
|
|
39
|
+
|
|
40
|
+
Example wrapper body:
|
|
41
|
+
|
|
42
|
+
```markdown
|
|
43
|
+
---
|
|
44
|
+
name: workflows:plan
|
|
45
|
+
description: "[DEPRECATED] Use /ce:plan instead. Renamed for clarity."
|
|
46
|
+
argument-hint: "[feature description]"
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
> ⚠️ **Deprecated:** `/workflows:plan` has been renamed to `/ce:plan`.
|
|
50
|
+
> Please update your workflow to use `/ce:plan` instead.
|
|
51
|
+
> This alias will be removed in a future version.
|
|
52
|
+
|
|
53
|
+
/ce:plan $ARGUMENTS
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
### 3. Update All Internal References
|
|
57
|
+
|
|
58
|
+
The grep reveals `workflows:*` is referenced in **many more places** than just `lfg`/`slfg`. All of these must be updated to point to the new `ce:*` names:
|
|
59
|
+
|
|
60
|
+
**Orchestration commands (update to new names):**
|
|
61
|
+
- `commands/lfg.md` — `/workflows:plan`, `/workflows:work`, `/workflows:review`
|
|
62
|
+
- `commands/slfg.md` — `/workflows:plan`, `/workflows:work`, `/workflows:review`
|
|
63
|
+
|
|
64
|
+
**Command bodies that cross-reference (update to new names):**
|
|
65
|
+
- `commands/workflows/brainstorm.md` — references `/workflows:plan` multiple times (will be in the deprecated wrapper, so should forward to `/ce:plan`)
|
|
66
|
+
- `commands/workflows/compound.md` — self-references and references `/workflows:plan`
|
|
67
|
+
- `commands/workflows/plan.md` — references `/workflows:work` multiple times
|
|
68
|
+
- `commands/deepen-plan.md` — references `/workflows:work`, `/workflows:compound`
|
|
69
|
+
|
|
70
|
+
**Agents (update to new names):**
|
|
71
|
+
- `agents/review/code-simplicity-reviewer.md` — references `/workflows:plan` and `/workflows:work`
|
|
72
|
+
- `agents/research/git-history-analyzer.md` — references `/workflows:plan`
|
|
73
|
+
- `agents/research/learnings-researcher.md` — references `/workflows:plan`
|
|
74
|
+
|
|
75
|
+
**Skills (update to new names):**
|
|
76
|
+
- `skills/document-review/SKILL.md` — references `/workflows:brainstorm`, `/workflows:plan`
|
|
77
|
+
- `skills/git-worktree/SKILL.md` — references `/workflows:review`, `/workflows:work` extensively
|
|
78
|
+
- `skills/setup/SKILL.md` — references `/workflows:review`, `/workflows:work`
|
|
79
|
+
- `skills/brainstorming/SKILL.md` — references `/workflows:plan` multiple times
|
|
80
|
+
- `skills/file-todos/SKILL.md` — references `/workflows:review`
|
|
81
|
+
|
|
82
|
+
**Other commands (update to new names):**
|
|
83
|
+
- `commands/test-xcode.md` — references `/workflows:review`
|
|
84
|
+
|
|
85
|
+
**Historical docs (leave as-is — they document the old names intentionally):**
|
|
86
|
+
- `docs/plans/*.md` — old plan files, historical record
|
|
87
|
+
- `docs/brainstorms/*.md` — historical
|
|
88
|
+
- `docs/solutions/*.md` — historical
|
|
89
|
+
- `tests/fixtures/` — test fixtures for the converter (intentionally use `workflows:*` to test namespace handling)
|
|
90
|
+
- `CHANGELOG.md` historical entries — don't rewrite history
|
|
91
|
+
|
|
92
|
+
### 4. Update Documentation
|
|
93
|
+
|
|
94
|
+
- `CHANGELOG.md` — add new entry documenting the rename and deprecation
|
|
95
|
+
- `plugins/compound-engineering/README.md` — update command table to list `ce:*` as primary, note `workflows:*` as deprecated aliases
|
|
96
|
+
- `plugins/compound-engineering/CLAUDE.md` — update command listing and the "Why `workflows:`?" section
|
|
97
|
+
- Root `README.md` — update the command table (lines 133–136)
|
|
98
|
+
|
|
99
|
+
### 5. Converter / bunx Install Script Considerations
|
|
100
|
+
|
|
101
|
+
The `bunx` install script (`src/commands/install.ts`) **only writes files, never deletes them**. This has two implications:
|
|
102
|
+
|
|
103
|
+
**Now (while deprecated wrappers exist):** No stale file problem. Running `bunx install compound-engineering --to gemini` after this change will:
|
|
104
|
+
- Write `commands/ce/plan.toml` (new primary)
|
|
105
|
+
- Write `commands/workflows/plan.toml` (deprecated wrapper, with deprecation content)
|
|
106
|
+
|
|
107
|
+
Both coexist correctly. Users who re-run install get both.
|
|
108
|
+
|
|
109
|
+
**Future (when deprecated wrappers are eventually removed):** The old `commands/workflows/` files will remain stale in users' converted targets. At that point, a cleanup step will be needed — either:
|
|
110
|
+
- Manual instructions: "Delete `.gemini/commands/workflows/` after upgrading"
|
|
111
|
+
- OR add a cleanup pass to the install script that removes known-renamed command directories
|
|
112
|
+
|
|
113
|
+
For now, document in the plan that stale cleanup is a known future concern when `workflows:*` wrappers are eventually dropped.
|
|
114
|
+
|
|
115
|
+
## Technical Considerations
|
|
116
|
+
|
|
117
|
+
### Command Naming
|
|
118
|
+
|
|
119
|
+
The `ce:` prefix maps to a `commands/ce/` directory. This follows the existing convention where `workflows:plan` maps to `commands/workflows/plan.md`.
|
|
120
|
+
|
|
121
|
+
### Deprecation Warning Display
|
|
122
|
+
|
|
123
|
+
Since commands are executed by Claude, the deprecation message in the wrapper body will be displayed to the user as Claude's response before the new command runs. The `>` blockquote markdown renders as a styled callout.
|
|
124
|
+
|
|
125
|
+
The deprecated wrappers should **not** use `disable-model-invocation: true` — Claude needs to process the body to display the warning and invoke the new command.
|
|
126
|
+
|
|
127
|
+
### Deprecation Wrapper Mechanism
|
|
128
|
+
|
|
129
|
+
The deprecated wrappers **must** use `disable-model-invocation: true`. This is the same mechanism `lfg.md` uses — the CLI runtime parses the body and executes slash command invocations directly. Without it, Claude reads the body as text and cannot actually invoke `/ce:plan`.
|
|
130
|
+
|
|
131
|
+
The deprecation notice in the wrapper body becomes a printed note (same as `lfg` step descriptions), not a styled Claude response. That's acceptable — it still communicates the message.
|
|
132
|
+
|
|
133
|
+
### Context Token Budget
|
|
134
|
+
|
|
135
|
+
The 5 new `ce:*` commands add descriptions to the context budget. Keep descriptions short (under 120 chars). The 5 deprecated `workflows:*` wrappers have minimal descriptions (tagged as deprecated) to minimize budget impact.
|
|
136
|
+
|
|
137
|
+
### Count Impact
|
|
138
|
+
|
|
139
|
+
Command count remains 22 (5 new `ce:*` + 5 updated `workflows:*` wrappers = net zero change). No version bump required for counts.
|
|
140
|
+
|
|
141
|
+
## Acceptance Criteria
|
|
142
|
+
|
|
143
|
+
- [ ] `commands/ce/` directory created with 5 new command files
|
|
144
|
+
- [ ] Each `ce:*` command has the full implementation from its `workflows:*` counterpart
|
|
145
|
+
- [ ] Each `ce:*` command frontmatter `name:` field set to `ce:plan`, `ce:work`, etc.
|
|
146
|
+
- [ ] Each `workflows:*` command replaced with a thin deprecation wrapper
|
|
147
|
+
- [ ] Deprecation wrapper shows a clear ⚠️ warning with the new command name
|
|
148
|
+
- [ ] Deprecation wrapper invokes the new `ce:*` command with `$ARGUMENTS`
|
|
149
|
+
- [ ] `lfg.md` updated to use `ce:plan`, `ce:work`, `ce:review`
|
|
150
|
+
- [ ] `slfg.md` updated to use `ce:plan`, `ce:work`, `ce:review`
|
|
151
|
+
- [ ] All agent `.md` files updated (code-simplicity-reviewer, git-history-analyzer, learnings-researcher)
|
|
152
|
+
- [ ] All skill `SKILL.md` files updated (document-review, git-worktree, setup, brainstorming, file-todos)
|
|
153
|
+
- [ ] `commands/deepen-plan.md` and `commands/test-xcode.md` updated
|
|
154
|
+
- [ ] `CHANGELOG.md` updated with deprecation notice
|
|
155
|
+
- [ ] `plugins/compound-engineering/README.md` command table updated
|
|
156
|
+
- [ ] `plugins/compound-engineering/CLAUDE.md` command listing updated
|
|
157
|
+
- [ ] Root `README.md` command table updated
|
|
158
|
+
- [ ] Validate: `/ce:plan "test feature"` works end-to-end
|
|
159
|
+
- [ ] Validate: `/workflows:plan "test feature"` shows deprecation warning and continues
|
|
160
|
+
- [ ] Re-run `bunx install compound-engineering --to [target]` and confirm both `ce/` and `workflows/` output dirs are written correctly
|
|
161
|
+
|
|
162
|
+
## Implementation Steps
|
|
163
|
+
|
|
164
|
+
### Step 1: Create `commands/ce/` directory with 5 new files
|
|
165
|
+
|
|
166
|
+
For each command, copy the source file and update only the `name:` frontmatter field:
|
|
167
|
+
|
|
168
|
+
- `commands/ce/plan.md` — copy `commands/workflows/plan.md`, set `name: ce:plan`
|
|
169
|
+
- `commands/ce/work.md` — copy `commands/workflows/work.md`, set `name: ce:work`
|
|
170
|
+
- `commands/ce/review.md` — copy `commands/workflows/review.md`, set `name: ce:review`
|
|
171
|
+
- `commands/ce/brainstorm.md` — copy `commands/workflows/brainstorm.md`, set `name: ce:brainstorm`
|
|
172
|
+
- `commands/ce/compound.md` — copy `commands/workflows/compound.md`, set `name: ce:compound`
|
|
173
|
+
|
|
174
|
+
### Step 2: Replace `commands/workflows/*.md` with deprecation wrappers
|
|
175
|
+
|
|
176
|
+
Use `disable-model-invocation: true` so the CLI runtime directly invokes `/ce:<command>`. The deprecation note is printed as a step description.
|
|
177
|
+
|
|
178
|
+
Template for each wrapper:
|
|
179
|
+
|
|
180
|
+
```markdown
|
|
181
|
+
---
|
|
182
|
+
name: workflows:<command>
|
|
183
|
+
description: "[DEPRECATED] Use /ce:<command> instead — renamed for clarity."
|
|
184
|
+
argument-hint: "[...]"
|
|
185
|
+
disable-model-invocation: true
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
NOTE: /workflows:<command> is deprecated. Please use /ce:<command> instead. This alias will be removed in a future version.
|
|
189
|
+
|
|
190
|
+
/ce:<command> $ARGUMENTS
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
### Step 3: Update all internal references
|
|
194
|
+
|
|
195
|
+
**Orchestration commands:**
|
|
196
|
+
- `commands/lfg.md` — replace `/workflows:plan`, `/workflows:work`, `/workflows:review`
|
|
197
|
+
- `commands/slfg.md` — same
|
|
198
|
+
|
|
199
|
+
**Command bodies:**
|
|
200
|
+
- `commands/deepen-plan.md` — replace `/workflows:work`, `/workflows:compound`
|
|
201
|
+
- `commands/test-xcode.md` — replace `/workflows:review`
|
|
202
|
+
- The deprecated `workflows/brainstorm.md`, `workflows/compound.md`, `workflows/plan.md` wrappers — references in their body text pointing to other `workflows:*` commands should also be updated to `ce:*` (since users reading them should see the new names)
|
|
203
|
+
|
|
204
|
+
**Agents:**
|
|
205
|
+
- `agents/review/code-simplicity-reviewer.md`
|
|
206
|
+
- `agents/research/git-history-analyzer.md`
|
|
207
|
+
- `agents/research/learnings-researcher.md`
|
|
208
|
+
|
|
209
|
+
**Skills:**
|
|
210
|
+
- `skills/document-review/SKILL.md`
|
|
211
|
+
- `skills/git-worktree/SKILL.md`
|
|
212
|
+
- `skills/setup/SKILL.md`
|
|
213
|
+
- `skills/brainstorming/SKILL.md`
|
|
214
|
+
- `skills/file-todos/SKILL.md`
|
|
215
|
+
|
|
216
|
+
### Step 4: Update documentation
|
|
217
|
+
|
|
218
|
+
**`plugins/compound-engineering/CHANGELOG.md`** — Add under new version section:
|
|
219
|
+
```
|
|
220
|
+
### Changed
|
|
221
|
+
- `workflows:plan`, `workflows:work`, `workflows:review`, `workflows:brainstorm`, `workflows:compound` renamed to `ce:plan`, `ce:work`, `ce:review`, `ce:brainstorm`, `ce:compound` for clarity
|
|
222
|
+
|
|
223
|
+
### Deprecated
|
|
224
|
+
- `workflows:*` commands — use `ce:*` equivalents instead. Aliases remain functional and will be removed in a future version.
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
**`plugins/compound-engineering/README.md`** — Update the commands table to list `ce:*` as primary, show `workflows:*` as deprecated aliases.
|
|
228
|
+
|
|
229
|
+
**`plugins/compound-engineering/CLAUDE.md`** — Update command listing and the "Why `workflows:`?" section to reflect new `ce:` namespace.
|
|
230
|
+
|
|
231
|
+
**Root `README.md`** — Update the commands table (lines 133–136).
|
|
232
|
+
|
|
233
|
+
### Step 5: Verify converter output
|
|
234
|
+
|
|
235
|
+
After updating, re-run the bunx install script to confirm both targets are written:
|
|
236
|
+
|
|
237
|
+
```bash
|
|
238
|
+
bunx @every-env/compound-plugin install compound-engineering --to gemini --output /tmp/test-output
|
|
239
|
+
ls /tmp/test-output/.gemini/commands/
|
|
240
|
+
# Should show both: ce/ and workflows/
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
The `workflows/` output will contain the deprecation wrapper content. The `ce/` output will have the full implementation.
|
|
244
|
+
|
|
245
|
+
**Future cleanup note:** When `workflows:*` wrappers are eventually removed, users must manually delete the stale `workflows/` directories from their converted targets (`.gemini/commands/workflows/`, `.codex/commands/workflows/`, etc.). Consider adding a migration note to the CHANGELOG at that time.
|
|
246
|
+
|
|
247
|
+
### Step 6: Run `/release-docs` to update the docs site
|
|
248
|
+
|
|
249
|
+
## Dependencies & Risks
|
|
250
|
+
|
|
251
|
+
- **Risk:** Users with saved references to `workflows:*` commands in their CLAUDE.md files or scripts. **Mitigation:** The deprecation wrappers remain functional indefinitely.
|
|
252
|
+
- **Risk:** Context token budget slightly increases (5 new command descriptions). **Mitigation:** Keep all descriptions short. Deprecated wrappers get minimal descriptions.
|
|
253
|
+
- **Risk:** `lfg`/`slfg` orchestration breaks if update is partial. **Mitigation:** Update both in the same commit.
|
|
254
|
+
|
|
255
|
+
## Sources & References
|
|
256
|
+
|
|
257
|
+
- Existing commands: `plugins/compound-engineering/commands/workflows/*.md`
|
|
258
|
+
- Orchestration commands: `plugins/compound-engineering/commands/lfg.md`, `plugins/compound-engineering/commands/slfg.md`
|
|
259
|
+
- Plugin metadata: `plugins/compound-engineering/.claude-plugin/plugin.json`
|
|
260
|
+
- Changelog: `plugins/compound-engineering/CHANGELOG.md`
|
|
261
|
+
- README: `plugins/compound-engineering/README.md`
|