Releases: tygwan/cc-initializer
Releases · tygwan/cc-initializer
v4.5.0 - README Helper & Agent Writer
What's New
New Agents
- readme-helper: README 작성 및 개선 전문가
- Badge generator templates
- README structure template (5-second rule)
- Analysis checklist
- agent-writer: Agent 작성 및 검증 전문가
- Frontmatter schema documentation
- Model selection guide (haiku/sonnet/opus)
- Validation checklist
- Common patterns
Improvements
- progress-tracker: Improved structure with triggers, integrates_with, outputs fields
Stats
- Total Agents: 25
- Total Skills: 18
- Total Commands: 6
- Total Hooks: 5
Full Changelog: v4.4.0...v4.5.0
v4.4.0 - Community Project Discovery
Community Project Discovery
cc-initializer를 사용하는 프로젝트를 자동으로 발견하고 README에 표시하는 기능을 추가했습니다.
New Features
Auto-discovery System
- GitHub Action: 매주
uses-cc-initializertopic을 가진 repo 자동 검색 - README 자동 업데이트: 발견된 프로젝트 목록 자동 갱신
- PROJECTS.json: 수동 프로젝트 등록 지원
Community Showcase
README에 "Projects Using cc-initializer" 섹션 추가:
- Auto-discovered (topic 기반)
- Community Showcase (수동 등록)
How to Register Your Project
방법 1: GitHub Topic (추천)
GitHub repo → Settings → Topics → "uses-cc-initializer" 추가
방법 2: PR 등록
// PROJECTS.json에 추가
{
"name": "owner/repo",
"url": "https://github.com/owner/repo",
"description": "프로젝트 설명"
}Files Added
.github/workflows/update-projects.ymlPROJECTS.json
Full Changelog: v4.3.0...v4.4.0
v4.3.0 - GitHub CLI Integration
GitHub CLI Integration
이 릴리스에서는 gh CLI를 활용한 GitHub 통합 기능을 추가했습니다.
New Features
github-manager Agent
- GitHub 상태 대시보드 (할당된 이슈, 리뷰 요청, 멘션)
- 이슈 관리 (목록, 생성, 보기, 브랜치 생성, 닫기)
- PR 관리 (생성, 리뷰, 머지, CI 체크)
- CI/CD 모니터링 (실행 목록, 실시간 모니터링, 로그, 재실행)
- 릴리스 관리 (생성, 보기, 다운로드)
- 저장소 및 검색 작업
/gh Skill
/gh status- GitHub 대시보드/gh issue- 이슈 관리/gh pr- PR 관리/gh ci- CI/CD 모니터링/gh release- 릴리스 관리- Sprint/Phase/TODO와 통합
Configuration
{
"github": {
"enabled": true,
"default_base_branch": "main",
"pr": { "squash_merge": true },
"release": { "generate_notes": true }
}
}Prerequisites
gh auth login --webFull Changelog: v4.2.0...v4.3.0
v4.2.0 - Analytics & CLI Visualization
New Features
Analytics System
- JSONL metrics tracking for all tool usage
- CLI visualization with ASCII charts
/analyticsskill for quick statsanalytics-reporteragent for detailed analysis
Visualizations
📊 Analytics Summary
══════════════════════════════════════════════════
Tool Usage
──────────────────────────────────────────────────
Read │████████████████████████│ 24
Edit │██████████████│ 14
Bash │████████│ 8
Hourly Activity
──────────────────────────────────────────────────
Activity: ▁▂▃▅▇█▇▅▃▂▁▁▂▅▇█▆▄▂▁
00 06 12 18 23
Features
- Tool usage bar charts
- Category distribution percentages
- Success rate with color coding
- Hourly activity sparkline
- Agent/Skill usage tracking
- Error distribution
- jq-free fallback support
Technical
- 30-day retention with auto-rotation
- Configurable via settings.json
Components
| Category | Count |
|---|---|
| Agents | 22 |
| Skills | 17 |
| Commands | 6 |
| Hooks | 5 |
Usage
/analytics # Quick summary
/analytics full # Full report