From 91e27cf8ea72480a5c4f7d658d74ee5548b33a14 Mon Sep 17 00:00:00 2001 From: tradecatlabs <288998340+tradecatlabs@users.noreply.github.com> Date: Tue, 2 Jun 2026 07:30:00 +0800 Subject: [PATCH] fix: ci - remove local architecture kit gate --- .github/workflows/ci.yml | 3 --- .lychee.toml | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d69af4..34ccb22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,6 @@ jobs: run: python3 scripts/check-metadata.py - name: Check llms and AI citation paths and anchors run: python3 scripts/check-ai-citation.py - - name: Check modern enterprise architecture starter kit - run: make check-modern-architecture-kit - link-checker: runs-on: ubuntu-latest steps: diff --git a/.lychee.toml b/.lychee.toml index dea718a..2f13191 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -17,8 +17,7 @@ exclude_path = [ '^docs/references/sources(/|$)', # This architecture blueprint contains many official external references # whose CDNs can timeout from GitHub-hosted runners. Internal links and - # executable artifacts remain covered by scripts/check-local-links.py and - # scripts/check-modern-architecture-kit.py. + # executable artifacts remain covered by scripts/check-local-links.py. '^docs/references/modern-enterprise-architecture-template\.md$', '^tools/external(/|$)', '^tools/chat-vault(/|$)',