feat: 增加安全自托管与回测一致性路径#148
Open
mirror29 wants to merge 5 commits into
Open
Conversation
移除因子评估对已知错误回测器的调用,并注销对应 HTTP 路由,避免输出不可审计的金融结论。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
复用 paper 回测内核输出固定 180 天的四态一致性证据,不改变通用回测契约或默认窗口。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
身份中间件只记录已筛选的配置元数据,移除原始请求头日志并用回归测试保护密钥边界。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
提供本机绑定的完整 Docker 栈、账户初始化和用户级密钥配置文档,同时在构建与 CI 中防止环境密钥泄露或配置漂移。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying inalpha-web with
|
| Latest commit: |
3aa6636
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6453e3b5.inalpha-web.pages.dev |
| Branch Preview URL: | https://worktree-adoption-selfhost-s.inalpha-web.pages.dev |
|
Review base: 8d467b5 🤖 GLM-5.2 PR Review |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
Summary
paper.assess_window_consistency,复用 paper 内核并明确四态窗口一致性证据。Test plan
pnpm --dir packages/orchestration exec vitest run tests/identity.test.ts tests/factor-discovery.test.ts tests/tools.test.ts(52 passed)pnpm --dir packages/orchestration typecheckDATABASE_URL=... JWT_SECRET=... uv --project services/factor run pytest services/factor/tests/test_api.py(8 passed)uv --project services/factor run ruff check .bash scripts/check-consistency.shconfig --quiet校验up --build:当前环境拉取 Docker Hub BuildKit frontend 时网络超时,待网络恢复后复跑。🤖 Generated with Claude Code