Add token-budget guardrail to symphony agent
pull-request:acme-app-1234
PullRequestextensions/vcs/pull-requests-example.yaml·Open in Graph → {
"id": "pull-request:acme-app-1234",
"_kind": "PullRequest",
"_file": "extensions/vcs/pull-requests-example.yaml",
"_cluster": "extensions",
"attributes": {
"number": 1234,
"title": "Add token-budget guardrail to symphony agent",
"state": "open",
"sourceBranch": "feat/token-budget-guardrail",
"targetBranch": "main",
"openedAt": "2026-04-28T09:14:00Z",
"vcsHostId": "vcs-host:github",
"url": "https://github.com/acme/app/pull/1234"
},
"outgoingEdges": [
{
"from": "pull-request:acme-app-1234",
"to": "vcs-host:github",
"kind": "hosted_on_vcs",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "ci-workflow:gh-actions-test",
"to": "pull-request:acme-app-1234",
"kind": "validates_pull_request",
"attributes": {}
},
{
"from": "code-review:acme-app-1234-r1",
"to": "pull-request:acme-app-1234",
"kind": "reviews",
"attributes": {}
},
{
"from": "code-review:acme-app-1234-r2",
"to": "pull-request:acme-app-1234",
"kind": "reviews",
"attributes": {}
}
]
}