Skip to content

v0.9.0 — Delegate

Latest

Choose a tag to compare

@jai-shopdevx jai-shopdevx released this 12 Aug 10:07

Delegate — split work across parallel Claude Code sessions, safely.

Running two sessions on the same repo means inconsistent rigor (the driver session skips the concern/security check the delegated one does) and file collisions. v0.9 fixes both.

🤝 Working Agreement

A per-project pre-flight gate (.adeptly/agreement.md): restate scope → surface concerns → state security impact → confirm approach → smallest diff → stay in your lane. Adeptly staples it onto every brief and every "copy as prompt", so every session — driver included — runs the same checks.

✂️ Splitter + lane briefs

Turn an approved plan into N independent subtasks via your own claude, divided by area so they touch disjoint files. Each subtask becomes a paste-ready brief: scope + the Agreement + "other sessions own these files, stay out." Drop one into each terminal tab.

🚦 Collision guard + board

Flags any file claimed by two subtasks, shows dependency order, and tracks todo / in-progress / done so tabs don't duplicate work.

Open the Delegate tab on an approved plan. All local — no backend, same trust model.


npm install -g adeptly@0.9.0   # or: npx adeptly