Skip to content

refactor: remove build sub-coordinator, flatten create-expert pipeline#791

Merged
FL4TLiN3 merged 1 commit intomainfrom
refactor/remove-build-sub-coordinator
Mar 14, 2026
Merged

refactor: remove build sub-coordinator, flatten create-expert pipeline#791
FL4TLiN3 merged 1 commit intomainfrom
refactor/remove-build-sub-coordinator

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Remove @create-expert/build sub-coordinator — it was a thin forwarding layer adding latency and token cost
  • Move cycle logic (write → review → test → verify, max 3 iterations, CONTINUE validation) directly into create-expert coordinator
  • Flatten delegation: create-expert → {plan, write, review, test, verify}
  • Bump to 1.0.21

Test plan

  • Run create-expert and verify it directly delegates to write/review/test/verify without an intermediary
  • Confirm cycle logic (max iterations, CONTINUE validation) works at coordinator level

🤖 Generated with Claude Code

build was a thin coordinator forwarding between write/review/test/verify,
adding unnecessary latency and token cost. Move cycle logic directly into
create-expert coordinator and remove the intermediary.

Before: create-expert → build → {write, review, test, verify}
After:  create-expert → {plan, write, review, test, verify}

Bump to 1.0.21.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit 846c9b9 into main Mar 14, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the refactor/remove-build-sub-coordinator branch March 14, 2026 02:45
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.

1 participant