chore: set up Cloud Agent development environment - #4
Draft
jamiesun wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Jett Wang <jamiesun@users.noreply.github.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.
目的
为 Cloud Agent 配置 LexSource 的开发环境,验证可以跑 lint/test、灌数据、启动应用并完成一次端到端操作。
变更
AGENTS.md:新增## Cursor Cloud specific instructions,记录 Bun 运行时来源、bun test是唯一校验闸门(tsc --noEmit的测试文件类型噪声不作门禁)、var/需先ingest-fixtures灌数据、以及端到端手工验证路径。环境配置
1.3.14(与 CIoven-sh/setup-bun对齐),装在~/.bun并软链到/usr/local/bin/bun,由 VM 快照保留。bun install --frozen-lockfile。验证结果
bun install --frozen-lockfilebun testbun src/cli.ts ingest-fixturesbun --hot src/server.tshttp://127.0.0.1:8787健康{"ok":true,"items":3}POST /api/intel/ingest→ 查可投标 → 导出 Markdown情报台 GUI 演示(加载列表 → 仅可投标过滤 → 详情 → Markdown/Word 导出)已录屏验证通过。