fix(skill-badge): align with current base contracts
This commit is contained in:
@@ -62,6 +62,7 @@ describe('dsh badge assembled snapshot', () => {
|
|||||||
</available_skills>
|
</available_skills>
|
||||||
|
|
||||||
If the user names a skill, or the task clearly matches a skill's description, call the \`skill\` tool with the exact skill name before taking task actions. Load all applicable skills, then follow their full instructions. This catalog contains summaries only; do not infer or follow a skill's instructions until it has been loaded.
|
If the user names a skill, or the task clearly matches a skill's description, call the \`skill\` tool with the exact skill name before taking task actions. Load all applicable skills, then follow their full instructions. This catalog contains summaries only; do not infer or follow a skill's instructions until it has been loaded.
|
||||||
|
A user may also invoke a skill directly; its <skill_content> block then appears in this conversation. Follow it, and do not call the \`skill\` tool again for that skill.
|
||||||
</system-reminder>",
|
</system-reminder>",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
},
|
},
|
||||||
@@ -84,14 +85,14 @@ describe('dsh badge assembled snapshot', () => {
|
|||||||
|
|
||||||
- Local PNG: [\`dsh-badge.png\`](dsh-badge.png), 726×120 source image; render at 121×20
|
- Local PNG: [\`dsh-badge.png\`](dsh-badge.png), 726×120 source image; render at 121×20
|
||||||
- Shields.io image URL: \`https://img.shields.io/badge/powered_by-dsh-4D6BFE?style=flat-square&logo=deepseek&logoColor=white\`
|
- Shields.io image URL: \`https://img.shields.io/badge/powered_by-dsh-4D6BFE?style=flat-square&logo=deepseek&logoColor=white\`
|
||||||
- Project URL: \`https://github.com/deepseek-harness/deepseek-harness\`
|
- Project URL: \`https://github.com/deepseek-ai/deepseek-harness-sdk\`
|
||||||
|
|
||||||
## Markdown
|
## Markdown
|
||||||
|
|
||||||
Use this linked badge in Markdown:
|
Use this linked badge in Markdown:
|
||||||
|
|
||||||
\`\`\`markdown
|
\`\`\`markdown
|
||||||
[](https://github.com/deepseek-harness/deepseek-harness)
|
[](https://github.com/deepseek-ai/deepseek-harness-sdk)
|
||||||
\`\`\`
|
\`\`\`
|
||||||
|
|
||||||
If attribution should not be linked, use:
|
If attribution should not be linked, use:
|
||||||
@@ -123,14 +124,14 @@ describe('dsh badge assembled snapshot', () => {
|
|||||||
|
|
||||||
- Local PNG: [\`dsh-badge.png\`](dsh-badge.png), 726×120 source image; render at 121×20
|
- Local PNG: [\`dsh-badge.png\`](dsh-badge.png), 726×120 source image; render at 121×20
|
||||||
- Shields.io image URL: \`https://img.shields.io/badge/powered_by-dsh-4D6BFE?style=flat-square&logo=deepseek&logoColor=white\`
|
- Shields.io image URL: \`https://img.shields.io/badge/powered_by-dsh-4D6BFE?style=flat-square&logo=deepseek&logoColor=white\`
|
||||||
- Project URL: \`https://github.com/deepseek-harness/deepseek-harness\`
|
- Project URL: \`https://github.com/deepseek-ai/deepseek-harness-sdk\`
|
||||||
|
|
||||||
## Markdown
|
## Markdown
|
||||||
|
|
||||||
Use this linked badge in Markdown:
|
Use this linked badge in Markdown:
|
||||||
|
|
||||||
\`\`\`markdown
|
\`\`\`markdown
|
||||||
[](https://github.com/deepseek-harness/deepseek-harness)
|
[](https://github.com/deepseek-ai/deepseek-harness-sdk)
|
||||||
\`\`\`
|
\`\`\`
|
||||||
|
|
||||||
If attribution should not be linked, use:
|
If attribution should not be linked, use:
|
||||||
|
|||||||
@@ -6,14 +6,14 @@ Add the official “powered by dsh” badge without recreating or restyling it.
|
|||||||
|
|
||||||
- Local PNG: [`dsh-badge.png`](dsh-badge.png), 726×120 source image; render at 121×20
|
- Local PNG: [`dsh-badge.png`](dsh-badge.png), 726×120 source image; render at 121×20
|
||||||
- Shields.io image URL: `https://img.shields.io/badge/powered_by-dsh-4D6BFE?style=flat-square&logo=deepseek&logoColor=white`
|
- Shields.io image URL: `https://img.shields.io/badge/powered_by-dsh-4D6BFE?style=flat-square&logo=deepseek&logoColor=white`
|
||||||
- Project URL: `https://github.com/deepseek-harness/deepseek-harness`
|
- Project URL: `https://github.com/deepseek-ai/deepseek-harness-sdk`
|
||||||
|
|
||||||
## Markdown
|
## Markdown
|
||||||
|
|
||||||
Use this linked badge in Markdown:
|
Use this linked badge in Markdown:
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
[](https://github.com/deepseek-harness/deepseek-harness)
|
[](https://github.com/deepseek-ai/deepseek-harness-sdk)
|
||||||
```
|
```
|
||||||
|
|
||||||
If attribution should not be linked, use:
|
If attribution should not be linked, use:
|
||||||
|
|||||||
Reference in New Issue
Block a user