This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 20260521 버전 | |
| - 모든 프로젝트, 모든 개발 언어에 사용할 수 있는 범용적인 agents.md 를 만드는게 목표 | |
| - 로컬 LLM도 이해할 수 있게 짧게 작성 | |
| - 매번 반복해서 읽을거라서 영어로 작성 | |
| - 가장 중요하게 생각되는 포인트는 다음 사항 | |
| - 모호한게 있을 경우 질문하기, 모호한게 없어질 때까지 질문하고, 명확해지면 작업 시작 | |
| - 작업은 최대한 쪼개서 시작할 것 | |
| - 충돌사항이 있거나 선택할게 생기면 항상 멈추고 질문할 것 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let notificationPublisher = NotificationCenter.default | |
| .publisher(for: someNotificationName, object: targetObject) |