Darkmatter · agent stage: prod
preview@internal.darkmatter
Events received
173186
Ignored
172891
Jobs dispatched
301

Event c726e3d0…

← All events

Event

Delivery
c726e3d0-8454-11f1-957f-d62fc24cb374
Event
pull_request
Action
synchronize
Received
2026-07-20T16:05:09.042Z
Signature
valid
Parsed
yes
Sender
czxtm
Repo
darkmatter/centaur
Status
ignored — unsupported_action:synchronize

Headers

{
  "accept": "*/*",
  "accept-encoding": "gzip, br",
  "cf-connecting-ip": "140.82.115.148",
  "cf-ipcountry": "US",
  "cf-ray": "a1e334aaca31884e",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "24475",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/50b9ca7",
  "x-forwarded-proto": "https",
  "x-github-delivery": "c726e3d0-8454-11f1-957f-d62fc24cb374",
  "x-github-event": "pull_request",
  "x-github-hook-id": "628737947",
  "x-github-hook-installation-target-id": "3663660",
  "x-github-hook-installation-target-type": "integration",
  "x-real-ip": "140.82.115.148"
}

Payload

{
  "action": "synchronize",
  "number": 16,
  "pull_request": {
    "url": "https://api.github.com/repos/darkmatter/centaur/pulls/16",
    "id": 4092548938,
    "node_id": "PR_kwDOTVFhj87z71dK",
    "html_url": "https://github.com/darkmatter/centaur/pull/16",
    "diff_url": "https://github.com/darkmatter/centaur/pull/16.diff",
    "patch_url": "https://github.com/darkmatter/centaur/pull/16.patch",
    "issue_url": "https://api.github.com/repos/darkmatter/centaur/issues/16",
    "number": 16,
    "state": "open",
    "locked": false,
    "title": "feat(api-rs): fence exclusive OMP session ownership",
    "user": {
      "login": "czxtm",
      "id": 1325802,
      "node_id": "MDQ6VXNlcjEzMjU4MDI=",
      "avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/czxtm",
      "html_url": "https://github.com/czxtm",
      "followers_url": "https://api.github.com/users/czxtm/followers",
      "following_url": "https://api.github.com/users/czxtm/following{/other_user}",
      "gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
      "organizations_url": "https://api.github.com/users/czxtm/orgs",
      "repos_url": "https://api.github.com/users/czxtm/repos",
      "events_url": "https://api.github.com/users/czxtm/events{/privacy}",
      "received_events_url": "https://api.github.com/users/czxtm/received_events",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "body": "## Summary\n- add durable session_owners lease/generation fence for OMP collaboration\n- block normal OMP one-shot execution while a resident owner is live\n- fence stdout terminal/event writes against stale ownership generations\n- release/expiry permit reacquisition; non-OMP harnesses bypass the boundary\n\n## Verification\n- `cargo fmt -p centaur-session-sqlx -p centaur-session-runtime -- --check`\n- `cargo clippy -p centaur-session-sqlx -p centaur-session-runtime --all-targets -- -D warnings`\n- `SESSION_RUNTIME_TEST_DATABASE_URL=... cargo test -p centaur-session-sqlx`\n- targeted runtime OMP ownership tests\n\nFull runtime package has three pre-existing stdout_eof adoption timing failures reproduced on clean origin/main; see bead/agent report.",
    "created_at": "2026-07-20T16:01:27Z",
    "updated_at": "2026-07-20T16:05:07Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "616ad02d8127287e0b9feb18ba96feaf1181671c",
    "assignees": [],
    "requested_reviewers": [],
    "requested_teams": [],
    "labels": [],
    "milestone": null,
    "draft": false,
    "commits_url": "https://api.github.com/repos/darkmatter/centaur/pulls/16/commits",
    "review_comments_url": "https://api.github.com/repos/darkmatter/centaur/pulls/16/comments",
    "review_comment_url": "https://api.github.com/repos/darkmatter/centaur/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/darkmatter/centaur/issues/16/comments",
    "statuses_url": "https://api.github.com/repos/darkmatter/centaur/statuses/183ccae16b57bcb0cf10bc68ac92746abfbde964",
    "head": {
      "label": "darkmatter:feat/omp-exclusive-ownership",
      "ref": "feat/omp-exclusive-ownership",
      "sha": "183ccae16b57bcb0cf10bc68ac92746abfbde964",
      "user": {
        "login": "darkmatter",
        "id": 17834193,
        "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
        "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/darkmatter",
        "html_url": "https://github.com/darkmatter",
        "followers_url": "https://api.github.com/users/darkmatter/followers",
        "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
        "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
        "organizations_url": "https://api.github.com/users/darkmatter/orgs",
        "repos_url": "https://api.github.com/users/darkmatter/repos",
        "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
        "received_events_url": "https://api.github.com/users/darkmatter/received_events",
        "type": "Organization",
        "user_view_type": "public",
        "site_admin": false
      },
      "repo": {
        "id": 1297179023,
        "node_id": "R_kgDOTVFhjw",
        "name": "centaur",
        "full_name": "darkmatter/centaur",
        "private": false,
        "owner": {
          "login": "darkmatter",
          "id": 17834193,
          "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
          "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/darkmatter",
          "html_url": "https://github.com/darkmatter",
          "followers_url": "https://api.github.com/users/darkmatter/followers",
          "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
          "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
          "organizations_url": "https://api.github.com/users/darkmatter/orgs",
          "repos_url": "https://api.github.com/users/darkmatter/repos",
          "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
          "received_events_url": "https://api.github.com/users/darkmatter/received_events",
          "type": "Organization",
          "user_view_type": "public",
          "site_admin": false
        },
        "html_url": "https://github.com/darkmatter/centaur",
        "description": "Multiplayer, self-hosted, secure agents.",
        "fork": true,
        "url": "https://api.github.com/repos/darkmatter/centaur",
        "forks_url": "https://api.github.com/repos/darkmatter/centaur/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/centaur/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/centaur/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/centaur/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/centaur/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/centaur/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/centaur/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/centaur/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/centaur/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/centaur/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/centaur/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/centaur/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/centaur/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/centaur/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/centaur/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/centaur/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/centaur/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/centaur/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/centaur/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/centaur/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/centaur/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/centaur/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/centaur/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/centaur/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/centaur/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/centaur/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/centaur/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/centaur/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/centaur/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/centaur/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/centaur/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/centaur/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/centaur/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/centaur/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/centaur/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/centaur/deployments",
        "created_at": "2026-07-11T06:11:04Z",
        "updated_at": "2026-07-19T08:11:08Z",
        "pushed_at": "2026-07-20T16:05:06Z",
        "git_url": "git://github.com/darkmatter/centaur.git",
        "ssh_url": "org-17834193@github.com:darkmatter/centaur.git",
        "clone_url": "https://github.com/darkmatter/centaur.git",
        "svn_url": "https://github.com/darkmatter/centaur",
        "homepage": "https://centaur.run",
        "size": 40497,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": "Python",
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 2,
        "license": {
          "key": "other",
          "name": "Other",
          "spdx_id": "NOASSERTION",
          "url": null,
          "node_id": "MDc6TGljZW5zZTA="
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "has_pull_requests": true,
        "pull_request_creation_policy": "all",
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 2,
        "watchers": 0,
        "default_branch": "main",
        "allow_squash_merge": true,
        "allow_merge_commit": true,
        "allow_rebase_merge": true,
        "allow_auto_merge": false,
        "delete_branch_on_merge": false,
        "allow_update_branch": false,
        "use_squash_pr_title_as_default": false,
        "squash_merge_commit_message": "COMMIT_MESSAGES",
        "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
        "merge_commit_message": "PR_TITLE",
        "merge_commit_title": "MERGE_MESSAGE"
      }
    },
    "base": {
      "label": "darkmatter:main",
      "ref": "main",
      "sha": "96f7071dc06aa2fc98f654032a17e4d359fb5da0",
      "user": {
        "login": "darkmatter",
        "id": 17834193,
        "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
        "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/darkmatter",
        "html_url": "https://github.com/darkmatter",
        "followers_url": "https://api.github.com/users/darkmatter/followers",
        "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
        "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
        "organizations_url": "https://api.github.com/users/darkmatter/orgs",
        "repos_url": "https://api.github.com/users/darkmatter/repos",
        "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
        "received_events_url": "https://api.github.com/users/darkmatter/received_events",
        "type": "Organization",
        "user_view_type": "public",
        "site_admin": false
      },
      "repo": {
        "id": 1297179023,
        "node_id": "R_kgDOTVFhjw",
        "name": "centaur",
        "full_name": "darkmatter/centaur",
        "private": false,
        "owner": {
          "login": "darkmatter",
          "id": 17834193,
          "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
          "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/darkmatter",
          "html_url": "https://github.com/darkmatter",
          "followers_url": "https://api.github.com/users/darkmatter/followers",
          "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
          "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
          "organizations_url": "https://api.github.com/users/darkmatter/orgs",
          "repos_url": "https://api.github.com/users/darkmatter/repos",
          "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
          "received_events_url": "https://api.github.com/users/darkmatter/received_events",
          "type": "Organization",
          "user_view_type": "public",
          "site_admin": false
        },
        "html_url": "https://github.com/darkmatter/centaur",
        "description": "Multiplayer, self-hosted, secure agents.",
        "fork": true,
        "url": "https://api.github.com/repos/darkmatter/centaur",
        "forks_url": "https://api.github.com/repos/darkmatter/centaur/forks",
        "keys_url": "https://api.github.com/repos/darkmatter/centaur/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/darkmatter/centaur/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/darkmatter/centaur/teams",
        "hooks_url": "https://api.github.com/repos/darkmatter/centaur/hooks",
        "issue_events_url": "https://api.github.com/repos/darkmatter/centaur/issues/events{/number}",
        "events_url": "https://api.github.com/repos/darkmatter/centaur/events",
        "assignees_url": "https://api.github.com/repos/darkmatter/centaur/assignees{/user}",
        "branches_url": "https://api.github.com/repos/darkmatter/centaur/branches{/branch}",
        "tags_url": "https://api.github.com/repos/darkmatter/centaur/tags",
        "blobs_url": "https://api.github.com/repos/darkmatter/centaur/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/darkmatter/centaur/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/darkmatter/centaur/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/darkmatter/centaur/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/darkmatter/centaur/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/darkmatter/centaur/languages",
        "stargazers_url": "https://api.github.com/repos/darkmatter/centaur/stargazers",
        "contributors_url": "https://api.github.com/repos/darkmatter/centaur/contributors",
        "subscribers_url": "https://api.github.com/repos/darkmatter/centaur/subscribers",
        "subscription_url": "https://api.github.com/repos/darkmatter/centaur/subscription",
        "commits_url": "https://api.github.com/repos/darkmatter/centaur/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/darkmatter/centaur/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/darkmatter/centaur/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/darkmatter/centaur/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/darkmatter/centaur/contents/{+path}",
        "compare_url": "https://api.github.com/repos/darkmatter/centaur/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/darkmatter/centaur/merges",
        "archive_url": "https://api.github.com/repos/darkmatter/centaur/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/darkmatter/centaur/downloads",
        "issues_url": "https://api.github.com/repos/darkmatter/centaur/issues{/number}",
        "pulls_url": "https://api.github.com/repos/darkmatter/centaur/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/darkmatter/centaur/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/darkmatter/centaur/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/darkmatter/centaur/labels{/name}",
        "releases_url": "https://api.github.com/repos/darkmatter/centaur/releases{/id}",
        "deployments_url": "https://api.github.com/repos/darkmatter/centaur/deployments",
        "created_at": "2026-07-11T06:11:04Z",
        "updated_at": "2026-07-19T08:11:08Z",
        "pushed_at": "2026-07-20T16:05:06Z",
        "git_url": "git://github.com/darkmatter/centaur.git",
        "ssh_url": "org-17834193@github.com:darkmatter/centaur.git",
        "clone_url": "https://github.com/darkmatter/centaur.git",
        "svn_url": "https://github.com/darkmatter/centaur",
        "homepage": "https://centaur.run",
        "size": 40497,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": "Python",
        "has_issues": false,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "has_discussions": false,
        "forks_count": 0,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 2,
        "license": {
          "key": "other",
          "name": "Other",
          "spdx_id": "NOASSERTION",
          "url": null,
          "node_id": "MDc6TGljZW5zZTA="
        },
        "allow_forking": true,
        "is_template": false,
        "web_commit_signoff_required": false,
        "has_pull_requests": true,
        "pull_request_creation_policy": "all",
        "topics": [],
        "visibility": "public",
        "forks": 0,
        "open_issues": 2,
        "watchers": 0,
        "default_branch": "main",
        "allow_squash_merge": true,
        "allow_merge_commit": true,
        "allow_rebase_merge": true,
        "allow_auto_merge": false,
        "delete_branch_on_merge": false,
        "allow_update_branch": false,
        "use_squash_pr_title_as_default": false,
        "squash_merge_commit_message": "COMMIT_MESSAGES",
        "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
        "merge_commit_message": "PR_TITLE",
        "merge_commit_title": "MERGE_MESSAGE"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/darkmatter/centaur/pulls/16"
      },
      "html": {
        "href": "https://github.com/darkmatter/centaur/pull/16"
      },
      "issue": {
        "href": "https://api.github.com/repos/darkmatter/centaur/issues/16"
      },
      "comments": {
        "href": "https://api.github.com/repos/darkmatter/centaur/issues/16/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/darkmatter/centaur/pulls/16/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/darkmatter/centaur/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/darkmatter/centaur/pulls/16/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/darkmatter/centaur/statuses/183ccae16b57bcb0cf10bc68ac92746abfbde964"
      }
    },
    "author_association": "MEMBER",
    "auto_merge": null,
    "assignee": null,
    "active_lock_reason": null,
    "merged": false,
    "mergeable": null,
    "rebaseable": null,
    "mergeable_state": "unknown",
    "merged_by": null,
    "comments": 0,
    "review_comments": 0,
    "maintainer_can_modify": false,
    "commits": 1,
    "additions": 1012,
    "deletions": 8,
    "changed_files": 3
  },
  "before": "5c6fe339f7c1699e82f05b3531092d63e0729849",
  "after": "183ccae16b57bcb0cf10bc68ac92746abfbde964",
  "repository": {
    "id": 1297179023,
    "node_id": "R_kgDOTVFhjw",
    "name": "centaur",
    "full_name": "darkmatter/centaur",
    "private": false,
    "owner": {
      "login": "darkmatter",
      "id": 17834193,
      "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
      "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/darkmatter",
      "html_url": "https://github.com/darkmatter",
      "followers_url": "https://api.github.com/users/darkmatter/followers",
      "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
      "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
      "organizations_url": "https://api.github.com/users/darkmatter/orgs",
      "repos_url": "https://api.github.com/users/darkmatter/repos",
      "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
      "received_events_url": "https://api.github.com/users/darkmatter/received_events",
      "type": "Organization",
      "user_view_type": "public",
      "site_admin": false
    },
    "html_url": "https://github.com/darkmatter/centaur",
    "description": "Multiplayer, self-hosted, secure agents.",
    "fork": true,
    "url": "https://api.github.com/repos/darkmatter/centaur",
    "forks_url": "https://api.github.com/repos/darkmatter/centaur/forks",
    "keys_url": "https://api.github.com/repos/darkmatter/centaur/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/darkmatter/centaur/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/darkmatter/centaur/teams",
    "hooks_url": "https://api.github.com/repos/darkmatter/centaur/hooks",
    "issue_events_url": "https://api.github.com/repos/darkmatter/centaur/issues/events{/number}",
    "events_url": "https://api.github.com/repos/darkmatter/centaur/events",
    "assignees_url": "https://api.github.com/repos/darkmatter/centaur/assignees{/user}",
    "branches_url": "https://api.github.com/repos/darkmatter/centaur/branches{/branch}",
    "tags_url": "https://api.github.com/repos/darkmatter/centaur/tags",
    "blobs_url": "https://api.github.com/repos/darkmatter/centaur/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/darkmatter/centaur/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/darkmatter/centaur/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/darkmatter/centaur/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/darkmatter/centaur/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/darkmatter/centaur/languages",
    "stargazers_url": "https://api.github.com/repos/darkmatter/centaur/stargazers",
    "contributors_url": "https://api.github.com/repos/darkmatter/centaur/contributors",
    "subscribers_url": "https://api.github.com/repos/darkmatter/centaur/subscribers",
    "subscription_url": "https://api.github.com/repos/darkmatter/centaur/subscription",
    "commits_url": "https://api.github.com/repos/darkmatter/centaur/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/darkmatter/centaur/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/darkmatter/centaur/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/darkmatter/centaur/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/darkmatter/centaur/contents/{+path}",
    "compare_url": "https://api.github.com/repos/darkmatter/centaur/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/darkmatter/centaur/merges",
    "archive_url": "https://api.github.com/repos/darkmatter/centaur/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/darkmatter/centaur/downloads",
    "issues_url": "https://api.github.com/repos/darkmatter/centaur/issues{/number}",
    "pulls_url": "https://api.github.com/repos/darkmatter/centaur/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/darkmatter/centaur/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/darkmatter/centaur/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/darkmatter/centaur/labels{/name}",
    "releases_url": "https://api.github.com/repos/darkmatter/centaur/releases{/id}",
    "deployments_url": "https://api.github.com/repos/darkmatter/centaur/deployments",
    "created_at": "2026-07-11T06:11:04Z",
    "updated_at": "2026-07-19T08:11:08Z",
    "pushed_at": "2026-07-20T16:05:06Z",
    "git_url": "git://github.com/darkmatter/centaur.git",
    "ssh_url": "org-17834193@github.com:darkmatter/centaur.git",
    "clone_url": "https://github.com/darkmatter/centaur.git",
    "svn_url": "https://github.com/darkmatter/centaur",
    "homepage": "https://centaur.run",
    "size": 40497,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Python",
    "has_issues": false,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "has_discussions": false,
    "forks_count": 0,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 2,
    "license": {
      "key": "other",
      "name": "Other",
      "spdx_id": "NOASSERTION",
      "url": null,
      "node_id": "MDc6TGljZW5zZTA="
    },
    "allow_forking": true,
    "is_template": false,
    "web_commit_signoff_required": false,
    "has_pull_requests": true,
    "pull_request_creation_policy": "all",
    "topics": [],
    "visibility": "public",
    "forks": 0,
    "open_issues": 2,
    "watchers": 0,
    "default_branch": "main",
    "custom_properties": {}
  },
  "organization": {
    "login": "darkmatter",
    "id": 17834193,
    "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
    "url": "https://api.github.com/orgs/darkmatter",
    "repos_url": "https://api.github.com/orgs/darkmatter/repos",
    "events_url": "https://api.github.com/orgs/darkmatter/events",
    "hooks_url": "https://api.github.com/orgs/darkmatter/hooks",
    "issues_url": "https://api.github.com/orgs/darkmatter/issues",
    "members_url": "https://api.github.com/orgs/darkmatter/members{/member}",
    "public_members_url": "https://api.github.com/orgs/darkmatter/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
    "description": ""
  },
  "enterprise": {
    "id": 469843,
    "slug": "darkmatter",
    "name": "darkmatter",
    "node_id": "E_kgDOAAcrUw",
    "avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
    "description": "",
    "website_url": "darkmatter.io",
    "html_url": "https://github.com/enterprises/darkmatter",
    "created_at": "2025-09-07T16:01:00Z",
    "updated_at": "2026-07-07T15:59:26Z"
  },
  "sender": {
    "login": "czxtm",
    "id": 1325802,
    "node_id": "MDQ6VXNlcjEzMjU4MDI=",
    "avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/czxtm",
    "html_url": "https://github.com/czxtm",
    "followers_url": "https://api.github.com/users/czxtm/followers",
    "following_url": "https://api.github.com/users/czxtm/following{/other_user}",
    "gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
    "organizations_url": "https://api.github.com/users/czxtm/orgs",
    "repos_url": "https://api.github.com/users/czxtm/repos",
    "events_url": "https://api.github.com/users/czxtm/events{/privacy}",
    "received_events_url": "https://api.github.com/users/czxtm/received_events",
    "type": "User",
    "user_view_type": "public",
    "site_admin": false
  },
  "installation": {
    "id": 131074261,
    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
  }
}