Skip to content

Commit 8ea048a

Browse files
lordlinusCopilot
andcommitted
Fix vally-lint orphan-files: link reference docs from SKILL.md
Vally's link-reachability check requires actual markdown links, not just backtick-quoted paths, to consider a reference file 'reachable'. Convert the four 'LOAD references/*.md' bullets to markdown links. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 576ad91 commit 8ea048a

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

  • skills/foundry-hosted-agent-copilotkit

skills/foundry-hosted-agent-copilotkit/SKILL.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,17 @@ passes for the patterns in scope. Never declare success on an unverified build.
4040

4141
## 0. Orient
4242

43-
- `LOAD references/architecture.md` — hosted-first topology; what lives where; the
44-
native-path test matrix proving why the hand-rolled bridge is the minimum.
45-
- `LOAD references/patterns-7.md` — the 7 AG-UI dojo patterns on this stack
46-
(Agentic Chat, Backend Tool Rendering, HITL, Tool-Based Generative UI, Agentic
47-
Generative UI, Shared State, Predictive State) with source citations.
48-
- `LOAD references/troubleshooting.md` — every known trap → symptom → fix.
49-
- `LOAD references/hosted-deploy.md` — Foundry hosted-agent deploy gotchas (azd,
50-
remote build, dependency pinning).
43+
- `LOAD` [`references/architecture.md`](references/architecture.md) — hosted-first
44+
topology; what lives where; the native-path test matrix proving why the
45+
hand-rolled bridge is the minimum.
46+
- `LOAD` [`references/patterns-7.md`](references/patterns-7.md) — the 7 AG-UI
47+
dojo patterns on this stack (Agentic Chat, Backend Tool Rendering, HITL,
48+
Tool-Based Generative UI, Agentic Generative UI, Shared State, Predictive
49+
State) with source citations.
50+
- `LOAD` [`references/troubleshooting.md`](references/troubleshooting.md)
51+
every known trap → symptom → fix.
52+
- `LOAD` [`references/hosted-deploy.md`](references/hosted-deploy.md) — Foundry
53+
hosted-agent deploy gotchas (azd, remote build, dependency pinning).
5154

5255
Read all four reference docs before writing any code; they encode the
5356
load-bearing rules, the framework traps, and the Definition of Done that keep

0 commit comments

Comments
 (0)