You've already forked agentic-coding-workflow
feat(acp): handler refactor + sessions REST endpoints (list/create/get/delete/events)
This commit is contained in:
@@ -46,6 +46,9 @@ func mountHandlerWithRepo(t *testing.T, callerUID uuid.UUID, isAdmin bool, repo
|
||||
r := chi.NewRouter()
|
||||
h := acp.NewHandler(
|
||||
svc,
|
||||
nil, // sessSvc — not exercised by agent-kinds tests
|
||||
nil, // sup — not exercised by agent-kinds tests
|
||||
nil, // repo — not exercised by agent-kinds tests
|
||||
fakeResolver{uid: callerUID},
|
||||
fakeAdminLookup{admin: map[uuid.UUID]bool{callerUID: isAdmin}},
|
||||
enc,
|
||||
|
||||
Reference in New Issue
Block a user