Skip to content

Commit e0128bd

Browse files
committed
docs: add CodeQL, maintenance, stale workflows to README
1 parent 46fbde1 commit e0128bd

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.ko.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,14 @@ npx @modelcontextprotocol/inspector node dist/index.js
240240
6. 빌드 (TypeScript 컴파일)
241241
7. 테스트 (Jest)
242242

243+
### 보안 & 유지보수
244+
245+
| 워크플로우 | 역할 |
246+
|-----------|------|
247+
| CodeQL (`codeql.yml`) | 보안 취약점 정적 분석 (push/PR + 주간) |
248+
| Maintenance (`maintenance.yml`) | 주간 CI 헬스 체크 — 실패 시 이슈 자동 생성 |
249+
| Stale (`stale.yml`) | 비활성 이슈/PR 30일 후 라벨링, 7일 후 자동 종료 |
250+
243251
### CD (수동 트리거)
244252

245253
1. CI 통과 필수

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,14 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
240240
6. Build (TypeScript compilation)
241241
7. Test (Jest)
242242

243+
### Security & Maintenance
244+
245+
| Workflow | What it does |
246+
|----------|-------------|
247+
| CodeQL (`codeql.yml`) | Static analysis for security vulnerabilities (push/PR + weekly) |
248+
| Maintenance (`maintenance.yml`) | Weekly CI health check — auto-creates issue on failure |
249+
| Stale (`stale.yml`) | Labels inactive issues/PRs after 30 days, auto-closes after 7 more |
250+
243251
### CD (manual trigger)
244252

245253
1. CI gate (must pass)

0 commit comments

Comments
 (0)