agents-templated 2.2.7 → 2.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/bin/cli.js +7 -6
- package/lib/instructions.js +6 -6
- package/package.json +1 -1
- package/templates/README.md +1 -0
- package/templates/agents/skills/README.md +1 -0
- package/templates/agents/skills/shadcn-ui/SKILL.md +1932 -0
- package/templates/agents/skills/shadcn-ui/references/chart.md +306 -0
- package/templates/agents/skills/shadcn-ui/references/learn.md +145 -0
- package/templates/agents/skills/shadcn-ui/references/official-ui-reference.md +1729 -0
- package/templates/agents/skills/shadcn-ui/references/reference.md +586 -0
- package/templates/agents/skills/shadcn-ui/references/ui-reference.md +1578 -0
- package/templates/.github/copilot-instructions.md +0 -9
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<!-- GENERATED FILE - DO NOT EDIT DIRECTLY -->
|
|
2
|
-
<!-- Source of truth: instructions/source/core.md -->
|
|
3
|
-
<!-- Tool profile: copilot-compat -->
|
|
4
|
-
# GitHub Copilot Instructions
|
|
5
|
-
|
|
6
|
-
Primary policy source: `instructions/source/core.md`.
|
|
7
|
-
Load policy only from the canonical source file above.
|
|
8
|
-
Do not duplicate, summarize, or inline rules in this file.
|
|
9
|
-
If this file and the canonical source conflict, the canonical source wins.
|