zioinfo-mail/workspace
DESKTOP-TKLFCPR\ython 8d1168f50c feat(history): company history DB management + admin CRUD
- CompanyHistory JPA entity (tb_company_history)
- CompanyHistoryRepository
- GET /api/history: DB-based grouped history (year + items[])
- Admin CRUD: GET/POST/PUT/DELETE /api/admin/history
- DataInitializer: 35 history items seeded from 2000 to 2026
- Company.jsx: useHistory() hook -> API fetch with fallback
- AdminHistory.jsx: year-grouped timeline CRUD UI
- AdminLayout: 회사 연혁 menu added

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 17:52:02 +09:00
..
zioinfo-web feat(history): company history DB management + admin CRUD 2026-05-31 17:52:02 +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/를 추가하는 것을 권장합니다