cursor-boilerplate 0.7.2__py3-none-any.whl → 0.7.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cursor_boilerplate/.cursor/rules/always.mdc +3 -2
- {cursor_boilerplate-0.7.2.dist-info → cursor_boilerplate-0.7.3.dist-info}/METADATA +1 -1
- cursor_boilerplate-0.7.3.dist-info/RECORD +8 -0
- cursor_boilerplate-0.7.2.dist-info/RECORD +0 -8
- {cursor_boilerplate-0.7.2.dist-info → cursor_boilerplate-0.7.3.dist-info}/WHEEL +0 -0
- {cursor_boilerplate-0.7.2.dist-info → cursor_boilerplate-0.7.3.dist-info}/entry_points.txt +0 -0
- {cursor_boilerplate-0.7.2.dist-info → cursor_boilerplate-0.7.3.dist-info}/top_level.txt +0 -0
@@ -25,10 +25,11 @@ alwaysApply: true
|
|
25
25
|
- task-no는 순차적으로 1씩 증가시킵니다.
|
26
26
|
- 최상의 결과물을 위해 사용자에게 질문을 하고, 취사선택을 유도합니다.
|
27
27
|
- 질문은 가급적 한 번에 한 개씩 합니다.
|
28
|
-
- 신규 작업의 세부사항이 변경될 때마다 '프로젝트 구성 정보
|
28
|
+
- 신규 작업의 세부사항이 변경될 때마다 '프로젝트 구성 정보 관련 필수 파일'에 언급된 항목을 업데이트합니다.
|
29
29
|
|
30
30
|
## 3. 프로젝트 구성 정보 필수 파일
|
31
31
|
- `docs/tech-stack.md`: 기술 스택 정보
|
32
32
|
- `docs/directory-structure.md`: 디렉토리 구조 정보
|
33
33
|
- `README.md`: 프로젝트 요약 정보
|
34
|
-
- `.gitignore`: Git 무시 파일 목록
|
34
|
+
- `.gitignore`: Git 무시 파일 목록
|
35
|
+
- `openapi.json`: OpenAPI 스펙 파일 (API가 있는 경우)
|
@@ -0,0 +1,8 @@
|
|
1
|
+
cursor_boilerplate/__init__.py,sha256=fNOyX5PWOth_NRK0jMtT8zTeiViIztHHz0FylQfqRzQ,22
|
2
|
+
cursor_boilerplate/cli.py,sha256=9i1IEZcaIpFr3tFX3lereiYMjW2F2J7N4CyJcjMNjg8,1506
|
3
|
+
cursor_boilerplate/.cursor/rules/always.mdc,sha256=-HPxppI_IfKUOwlBD0kqpzaKHczycqEfzcItR3Vkf7c,1735
|
4
|
+
cursor_boilerplate-0.7.3.dist-info/METADATA,sha256=qXuXh1jaJpdiPGoWbNYVYzHAylv1r2AkVfGamYKFrgg,1017
|
5
|
+
cursor_boilerplate-0.7.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
6
|
+
cursor_boilerplate-0.7.3.dist-info/entry_points.txt,sha256=gD8ysizP4178GaTgjq9pSphgrTkKaZxOAvMEovAmB7E,67
|
7
|
+
cursor_boilerplate-0.7.3.dist-info/top_level.txt,sha256=y8dzxEXg0CC4ruHYL8vncncXIsOpqUqGV-8kqErgMHU,19
|
8
|
+
cursor_boilerplate-0.7.3.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
cursor_boilerplate/__init__.py,sha256=fNOyX5PWOth_NRK0jMtT8zTeiViIztHHz0FylQfqRzQ,22
|
2
|
-
cursor_boilerplate/cli.py,sha256=9i1IEZcaIpFr3tFX3lereiYMjW2F2J7N4CyJcjMNjg8,1506
|
3
|
-
cursor_boilerplate/.cursor/rules/always.mdc,sha256=ngDQZ7PTntSEQS0trB6ZKFHndQTaEFPoQNqFuSpG4RA,1652
|
4
|
-
cursor_boilerplate-0.7.2.dist-info/METADATA,sha256=ETqMON0UooXkzWdf824iBPm8pmD0wA7wk6pP-BzPGio,1017
|
5
|
-
cursor_boilerplate-0.7.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
6
|
-
cursor_boilerplate-0.7.2.dist-info/entry_points.txt,sha256=gD8ysizP4178GaTgjq9pSphgrTkKaZxOAvMEovAmB7E,67
|
7
|
-
cursor_boilerplate-0.7.2.dist-info/top_level.txt,sha256=y8dzxEXg0CC4ruHYL8vncncXIsOpqUqGV-8kqErgMHU,19
|
8
|
-
cursor_boilerplate-0.7.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|