Commit Graph

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] e50a79aeaa fix: exclude index.js router aggregator from HLI contract check
The contract-check.js script was requiring schema files for index.js
files in route directories, but index.js files are router aggregators
(not HLI endpoints) and should not have schemas. This caused the
deploy-to-server.yml CD pipeline to fail, preventing persona-studio
backend from being deployed. As a result, users could not login or
access the interactive chat interface.

Error:  [MISSING] index.js → 缺少 src/schemas/hli/auth/index.schema.json

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 08:16:33 +00:00
淑婷陈 21b9d43709 Step 6: 契约校验脚本完成 2026-03-09 15:55:22 +08:00
copilot-swe-agent[bot] 818e7c5d89 feat: add HLI CI/CD pipeline, contract scripts, Copilot instructions and project structure
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-05 09:35:50 +00:00