Skip to content

feat(routes): add ultra-flow and release cross-domain routes - #12

Merged
LeXwDeX merged 3 commits into
mainfrom
feat/ultra-flow-release-routes
Aug 17, 2026
Merged

feat(routes): add ultra-flow and release cross-domain routes#12
LeXwDeX merged 3 commits into
mainfrom
feat/ultra-flow-release-routes

Conversation

@LeXwDeX

@LeXwDeX LeXwDeX commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Closes #11

内容

  • ultra-flow-route.yaml:六积木超流(探索→设计→开发→验收→发布→汇总)+ 五道分级检查点
    • 轻量方向判定 ×3(verdict: continue/replan,replan 唤醒父会话 additive 重规划,findings 注入,回环 ≤3)
    • 独立取证三件套 ×2(设计→开发、验收→发布两道重门,独立 standards/intent 证据 + 决策节点)
    • 发布积木可由父对话重定向时删除,其检查点随之消失
  • release-route.yaml:发布装配——机制探测 → 版本推导(latest tag + commit 类型)→ 人工门(默认 hold,父会话注入确认才 publish)→ 发布执行 → 验证 → 报告(native report delivery)
  • README:新增"跨域路线"一节;7 域 full/lite 定策不变

验证

两个模板均通过 portable profile validate(15 节点 / 6 节点,零 error 零 warning)。Closes #11

Six-block ultra-flow (exploration → design → development → acceptance →
release → summary) with five graded checkpoints: three light direction
verdicts (continue/replan) and two independent-evidence trios at the
design→development and acceptance→release boundaries. Release route assembles
mechanism probe, version derivation, default-hold human gate, publish, and
verification. Domains stay at 7×(full+lite); README documents the new route
class.
The validator hardcoded the 7-domain full/lite pair catalog, so the new
ultra-flow-route and release-route templates failed the gate. Declare the
cross-domain routes as an explicit allowlist: they keep config/name
validation and join the route-name reference check, but bypass the lite
topology rules, which apply to domain pairs only.
The guardrail tests copy the catalog into a temp dir before running the
validator; with the cross-domain allowlist added they must seed
release-route.yaml and ultra-flow-route.yaml too, or every case fails at
the exact-catalog gate before reaching the behavior under test.
@LeXwDeX
LeXwDeX merged commit 3a933ee into main Aug 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(templates): add ultra-flow-route and release-route templates

1 participant