From 3b12156541760243bbf651ae8437ed66ed40d4b4 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 24 Jun 2026 12:48:43 +0000 Subject: [PATCH] fix(ci): allowlist 3 arquiteto-de-empresa teaching-example path refs Gate G1 (check_paths.py --all) was failing on dev's arquiteto-de-empresa skill, surfaced into this branch by the dev merge. The 3 references are genuine false positives: two are inside a markdown code-example showing OKF bundle link syntax in the user's generated output, and one is a command doc pointing at its sibling skill's references/ dir. Added to check_paths_allowlist.txt per the workflow's documented remedy. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01KEJH6wwyaEs1d6AAca2HLR --- scripts/check_paths_allowlist.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/check_paths_allowlist.txt b/scripts/check_paths_allowlist.txt index 77a4ec90..7a954cdf 100644 --- a/scripts/check_paths_allowlist.txt +++ b/scripts/check_paths_allowlist.txt @@ -36,3 +36,12 @@ engineering-team/self-improving-agent/skills/extract/SKILL.md :: api-client-rege # file reference. Would point outside the repo root if resolved literally; # allowlisted as a teaching example, not an actual file. engineering-team/skills/security-pen-testing/SKILL.md :: ../../../etc/passwd + +# arquiteto-de-empresa (OKF bundle builder, PT-BR) teaching examples: +# the identidade.md link is shown inside a markdown code-example demonstrating +# how OKF bundle links look in the USER's generated output, not a repo file; +# the command's references/phase_playbook.md points at its sibling skill's +# references/ dir (the file exists under the skill, not under commands/). +c-level-advisor/arquiteto-de-empresa/skills/arquiteto-de-empresa/SKILL.md :: ../00-fundacao/identidade.md +c-level-advisor/skills/arquiteto-de-empresa/SKILL.md :: ../00-fundacao/identidade.md +c-level-advisor/arquiteto-de-empresa/commands/cs-arquiteto.md :: references/phase_playbook.md