Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ logs/
.husky/
sdk/python-gen/
sdk/python/src/rcabench/openapi/
sdk/typescript/
src/docs/converted/
src/docs/openapi2/
src/docs/openapi3/
Expand All @@ -197,6 +198,7 @@ scripts/command/command.bin

CLAUDE.md

.codex
.claude/
.vscode/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmName": "@OperationsPAI/client",
"npmName": "@OperationsPAI/sdk",
"npmVersion": "0.0.0",
"npmDescription": "TypeScript client for RCABench API",
"npmDescription": "TypeScript SDK for RCABench API",
"githost": "github.com",
"gitUserId": "OperationsPAI",
"gitRepoId": "AegisLab",
Expand All @@ -17,4 +17,4 @@
"disallowAdditionalPropertiesIfNotPresent": false,
"sortParamsByRequiredFlag": true,
"stringEnums": true
}
}
Loading
Loading