Generate or enhance a build automation file for any project. Supports Makefile, Taskfile.yml, Justfile, and Magefile.go.
Store the project context (tech stack, framework, architecture) for use in later steps. If the file doesn't exist, that's fine — we'll detect everything in Step 2.
Before anything else, check if the project already has build automation:
프로젝트를 분석하고 빌드 자동화 파일(Makefile, Taskfile.yml, Justfile, Magefile.go)을 생성하거나 강화합니다. 빌드 파일이 이미 존재하는 경우 누락된 대상과 모범 사례를 추가하여 개선합니다. 사용자가 "makefile 생성", "작업 파일 생성", "justfile 추가", "setup mage" 또는 "자동화 빌드"라고 말할 때 사용합니다. 출처: lee-to/ai-factory.