docs(plans): phase-00 skeleton 끊긴 상대경로 링크 3건 수정 - #91
Merged
Conversation
docs/superpowers/plans/2026-05-01-zero-code-phase-00-skeleton.md의 "See:" 블록 링크 3건이 plans/ 디렉토리 기준 상대경로가 틀려 모두 끊겨 있었다: - Design spec: docs/superpowers/specs/... → ../specs/... (leading ../ 누락) - Implementation index: docs/superpowers/plans/... → ./... (중복 prefix) - MIGRATION.md: ./MIGRATION.md → ../../../MIGRATION.md (repo 루트 파일) 세 타겟 모두 존재 확인. harness-integrity 감사에서 검출·교차검증.
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.
무엇
docs/superpowers/plans/2026-05-01-zero-code-phase-00-skeleton.md의 "See:" 블록 링크 3건이plans/디렉토리 기준 상대경로가 틀려 모두 끊겨 있었다. 기계적 경로 수정:docs/superpowers/specs/…design.md../specs/…design.mddocs/superpowers/plans/…index.md./…index.md./MIGRATION.md../../../MIGRATION.md세 타겟 파일 모두 존재 확인(
test -f✓). 내부 planning 문서라 런타임/빌드 영향 없음.왜
멀티에이전트 harness-integrity 감사에서 검출·교차검증. #90의 기계적 경로 오류 3건(items 1-3)에 해당 — anticipatory 링크(items 4-6: PUBLIC_INSTANCE.md / REGISTERING_AN_APP.md / DEPLOY.md)는 생성 vs delink 판단이 필요해 본 PR 범위 밖, #90에서 별도 추적.
Closes #90 의 1-3 항목 (4-6은 별도)
Refs #90