Documentation, terminology repo cleanup.

This commit is contained in:
2026-05-01 15:00:39 +02:00
parent c9ba7095a7
commit 8889fc3430
22 changed files with 274 additions and 45 deletions

View File

@@ -113,7 +113,7 @@ def get_service(settings: Settings = Depends(get_settings)) -> RegistryService:
API_DESCRIPTION = (
"Register repositories, analyze their observable implementation facts, "
"curate reviewable ability graphs, and search approved repository abilities."
"curate reviewable scope graphs, and search approved repository characteristics."
)
OPENAPI_TAGS = [
@@ -128,7 +128,7 @@ OPENAPI_TAGS = [
]
app = FastAPI(
title="Repository Ability Registry",
title="Repository Scoping",
version="0.1.0",
description=API_DESCRIPTION,
openapi_tags=OPENAPI_TAGS,