generated from coulomb/repo-seed
railiance-bootstrap to railiance-cluster rename cleanup
This commit is contained in:
@@ -1716,7 +1716,7 @@ def create_repo_goal(
|
||||
determines ordering. Optionally link to the parent domain goal.
|
||||
|
||||
Args:
|
||||
repo_slug: Slug of the repository (e.g. 'railiance-bootstrap')
|
||||
repo_slug: Slug of the repository (e.g. 'railiance-cluster')
|
||||
title: Short goal title
|
||||
description: Full description including boundary conditions and scope
|
||||
domain_goal_id: UUID of the parent domain goal (optional)
|
||||
@@ -1747,7 +1747,7 @@ def get_repo_goals(repo_slug: str, status: str | None = None) -> str:
|
||||
"""List repository goals for a repo, ordered by priority.
|
||||
|
||||
Args:
|
||||
repo_slug: Slug of the repository (e.g. 'railiance-bootstrap')
|
||||
repo_slug: Slug of the repository (e.g. 'railiance-cluster')
|
||||
status: active | paused | completed | archived (omit for all)
|
||||
"""
|
||||
return json.dumps(_get("/repo-goals", {"repo_slug": repo_slug, "status": status}), indent=2)
|
||||
|
||||
Reference in New Issue
Block a user