Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:07 +08:00
commit 366407c7c0
10 changed files with 295 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# [Title]
<purpose>
Brief description of what needs to be accomplished and why.
</purpose>
<requirements>
- Requirement 1
- Requirement 2
- Requirement 3
</requirements>
<implementation>
High-level technical approach and key decisions. Avoid specific code details.
Keep this concise - focus on architecture, patterns, and important constraints rather than detailed implementation.
If code examples are necessary, keep them minimal and illustrative only.
</implementation>
<testing>
How to verify the implementation:
- Test scenario 1
- Test scenario 2
- Test scenario 3
</testing>