zioinfo-mail/workspace
DESKTOP-TKLFCPR\ython 3d5a125b04 fix(zioinfo-mail): fix inbox/sent parsing + surrogate encoding + Sent IMAP APPEND
- mail_parser: _safe() surrogate 문자 제거 → JSON 직렬화 오류 수정
- imap_client: aioimaplib → 동기 imaplib으로 전환 (파싱 안정성)
- smtp_client: aiosmtplib → 동기 smtplib으로 전환 + raw bytes 반환
- main.py: 발송 후 append_to_sent() → Sent 폴더 자동 저장
- MailList: Sent 폴더에서 받는사람 표시 (→ info@...)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 21:50:47 +09:00
..
guardia-docs feat(cicd+tests): Jenkins pipeline + unit/integration test suite 2026-06-01 00:22:10 +09:00
guardia-itsm fix(zioinfo): add /var/www/zioinfo copy step in deploy + restore stash files 2026-06-01 20:42:12 +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 fix(zioinfo-mail): fix inbox/sent parsing + surrogate encoding + Sent IMAP APPEND 2026-06-01 21:50:47 +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/를 추가하는 것을 권장합니다