Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:19 +08:00
commit 92ace25b48
19 changed files with 1219 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
Glossary
===
# Core
<!--
Glossary Table Template
===
| Term | Definition |
|--------------|-------------------------------------------------|
| User | An individual who interacts with the system. |
-->
| Term | Definition |
|--------------|-------------------------------------------------|
| [TERM] | [DEFINITION] |
<!--
Additional Sections
===
The additional sections is designed to domain-specific features. Each section should scope a particular domain or module within the project.
Do not create new sections unless user specifically requests it.
This usually happens in large projects with multiple domains, e.g. `User` has different meanings in `Authentication` and `Analytics` domains.
-->