fix: aidlc v1.10.0 revision + description sync (stale from v1.8.0)#11
Merged
Conversation
Sync workflow (aidlc-devflow/.github/workflows/sync-marketplace.yml)이 version 필드만 업데이트하고 revision + description은 수동 관리. → v1.8.0 시점 revision(41722d2) + description이 그대로 stuck. → strict: true 이므로 사용자가 /plugin update aidlc 해도 v1.8.0 코드 설치. 수정: - revision: 41722d2 (v1.8.0) → b5fbabf (v1.10.0 실제 HEAD) - description: v1.10.0 plugin.json과 동일 문구로 교체 - Knowledge System Phase 1 반영 (6-type taxonomy, Solution layer live, L1 ingest hook) - skill_nature 분류 (comp 4/amp 10/hybrid 11/null 6) - Pattern 33 frontmatter, DEVFLOW_ROOT MSA opt-in - 16 → 17 공유 패턴, 269 → 273 테스트 Follow-up PR: aidlc-devflow의 sync-marketplace.yml 개선 (revision + description도 자동 sync) — 재발 방지.
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.
Closes: aidlc-devflow v1.10.0 릴리스 정합성 문제
배경
aidlc-devflow sync workflow가 marketplace의 version 필드만 업데이트하고,
revision+description은 수동 관리. v1.8.0 시점 세팅이 그대로 남아있어 v1.9.0, v1.10.0 릴리스에서도 stuck 상태.현 상태 (버그)
{ \"name\": \"aidlc\", \"revision\": \"41722d2df535a7b2885573ad84f9fa9ee3605d4c\", // ← v1.8.0 sha \"description\": \"...16개 공유 패턴... 269개 테스트...\", // ← v1.8.0 시절 \"version\": \"1.10.0\", // ← 여기만 bump \"strict\": true }strict: true이므로 Claude Code가 revision sha 기준 fetch → 사용자가/plugin update aidlc실행해도 v1.8.0 코드 설치.수정
revision:41722d2(v1.8.0) →b5fbabf(v1.10.0 실제 HEAD)description: v1.10.0 plugin.json과 동일 문구영향 받은 이전 릴리스
Follow-up
aidlc-devflow repo에 별도 PR 예정 —
sync-marketplace.ymlworkflow를 고쳐 revision + description도 자동 sync하도록 (재발 방지).Test plan
/plugin update aidlc실행 후 v1.10.0 기능 (DEVFLOW_HOOK_DISABLED, 6-type taxonomy 등) 사용 가능 확인🤖 Generated with Claude Code