From 1ec9336456e9a6bfe0450c5259a8c22c221d616c Mon Sep 17 00:00:00 2001 From: bluejayA Date: Tue, 14 Apr 2026 09:02:38 +0900 Subject: [PATCH] fix: aidlc v1.10.0 revision + description sync (stale from v1.8.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) — 재발 방지. --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 6641e22..8b4657f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -15,8 +15,8 @@ "source": "url", "url": "https://github.com/bluejayA/aidlc-devflow.git" }, - "revision": "41722d2df535a7b2885573ad84f9fa9ee3605d4c", - "description": "AI-DLC 방법론 기반 개발 워크플로우 플러그인 (Orchestrator-Centric, 28개 skill + 3개 유틸리티, 16개 공유 패턴, 12개 리뷰어, 5개 에이전트, 4-stage 코드 리뷰 Distrust by Default, Agent Teams R3 모드, 기술 스택 프리셋 + 조건부 선택, 메타 태그 검증, Knowledge Compounding, NFR 도메인 프리셋, Auto Mode, 269개 테스트)", + "revision": "b5fbabfd12ec196c74317d8719e2954d12025f5a", + "description": "AI-DLC 방법론 기반 개발 워크플로우 플러그인 (Orchestrator-Centric, 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, 28개 skill + 3개 유틸리티, 17개 공유 패턴, 12개 리뷰어, 5개 에이전트, 4-stage 코드 리뷰 Distrust by Default, 273개 테스트)", "version": "1.10.0", "strict": true },