Add activity-core scope context API

This commit is contained in:
2026-05-15 01:40:49 +02:00
parent 8ea0b18ac3
commit 1990f75b73
6 changed files with 542 additions and 113 deletions

View File

@@ -333,6 +333,12 @@ def test_openapi_contract_snapshot_for_stable_agent_paths():
"/repos/{repo_slug}/scope": {
"get": {"tags": ["scope"], "success_schema": None}
},
"/repos/{repo_slug}/scope/context": {
"get": {
"tags": ["scope"],
"success_schema": "RepositoryScopeContextResponse",
}
},
"/repos/{repo_slug}/scope/diff": {
"get": {"tags": ["scope"], "success_schema": "object"}
},