tukuaiai e239f9e4b8 refactor(i18n): 重构中文文档结构并同步更新链接 il y a 1 mois
..
Methodology and Principles a072346b08 Add English localization and translation tools. il y a 1 mois
Templates and Resources e239f9e4b8 refactor(i18n): 重构中文文档结构并同步更新链接 il y a 1 mois
Tutorials and Guides e239f9e4b8 refactor(i18n): 重构中文文档结构并同步更新链接 il y a 1 mois
.gitkeep 4780497867 feat: 全面同步本地项目结构与文档更新 il y a 1 mois
README.md e239f9e4b8 refactor(i18n): 重构中文文档结构并同步更新链接 il y a 1 mois

README.md

📖 Document Library (Documents)

The i18n/zh/documents/ directory summarizes project process documents, architecture descriptions, development experiences, and best practices, serving as the primary entry point for understanding methodologies and collaboration rules.

Directory Structure

i18n/zh/documents/
├── README.md
│
├── Methodology and Principles/
│   ├── A Formalization of Recursive Self-Optimizing Generative Systems.md
│   ├── gluecoding.md
│   ├── vibe-coding-Experience_Collection.md
│   ├── Learning_Experience.md
│   ├── Development_Experience.md
│   ├── The_Way_of_Programming.md
│   ├── Glue_Programming.md
│   └── System_Prompt_Construction_Principles.md
│
├── Tutorials and Guides/
│   ├── auggie-mcp_Configuration_Document.md
│   ├── LazyVim_Shortcut_Cheatsheet.md
│   ├── tmux_Shortcut_Cheatsheet.md
│   ├── Method_for_SSH_Linking_Mobile_Phone_to_Local_Computer_Anywhere_Based_on_FRP_Implementation.md
│   └── telegram-dev/
│
└── Templates and Resources/
    ├── Code_Organization.md
    ├── Tool_Set.md
    ├── Recommended_Programming_Books.md
    └── General_Project_Architecture_Template.md

Document Classification

Methodology and Principles

This category contains documents about programming philosophy, development philosophy, and core project principles.

  • A Formalization of Recursive Self-Optimizing Generative Systems.md
  • gluecoding.md
  • vibe-coding-Experience_Collection.md
  • Learning_Experience.md
  • Development_Experience.md
  • The_Way_of_Programming.md
  • Glue_Programming.md
  • System_Prompt_Construction_Principles.md

Tutorials and Guides

This category contains configuration, usage guides, and operation tutorials for specific tools.

  • auggie-mcp_Configuration_Document.md
  • LazyVim_Shortcut_Cheatsheet.md
  • tmux_Shortcut_Cheatsheet.md
  • Method_for_SSH_Linking_Mobile_Phone_to_Local_Computer_Anywhere_Based_on_FRP_Implementation.md
  • telegram-dev/

Templates and Resources

This category contains reusable project templates, code structure specifications, and resource lists.

  • Code_Organization.md
  • Tool_Set.md
  • Recommended_Programming_Books.md
  • General_Project_Architecture_Template.md

Contribute New Documents

  1. Place documents in the most appropriate category directory.
  2. Create new category directories if needed.
  3. Update this README file to reflect changes.

Related Resources