From 6d648963204ea8aef0c7b71930d7931ee286acb7 Mon Sep 17 00:00:00 2001 From: Michael Wegener Date: Fri, 17 Jul 2026 15:50:05 +0200 Subject: [PATCH] fix(ipadp): align amicron-platform role, update stale issue_tracker Issue B (role mismatch): amicron-platform's own metadata lists spec-kit as a direct upstream ("methodology-provider"), but spec-kit's downstream entry labeled it "transitive consumer via harness" - inaccurate since the relationship is direct. Simplify to "consumes SDD methodology", parallel to the harness entry's "consumes SDD methodology + templates". Issue D (stale tracker): ipadp.issue_tracker pointed at issue #6 ("[IPADP] Add specs/metadata.json... L1"), which is CLOSED. No single active IPADP tracker issue exists (the upstream-sync rolling issue is auto-managed by CI). Align with the harness metadata pattern: point at the repo issues list URL (https://github.com/satwareAG/spec-kit/issues) which is always reachable and meaningful. Issue A (missing local_path for wiki/amicron-platform) and Issue C (non-portable rfc_location) are blocked on harness issue #39 (https://git.satware.ai/satware.ai/harness/issues/39) which proposes the $SATWARE_EXTERNAL_PROJECTS env var. Deferred to a follow-up PR once that lands. Assisted-by: opencode (model: z-ai/glm-5.2, supervised) --- specs/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/metadata.json b/specs/metadata.json index 4150b3c6ce..55fd780583 100644 --- a/specs/metadata.json +++ b/specs/metadata.json @@ -8,7 +8,7 @@ "ipadp": { "project_number": 6, "conformance_level": "L3", - "issue_tracker": "https://github.com/satwareAG/spec-kit/issues/6", + "issue_tracker": "https://github.com/satwareAG/spec-kit/issues", "rfc_location": "/wiki/specs/rfc-interproject-agentic-development.md" }, "upstream": { @@ -38,7 +38,7 @@ "amicron-platform": { "forge": "gitlab", "visibility": "private", - "role": "transitive consumer via harness" + "role": "consumes SDD methodology" } }, "custom_integrations": ["agy", "bob", "cline", "hermes", "kimi"],