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.4.2.tar.gz
(154.7 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.4.2-py3-none-any.whl
(131.1 kB
view details)
File details
Details for the file clouvel_pro-1.4.2.tar.gz.
File metadata
- Download URL: clouvel_pro-1.4.2.tar.gz
- Upload date:
- Size: 154.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b09ec21ca8f3c4eadb196aa254f6fd489e88e8a1d2945b2e3794b024fb55302
|
|
| MD5 |
c76addfbefb0dc13519a93ccaeb45baa
|
|
| BLAKE2b-256 |
f41ea2f67b9a6c052ce4ee8c39dbebaa596518dc8914742967e6e9236a7bf4fa
|
File details
Details for the file clouvel_pro-1.4.2-py3-none-any.whl.
File metadata
- Download URL: clouvel_pro-1.4.2-py3-none-any.whl
- Upload date:
- Size: 131.1 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 |
c1656fccf05d51d0b4cf6801db947592ec69f80733d9808f4b735f20ca2b9368
|
|
| MD5 |
9beb4fedcf37fadb3e93d2f831641642
|
|
| BLAKE2b-256 |
9b62472e80e11f53fed0e5a6633f8b1708da6b9168702da9cba5cc106d1c835d
|