Conversation
- 3-OS build+test on push/PR, fmt/clippy -D warnings and cargo-deny gates - weekly (biweekly) full cargo-mutants + PR diff-scoped mutants, >=90% kill-rate gate via scripts/mutants_gate.py - rust-toolchain.toml, dependabot, deny.toml, license fields, .gitignore hygiene - CONTRIBUTING/SECURITY/CODE_OF_CONDUCT, issue/PR templates, README badges - #[ignore] qwen3 model test and live-LLM sliding-window test; clippy cleanup
…ed spin - allow NCSA and CDLA-Permissive-2.0 licenses (transitive via rav1e/webpki-roots) - scope unmaintained advisories to none (transitive deps pinned by embed_anything 0.6.7, no safe upgrade); vulnerabilities stay denied - document and ignore 4 unfixable transitive vulnerabilities (lopdf, rustls-webpki) until embed_anything upgrade - cargo update -p spin 0.10.0 -> 0.10.1 (un-yank)
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.
摘要
为项目接入 GitHub Actions CI 与开源仓库规范,基座为 dev 分支。
变更内容
.github/workflows/ci.yml):push/PR 触发 Windows/Ubuntu/macOS 三平台cargo build --workspace --all-targets+cargo test --workspace;fmt/clippy-D warnings与 cargo-deny 审计(Ubuntu)。.github/workflows/mutants.yml):PR 按 diff 范围运行cargo mutants --in-diff,每周(每隔一周、ISO 奇数周周一)全量运行;统一用scripts/mutants_gate.py以杀灭率 ≥90% 门禁并上传报告。#[ignore](CI 默认只跑 bge-small-zh 模型测试)。ppr_toy_graph_init_ab浮点断言(单向 → 双向容差 1e-6)与test_access_time_span秒级截断抖动。MemoryNote::links_mut。rust-toolchain.toml、Dependabot(cargo + github-actions)、deny.toml、各 crate 补license = "MIT"。验证
-D warnings、cargo test --workspace全绿。mutants-pr工作流端到端跑通,Python 门禁输出kill_rate=100.0% >= 90%. PASS(upload-artifact 在 act 下缺 ACTIONS_RUNTIME_TOKEN 为 act 已知限制,GitHub 上正常)。注意事项