docs: align claude /diary-notion slash command contract - #6
Merged
Conversation
Add the "현재 구현 계약" section and carryover=true rule to the Claude /diary-notion slash command so it matches the implementation contract the Codex $diary-notion skill carries (PR #5): push is row-only, ensure is the separate maintenance command, containment uses parent_index → native sub-items, legacy Parent Task/Sub-items are compatibility-only, Depends On is top-level prerequisites only, and project never writes "unknown". Codex skill content stays on the codex branch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
개요
Claude
/diary-notion슬래시 커맨드를 native 하위항목 구현 계약에 맞춘다. Codex$diary-notion스킬을 맞춘 PR #5와 대칭이며, 각자 자기 에이전트 파일만 수정한다.변경
src/claude_diary/cli/setup.py의DIARY_NOTION_SLASH_COMMAND에 "현재 구현 계약" 추가:/diary-notion은 row push 전용,ensure는 별도 정비 명령parent_index→ native 하위항목, 미활성 시 push + 안내Parent Task/Sub-items는 호환용, JSON 직접 지정 금지Depends On은 최상위 메인 작업 선행에만project에"unknown"금지tests/test_setup.py에 Claude 커맨드 parity 단언 추가.검증
657 테스트 통과.
🤖 Generated with Claude Code