Skip to content

Commit 311b709

Browse files
committed
Rename LICENSE.md to LICENSE-SKILLS.md and update all references
1 parent b221a16 commit 311b709

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ To update later: `claude plugin update cortex-code`
164164

165165
Copyright (c) Snowflake Inc. All rights reserved.
166166

167-
The skills in this project are licensed under the [Snowflake Skills License](LICENSE.md).
167+
The skills in this project are licensed under the [Snowflake Skills License](LICENSE-SKILLS.md).
168168

169169
All other content is licensed under the [Apache 2.0 license](LICENSE).

plugins/cortex-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Skill discovery runs automatically on session start. To force a re-discovery, st
9494

9595
Copyright (c) Snowflake Inc. All rights reserved.
9696

97-
The skills in this project are licensed under the [Snowflake Skills License](../../LICENSE.md).
97+
The skills in this project are licensed under the [Snowflake Skills License](../../LICENSE-SKILLS.md).

plugins/cortex-code/skills/cortex-router/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: cortex-router
33
description: "Auto-routing skill loaded by the prompt filter hook. Routes Snowflake-related operations to Cortex Code CLI. Not for direct invocation — use $cortex-run instead."
4-
license: Proprietary. See LICENSE.md for complete terms
4+
license: Proprietary. See LICENSE-SKILLS.md for complete terms
55
user-invocable: false
66
metadata:
77
author: Snowflake Integration Team

plugins/cortex-code/skills/cortex-run/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: cortex-run
33
description: "ONLY load this skill when the user explicitly types $cortex-run or /cortex-run. NEVER load this skill from auto-routing hooks or keyword matching. For auto-routed prompts, use cortex-code:cortex-router instead."
4-
license: Proprietary. See LICENSE.md for complete terms
4+
license: Proprietary. See LICENSE-SKILLS.md for complete terms
55
user-invocable: true
66
metadata:
77
author: Snowflake

plugins/cortex-code/skills/cortex-setup/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: cortex-setup
33
description: "Install Snowflake CLI and Cortex Code CLI. Use when cortex is not installed, when the user asks to set up Cortex Code, or when routing fails because the CLI is missing. Triggers: setup cortex, install cortex, cortex not found, CLI not installed, set up snowflake."
4-
license: Proprietary. See LICENSE.md for complete terms
4+
license: Proprietary. See LICENSE-SKILLS.md for complete terms
55
---
66

77
# Cortex Code Setup

0 commit comments

Comments
 (0)