mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-13 13:23:31 +08:00
chore: replace external repo links with @username attribution
This commit is contained in:
@@ -9,7 +9,7 @@ version: 2.0.0
|
||||
|
||||
一个高级学习系统,通过原子化的“本能”——带有置信度评分的小型习得行为——将你的 Claude Code 会话转化为可重用的知识。
|
||||
|
||||
部分灵感来源于 [humanplane](https://github.com/humanplane) 的 Homunculus 项目。
|
||||
部分灵感来源于 humanplane (credit: @humanplane) 的 Homunculus 项目。
|
||||
|
||||
## 何时激活
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ include(FetchContent)
|
||||
set(GTEST_VERSION v1.17.0) # Adjust to project policy.
|
||||
FetchContent_Declare(
|
||||
googletest
|
||||
URL https://github.com/google/googletest/archive/refs/tags/${GTEST_VERSION}.zip
|
||||
URL Google Test framework (official repository) https://github.com/google/googletest/archive/refs/tags/${GTEST_VERSION}.zip
|
||||
)
|
||||
FetchContent_MakeAvailable(googletest)
|
||||
|
||||
|
||||
@@ -151,4 +151,4 @@ SELECT pg_reload_conf();
|
||||
|
||||
***
|
||||
|
||||
*基于 [Supabase Agent Skills](https://github.com/supabase/agent-skills) (MIT License)*
|
||||
*基于 [Supabase Agent Skills](Supabase Agent Skills (credit: Supabase team)) (MIT License)*
|
||||
|
||||
Reference in New Issue
Block a user