docs: add AnchorIR specification - #76
Open
anteloper-c wants to merge 5 commits into
Open
Conversation
Codex AI 自动审查
审查摘要
本 PR 仅新增 AnchorIR 规范文档。双 Track 白名单、Forbidden/Unknown 规则、两阶段验证 API 和 Adapter→Backend hook 链路与现有实现一致;唯一确认的问题是变更日志将 eb9bd80 的日期写成 2026-05-08,而仓库 Git 历史显示为 2026-04-15。本地确定性 CI 检查在目标合并提交上成功完成构建及相关 smoke/序列化/性能阶段;文档本身未进行运行时测试。 贡献者目标与实现情况
需要处理的问题1. [低风险] 基础白名单变更日志日期与实际提交历史不一致
可点击代码定位链接固定到本次测试提交,便于提交者修复和审核者核对代码功能;已验证行号的问题链接到具体行,仅能确认文件的问题链接到文件并标注行号待核对。 验证情况
剩余风险未报告剩余风险。 变更文件查看变更文件
|
anteloper-c
requested a deployment
to
local-ci-fork-approval
August 20, 2026 08:57 — with
GitHub Actions
Waiting
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.
背景
AnchorIR 已具备双 Track 基础白名单、Forbidden 集合和两阶段验证能力,但项目中缺少集中、明确的规范文档,用于说明 IR 生产路径与 Backend 之间的交付契约及治理边界。
主要变更
docs/anchor_ir_spec.md;影响范围
本 PR 仅新增规范文档,不修改现有代码、公共 API、基础白名单集合或运行时行为。