11 Commits

Author SHA1 Message Date
happybell80
ab0d98e971 docs: multi-AI CLI 통합 도구 설치 및 tmux 세션 구성 가이드 업데이트
- WSL 환경 기준 설치 절차 정리
- tmux 세션 생성 및 pane 설정 방법
- 브로드캐스트 전송 및 로그 관리
- 동기 입력 모드 설정 방법 추가
2025-09-29 23:52:57 +09:00
happybell80
df93ac07fa Update Multi-AI CLI doc with Windows local implementation details
- Add pywinauto/pyperclip/watchdog dependencies
- Include code examples for window control and log monitoring
- Add PySimpleGUI sample UI code
- Document PowerShell Start-Transcript and WSL tee logging
2025-09-29 18:41:54 +09:00
happybell80
7e8ca31115 Document final implementation status and deployment details
- Update CLI commands with final verified syntax
- Add deployment status on servers 51123/51124
- Include access URL and current operational status
- Note requirements for each CLI (Claude --print, Gemini settings.json, OpenAI mock)
2025-09-29 17:47:47 +09:00
happybell80
33926080a2 Update Multi-AI CLI integration doc with verified implementation
- Add implementation completed section (2025-09-29)
- Document non-TTY pipe mode solution
- Include verified CLI flags for Claude/Gemini/OpenAI
- Add environment variables for forcing non-interactive mode
- Replace pexpect with subprocess.exec approach
2025-09-29 17:38:07 +09:00
happybell80
45f9c82d2c 보완사항 추가: root_path, pexpect 패턴/타임아웃, 세션 파일 권한
- FastAPI root_path='/multi-ai' 설정 명시
- 각 CLI별 프롬프트 패턴 및 타임아웃 값 추가
- 세션 파일 권한 600 설정 명시
2025-09-29 16:10:12 +09:00
happybell80
bbd8b538ae 문서에서 예측/추정 날짜 제거 2025-09-29 16:05:08 +09:00
happybell80
1455a48f55 PoC 개발 계획 추가: pexpect 기반 단일 CLI 검증
- Phase 0 추가: 1-2일 단일 CLI(Claude) PoC 개발
- pexpect 사용 (pty 대신) - 안정성과 패턴 매칭 우수
- JSONL 메시지 스키마 정의 (request/chunk/final/error)
- CLI 어댑터 계약 및 인터페이스 명시
- 파싱 규칙 및 에러 복구 전략 구체화
- 골든 로그 기반 테스트 체계
- 개발 일정 조정: PoC 1-2일 + 확장 3-5일
2025-09-29 16:03:05 +09:00
happybell80
f136273b25 51124 서버 설정 구체화: UV 0.8.4, subprocess/PTY 명시 2025-09-29 15:57:28 +09:00
happybell80
f7a5c59621 배포 워크플로우 추가: 로컬 개발 → Git Push → 51124 서버 배포 2025-09-29 15:56:44 +09:00
happybell80
d1210eb4e2 Multi-AI CLI 통합 문서 업데이트: 서버별 실현 가능성 평가 및 최종 배포 전략 구체화
- CLI 설치 현황 추가 (로컬/51123/51124 서버)
- 51124 서버 기준 80-85% 실현 가능성 명시
- 최종 배포 전략: 51124 FastAPI + 51123 nginx 프록시
- 의사코드 제거, 검증된 2024년 아키텍처 참조 추가
2025-09-29 15:55:25 +09:00
happybell80
14b2770d42 docs: Multi-AI CLI 통합 시스템 실현 가능성 및 반자동화 범위 추가 2025-09-29 14:47:24 +09:00