feat: add repository rename orchestration CLI
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a049a4-ee9f-78e1-9d66-2cb0f9bea3e3
This commit is contained in:
parent
6312db8700
commit
6b82215ae7
11 changed files with 1373 additions and 4 deletions
|
|
@ -50,6 +50,7 @@ class ForgeIdentityVerifyRequest(BaseModel):
|
|||
|
||||
|
||||
class RepositoryRenameOperationCreate(BaseModel):
|
||||
operation_id: uuid.UUID | None = None
|
||||
new_slug: str = Field(min_length=1, max_length=100, pattern=r"^[a-z0-9][a-z0-9-]*$")
|
||||
preflight_token: str
|
||||
confirmation: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue