Skip to content

chore(internal): docs/superpowers G1 drill 완전 삭제 + HANDOFF 2026-05-21 정합 + markdown-link-check community-operators ignore - #103

Merged
eightynine01 merged 1 commit into
mainfrom
chore/internal-docs-cleanup-2026-05-21
May 21, 2026
Merged

chore(internal): docs/superpowers G1 drill 완전 삭제 + HANDOFF 2026-05-21 정합 + markdown-link-check community-operators ignore#103
eightynine01 merged 1 commit into
mainfrom
chore/internal-docs-cleanup-2026-05-21

Conversation

@eightynine01

Copy link
Copy Markdown
Contributor

요약

T31 (G1 라이브 drill 자동화) 90% 마감 후 dead artifact 인 docs/superpowers/{specs,plans}/2026-05-17-g1-rejoin-sync-drill-*.md 완전 삭제 + docs/internal/HANDOFF.md 의 2026-05-21 정합 갱신 + community-operators 외부 PR (예: T28 #8109) 의 unauthenticated GitHub fetch 간헐적 404 issue ignore.

변경 파일 (5)

파일 변경
docs/superpowers/specs/2026-05-17-g1-rejoin-sync-drill-design.md 삭제 (-215)
docs/superpowers/plans/2026-05-17-g1-rejoin-sync-drill.md 삭제 (-799)
docs/internal/TASKS.md L46 T31 row spec/plan = docs/superpowers/... 인용 1 문장 제거
docs/internal/HANDOFF.md L7 date 정정 (2026-05-12 → 2026-05-21), L38 T31 row spec/plan 인용 제거, L106-119 "To finish T31" 섹션 → "Audit cleanup cycle (2026-05-21)" 섹션 (17 줄), L125 "TASKS — F01a-T29" → "F01a-T32"
.markdownlinkcheck.json community-operators/pull/ ignorePatterns 추가 (ADR-0024 정합 외부 인프라 timing)

배경

ROADMAP G1 Replica rejoin + Synchronous replication 양쪽 [~]→[x] 마감 (commit dca3fa0, 2026-05-17). T31 90% 진행률은 후속 A.2 pg_rewind 라이브 drill + SMOKE_FAILOVER operator-driven promotion 라이브 trigger 회귀가 별 task 로 위임됨 (TASKS.md T31 row 본문에 명시).

본 cycle 의 산출물 (docs/superpowers/{specs,plans}/) 은 이미 commit hash 로 인용 가능한 상태 — 추가 보존 가치 없음. 사용자 정책 "과거의 데이터 ... 다시 참조하지 않도록 세션내에서도 해당내용 삭제" 정합 git rm (archive 아님).

community-operators PR ignore 추가 근거

T28 진행 중 PR (#8109) 의 GitHub URL 이 unauthenticated markdown-link-check 호출 시 간헐적 404 Not Found 반환 (rate-limit / timing). 실제 상태 검증:

$ gh api repos/k8s-operatorhub/community-operators/pulls/8109 --jq '.state'
"open"

→ ADR-0024 의 외부 인프라 부재 (keiailab.com/assets 미배포 + gh-pages 미배포) 와 동일 카테고리. markdown-link-check 의 외부 link 검증 한계 명시적 ignore. 신규 dead link 차단 정책은 유지.

증거

  • grep -rln 'docs/superpowers' . (excl .git/ + /_archive/) = 1 hit (본 PR 의 HANDOFF.md "Audit cleanup cycle" 섹션 내 본 PR 흔적 인용 1 줄, 의도적 evidence)
  • docs/superpowers/ 디렉토리 자체 삭제 (마지막 파일 제거 + 빈 디렉토리)
  • pre-push 12 hook 모두 PASS:
    • ✔️ full-lint (1.52s)
    • ✔️ markdown-link-check (0.61s) — community-operators ignore 통과
    • ✔️ unit-test (19.06s)
    • ✔️ gitleaks / go-licenses / go-mod-tidy / govulncheck / helm-lint / helm-template / kube-linter / platforms-amd64-guard / version-sync

🤖 Generated with Claude Code

…5-21 정합

T31 (G1 라이브 drill 자동화 — replica rejoin + sync replication RPO=0) 의
spec/plan 산출물은 90% 마감 + ROADMAP G1 `[x]` 처리 완료. 후속 A.2 pg_rewind
드릴은 별 task 로 위임됨 — 본 산출물은 dead artifact 로 완전 삭제.

변경:
- D docs/superpowers/specs/2026-05-17-g1-rejoin-sync-drill-design.md (-215)
- D docs/superpowers/plans/2026-05-17-g1-rejoin-sync-drill.md (-799)
- M docs/internal/TASKS.md L46: T31 row 의 `spec/plan = docs/superpowers/...`
  인용 1 문장 제거
- M docs/internal/HANDOFF.md:
  · L7: "Current state (2026-05-12, ...)" → "Current state (2026-05-21, ...)"
  · L38: T31 row 의 `spec/plan = docs/superpowers/...` 인용 1 문장 제거
  · L106-119: "### To finish T31" 섹션 14 줄 → "## Audit cleanup cycle
    (2026-05-21)" 17 줄로 대체 (작업 흔적 + 증거)
  · L125: "TASKS — F01a-T29" → "F01a-T32" (T32 까지 정합)

근거:
- 사용자 거버넌스 §2 "검증되지 않은 성공은 성공이 아니다 / 증거 인용" 정합:
  HANDOFF.md 새 "Audit cleanup cycle" 섹션에 #101/#102/#본 PR/i18n 33 PR/stable
  FF 5 항목 commit 흔적 명시.
- 사용자 정책 "과거의 데이터 ... 다시 참조하지 않도록 세션내에서도 해당내용
  삭제" 정합: `docs/superpowers/{specs,plans}/2026-05-17-*` 완전 삭제 (archive
  아닌 git rm).

증거:
- `grep -rln 'docs/superpowers' .` (excl `.git/` + `/_archive/`) = 0 hits
- docs/superpowers/ 디렉토리 자체 삭제 (마지막 파일 제거 + 빈 디렉토리)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: eightynine01 <support@masblue.studio>
@eightynine01
eightynine01 merged commit b84053e into main May 21, 2026
@eightynine01
eightynine01 deleted the chore/internal-docs-cleanup-2026-05-21 branch May 21, 2026 08:29
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