gitextract_y3t1lzk1/ ├── .github/ │ └── workflows/ │ └── deploy.yml ├── .gitignore ├── .vitepress/ │ └── config.mts ├── README.md ├── docs/ │ ├── 1-1_why_hard.md │ ├── 1-2_what_is_win.md │ ├── 1-3_advantage.md │ ├── 1-4_not_you.md │ ├── 2-1_what_wisdom.md │ ├── 2-2_where_wisdom.md │ ├── 2-3_wisdom_framework.md │ ├── 2-4_build_wisdom.md │ ├── 3-1_what_influence.md │ ├── 3-2_what_resource.md │ ├── about.md │ ├── draft/ │ │ └── 1-2_what_is_win copy.md │ └── working.md ├── index.md ├── index_backup.md ├── license.txt └── package.json