confluence-mdx: reverse-sync lifecycle 가이드를 갱신합니다#1037
Open
jk-kim0 wants to merge 1 commit into
Open
Conversation
offline diagnostic과 online manifest publish 경계를 skill과 CLI help에 반영합니다. 존재하지 않는 option 안내를 제거하고 branch에서 무시되던 page option을 fail-fast 처리합니다. Co-Authored-By: Codex <noreply@openai.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
repository의 reverse-sync skill과 CLI help를 현재 offline diagnostic / online manifest publish lifecycle에 맞춥니다.
verify/debug가 diagnostic이며push_eligible=false임을 명확히 합니다.push --dry-run, inline publish, explicitpush --manifest의 차이를 설명합니다.--yes경계를 문서화합니다.not_attempted,resume_manifests를 추가합니다.var/pages.yaml과--xhtml안내를 현재pages.qm.yaml,--page-id,--page-dir로 수정합니다.--page-id와--page-dir를 fail-fast로 거부합니다.OpenSpec
openspec/changes/complete-reverse-sync.agents/skills/reverse-sync/SKILL.md의 current lifecycle/artifact 경로 동기화Safety impact
pass를 publish 가능한 proof로 오해하지 않도록 합니다.--yes가 safety gate를 우회한다는 오해를 막습니다.Test plan
make test-reverse-sync: golden 16 passed, regression 43 passedopenspec validate complete-reverse-sync --strictpages.yaml/--xhtmlreference searchgit diff --checkcompileallStack
main으로 변경할 수 있습니다.🤖 Generated with Codex
Co-Authored-By: Atlas atlas@jk.agent