You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(manifest): ModuleManifest에 repository·author 필드 추가
마켓플레이스 상세 페이지에서 GitHub README 표시 및 제작자 정보를
저장할 수 있도록 module.json 스펙을 확장한다.
author는 npm package.json 관례(string | { name, email, url })를 따른다.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ packages/
51
51
modules/ — Phase 2 모듈 (Ledger, Subscription) 위치 예정
52
52
```
53
53
54
+
**모듈 템플릿**: `D:\5. Development\A. Project\Fieldstack-Project\module-template` (WSL: `/mnt/d/5. Development/A. Project/Fieldstack-Project/module-template`) — 프로젝트 루트 외부에 별도 존재. `module.json` 스펙 변경 시 함께 업데이트.
0 commit comments