Clouvel Pro - Shovel 워크플로우 + 프리미엄 기능 + Team 협업
Project description
Clouvel Pro
Shovel 워크플로우 + 프리미엄 기능
Private 레포 - 라이선스 필요
설치
# PyPI에서 설치 (라이선스 활성화 후)
pip install clouvel-pro
# 또는 GitHub에서 직접
pip install git+https://github.com/Whitening-Sinabro/clouvel-pro.git
라이선스 활성화
# 환경변수로 설정
export CLOUVEL_LICENSE="CLOUVEL-PERSONAL-XXXXX"
# 또는 MCP 도구로 활성화
activate_license(license_key="CLOUVEL-PERSONAL-XXXXX")
가격
| 티어 | 가격 | 인원 |
|---|---|---|
| Personal | $29 | 1명 |
| Team | $79 | 10명 |
| Enterprise | $199 | 무제한 |
구매: https://clouvel.lemonsqueezy.com
Pro 기능
1. Shovel 자동 설치
install_shovel(path="./my-project")
생성되는 구조:
.claude/
├── commands/ (슬래시 커맨드)
│ ├── gate.md
│ ├── plan.md
│ ├── implement.md
│ ├── verify.md
│ ├── learn-error.md
│ └── ...
├── templates/
├── evidence/
├── logs/
├── plans/
└── settings.json
2. Error Learning
에러 패턴 자동 학습 + 방지 규칙 생성
log_error(path=".", error_text="TypeError: ...")
analyze_error(path=".", include_history=true)
add_prevention_rule(path=".", error_type="type_error", rule="...")
get_error_summary(path=".", days=30)
3. 커맨드 동기화
sync_commands(path=".", mode="merge")
MCP 서버 설정
Claude Desktop
claude_desktop_config.json:
{
"mcpServers": {
"clouvel-pro": {
"command": "clouvel-pro",
"env": {
"CLOUVEL_LICENSE": "CLOUVEL-PERSONAL-XXXXX"
}
}
}
}
Claude Code
claude mcp add clouvel-pro -- clouvel-pro
Shovel 워크플로우
/start → /plan → /implement → /gate → /commit
| 커맨드 | 설명 |
|---|---|
| /start | 프로젝트 온보딩 |
| /plan | 계획 수립 (7 Theories) |
| /implement | 구현 실행 |
| /gate | lint → test → build |
| /verify | Context Bias 검증 |
| /commit | Gate PASS 후 커밋 |
| /learn-error | 에러 학습 |
Free vs Pro
| 기능 | Free (clouvel) | Pro (clouvel-pro) |
|---|---|---|
| can_code | ✅ | ✅ |
| PRD 템플릿 | ✅ | ✅ |
| Gate | ✅ | ✅ |
| Verify | ✅ | ✅ |
| Planning | ✅ | ✅ |
| Agents | ✅ | ✅ |
| Hooks | ✅ | ✅ |
| Shovel 자동 설치 | ❌ | ✅ |
| Error Learning | ❌ | ✅ |
| 커맨드 동기화 | ❌ | ✅ |
지원
- Issues: (private repo)
- Email: support@clouvel.dev
라이선스
Proprietary - 상용 라이선스 필요
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clouvel_pro-1.3.0.tar.gz
(153.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
clouvel_pro-1.3.0-py3-none-any.whl
(129.8 kB
view details)
File details
Details for the file clouvel_pro-1.3.0.tar.gz.
File metadata
- Download URL: clouvel_pro-1.3.0.tar.gz
- Upload date:
- Size: 153.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb00f62a8b1670921c75f0b0f0c7de09d24561dafb9ffbe91bd6d21369c4d01d
|
|
| MD5 |
21f88b088069cb6fcc795b7915f1376f
|
|
| BLAKE2b-256 |
11513f40786560d99c13a2ecefc7c8b838d453c81930c55960770b4782b85a94
|
File details
Details for the file clouvel_pro-1.3.0-py3-none-any.whl.
File metadata
- Download URL: clouvel_pro-1.3.0-py3-none-any.whl
- Upload date:
- Size: 129.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
053641cd318a69f2ca42447ff28bc16763c7f328ee760bff783597a3d0b98fbf
|
|
| MD5 |
5796b476d80d47a595aa2dd5faca2245
|
|
| BLAKE2b-256 |
4dc09ebe6eabc8e399807a9d75c1adb4da5fdaef092555b730f18cd7461bf75c
|