Payload
{
"action": "requested",
"workflow_run": {
"id": 29762411344,
"name": "Console CI",
"node_id": "WFR_kwLOTVFhj88AAAAG7fpbUA",
"head_branch": "feat/omp-resident-rpc-host",
"head_sha": "0f61893d75aeb6d04a974f11e4e281b1dd082d9b",
"path": ".github/workflows/console-ci.yml",
"display_title": "feat(harness-server): resident OMP RPC host adapter (centaur-3w2.5)",
"run_number": 71,
"event": "pull_request",
"status": "queued",
"conclusion": null,
"workflow_id": 311122784,
"check_suite_id": 80596386955,
"check_suite_node_id": "CS_kwDOTVFhj88AAAASw-tEiw",
"url": "https://api.github.com/repos/darkmatter/centaur/actions/runs/29762411344",
"html_url": "https://github.com/darkmatter/centaur/actions/runs/29762411344",
"pull_requests": [
{
"url": "https://api.github.com/repos/darkmatter/centaur/pulls/19",
"id": 4092985825,
"number": 19,
"head": {
"ref": "feat/omp-resident-rpc-host",
"sha": "0f61893d75aeb6d04a974f11e4e281b1dd082d9b",
"repo": {
"id": 1297179023,
"url": "https://api.github.com/repos/darkmatter/centaur",
"name": "centaur"
}
},
"base": {
"ref": "main",
"sha": "b46a1a0a640443522752ca05fc7d7e08888a1538",
"repo": {
"id": 1297179023,
"url": "https://api.github.com/repos/darkmatter/centaur",
"name": "centaur"
}
}
}
],
"created_at": "2026-07-20T17:06:46Z",
"updated_at": "2026-07-20T17:06:46Z",
"actor": {
"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
},
"run_attempt": 1,
"referenced_workflows": [],
"run_started_at": "2026-07-20T17:06:46Z",
"triggering_actor": {
"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
},
"jobs_url": "https://api.github.com/repos/darkmatter/centaur/actions/runs/29762411344/jobs",
"logs_url": "https://api.github.com/repos/darkmatter/centaur/actions/runs/29762411344/logs",
"check_suite_url": "https://api.github.com/repos/darkmatter/centaur/check-suites/80596386955",
"artifacts_url": "https://api.github.com/repos/darkmatter/centaur/actions/runs/29762411344/artifacts",
"cancel_url": "https://api.github.com/repos/darkmatter/centaur/actions/runs/29762411344/cancel",
"rerun_url": "https://api.github.com/repos/darkmatter/centaur/actions/runs/29762411344/rerun",
"previous_attempt_url": null,
"workflow_url": "https://api.github.com/repos/darkmatter/centaur/actions/workflows/311122784",
"head_commit": {
"id": "0f61893d75aeb6d04a974f11e4e281b1dd082d9b",
"tree_id": "6f20402f2a612984844dbd1ad8b87784cce852ab",
"message": "feat(harness-server): resident OMP RPC host adapter\n\nAdd an OMP-specific resident App Server V2 adapter that keeps one\n'omp --mode rpc' process per owned Centaur session, reused across\nsequential turns. The process continuously drains unsolicited\nsession/agent/collaboration lifecycle frames while ordinary commands\n(prompt/steer/abort/collab_*) are correlated by request id.\n\nNew module omp_rpc.rs:\n- OmpRpcFrame: demultiplexes ready/response/event/collab_state/\n prompt_result/other frames from the omp --mode rpc stdout stream\n- OmpRpcChild: spawns and manages the resident omp process with\n continuous stdout draining via a background thread\n- OmpRpcOwnership: owner_id+generation fence; stale/missing ownership\n rejects every command and prevents durable frame publication\n- OmpCollabRoomState: parses the fork's RpcCollabRoomState (camelCase\n wire) and projects to the api-rs snake_case contract (join_url,\n view_url, web_url, participants.{name,role,read_only})\n- Command builders for prompt/steer/abort/collab_start/status/stop\n- run_omp_blocks_server: the resident blocks server loop (mirrors\n codex::run_codex_blocks_server) that admits ownership, spawns/reuses\n the process, drives turns, and normalizes lifecycle frames\n- 22 behavior-first unit tests covering frame demultiplexing, ownership\n fence (match/reject/stale-gen), command builders, room-state parsing,\n and API projection (snake_case contract, no camelCase leakage)\n\nWire/traits integration:\n- NormalizedEvent::CollabState variant for unsolicited lifecycle frames\n- wire::collab_state_wire_value emits untyped collab/state notifications\n (like remoteControl/status/changed) in the api-rs snake_case contract\n- wire::is_known_untyped_server_notification recognizes collab/state\n- turn.rs process_event handles CollabState (no-op for ServerNotification\n pipeline; emitted directly in the server loop)\n- server.rs routes HarnessKind::Omp through run_omp_blocks_server\n\nNo behavior change for Claude/Amp/Codex/other harnesses: the new code\nis an OMP-specific resident adapter alongside the existing one-shot\nOmpHarness. The one-shot path (AppServerNormalizer<OmpHarness>) is\nunchanged.\n\nRefs centaur-3w2.5",
"timestamp": "2026-07-20T17:06:14Z",
"author": {
"name": "cooper",
"email": "cooper@darkmatter.io"
},
"committer": {
"name": "cooper",
"email": "cooper@darkmatter.io"
}
},
"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"
},
"head_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"
}
},
"workflow": {
"id": 311122784,
"node_id": "W_kwDOTVFhj84Si1tg",
"name": "Console CI",
"path": ".github/workflows/console-ci.yml",
"state": "active",
"created_at": "2026-07-11T06:15:42.000Z",
"updated_at": "2026-07-11T06:15:42.000Z",
"url": "https://api.github.com/repos/darkmatter/centaur/actions/workflows/311122784",
"html_url": "https://github.com/darkmatter/centaur/blob/main/.github/workflows/console-ci.yml",
"badge_url": "https://github.com/darkmatter/centaur/workflows/Console%20CI/badge.svg"
},
"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-20T16:26:24Z",
"pushed_at": "2026-07-20T17:06:22Z",
"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": 40542,
"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": 3,
"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": 3,
"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"
}
}