docs(microduck): move alignment report out of repo to PR comment (issue #1457) - #1466
Merged
TATP-233 merged 1 commit intoSep 3, 2026
Conversation
…sue #1457) The alignment report is experiment evidence, not a maintained artifact; publish it as a comment on the integration PR instead of tracking it in git.
This was referenced Sep 3, 2026
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.
背景
Roadmap #1452 的最终 PR #1464 已合入,其中
scripts/microduck_alignment_report.md是一次性对比实验证据,不属于需要长期维护的仓库资产。按 maintainer 要求,报告全文改发到 #1464 评论区,仓库内删除该文件。scripts/microduck_alignment_compare.py生成脚本与其测试保留,报告可随时用--output重新生成。Validation
make test-all于最终 head c4587e1 通过(2554 passed;benchmark module-mode 35/36、script-mode 36/37,仅 platform-optional mlx 跳过)。Related to #1457