issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:Java linked:pr
Filter by
3.2M results
intelli-aigc-service 的 application.yml 配置了 dubbo.scan.base-packages: com.intellihub.aigc.dubbo,但代码里根本没有这个包,也没有
@DubboService 实现。启动时会抛异常。
建议直接删除该配置。
vite.config.ts 里代理规则写的是 /api,匹配太宽泛,导致前端路由 /api-market 也被代理到 localhost:8080,返回 500。
建议改成 /api/,只让 /api/xxx 走后端,避免误伤前端路由。
项目里各 src/api/*.ts 对后端响应结构的定义不统一,有的自己写 ApiResponse T ,有的直接 import request from ./request 拿到 axios
实例。结果调用方拿到的类型五花八门,vue-tsc 会报 res.code 不存在、res.data 类型不对等错误,构建也过不了。
建议统一在 src/api/request.ts 里导出全局 ApiResponse ...
설명
- 메인 AI 리뷰는 CodeRabbit을 계속 사용하되, CodeRabbit 무료 한도가 소진되어 리뷰를 못 받는 경우의 대체 수단으로 Claude PR 리뷰를 도입합니다.
- 자동 리뷰는 사용하지 않고, 필요할 때 @claude 멘션으로 명시적 호출해서만 동작하게 합니다. (한도가 남아있을 땐 CodeRabbit만 사용)
- 리뷰 기준은 ...
enhancement
Parent: #708
Problem
The repo already has useful SKILL.md lint, but the instruction-surface cleanup needs regression guards for the specific
drift we are trying to prevent: lifecycle wording that implies ...
documentation
enhancement
workflow
Parent: #708
Problem
The README and operator guide already contain the right information, but advanced adapter readiness and provider/model
policy details appear too early. The default workflow should ...
documentation
enhancement
workflow
Parent: #708
Problem
relay-dispatch and relay-review SKILL.md files expose too many adapter/provider/model variants in the hot path. That
makes the default instructions harder to execute and makes examples ...
documentation
enhancement
workflow
Parent: #708
Problem
/relay is the front door, but its current description can be read as including merge in the normal full cycle. The body
correctly says to stop at ready_to_merge unless the user explicitly ...
documentation
enhancement
workflow
Context
We want dev-relay to move toward clearer, simpler, more precise instructions without trying to become a tiny
mattpocock-style skill set. The goal is to keep relay s safety contracts while reducing ...
documentation
enhancement
epic
workflow
Problem
The current PCC-K path checks proof-node shape, rule-name coverage, earlier-premise references, digests, modes, and
selected safety invariants, but does not yet verify for every primitive rule ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.