Skip to content

Commit bb2d455

Browse files
committed
docs: refine deployment advisor copy
1 parent b637ab8 commit bb2d455

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
## ✨ What It Does
3434

35+
**🎓 Project Deployment Advisor**
36+
3537
`lander-new` is for users who are not yet comfortable reading development projects or running server deployments. Give an agent an unfamiliar GitHub project, and it helps the agent quickly explain what the project is, where it should run, and how to move through installation, deployment, verification, and handoff on a confirmed route.
3638

3739
It is designed to work with an agent, not replace the agent as a universal deployment engine. You can provide a GitHub repository, product website, or official docs page; it starts with shallow recognition, then reports the project purpose, official entrypoint, suggested environment, deployment difficulty, and visible risks before asking whether to continue.
3840

39-
It is not an automatic deployment engine that starts changing things as soon as it sees a repository. Even when the first request asks for installation, deployment, or launch, it performs read-only analysis first and asks whether to continue after proposing a route.
40-
41-
`lander-new` starts lightweight by default. Simple projects keep only the necessary steps, while complex projects expand into component mapping, environment preflight, public ingress, sensitive configuration, and handoff records. After classification, it loads one primary route plus only the conditional rules that actually match, so simple tasks do not carry unrelated guidance.
41+
It is more like a project deployment advisor than an automatic construction crew: it helps the agent understand the project, choose a route, flag risks, and then move through deployment only after confirmation.
4242

4343
**How It Works**
4444

@@ -48,7 +48,7 @@ It is not an automatic deployment engine that starts changing things as soon as
4848

4949
- 🧭 **Semantic routing**
5050

51-
Selects a lightweight route or service route from project evidence and the user's goal. It continues only through officially supported paths instead of forcing every repository into the same deployment workflow.
51+
Selects a lightweight route or service route from project evidence and the user's goal. After classification, it loads one primary route plus only the conditional rules that actually match instead of forcing every repository into the same deployment workflow.
5252

5353
- ⚖️ **Adaptive depth**
5454

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
## ✨ 能做什么
3434

35+
**🎓 项目部署顾问**
36+
3537
`lander-new` 面向的是不熟悉项目开发和服务器部署的用户:把一个陌生 GitHub 项目交给 Agent 后,先快速看懂它是什么、适合跑在哪里,再按确认过的路线完成安装、部署、验证和交接。
3638

3739
它适合配合 Agent 使用,而不是替代 Agent 成为“万能部署器”。你可以给它 GitHub 仓库、产品官网或官方文档页;它会先做浅层识别,说明项目用途、官方入口、建议环境、部署难度和明显风险,再询问是否继续。
3840

39-
它不是“拿到仓库就直接开部署”的自动部署引擎。即使你第一句话已经要求安装、部署或上线,它也会先完成只读分析,并在给出建议路线后询问是否继续。
40-
41-
`lander-new` 默认从轻量流程开始:简单项目只保留必要步骤;复杂项目才展开组件关系、环境预检、公网入口、敏感配置和交接记录。完成分类后,它只读取一个主要路线和实际命中的条件规则,避免为简单任务加载无关文档。
41+
它更像项目部署顾问,而不是自动施工队:先看懂项目、判断路线、提醒风险,再在你确认后协助 Agent 稳定推进部署。
4242

4343
**工作方式**
4444

@@ -48,7 +48,7 @@
4848

4949
- 🧭 **语义分流**
5050

51-
根据项目证据和用户目标选择轻量路线或服务路线;只在官方支持的方案中继续,不把所有仓库都套成同一种部署流程。
51+
根据项目证据和用户目标选择轻量路线或服务路线;完成分类后只读取一个主要路线和实际命中的条件规则,不把所有仓库都套成同一种部署流程。
5252

5353
- ⚖️ **自适应深度**
5454

0 commit comments

Comments
 (0)