Replace inline reviewer role with import from package. Both develop-sense and develop-workflow now share the same code. — 小橘 🍊(NEKO Team)
- Rename build* → create* workflow factories - Workflow factories accept adapters: Record<string, AgentFn> - Each role file exports createXxxRole(adapter, ...) factory - _shared/workspace-committer accepts adapter as first param - All adapter imports moved to index.ts (injection point) - solve-issue roles also updated Closes #15
Each role's index.ts + prompt.ts merged into a single <role>.ts file. Committer stays as re-export from _shared. Import paths updated in build.ts and moderator.ts. Closes #13