云开别径,八合一仓可远行 · Add server entry and monorepo design#26
Merged
Conversation
Add @arcships/light-ocr-server as an optional deployment artifact in the product entries table. Clarify that REST API server is distinct from the deferred MCP server — it can ship independently as a Docker-based deployment pattern without blocking the CLI main path. Introduce docs/monorepo-design.md covering npm workspaces layout, package dependency graph, migration staging (phases 0–4), independent version strategy, and Docker build approach for the server package. Roadmap §3.4 now anchors the monorepo as engineering infrastructure to be executed at N2 startup, keeping N1 CLI resources unblocked.
4 tasks
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.
变更概要
Roadmap 更新
@arcships/light-ocr-server作为可选部署制品加入产品入口表新增文档
docs/monorepo-design.md:背景
PR #24 提出了 HTTP REST API + Docker 的 server-side OCR 方案。实现质量不错,但当前仓库还是单包结构,直接放
server/目录会与后续的多包演进冲突。这次更新先明确了 server 的产品定位和 monorepo 工程路径,让 server 可以按正确的节奏落地。