|
|
|
|
|
by dfsegoat
171 days ago
|
|
Highly recommend using agent based hooks for things like `[review & test]`. At a basic level, they work akin to git-hooks, but they fire up a whole new context whenever certain events trigger (E.g. another agent finishes implementing changes) - and that hook instance is independent of the implementation context (which is great, as for the review case it is a semi-independent reviewer). |
|