agent_guide 템플릿 기반으로 프로젝트 구조 설정. Gitea(quantlab-agent), Vikunja(project #15) 연동 완료. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2.1 KiB
2.1 KiB
Phase 1: Zero-Pollution Pipeline Stabilization - Context
Gathered: 2026-03-30 Status: Ready for planning Source: PRD Express Path (implementation_plan.md)
## Phase Boundary Fix the Master-Satellite synchronization pipeline to natively extract GSD skills, UI updates, and Python dependencies. This ensures that a zero-click `bootstrap.bat/.sh` works flawlessly across new workspaces without violating the Zero-Pollution architecture. ## Implementation DecisionsZero-Click Python Dependencies
- Modify
bootstrap.batandbootstrap.shto auto-detect and pip-install Python dependencies for MCP tools (browser_use,claude-mem,mini-swe).
Master Sync Pipeline GSD Extraction
- Modify
sync_vendors.batandsync_vendors.shto executenpm update get-shit-done-cc uipro-cli,npx uipro update, andnpx get-shit-done-cc --antigravity --localinside.agent/env. - Ensure output folders
.agent/get-shit-done/and.agent/skills/gsd-*/aregit added.
Gitignore Rules for extracted skills
- Modify
.agent/scripts/extract_skills.jsto whitelist!gsd-*/in the generated.gitignoreso Phase planning and GSD execution tools successfully persist to git.
the agent's Discretion
- The method of Python virtual environment detection vs global python is left to the agent, though leveraging
AGENT_PYTHON_PATHif specified is preferred.
<canonical_refs>
Canonical References
Downstream agents MUST read these before planning or implementing.
Zero Pollution Scripts
bootstrap.batbootstrap.sh.agent/scripts/sync_vendors.bat.agent/scripts/sync_vendors.sh.agent/scripts/extract_skills.js
</canonical_refs>
## Specific Ideas - The `npx get-shit-done-cc --antigravity --local` command must be run relative to the project root or precisely routed, otherwise GSD commands won't appear sequentially. ## Deferred Ideas None — PRD covers phase scope.Phase: 01-zero-pollution-pipeline-stabilization Context gathered: 2026-03-30 via PRD Express Path