mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KEJH6wwyaEs1d6AAca2HLR
This commit is contained in:
parent
0dae11182c
commit
3b12156541
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue