Auto-sync: 2026-04-22 12:02

This commit is contained in:
2026-04-22 12:02:55 +08:00
parent 143d1fd105
commit b1e6af2458
54 changed files with 2882 additions and 503 deletions

View File

@@ -0,0 +1,31 @@
---
title: "CodeWeaver"
type: concept
tags: []
last_updated: 2025-12-30
---
## Definition
CodeWeaver 是一个 GitHub 开源工具tesserato/CodeWeaver可将任意代码库编织成一个可导航的 Markdown 文档。
## Key Features
- **树形结构**:将整个项目组织成清晰的树形 Markdown 文件
- **代码块嵌入**:所有代码都塞进代码块中,保持可复制性
- **可导航性**:生成的文档支持跳转和导航
- **AI 友好**:极大地简化了代码库的共享、文档化以及与 AI/ML 工具集成
## Use Cases
- **知识转移**:快速分享复杂代码库的结构
- **AI 上下文注入**:为 AI 代理提供代码库概览
- **文档生成**:自动生成项目文档
## Related Concepts
- [[Vibe Coding]]CodeWeaver 可增强 Vibe Coding 的代码理解能力
## Sources
- [[vibe-coding经验收集]]