docs(u6-plugin-docs-drift): plugin stage 文書の自動起動記述を advisory ladder の実挙動へ整合させる - #2477
Conversation
…advisory ladder behaviour Replace the stale 'Amadeus never runs it automatically' sentence in the formal-model-check and pr-convergence stage docs with the three-branch autonomy description: under none a human decides, under semi/full an advisory routes through the autonomy ladder as a question occurrence (amadeus-advisory-choice.ts) and a run-now decision starts the stage unattended (#2318). Docs-only change; no occurrence kind added (FR-6b).
|
Warning Review limit reached
Next review available in: 38 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Comment |
概要(Bolt: u6-plugin-docs-drift / intent 260807-autonomy-reachability)
plugins/formal-model-check/stages/formal-model-check.md:27とplugins/pr-convergence/stages/pr-convergence.md:27の「Amadeus never runs it automatically」を、#2318 で実装済みの advisory→question ルーティング(amadeus-advisory-choice.ts:521,:576-586)の実挙動へ整合させる(FR-6a)。none: 人間が起動判断(advisory は提示のみ)semi/full: advisory がquestionoccurrence として autonomy ladder に掛かり、run-now裁定で無人起動しうる(それ以外は human fallback)scopes: [](stock 非所属)の記述は不変。新 occurrence kind の追加なし(FR-6b)検証
bash tests/run-tests.sh --ci)RESULT: PASSレビュー
Refs #2378 (record: amadeus/spaces/default/intents/260807-autonomy-reachability)
Note
Low Risk
Markdown-only; no runtime, auth, or data-path changes.
Overview
Documentation-only update to
formal-model-checkandpr-convergenceplugin stage docs so they match advisory→question routing inamadeus-advisory-choice.ts(FR-6a), instead of stating that Amadeus never runs these stages automatically.Both files now describe how a run can start by Intent autonomy mode: under
none, humans decide; undersemi/full, engine advisories becomequestionoccurrences on the autonomy ladder, and arun-nowdecision can start the stage unattended, with other ladder outcomes falling back to a human. Opt-in boundaries (scopes: [], explicit--stage, no stock workflow membership) are unchanged.Reviewed by Cursor Bugbot for commit 1d0fc40. Configure here.