zioinfo-mail/workspace
DESKTOP-TKLFCPR\ython fc0ba65e05 feat(expansion): GUARDiA v3 P3 완성 — 13 routers + 14 DB tables
라우터 (667개 엔드포인트, P3 신규 69개):
- multimodal.py:      llava 이미지 분석 + 에러 자동 분류
- learning_loop.py:   Ollama 파인튜닝 + 품질 지표
- ai_insights.py:     주간 인사이트 + 반복 패턴 + 개선 권고
- container_alerts.py: Docker 이상 감지 → SR 자동 생성
- ncloud.py:          NCloud API (서버/LB/스토리지/비용)
- billing.py:         구독 플랜 + 사용량 측정 + 청구서
- servicenow.py:      ServiceNow CMDB/Incident 양방향 연동
- erp_connector.py:   그룹웨어/HR ERP 연동 + 결재 웹훅
- kakao_notify.py:    카카오 알림톡 + 대량 발송
- auto_report.py:     Excel/PDF 보고서 자동 생성·다운로드
- benchmark.py:       기관 간 익명 벤치마킹 (완전 익명화)
- cohort_analysis.py: 도입 코호트 + 리텐션 + 기능 도입률

DB 모델 (14개 신규 테이블):
tb_learning_run, tb_container_alert_{rule,log},
tb_ncloud_config, tb_subscription, tb_invoice,
tb_servicenow_{config,mapping}, tb_erp_config,
tb_kakao_{config,notify_log}, tb_report_{record,schedule},
tb_benchmark_contrib

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 06:06:59 +09:00
..
guardia-docs feat(cicd+tests): Jenkins pipeline + unit/integration test suite 2026-06-01 00:22:10 +09:00
guardia-itsm feat(expansion): GUARDiA v3 P3 완성 — 13 routers + 14 DB tables 2026-06-02 06:06:59 +09:00
guardia-manager feat(cicd+tests): Jenkins pipeline + unit/integration test suite 2026-06-01 00:22:10 +09:00
guardia-messenger refactor(cleanup): commit folder reorganization - scripts/, _archive/, docs/ restructure 2026-06-01 19:43:09 +09:00
zioinfo-mail feat(cicd): zioinfo-mail CI/CD complete — Jenkins build #9 SUCCESS 2026-06-01 22:19:10 +09:00
zioinfo-web feat(harness): system-sync-orchestrator + deploy agents + zioinfo assets 2026-06-01 21:14:34 +09:00
README.md fix(setup): 설치 스크립트 3가지 오류 예방 수정 + workspace 자동분석 워크플로우 추가 2026-05-29 18:40:20 +09:00

GUARDiA Workspace

이 폴더에 분석할 프로젝트 소스코드를 넣으세요.

사용 방법

  1. 소스 배치

    workspace/
    └── 프로젝트명/      ← 여기에 소스를 넣으세요
        ├── src/
        ├── pom.xml      (Java)
        ├── requirements.txt  (Python)
        ├── package.json (Node.js)
        └── ...
    
  2. 분석 요청

    • "workspace에 소스 넣었어. 분석해줘."
    • "<프로젝트명> 소스 분석하고 개발환경 가이드 해줘."
    • "이 프로젝트에 하네스 적용해줘."
  3. 자동 수행 내용

    • 기술스택 탐지 (Java/Spring, Python/FastAPI, Node.js, PHP 등)
    • 의존성 및 설정 파일 분석
    • 개발환경 설치 단계별 가이드
    • .claude/ 하네스 자동 생성 (프로젝트에 맞는 에이전트 + 스킬)
    • CLAUDE.md 자동 생성

지원 스택

스택 감지 파일
Java (Spring/Gradle/Maven) pom.xml, build.gradle
Python (FastAPI/Django/Flask) requirements.txt, pyproject.toml
Node.js (React/Next.js/Express) package.json
PHP (Laravel/Symfony) composer.json
Go go.mod
.NET / C# *.csproj, *.sln

보안 주의

  • .env 파일에 실제 비밀번호를 포함하지 마세요
  • 고객사 실제 운영 DB 자격증명이 포함된 파일은 배제하세요
  • .gitignore 에 workspace/를 추가하는 것을 권장합니다