docs: 自动更新 llmdoc 文档 (2026-07-18) - #171
Merged
Merged
Conversation
…trypoints The "Routes/Watch/demo-routes flags" doc pass only updated the Go entrypoint. Java (PineServer addRoute/setWatch/load-start/execute/ acquire/close) and C++ (-watch, -demo-routes, ServerConfig::routes, no embedding API by design) gained the same issue #169 surface but their project-overview entries still described the pre-#169 server. Auto-updated by GitHub Actions Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
llmdoc 文档自动更新
由 GitHub Actions 定时任务自动生成,基于过去 24 小时合并到
master分支的代码变更。本次变更
过去 24 小时的提交集中在 issue #169(跨运行时自定义路由 / Watch 开关 / 嵌入 API),其中大部分 llmdoc 已随功能提交同步更新(
dag-engine.md、pine-cpp-runtime.md、cross-layer-validation.md、standard-workflow.md、knowledge-base reflection 等)。唯一遗漏:
llmdoc/overview/project-overview.md的「Routes/Watch/demo-routes flags」补充只更新了 Go 入口点,而 Java 与 C++ 入口点同样获得了这套 issue #169 能力,描述仍停留在 #169 之前。本 PR 补齐:addRoute(Route)自定义路由(Ingress/Egress)、setWatch(false)关闭热加载、嵌入 API(load()/start()分离、execute(...)、acquire()→Handle、close())。-watch=true|false/-demo-routesflag、ServerConfig::routes+ socket-freevalidate_routes、以及「C++ 有意不提供嵌入 API」的决策说明。请检查文档内容是否准确后合并。
🤖 Generated with Claude Code