Skip to content

Commit 5006098

Browse files
fix: update Context Engineering link and add @vuepress/helper dependency
- Replace WeChat article link with internal javaguide.cn link for Context Engineering - Add @vuepress/helper to package.json dependencies (needed by CI) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c6a1819 commit 5006098

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/ai-coding/practices/the-cool-tricks-for-vibe-coding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ pnpm lint
275275

276276
## 上下文别越堆越乱
277277

278-
小 G 之前写过一篇 [Context Engineering](https://mp.weixin.qq.com/s/qmhnwYGAYE6dWcMZw22j0A),里面有个观点放到 Vibe Coding 里也很适用:**上下文窗口大不等于效果好——窗口能装更多东西,但模型能不能稳定找到重点,是另一回事。**
278+
小 G 之前写过一篇 [Context Engineering](https://javaguide.cn/ai/agent/context-engineering.html),里面有个观点放到 Vibe Coding 里也很适用:**上下文窗口大不等于效果好——窗口能装更多东西,但模型能不能稳定找到重点,是另一回事。**
279279

280280
![上下文为什么会失效](https://oss.javaguide.cn/github/javaguide/ai/context-engineering/why-does-the-following-content-fail.png)
281281

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@vuepress/bundler-vite": "2.0.0-rc.28",
47+
"@vuepress/helper": "2.0.0-rc.128",
4748
"@vuepress/plugin-docsearch": "2.0.0-rc.128",
4849
"@vuepress/plugin-feed": "2.0.0-rc.128",
4950
"husky": "9.1.7",

0 commit comments

Comments
 (0)