confluence-mdx: reverse-sync manifest push를 명시화합니다#1034
Open
jk-kim0 wants to merge 1 commit into
Open
Conversation
검증된 실행을 다시 발행할 때 latest pointer 대신 explicit manifest 경로만 사용합니다. 발행 직전에 PatchPlan intent coverage와 local proof artifact/gate 결합을 다시 검증합니다. Co-Authored-By: Codex <noreply@openai.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Jul 24, 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.
Summary
검증된 reverse-sync 실행을 나중에 발행할 때 latest pointer가 아니라 명시적인 immutable manifest만 선택하도록 publish 경계를 완성합니다.
reverse-sync push --manifest <manifest.json>경로를 추가하고 online verify와 분리합니다._do_push()가 keyword-onlymanifest_path를 반드시 받게 하고reverse-sync.manifest.pathfallback을 제거합니다.intent_complete를 신뢰하지 않고 intent별 executable operation coverage를 재계산합니다.local-proof.json의 base/candidate/plan hash와 gate 결과를 manifest와 교차 검증합니다.--manifest와 MDX/branch/diagnostic 옵션을 상호 배타적으로 만들고 confirmation에 run ID, page/version, change/operation 수, candidate hash를 표시합니다.--yes는 confirmation만 생략하며 무결성·proof·preflight·postcondition gate는 그대로 실행합니다.OpenSpec
openspec/changes/complete-reverse-syncSafety impact
stale_verification으로 차단합니다.Test plan
make test-convert: 21 passedmake test-reverse-sync: golden 16 passed, regression 43 passedmake test-byte-verify: fast/splice 각각 21/21 passedopenspec validate complete-reverse-sync --strictgit diff --checkcompileallStack
main으로 변경할 수 있습니다.🤖 Generated with Codex
Co-Authored-By: Atlas atlas@jk.agent