Clone
2
Changelog
Variet Main Worker edited this page 2026-03-06 08:48:57 +00:00

Changelog

v0.2.0 (2026-03-06)

Full E2E Pipeline 검증

  • Plan → Code → Review 3단계 파이프라인 동작 확인
  • Gemini CLI 3회 호출, 총 219초
  • Reviewer가 Coder의 실제 버그를 발견 → 파이프라인 자기검증 능력 확인
  • stdin 기반 GeminiCaller 확정 (--system 미지원, 시스템 프롬프트를 stdin에 임베드)

구현 완료

  • core/project_indexer.py — 프로젝트 구조 분석, import 그래프
  • core/context_manager.py — 토큰 예산 내 파일 선별
  • core/gemini_caller.py — stdin 기반 headless 호출
  • core/task_pipeline.py — Plan→Code→Review 파이프라인
  • prompts/ — planner.md, coder.md, reviewer.md

v0.1.0 (2026-03-06)

초기 구조 세팅

  • README, .gitignore 작성
  • 설계 문서 3종
  • .agent/workflows 세팅
  • Vikunja P7 태스크 등록 (#186~#193)
  • Gitea Wiki 3페이지