Skip to content

confluence-mdx: publish lifecycle을 service로 분리합니다#1047

Open
jk-kim0 wants to merge 1 commit into
jk/refactor-reverse-sync-verification-servicefrom
jk/refactor-reverse-sync-publish-service
Open

confluence-mdx: publish lifecycle을 service로 분리합니다#1047
jk-kim0 wants to merge 1 commit into
jk/refactor-reverse-sync-verification-servicefrom
jk/refactor-reverse-sync-publish-service

Conversation

@jk-kim0

@jk-kim0 jk-kim0 commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary

immutable manifest 발행 lifecycle을 reverse_sync_cli.py에서 package service로 분리합니다.

  • manifest integrity와 typed PatchPlan identity 검증을 publish_service.py로 이동합니다.
  • publisher 호출, semantic postcondition, backup 생성을 하나의 service 경계로 묶습니다.
  • 기존 _load_manifest_push_summary, _do_push, PushConflictError 표면은 호환 adapter로 유지합니다.
  • OpenSpec에는 완료 범위와 남은 batch/online prepare 분리를 구분해 기록합니다.

Verification

  • confluence-mdx/venv/bin/pytest -q confluence-mdx/tests — 1148 passed, 2 skipped
  • openspec validate complete-reverse-sync --strict
  • git diff --check

Stack

🤖 Generated with Codex

## Summary
immutable manifest 발행 lifecycle을 CLI에서 package service로 분리합니다.

- manifest integrity와 typed plan identity 검증을 service로 이동합니다.
- publisher 호출, semantic postcondition, backup 생성을 하나의 경계로 묶습니다.
- 기존 CLI 함수와 PushConflictError 표면을 호환 adapter로 유지합니다.
- OpenSpec에 완료 범위와 남은 batch/online prepare task를 기록합니다.

🤖 Generated with Codex

Co-Authored-By: Atlas <atlas@jk.agent>
@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
querypie-docs Ready Ready Preview, Comment Jul 24, 2026 2:11pm

Request Review

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.

1 participant