You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/2021291696/weaver-evolve.git
cd weaver-evolve
# macOS / Linux
bash install.sh
# Windows
powershell -File install.ps1
选项
说明
--force / -Force
覆盖已安装的同名 skill
--dry-run / -DryRun
只看不动
🔗 协作关系
graph TD
W[weaver-自我迭代<br/>全局扫描]
F[file-tidy<br/>文件归位]
D[debug-architect<br/>错误复盘]
M[memory-keeper<br/>记忆管理]
S[skill-optimizer<br/>Skill 优化]
W -->|调用| F
W -->|调用| D
W -.->|互补| M
W -.->|参考| S
Loading
💡 设计哲学
原则
含义
定期,不每次
拉开距离看,才能看到模式而非噪音
路由 > 存储
价值在"下次能找到",不在"记下来了"
自迭代是终局
体系识别自身漏洞,建议新规则、新 Skill
📄 License
MIT
English
The Weaver · Self-Evolution bundled with 4 companion skills.
One clone, full knowledge management coverage.
graph TD
W[weaver-自我迭代]
F[file-tidy]
D[debug-architect]
M[memory-keeper]
S[skill-optimizer]
W -->|calls| F
W -->|calls| D
W -.->|complements| M
W -.->|consults| S
Loading
💡 Philosophy
Principle
Meaning
Periodic, not per-conversation
Run it periodically and you see patterns, not noise
Routing over storage
Value is "finding it when needed," not "saving it"
Self-evolution is the endgame
A system that identifies its own gaps and proposes improvements