diff --git a/工程/ClaudeCode.md b/工程/ClaudeCode.md index d5624d6..bfffeb4 100644 --- a/工程/ClaudeCode.md +++ b/工程/ClaudeCode.md @@ -186,3 +186,14 @@ specify init . --ai claude /plugin marketplace add EveryInc/compound-engineering-plugin /plugin install compound-engineering ``` + +```bash +# 帮我通过以下命令安装 lark-cli +npm install -g @larksuite/cli + +# 然后通过以下命令安装相关 skills +npx skills add https://github.com/larksuite/cli -y -g + +# 然后通过以下命令配置应用 +lark-cli config init --new +``` diff --git a/知识/金鹏.md b/知识/金鹏.md index 391f391..d958b1e 100644 --- a/知识/金鹏.md +++ b/知识/金鹏.md @@ -71,6 +71,7 @@ - Memory 的最小闭包不是"文档块",而是 (Ledger, Views, Policy) 三件套 - Memory 的基本单位应当是 event 序列,但"直接用 event 流"不等于可用系统 - [DESIGN.md](https://getdesign.md/) + - ![-](./金鹏/20260410/20260410-002.png) ## 2026-03-27 diff --git a/知识/金鹏/20260410/20260410-002.png b/知识/金鹏/20260410/20260410-002.png new file mode 100644 index 0000000..2a9c38e Binary files /dev/null and b/知识/金鹏/20260410/20260410-002.png differ