Skip to content

v1.0.2 — Force regenerate on overwrite + verbatim intros

Choose a tag to compare

@RahimjonovBoburjon RahimjonovBoburjon released this 24 May 16:59
· 2 commits to main since this release

Bug fixes

Overwrite from scratch now actually overwrites

In v1.0.1, when a user re-ran the wizard with "Overwrite from scratch" and the resolved settings happened to match the existing config, the wizard skipped regenerating CLAUDE.md. That meant version upgrades (like the v1.0.0 → v1.0.1 T4 → P rename) never took effect — the project stayed stuck on old conventions.

· Fix: overwrite is always full regeneration, regardless of whether settings changed. The templates themselves carry version-specific content; skipping bypasses every upgrade silently.

· If a user wants surgical changes, the "Update individual settings" path is the right tool — overwrite is for full resets.


Intros are now printed verbatim from templates

The wizard was paraphrasing the intro templates into 5-line bullet summaries instead of printing the ~50-line structured guidance. Receiving terminals missed the lock protocol details, "You MAY / You MUST NOT" sections, and the first-action prompts. Coordination drifted because the intro was incomplete.

· Fix: Step 9 of the wizard now mandates verbatim template output. Substitute placeholders, then print the entire file from line 1 to the last line. Self-check list added at the end.


Intro header format locked

Headers must match exactly:
· Developer: `━━━ T (Developer) ━━━`
· Planner: `━━━ P (Planner) ━━━`
· Solo: `━━━ SOLO ━━━`

No more `TERMINAL 1`, `TERMINAL 4`, `Terminal A` variants. The wizard self-checks each header before declaring setup complete.


Upgrade

```
/plugin marketplace update multi-agent-coordination
/plugin update multi-agent-coordination
```

Then in any project that ran v1.0.1, do a clean wipe + re-init to pick up the new conventions:

```bash
rm -rf .multi-agent active_tasks.md active_files.md

delete the multi-agent-coordination block from CLAUDE.md

```

Then `/multi-agent-coordination:multi-agent-init` — pick "Overwrite from scratch" and the new templates will land cleanly.