Commit bc5c996
committed
Fix sandboxes skill description exceeding 1024-char limit
The sandboxes SKILL.md frontmatter description was 1386 chars, which
exceeds the 1024-char limit enforced by Copilot CLI. The skill was
installed on disk but silently rejected at load time with:
skill_errors: ["…/SKILL.md: Skill description must be at most 1024 characters"]
Trimmed to 1007 chars while preserving the what/when/triggers structure
and all primary trigger phrases. Dropped phrases that overlapped with
kept ones (e.g. "azure container apps sandbox", "ACA sandbox",
"isolated VM", "sandbox lifecycle", "copy files to sandbox",
"sandbox volume", "sandbox labels", "sandbox apply yaml",
"egress deny", "sandbox inception", "computer use sandbox").
Bumped version to 0.0.2-beta so installed clients pick up the fix.
Fixes #1726
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 918fa72 commit bc5c996
2 files changed
Lines changed: 15 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
0 commit comments