People: better default agent prompt; remove HR UI; regen API types; fix list response handling
This commit is contained in:
@@ -204,6 +204,10 @@ export function useListProjectsProjectsGet<
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a project.
|
||||
|
||||
Keep operation atomic: flush to get id, log activity, then commit once.
|
||||
Translate DB integrity errors to 409s.
|
||||
* @summary Create Project
|
||||
*/
|
||||
export type createProjectProjectsPostResponse200 = {
|
||||
|
||||
Reference in New Issue
Block a user