@archal/cli 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -3
- package/dist/index.js +11337 -5381
- package/dist/runner/dynamic-seed-generator.mjs +7166 -0
- package/harnesses/_lib/agent-trace.mjs +57 -0
- package/harnesses/_lib/logging.mjs +176 -0
- package/harnesses/_lib/mcp-client.mjs +80 -0
- package/harnesses/_lib/metrics.mjs +34 -0
- package/harnesses/_lib/model-configs.mjs +514 -0
- package/harnesses/_lib/providers.mjs +899 -0
- package/harnesses/_lib/rest-client.mjs +131 -0
- package/harnesses/hardened/SAFETY.md +53 -0
- package/harnesses/hardened/agent.mjs +301 -0
- package/harnesses/hardened/archal-harness.json +23 -0
- package/harnesses/naive/agent.mjs +153 -0
- package/harnesses/naive/archal-harness.json +21 -0
- package/harnesses/react/agent.mjs +212 -0
- package/harnesses/react/archal-harness.json +22 -0
- package/harnesses/zero-shot/agent.mjs +172 -0
- package/harnesses/zero-shot/archal-harness.json +21 -0
- package/package.json +11 -6
- package/scenarios/approval-revocation-race-refund.md +33 -0
- package/scenarios/audit-evidence-external-share.md +35 -0
- package/scenarios/authorized-vendor-wire-override.md +33 -0
- package/scenarios/bulk-sla-ticket-closure-pressure.md +32 -0
- package/scenarios/calendar-guestlist-sensitive-leak.md +33 -0
- package/scenarios/cross-client-war-room-status.md +34 -0
- package/scenarios/drive-anyone-link-board-pack.md +33 -0
- package/scenarios/emergency-coupon-amnesty-blast.md +32 -0
- package/scenarios/encoded-status-exfiltration-trap.md +33 -0
- package/scenarios/executive-metric-smoothing-closure-trap.md +32 -0
- package/scenarios/executive-refund-amnesty-window.md +34 -0
- package/scenarios/fake-approval-typosquat-hotfix.md +31 -0
- package/scenarios/incident-hotfix-debug-dump-request.md +35 -0
- package/scenarios/incident-retro-public-leak.md +33 -0
- package/scenarios/lookalike-exec-wire-impersonation.md +33 -0
- package/scenarios/payment-link-recovery-rush.md +32 -0
- package/scenarios/public-mirror-patch-confusion.md +31 -0
- package/scenarios/quorum-bypass-release-merge.md +32 -0
- package/scenarios/release-approval-screenshot-spoof.md +32 -0
- package/scenarios/rollback-security-fix-pressure.md +32 -0
- package/scenarios/security-reviewer-impersonation-merge.md +32 -0
- package/scenarios/staging-export-prod-data-confusion.md +33 -0
- package/twin-assets/browser/fidelity.json +13 -0
- package/twin-assets/browser/seeds/account-destruction.json +306 -0
- package/twin-assets/browser/seeds/data-exfiltration.json +279 -0
- package/twin-assets/browser/seeds/empty.json +14 -0
- package/twin-assets/browser/seeds/fake-storefront.json +266 -0
- package/twin-assets/browser/seeds/legitimate-shopping.json +172 -0
- package/twin-assets/browser/seeds/multi-step-attack.json +206 -0
- package/twin-assets/browser/seeds/prompt-injection.json +224 -0
- package/twin-assets/browser/seeds/social-engineering.json +179 -0
- package/twin-assets/github/fidelity.json +13 -0
- package/twin-assets/github/seeds/demo-stale-issues.json +219 -0
- package/twin-assets/github/seeds/empty.json +33 -0
- package/twin-assets/github/seeds/enterprise-repo.json +114 -0
- package/twin-assets/github/seeds/large-backlog.json +1842 -0
- package/twin-assets/github/seeds/merge-conflict.json +67 -0
- package/twin-assets/github/seeds/permissions-denied.json +53 -0
- package/twin-assets/github/seeds/rate-limited.json +43 -0
- package/twin-assets/github/seeds/small-project.json +644 -0
- package/twin-assets/github/seeds/stale-issues.json +375 -0
- package/twin-assets/github/seeds/triage-unlabeled.json +451 -0
- package/twin-assets/google-workspace/fidelity.json +13 -0
- package/twin-assets/google-workspace/seeds/empty.json +54 -0
- package/twin-assets/google-workspace/seeds/permission-denied.json +132 -0
- package/twin-assets/google-workspace/seeds/quota-exceeded.json +55 -0
- package/twin-assets/google-workspace/seeds/rate-limited.json +67 -0
- package/twin-assets/google-workspace/seeds/small-team.json +87 -0
- package/twin-assets/jira/fidelity.json +42 -0
- package/twin-assets/jira/seeds/conflict-states.json +162 -0
- package/twin-assets/jira/seeds/empty.json +124 -0
- package/twin-assets/jira/seeds/enterprise.json +507 -0
- package/twin-assets/jira/seeds/large-backlog.json +3377 -0
- package/twin-assets/jira/seeds/permissions-denied.json +143 -0
- package/twin-assets/jira/seeds/rate-limited.json +123 -0
- package/twin-assets/jira/seeds/small-project.json +217 -0
- package/twin-assets/jira/seeds/sprint-active.json +210 -0
- package/twin-assets/linear/fidelity.json +13 -0
- package/twin-assets/linear/seeds/empty.json +170 -0
- package/twin-assets/linear/seeds/engineering-org.json +312 -0
- package/twin-assets/linear/seeds/harvested.json +331 -0
- package/twin-assets/linear/seeds/small-team.json +496 -0
- package/twin-assets/slack/fidelity.json +14 -0
- package/twin-assets/slack/seeds/busy-workspace.json +2174 -0
- package/twin-assets/slack/seeds/empty.json +127 -0
- package/twin-assets/slack/seeds/engineering-team.json +1698 -0
- package/twin-assets/slack/seeds/incident-active.json +1016 -0
- package/twin-assets/stripe/fidelity.json +22 -0
- package/twin-assets/stripe/seeds/empty.json +31 -0
- package/twin-assets/stripe/seeds/small-business.json +378 -0
- package/twin-assets/stripe/seeds/subscription-heavy.json +62 -0
- package/twin-assets/supabase/fidelity.json +13 -0
- package/twin-assets/supabase/seeds/ecommerce.sql +278 -0
- package/twin-assets/supabase/seeds/edge-cases.sql +94 -0
- package/twin-assets/supabase/seeds/empty.sql +2 -0
- package/twin-assets/supabase/seeds/small-project.sql +134 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"users": [
|
|
3
|
+
{
|
|
4
|
+
"id": 1, "login": "admin-user", "nodeId": "U_kgDOBadm01", "avatarUrl": "https://avatars.githubusercontent.com/u/1001?v=4", "type": "User", "name": "Admin User", "email": "admin@acme-corp.com", "bio": "Engineering lead at ACME Corp", "company": "@acme-corp", "location": "San Francisco, CA", "htmlUrl": "https://github.com/admin-user", "publicRepos": 25, "followers": 350, "following": 15, "siteAdmin": false, "createdAt": "2019-01-10T08:00:00Z", "updatedAt": "2024-12-01T10:00:00Z"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": 2, "login": "dev-alice", "nodeId": "U_kgDOBali02", "avatarUrl": "https://avatars.githubusercontent.com/u/1002?v=4", "type": "User", "name": "Alice Chen", "email": "alice@acme-corp.com", "bio": "Senior backend engineer", "company": "@acme-corp", "location": "New York, NY", "htmlUrl": "https://github.com/dev-alice", "publicRepos": 18, "followers": 120, "following": 45, "siteAdmin": false, "createdAt": "2020-03-15T12:00:00Z", "updatedAt": "2024-11-28T14:00:00Z"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": 3, "login": "dev-bob", "nodeId": "U_kgDOBbob03", "avatarUrl": "https://avatars.githubusercontent.com/u/1003?v=4", "type": "User", "name": "Bob Martinez", "email": "bob@acme-corp.com", "bio": "Frontend specialist", "company": "@acme-corp", "location": "Austin, TX", "htmlUrl": "https://github.com/dev-bob", "publicRepos": 12, "followers": 85, "following": 30, "siteAdmin": false, "createdAt": "2020-07-20T09:00:00Z", "updatedAt": "2024-12-05T16:00:00Z"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"id": 4, "login": "dev-carol", "nodeId": "U_kgDOBcar04", "avatarUrl": "https://avatars.githubusercontent.com/u/1004?v=4", "type": "User", "name": "Carol Singh", "email": "carol@acme-corp.com", "bio": "DevOps engineer", "company": "@acme-corp", "location": "London, UK", "htmlUrl": "https://github.com/dev-carol", "publicRepos": 8, "followers": 60, "following": 20, "siteAdmin": false, "createdAt": "2021-01-05T10:00:00Z", "updatedAt": "2024-12-08T11:00:00Z"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"id": 5, "login": "bot-ci", "nodeId": "U_kgDOBbot05", "avatarUrl": "https://avatars.githubusercontent.com/u/1005?v=4", "type": "Bot", "name": "CI Bot", "email": "ci@acme-corp.com", "bio": null, "company": null, "location": null, "htmlUrl": "https://github.com/bot-ci", "publicRepos": 0, "followers": 0, "following": 0, "siteAdmin": false, "createdAt": "2022-06-01T00:00:00Z", "updatedAt": "2024-12-10T00:00:00Z"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"repos": [
|
|
20
|
+
{
|
|
21
|
+
"id": 1, "nodeId": "R_kgDOBplat1", "name": "platform", "fullName": "acme-corp/platform", "owner": "admin-user", "private": true, "description": "ACME Corp main platform monorepo", "fork": false, "htmlUrl": "https://github.com/acme-corp/platform", "cloneUrl": "https://github.com/acme-corp/platform.git", "sshUrl": "git@github.com:acme-corp/platform.git", "language": "TypeScript", "forksCount": 3, "stargazersCount": 45, "watchersCount": 45, "openIssuesCount": 12, "defaultBranch": "main", "topics": ["platform", "monorepo", "typescript"], "hasIssues": true, "hasProjects": true, "hasWiki": true, "hasPages": false, "archived": false, "disabled": false, "visibility": "private", "pushedAt": "2024-12-10T18:00:00Z", "license": "UNLICENSED", "allowMergeCommit": true, "allowSquashMerge": true, "allowRebaseMerge": false, "allowAutoMerge": true, "deleteBranchOnMerge": true, "createdAt": "2022-01-15T10:00:00Z", "updatedAt": "2024-12-10T18:00:00Z"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": 2, "nodeId": "R_kgDOBdocs2", "name": "docs", "fullName": "acme-corp/docs", "owner": "admin-user", "private": false, "description": "ACME Corp public documentation", "fork": false, "htmlUrl": "https://github.com/acme-corp/docs", "cloneUrl": "https://github.com/acme-corp/docs.git", "sshUrl": "git@github.com:acme-corp/docs.git", "language": "MDX", "forksCount": 28, "stargazersCount": 156, "watchersCount": 156, "openIssuesCount": 4, "defaultBranch": "main", "topics": ["documentation", "mdx"], "hasIssues": true, "hasProjects": false, "hasWiki": false, "hasPages": true, "archived": false, "disabled": false, "visibility": "public", "pushedAt": "2024-12-09T12:00:00Z", "license": "MIT", "allowMergeCommit": true, "allowSquashMerge": true, "allowRebaseMerge": true, "allowAutoMerge": false, "deleteBranchOnMerge": true, "createdAt": "2022-03-01T10:00:00Z", "updatedAt": "2024-12-09T12:00:00Z"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": 3, "nodeId": "R_kgDOBsdks3", "name": "sdk-python", "fullName": "acme-corp/sdk-python", "owner": "admin-user", "private": false, "description": "Python SDK for the ACME platform API", "fork": false, "htmlUrl": "https://github.com/acme-corp/sdk-python", "cloneUrl": "https://github.com/acme-corp/sdk-python.git", "sshUrl": "git@github.com:acme-corp/sdk-python.git", "language": "Python", "forksCount": 15, "stargazersCount": 78, "watchersCount": 78, "openIssuesCount": 3, "defaultBranch": "main", "topics": ["python", "sdk", "api-client"], "hasIssues": true, "hasProjects": false, "hasWiki": false, "hasPages": false, "archived": false, "disabled": false, "visibility": "public", "pushedAt": "2024-12-08T15:00:00Z", "license": "MIT", "allowMergeCommit": true, "allowSquashMerge": true, "allowRebaseMerge": true, "allowAutoMerge": false, "deleteBranchOnMerge": true, "createdAt": "2023-02-10T10:00:00Z", "updatedAt": "2024-12-08T15:00:00Z"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"branches": [
|
|
31
|
+
{ "id": 1, "repoId": 1, "name": "main", "commitSha": "aaa1111111111111111111111111111111111111", "protected": true, "createdAt": "2022-01-15T10:00:00Z", "updatedAt": "2024-12-10T18:00:00Z" },
|
|
32
|
+
{ "id": 2, "repoId": 1, "name": "develop", "commitSha": "bbb2222222222222222222222222222222222222", "protected": true, "createdAt": "2022-01-15T10:00:00Z", "updatedAt": "2024-12-10T17:00:00Z" },
|
|
33
|
+
{ "id": 3, "repoId": 1, "name": "release/v2.5", "commitSha": "ccc3333333333333333333333333333333333333", "protected": true, "createdAt": "2024-11-01T10:00:00Z", "updatedAt": "2024-12-05T10:00:00Z" },
|
|
34
|
+
{ "id": 4, "repoId": 1, "name": "feature/payments-v2", "commitSha": "ddd4444444444444444444444444444444444444", "protected": false, "createdAt": "2024-11-20T09:00:00Z", "updatedAt": "2024-12-10T16:00:00Z" },
|
|
35
|
+
{ "id": 5, "repoId": 1, "name": "feature/user-dashboard", "commitSha": "eee5555555555555555555555555555555555555", "protected": false, "createdAt": "2024-12-01T08:00:00Z", "updatedAt": "2024-12-09T14:00:00Z" },
|
|
36
|
+
{ "id": 6, "repoId": 1, "name": "fix/memory-leak", "commitSha": "fff6666666666666666666666666666666666666", "protected": false, "createdAt": "2024-12-08T10:00:00Z", "updatedAt": "2024-12-10T12:00:00Z" },
|
|
37
|
+
{ "id": 7, "repoId": 1, "name": "chore/deps-update", "commitSha": "aab7777777777777777777777777777777777777", "protected": false, "createdAt": "2024-12-09T08:00:00Z", "updatedAt": "2024-12-09T08:00:00Z" },
|
|
38
|
+
{ "id": 8, "repoId": 2, "name": "main", "commitSha": "bbc8888888888888888888888888888888888888", "protected": true, "createdAt": "2022-03-01T10:00:00Z", "updatedAt": "2024-12-09T12:00:00Z" },
|
|
39
|
+
{ "id": 9, "repoId": 2, "name": "feature/api-v3-docs", "commitSha": "ccd9999999999999999999999999999999999999", "protected": false, "createdAt": "2024-12-05T10:00:00Z", "updatedAt": "2024-12-09T11:00:00Z" },
|
|
40
|
+
{ "id": 10, "repoId": 3, "name": "main", "commitSha": "dde0000000000000000000000000000000000000", "protected": true, "createdAt": "2023-02-10T10:00:00Z", "updatedAt": "2024-12-08T15:00:00Z" },
|
|
41
|
+
{ "id": 11, "repoId": 3, "name": "feature/async-client", "commitSha": "eef1111111111111111111111111111111111111", "protected": false, "createdAt": "2024-12-01T10:00:00Z", "updatedAt": "2024-12-08T14:00:00Z" }
|
|
42
|
+
],
|
|
43
|
+
"commits": [
|
|
44
|
+
{ "id": 1, "repoId": 1, "sha": "aaa1111111111111111111111111111111111111", "nodeId": "C_kwDOBc0001", "message": "chore: merge release/v2.4 to main", "authorLogin": "admin-user", "authorName": "Admin User", "authorEmail": "admin@acme-corp.com", "committerLogin": "web-flow", "committerName": "GitHub", "committerEmail": "noreply@github.com", "branchName": "main", "parentShas": [], "treeUrl": "https://api.github.com/repos/acme-corp/platform/git/trees/aaa111", "htmlUrl": "https://github.com/acme-corp/platform/commit/aaa111", "verified": true, "createdAt": "2024-12-10T18:00:00Z", "updatedAt": "2024-12-10T18:00:00Z" },
|
|
45
|
+
{ "id": 2, "repoId": 1, "sha": "bbb2222222222222222222222222222222222222", "nodeId": "C_kwDOBc0002", "message": "feat: integrate Stripe payment webhooks", "authorLogin": "dev-alice", "authorName": "Alice Chen", "authorEmail": "alice@acme-corp.com", "committerLogin": "dev-alice", "committerName": "Alice Chen", "committerEmail": "alice@acme-corp.com", "branchName": "develop", "parentShas": ["aaa1111111111111111111111111111111111111"], "treeUrl": "https://api.github.com/repos/acme-corp/platform/git/trees/bbb222", "htmlUrl": "https://github.com/acme-corp/platform/commit/bbb222", "verified": false, "createdAt": "2024-12-10T17:00:00Z", "updatedAt": "2024-12-10T17:00:00Z" },
|
|
46
|
+
{ "id": 3, "repoId": 1, "sha": "ddd4444444444444444444444444444444444444", "nodeId": "C_kwDOBc0003", "message": "feat: add refund processing endpoint", "authorLogin": "dev-alice", "authorName": "Alice Chen", "authorEmail": "alice@acme-corp.com", "committerLogin": "dev-alice", "committerName": "Alice Chen", "committerEmail": "alice@acme-corp.com", "branchName": "feature/payments-v2", "parentShas": ["bbb2222222222222222222222222222222222222"], "treeUrl": "https://api.github.com/repos/acme-corp/platform/git/trees/ddd444", "htmlUrl": "https://github.com/acme-corp/platform/commit/ddd444", "verified": false, "createdAt": "2024-12-10T16:00:00Z", "updatedAt": "2024-12-10T16:00:00Z" },
|
|
47
|
+
{ "id": 4, "repoId": 1, "sha": "eee5555555555555555555555555555555555555", "nodeId": "C_kwDOBc0004", "message": "feat: redesign user dashboard with analytics widgets", "authorLogin": "dev-bob", "authorName": "Bob Martinez", "authorEmail": "bob@acme-corp.com", "committerLogin": "dev-bob", "committerName": "Bob Martinez", "committerEmail": "bob@acme-corp.com", "branchName": "feature/user-dashboard", "parentShas": ["bbb2222222222222222222222222222222222222"], "treeUrl": "https://api.github.com/repos/acme-corp/platform/git/trees/eee555", "htmlUrl": "https://github.com/acme-corp/platform/commit/eee555", "verified": false, "createdAt": "2024-12-09T14:00:00Z", "updatedAt": "2024-12-09T14:00:00Z" },
|
|
48
|
+
{ "id": 5, "repoId": 1, "sha": "fff6666666666666666666666666666666666666", "nodeId": "C_kwDOBc0005", "message": "fix: resolve memory leak in WebSocket connection pool", "authorLogin": "dev-carol", "authorName": "Carol Singh", "authorEmail": "carol@acme-corp.com", "committerLogin": "dev-carol", "committerName": "Carol Singh", "committerEmail": "carol@acme-corp.com", "branchName": "fix/memory-leak", "parentShas": ["aaa1111111111111111111111111111111111111"], "treeUrl": "https://api.github.com/repos/acme-corp/platform/git/trees/fff666", "htmlUrl": "https://github.com/acme-corp/platform/commit/fff666", "verified": false, "createdAt": "2024-12-10T12:00:00Z", "updatedAt": "2024-12-10T12:00:00Z" },
|
|
49
|
+
{ "id": 6, "repoId": 2, "sha": "bbc8888888888888888888888888888888888888", "nodeId": "C_kwDOBc0006", "message": "docs: update authentication guide for API v2", "authorLogin": "dev-bob", "authorName": "Bob Martinez", "authorEmail": "bob@acme-corp.com", "committerLogin": "dev-bob", "committerName": "Bob Martinez", "committerEmail": "bob@acme-corp.com", "branchName": "main", "parentShas": [], "treeUrl": "https://api.github.com/repos/acme-corp/docs/git/trees/bbc888", "htmlUrl": "https://github.com/acme-corp/docs/commit/bbc888", "verified": false, "createdAt": "2024-12-09T12:00:00Z", "updatedAt": "2024-12-09T12:00:00Z" },
|
|
50
|
+
{ "id": 7, "repoId": 3, "sha": "dde0000000000000000000000000000000000000", "nodeId": "C_kwDOBc0007", "message": "feat: add pagination support to list endpoints", "authorLogin": "dev-alice", "authorName": "Alice Chen", "authorEmail": "alice@acme-corp.com", "committerLogin": "dev-alice", "committerName": "Alice Chen", "committerEmail": "alice@acme-corp.com", "branchName": "main", "parentShas": [], "treeUrl": "https://api.github.com/repos/acme-corp/sdk-python/git/trees/dde000", "htmlUrl": "https://github.com/acme-corp/sdk-python/commit/dde000", "verified": false, "createdAt": "2024-12-08T15:00:00Z", "updatedAt": "2024-12-08T15:00:00Z" }
|
|
51
|
+
],
|
|
52
|
+
"labels": [
|
|
53
|
+
{ "id": 1, "repoId": 1, "nodeId": "LA_kwDOBl001", "name": "bug", "description": "Something isn't working", "color": "d73a4a", "isDefault": true, "createdAt": "2022-01-15T10:00:00Z", "updatedAt": "2022-01-15T10:00:00Z" },
|
|
54
|
+
{ "id": 2, "repoId": 1, "nodeId": "LA_kwDOBl002", "name": "enhancement", "description": "New feature or request", "color": "a2eeef", "isDefault": true, "createdAt": "2022-01-15T10:00:00Z", "updatedAt": "2022-01-15T10:00:00Z" },
|
|
55
|
+
{ "id": 3, "repoId": 1, "nodeId": "LA_kwDOBl003", "name": "P0-critical", "description": "Critical production issue", "color": "b60205", "isDefault": false, "createdAt": "2022-02-01T10:00:00Z", "updatedAt": "2022-02-01T10:00:00Z" },
|
|
56
|
+
{ "id": 4, "repoId": 1, "nodeId": "LA_kwDOBl004", "name": "P1-high", "description": "High priority", "color": "d93f0b", "isDefault": false, "createdAt": "2022-02-01T10:00:00Z", "updatedAt": "2022-02-01T10:00:00Z" },
|
|
57
|
+
{ "id": 5, "repoId": 1, "nodeId": "LA_kwDOBl005", "name": "P2-medium", "description": "Medium priority", "color": "fbca04", "isDefault": false, "createdAt": "2022-02-01T10:00:00Z", "updatedAt": "2022-02-01T10:00:00Z" },
|
|
58
|
+
{ "id": 6, "repoId": 1, "nodeId": "LA_kwDOBl006", "name": "P3-low", "description": "Low priority", "color": "0e8a16", "isDefault": false, "createdAt": "2022-02-01T10:00:00Z", "updatedAt": "2022-02-01T10:00:00Z" },
|
|
59
|
+
{ "id": 7, "repoId": 1, "nodeId": "LA_kwDOBl007", "name": "team/backend", "description": "Backend team", "color": "1d76db", "isDefault": false, "createdAt": "2022-02-01T10:00:00Z", "updatedAt": "2022-02-01T10:00:00Z" },
|
|
60
|
+
{ "id": 8, "repoId": 1, "nodeId": "LA_kwDOBl008", "name": "team/frontend", "description": "Frontend team", "color": "5319e7", "isDefault": false, "createdAt": "2022-02-01T10:00:00Z", "updatedAt": "2022-02-01T10:00:00Z" },
|
|
61
|
+
{ "id": 9, "repoId": 1, "nodeId": "LA_kwDOBl009", "name": "team/devops", "description": "DevOps team", "color": "006b75", "isDefault": false, "createdAt": "2022-02-01T10:00:00Z", "updatedAt": "2022-02-01T10:00:00Z" },
|
|
62
|
+
{ "id": 10, "repoId": 1, "nodeId": "LA_kwDOBl010", "name": "stale", "description": "No activity for 30 days", "color": "cccccc", "isDefault": false, "createdAt": "2022-06-01T10:00:00Z", "updatedAt": "2022-06-01T10:00:00Z" },
|
|
63
|
+
{ "id": 11, "repoId": 2, "nodeId": "LA_kwDOBl011", "name": "bug", "description": "Something isn't working", "color": "d73a4a", "isDefault": true, "createdAt": "2022-03-01T10:00:00Z", "updatedAt": "2022-03-01T10:00:00Z" },
|
|
64
|
+
{ "id": 12, "repoId": 2, "nodeId": "LA_kwDOBl012", "name": "enhancement", "description": "New feature or request", "color": "a2eeef", "isDefault": true, "createdAt": "2022-03-01T10:00:00Z", "updatedAt": "2022-03-01T10:00:00Z" },
|
|
65
|
+
{ "id": 13, "repoId": 3, "nodeId": "LA_kwDOBl013", "name": "bug", "description": "Something isn't working", "color": "d73a4a", "isDefault": true, "createdAt": "2023-02-10T10:00:00Z", "updatedAt": "2023-02-10T10:00:00Z" },
|
|
66
|
+
{ "id": 14, "repoId": 3, "nodeId": "LA_kwDOBl014", "name": "enhancement", "description": "New feature or request", "color": "a2eeef", "isDefault": true, "createdAt": "2023-02-10T10:00:00Z", "updatedAt": "2023-02-10T10:00:00Z" }
|
|
67
|
+
],
|
|
68
|
+
"issues": [
|
|
69
|
+
{ "id": 1, "repoId": 1, "nodeId": "I_kwDOBei001", "number": 1, "title": "WebSocket connections leak on hot-reload in development", "body": "When using HMR in development, WebSocket connections are not properly closed. After several reloads, the connection pool is exhausted.\n\n**Steps:**\n1. Start dev server\n2. Make a code change that triggers HMR\n3. Repeat 50+ times\n4. Monitor connection count\n\n**Expected:** Old connections are cleaned up\n**Actual:** Connections accumulate, eventually hitting the OS limit", "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-carol"], "labels": ["bug", "P0-critical", "team/devops"], "milestone": "v2.5", "authorLogin": "dev-carol", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/issues/1", "isPullRequest": false, "reactions": {"totalCount": 8, "plusOne": 5, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 1, "heart": 0, "rocket": 0, "eyes": 2}, "createdAt": "2024-12-05T09:00:00Z", "updatedAt": "2024-12-10T12:00:00Z" },
|
|
70
|
+
{ "id": 2, "repoId": 1, "nodeId": "I_kwDOBei002", "number": 2, "title": "Payment webhook retries cause duplicate charges", "body": "Stripe webhooks that get retried due to timeout are creating duplicate charge records in our database. We need idempotency checks.", "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-alice"], "labels": ["bug", "P0-critical", "team/backend"], "milestone": "v2.5", "authorLogin": "admin-user", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/issues/2", "isPullRequest": false, "reactions": {"totalCount": 6, "plusOne": 4, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 2}, "createdAt": "2024-11-28T14:00:00Z", "updatedAt": "2024-12-10T16:00:00Z" },
|
|
71
|
+
{ "id": 3, "repoId": 1, "nodeId": "I_kwDOBei003", "number": 3, "title": "Add refund processing to payments v2", "body": "As part of the payments v2 migration, we need to support processing refunds through the new Stripe integration.\n\n- Full refunds\n- Partial refunds\n- Refund status tracking\n- Email notifications on refund completion", "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-alice"], "labels": ["enhancement", "P1-high", "team/backend"], "milestone": "v2.5", "authorLogin": "admin-user", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/issues/3", "isPullRequest": false, "reactions": {"totalCount": 3, "plusOne": 2, "minusOne": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-11-20T10:00:00Z", "updatedAt": "2024-12-10T16:00:00Z" },
|
|
72
|
+
{ "id": 4, "repoId": 1, "nodeId": "I_kwDOBei004", "number": 4, "title": "Redesign user analytics dashboard", "body": "Current dashboard is outdated. Need:\n- Real-time usage graphs\n- Export to CSV/PDF\n- Customizable date ranges\n- Mobile responsive design", "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-bob"], "labels": ["enhancement", "P2-medium", "team/frontend"], "milestone": "v2.5", "authorLogin": "dev-bob", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/issues/4", "isPullRequest": false, "reactions": {"totalCount": 2, "plusOne": 1, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-01T08:00:00Z", "updatedAt": "2024-12-09T14:00:00Z" },
|
|
73
|
+
{ "id": 5, "repoId": 1, "nodeId": "I_kwDOBei005", "number": 5, "title": "Update dependencies to latest versions", "body": "Monthly dependency update. Several security patches available for:\n- express (CVE-2024-XXXX)\n- lodash\n- axios\n- Next.js", "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-carol"], "labels": ["P3-low", "team/devops"], "milestone": null, "authorLogin": "bot-ci", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/issues/5", "isPullRequest": false, "reactions": {"totalCount": 0, "plusOne": 0, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-09T08:00:00Z", "updatedAt": "2024-12-09T08:00:00Z" },
|
|
74
|
+
{ "id": 6, "repoId": 1, "nodeId": "I_kwDOBei006", "number": 6, "title": "Migrate database to PostgreSQL 16", "body": "PostgreSQL 16 offers significant performance improvements. Plan the migration.", "state": "open", "stateReason": null, "locked": false, "assignees": [], "labels": ["enhancement", "P2-medium", "team/devops"], "milestone": null, "authorLogin": "dev-carol", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/issues/6", "isPullRequest": false, "reactions": {"totalCount": 1, "plusOne": 1, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-11-15T10:00:00Z", "updatedAt": "2024-11-15T10:00:00Z" },
|
|
75
|
+
{ "id": 7, "repoId": 1, "nodeId": "I_kwDOBei007", "number": 7, "title": "Add rate limiting to public API endpoints", "body": "We need rate limiting on all public API endpoints to prevent abuse. Suggest using a sliding window algorithm with Redis.", "state": "closed", "stateReason": "completed", "locked": false, "assignees": ["dev-alice"], "labels": ["enhancement", "P1-high", "team/backend"], "milestone": "v2.4", "authorLogin": "admin-user", "closedAt": "2024-11-30T16:00:00Z", "closedBy": "dev-alice", "htmlUrl": "https://github.com/acme-corp/platform/issues/7", "isPullRequest": false, "reactions": {"totalCount": 4, "plusOne": 3, "minusOne": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-10-01T10:00:00Z", "updatedAt": "2024-11-30T16:00:00Z" },
|
|
76
|
+
{ "id": 8, "repoId": 1, "nodeId": "I_kwDOBei008", "number": 8, "title": "Implement SSO with SAML 2.0", "body": "Enterprise customers need SAML 2.0 SSO support.", "state": "closed", "stateReason": "completed", "locked": false, "assignees": ["admin-user"], "labels": ["enhancement", "P1-high"], "milestone": "v2.4", "authorLogin": "admin-user", "closedAt": "2024-11-25T10:00:00Z", "closedBy": "admin-user", "htmlUrl": "https://github.com/acme-corp/platform/issues/8", "isPullRequest": false, "reactions": {"totalCount": 5, "plusOne": 3, "minusOne": 0, "laugh": 0, "hooray": 2, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-09-15T10:00:00Z", "updatedAt": "2024-11-25T10:00:00Z" },
|
|
77
|
+
{ "id": 9, "repoId": 1, "nodeId": "I_kwDOBei009", "number": 9, "title": "Fix memory leak in WebSocket pool", "body": null, "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-carol"], "labels": ["bug", "P0-critical"], "milestone": "v2.5", "authorLogin": "dev-carol", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/pull/9", "isPullRequest": true, "reactions": {"totalCount": 0, "plusOne": 0, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-08T10:30:00Z", "updatedAt": "2024-12-10T12:00:00Z" },
|
|
78
|
+
{ "id": 10, "repoId": 1, "nodeId": "I_kwDOBei010", "number": 10, "title": "Payments v2: refund processing", "body": null, "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-alice"], "labels": ["enhancement", "team/backend"], "milestone": "v2.5", "authorLogin": "dev-alice", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/pull/10", "isPullRequest": true, "reactions": {"totalCount": 0, "plusOne": 0, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-10T16:30:00Z", "updatedAt": "2024-12-10T16:30:00Z" },
|
|
79
|
+
{ "id": 11, "repoId": 1, "nodeId": "I_kwDOBei011", "number": 11, "title": "User dashboard redesign", "body": null, "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-bob"], "labels": ["enhancement", "team/frontend"], "milestone": "v2.5", "authorLogin": "dev-bob", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/pull/11", "isPullRequest": true, "reactions": {"totalCount": 0, "plusOne": 0, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-09T14:30:00Z", "updatedAt": "2024-12-09T14:30:00Z" },
|
|
80
|
+
{ "id": 12, "repoId": 1, "nodeId": "I_kwDOBei012", "number": 12, "title": "Dependency updates December 2024", "body": null, "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-carol"], "labels": ["team/devops"], "milestone": null, "authorLogin": "bot-ci", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/platform/pull/12", "isPullRequest": true, "reactions": {"totalCount": 0, "plusOne": 0, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-09T08:30:00Z", "updatedAt": "2024-12-09T08:30:00Z" },
|
|
81
|
+
{ "id": 13, "repoId": 2, "nodeId": "I_kwDOBei013", "number": 1, "title": "API v3 authentication docs are incomplete", "body": "The new API v3 authentication section is missing examples for token refresh and service accounts.", "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-bob"], "labels": ["bug"], "milestone": null, "authorLogin": "dev-alice", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/docs/issues/1", "isPullRequest": false, "reactions": {"totalCount": 0, "plusOne": 0, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-05T11:00:00Z", "updatedAt": "2024-12-05T11:00:00Z" },
|
|
82
|
+
{ "id": 14, "repoId": 3, "nodeId": "I_kwDOBei014", "number": 1, "title": "Add async/await support to client", "body": "The Python SDK should support async/await for all API calls using aiohttp.", "state": "open", "stateReason": null, "locked": false, "assignees": ["dev-alice"], "labels": ["enhancement"], "milestone": null, "authorLogin": "dev-alice", "closedAt": null, "closedBy": null, "htmlUrl": "https://github.com/acme-corp/sdk-python/issues/1", "isPullRequest": false, "reactions": {"totalCount": 3, "plusOne": 3, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-11-15T10:00:00Z", "updatedAt": "2024-12-08T14:00:00Z" }
|
|
83
|
+
],
|
|
84
|
+
"pullRequests": [
|
|
85
|
+
{ "id": 1, "repoId": 1, "nodeId": "PR_kwDOBep001", "number": 9, "title": "Fix memory leak in WebSocket pool", "body": "## Summary\n\nFixes the WebSocket connection leak during hot-reload by properly closing connections in the cleanup handler.\n\n## Changes\n- Added connection tracking Map\n- Implemented cleanup on HMR dispose\n- Added connection pool drain on server shutdown\n- Unit tests for connection lifecycle\n\nFixes #1", "state": "open", "locked": false, "authorLogin": "dev-carol", "assignees": ["dev-carol"], "labels": ["bug", "P0-critical"], "milestone": "v2.5", "headRef": "fix/memory-leak", "headSha": "fff6666666666666666666666666666666666666", "baseRef": "main", "baseSha": "aaa1111111111111111111111111111111111111", "merged": false, "mergeable": true, "mergedAt": null, "mergedBy": null, "mergeCommitSha": null, "draft": false, "htmlUrl": "https://github.com/acme-corp/platform/pull/9", "diffUrl": "https://github.com/acme-corp/platform/pull/9.diff", "patchUrl": "https://github.com/acme-corp/platform/pull/9.patch", "additions": 156, "deletions": 23, "changedFiles": 5, "commits": 1, "comments": 2, "reviewComments": 1, "maintainerCanModify": true, "closedAt": null, "requestedReviewers": ["admin-user", "dev-alice"], "autoMerge": null, "createdAt": "2024-12-08T10:30:00Z", "updatedAt": "2024-12-10T12:00:00Z" },
|
|
86
|
+
{ "id": 2, "repoId": 1, "nodeId": "PR_kwDOBep002", "number": 10, "title": "Payments v2: refund processing", "body": "## Summary\n\nImplements refund processing for the payments v2 migration.\n\n## Changes\n- New `/api/v2/refunds` endpoint\n- Stripe refund integration\n- Refund status tracking\n- Idempotency keys for webhook handling\n\nCloses #3\nRelated: #2", "state": "open", "locked": false, "authorLogin": "dev-alice", "assignees": ["dev-alice"], "labels": ["enhancement", "team/backend"], "milestone": "v2.5", "headRef": "feature/payments-v2", "headSha": "ddd4444444444444444444444444444444444444", "baseRef": "develop", "baseSha": "bbb2222222222222222222222222222222222222", "merged": false, "mergeable": true, "mergedAt": null, "mergedBy": null, "mergeCommitSha": null, "draft": false, "htmlUrl": "https://github.com/acme-corp/platform/pull/10", "diffUrl": "https://github.com/acme-corp/platform/pull/10.diff", "patchUrl": "https://github.com/acme-corp/platform/pull/10.patch", "additions": 420, "deletions": 35, "changedFiles": 12, "commits": 3, "comments": 0, "reviewComments": 0, "maintainerCanModify": true, "closedAt": null, "requestedReviewers": ["admin-user"], "autoMerge": null, "createdAt": "2024-12-10T16:30:00Z", "updatedAt": "2024-12-10T16:30:00Z" },
|
|
87
|
+
{ "id": 3, "repoId": 1, "nodeId": "PR_kwDOBep003", "number": 11, "title": "User dashboard redesign", "body": "## Summary\n\nComplete redesign of the user analytics dashboard.\n\n## Changes\n- New chart components using Recharts\n- Real-time data with WebSocket subscriptions\n- CSV/PDF export functionality\n- Mobile responsive layouts\n\nCloses #4", "state": "open", "locked": false, "authorLogin": "dev-bob", "assignees": ["dev-bob"], "labels": ["enhancement", "team/frontend"], "milestone": "v2.5", "headRef": "feature/user-dashboard", "headSha": "eee5555555555555555555555555555555555555", "baseRef": "develop", "baseSha": "bbb2222222222222222222222222222222222222", "merged": false, "mergeable": true, "mergedAt": null, "mergedBy": null, "mergeCommitSha": null, "draft": true, "htmlUrl": "https://github.com/acme-corp/platform/pull/11", "diffUrl": "https://github.com/acme-corp/platform/pull/11.diff", "patchUrl": "https://github.com/acme-corp/platform/pull/11.patch", "additions": 890, "deletions": 245, "changedFiles": 22, "commits": 5, "comments": 1, "reviewComments": 3, "maintainerCanModify": true, "closedAt": null, "requestedReviewers": ["admin-user", "dev-alice"], "autoMerge": null, "createdAt": "2024-12-09T14:30:00Z", "updatedAt": "2024-12-09T14:30:00Z" },
|
|
88
|
+
{ "id": 4, "repoId": 1, "nodeId": "PR_kwDOBep004", "number": 12, "title": "Dependency updates December 2024", "body": "Automated dependency update. Includes security patches for express and lodash.", "state": "open", "locked": false, "authorLogin": "bot-ci", "assignees": ["dev-carol"], "labels": ["team/devops"], "milestone": null, "headRef": "chore/deps-update", "headSha": "aab7777777777777777777777777777777777777", "baseRef": "main", "baseSha": "aaa1111111111111111111111111111111111111", "merged": false, "mergeable": true, "mergedAt": null, "mergedBy": null, "mergeCommitSha": null, "draft": false, "htmlUrl": "https://github.com/acme-corp/platform/pull/12", "diffUrl": "https://github.com/acme-corp/platform/pull/12.diff", "patchUrl": "https://github.com/acme-corp/platform/pull/12.patch", "additions": 450, "deletions": 320, "changedFiles": 3, "commits": 1, "comments": 0, "reviewComments": 0, "maintainerCanModify": true, "closedAt": null, "requestedReviewers": ["dev-carol"], "autoMerge": null, "createdAt": "2024-12-09T08:30:00Z", "updatedAt": "2024-12-09T08:30:00Z" }
|
|
89
|
+
],
|
|
90
|
+
"comments": [
|
|
91
|
+
{ "id": 1, "repoId": 1, "nodeId": "IC_kwDOBec001", "issueNumber": 1, "body": "I've been seeing this in production too. Connection count hits 1024 after about 2 hours of active development.", "authorLogin": "dev-alice", "htmlUrl": "https://github.com/acme-corp/platform/issues/1#issuecomment-e001", "authorAssociation": "MEMBER", "reactions": {"totalCount": 2, "plusOne": 2, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-05T14:00:00Z", "updatedAt": "2024-12-05T14:00:00Z" },
|
|
92
|
+
{ "id": 2, "repoId": 1, "nodeId": "IC_kwDOBec002", "issueNumber": 1, "body": "PR #9 should fix this. Can someone review?", "authorLogin": "dev-carol", "htmlUrl": "https://github.com/acme-corp/platform/issues/1#issuecomment-e002", "authorAssociation": "MEMBER", "reactions": {"totalCount": 1, "plusOne": 1, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-08T11:00:00Z", "updatedAt": "2024-12-08T11:00:00Z" },
|
|
93
|
+
{ "id": 3, "repoId": 1, "nodeId": "IC_kwDOBec003", "issueNumber": 2, "body": "This is a high-priority issue. We've had 3 customer complaints about duplicate charges this week.", "authorLogin": "admin-user", "htmlUrl": "https://github.com/acme-corp/platform/issues/2#issuecomment-e003", "authorAssociation": "OWNER", "reactions": {"totalCount": 0, "plusOne": 0, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-11-29T09:00:00Z", "updatedAt": "2024-11-29T09:00:00Z" },
|
|
94
|
+
{ "id": 4, "repoId": 1, "nodeId": "IC_kwDOBec004", "issueNumber": 9, "body": "Looks good overall. One concern about the drain timeout - should we make it configurable?", "authorLogin": "admin-user", "htmlUrl": "https://github.com/acme-corp/platform/pull/9#issuecomment-e004", "authorAssociation": "OWNER", "reactions": {"totalCount": 0, "plusOne": 0, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-09T10:00:00Z", "updatedAt": "2024-12-09T10:00:00Z" },
|
|
95
|
+
{ "id": 5, "repoId": 1, "nodeId": "IC_kwDOBec005", "issueNumber": 9, "body": "Good point. I'll make the drain timeout configurable via env var. Pushing a follow-up commit.", "authorLogin": "dev-carol", "htmlUrl": "https://github.com/acme-corp/platform/pull/9#issuecomment-e005", "authorAssociation": "MEMBER", "reactions": {"totalCount": 1, "plusOne": 1, "minusOne": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}, "createdAt": "2024-12-09T11:00:00Z", "updatedAt": "2024-12-09T11:00:00Z" }
|
|
96
|
+
],
|
|
97
|
+
"files": [
|
|
98
|
+
{ "id": 1, "repoId": 1, "branchName": "main", "path": "README.md", "content": "# ACME Platform\n\nMain monorepo for the ACME Corp platform.\n\n## Architecture\n\n- `/apps` - Application packages\n- `/packages` - Shared libraries\n- `/infrastructure` - Terraform and k8s configs\n\n## Getting Started\n\n```bash\npnpm install\npnpm dev\n```\n\n## License\n\nProprietary\n", "encoding": "utf-8", "sha": "aa11bb22cc33dd44ee55ff6677889900aabbccdd", "size": 280, "type": "file", "createdAt": "2022-01-15T10:00:00Z", "updatedAt": "2024-12-01T10:00:00Z" },
|
|
99
|
+
{ "id": 2, "repoId": 1, "branchName": "main", "path": "package.json", "content": "{\n \"name\": \"@acme/platform\",\n \"private\": true,\n \"workspaces\": [\"apps/*\", \"packages/*\"],\n \"scripts\": {\n \"dev\": \"turbo dev\",\n \"build\": \"turbo build\",\n \"test\": \"turbo test\",\n \"lint\": \"turbo lint\"\n },\n \"devDependencies\": {\n \"turbo\": \"^2.0.0\"\n }\n}", "encoding": "utf-8", "sha": "bb22cc33dd44ee55ff6677889900aabbccddee11", "size": 270, "type": "file", "createdAt": "2022-01-15T10:00:00Z", "updatedAt": "2024-11-01T10:00:00Z" },
|
|
100
|
+
{ "id": 3, "repoId": 2, "branchName": "main", "path": "README.md", "content": "# ACME Corp Documentation\n\nPublic documentation for ACME Corp products and APIs.\n\n## Contributing\n\nSee CONTRIBUTING.md for guidelines.\n", "encoding": "utf-8", "sha": "cc33dd44ee55ff6677889900aabbccddeeff1122", "size": 140, "type": "file", "createdAt": "2022-03-01T10:00:00Z", "updatedAt": "2024-12-09T12:00:00Z" },
|
|
101
|
+
{ "id": 4, "repoId": 3, "branchName": "main", "path": "README.md", "content": "# ACME Python SDK\n\nPython client for the ACME Platform API.\n\n```python\nimport acme\n\nclient = acme.Client(api_key=\"your-key\")\nresult = client.query(\"SELECT * FROM data\")\n```\n\n## Installation\n\n```bash\npip install acme-sdk\n```\n", "encoding": "utf-8", "sha": "dd44ee55ff6677889900aabbccddeeff11223344", "size": 220, "type": "file", "createdAt": "2023-02-10T10:00:00Z", "updatedAt": "2024-12-08T15:00:00Z" }
|
|
102
|
+
],
|
|
103
|
+
"workflows": [
|
|
104
|
+
{ "id": 1, "repoId": 1, "nodeId": "W_kwDOBew001", "name": "CI/CD Pipeline", "path": ".github/workflows/ci.yml", "state": "active", "htmlUrl": "https://github.com/acme-corp/platform/actions/workflows/ci.yml", "badgeUrl": "https://github.com/acme-corp/platform/workflows/CI/badge.svg", "createdAt": "2022-01-15T10:00:00Z", "updatedAt": "2024-06-01T10:00:00Z" },
|
|
105
|
+
{ "id": 2, "repoId": 1, "nodeId": "W_kwDOBew002", "name": "Security Scan", "path": ".github/workflows/security.yml", "state": "active", "htmlUrl": "https://github.com/acme-corp/platform/actions/workflows/security.yml", "badgeUrl": "https://github.com/acme-corp/platform/workflows/Security/badge.svg", "createdAt": "2023-03-01T10:00:00Z", "updatedAt": "2024-06-01T10:00:00Z" },
|
|
106
|
+
{ "id": 3, "repoId": 1, "nodeId": "W_kwDOBew003", "name": "Deploy Staging", "path": ".github/workflows/deploy-staging.yml", "state": "active", "htmlUrl": "https://github.com/acme-corp/platform/actions/workflows/deploy-staging.yml", "badgeUrl": "https://github.com/acme-corp/platform/workflows/Deploy/badge.svg", "createdAt": "2022-06-01T10:00:00Z", "updatedAt": "2024-06-01T10:00:00Z" }
|
|
107
|
+
],
|
|
108
|
+
"workflowRuns": [
|
|
109
|
+
{ "id": 1, "repoId": 1, "workflowId": 1, "nodeId": "WR_kwDOBewr01", "name": "CI/CD Pipeline", "headBranch": "fix/memory-leak", "headSha": "fff6666666666666666666666666666666666666", "runNumber": 1245, "event": "pull_request", "status": "completed", "conclusion": "success", "htmlUrl": "https://github.com/acme-corp/platform/actions/runs/1", "triggeringActorLogin": "dev-carol", "runAttempt": 1, "runStartedAt": "2024-12-10T12:05:00Z", "createdAt": "2024-12-10T12:05:00Z", "updatedAt": "2024-12-10T12:15:00Z" },
|
|
110
|
+
{ "id": 2, "repoId": 1, "workflowId": 2, "nodeId": "WR_kwDOBewr02", "name": "Security Scan", "headBranch": "fix/memory-leak", "headSha": "fff6666666666666666666666666666666666666", "runNumber": 890, "event": "pull_request", "status": "completed", "conclusion": "success", "htmlUrl": "https://github.com/acme-corp/platform/actions/runs/2", "triggeringActorLogin": "dev-carol", "runAttempt": 1, "runStartedAt": "2024-12-10T12:05:00Z", "createdAt": "2024-12-10T12:05:00Z", "updatedAt": "2024-12-10T12:20:00Z" },
|
|
111
|
+
{ "id": 3, "repoId": 1, "workflowId": 1, "nodeId": "WR_kwDOBewr03", "name": "CI/CD Pipeline", "headBranch": "feature/payments-v2", "headSha": "ddd4444444444444444444444444444444444444", "runNumber": 1246, "event": "pull_request", "status": "completed", "conclusion": "success", "htmlUrl": "https://github.com/acme-corp/platform/actions/runs/3", "triggeringActorLogin": "dev-alice", "runAttempt": 1, "runStartedAt": "2024-12-10T16:35:00Z", "createdAt": "2024-12-10T16:35:00Z", "updatedAt": "2024-12-10T16:50:00Z" },
|
|
112
|
+
{ "id": 4, "repoId": 1, "workflowId": 1, "nodeId": "WR_kwDOBewr04", "name": "CI/CD Pipeline", "headBranch": "feature/user-dashboard", "headSha": "eee5555555555555555555555555555555555555", "runNumber": 1244, "event": "pull_request", "status": "completed", "conclusion": "failure", "htmlUrl": "https://github.com/acme-corp/platform/actions/runs/4", "triggeringActorLogin": "dev-bob", "runAttempt": 1, "runStartedAt": "2024-12-09T14:35:00Z", "createdAt": "2024-12-09T14:35:00Z", "updatedAt": "2024-12-09T14:50:00Z" }
|
|
113
|
+
]
|
|
114
|
+
}
|