Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:57 +08:00
commit 8e2bf0df9d
9 changed files with 161 additions and 0 deletions

9
commands/load-context.md Normal file
View File

@@ -0,0 +1,9 @@
# Load Context
You will inspect the code under the directory $ARGUMENTS and load it into context. You MUST
focus on understand the the project structure, and key concepts. You will NOT write any code.
Your goal is to build an understanding of the project so that you can effectively plan changes
and execute changes to it.
### Important rules
Do not use subagents. You your self MUST inspect the code so that YOU understand it.