feat: +annotation

This commit is contained in:
莘权 马 2023-11-27 15:38:46 +08:00
parent 16226a2e11
commit 512e205cd0
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
@File : project_management.py
@Modified By: mashenquan, 2023/11/27.
1. Divide the context into three components: legacy code, unit test code, and console log.
2. Move the document storage operations related to WriteDesign to the save operation of WriteDesign.
2. Move the document storage operations related to WritePRD from the save operation of WriteDesign.
3. According to the design in Section 2.2.3.5.4 of RFC 135, add incremental iteration functionality.
"""
import json

View file

@ -7,6 +7,7 @@
@Modified By: mashenquan, 2023/11/27.
1. According to Section 2.2.3.1 of RFC 135, replace file data in the message with the file name.
2. According to the design in Section 2.2.3.5.2 of RFC 135, add incremental iteration functionality.
3. Move the document storage operations related to WritePRD from the save operation of WriteDesign.
"""
from __future__ import annotations