@kaitranntt/ccs 5.7.0-dev.1 → 5.7.0
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.
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ccs-delegation
|
|
3
|
-
description:
|
|
4
|
-
Auto-activate CCS CLI delegation for deterministic tasks. Parses user input,
|
|
5
|
-
auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json,
|
|
6
|
-
enhances prompts with context, executes via `ccs {profile} -p "task"` or
|
|
7
|
-
`ccs {profile}:continue`, and reports results. Triggers on "use ccs [task]"
|
|
8
|
-
patterns, typo/test/refactor keywords. Excludes complex architecture,
|
|
9
|
-
security-critical code, performance optimization, breaking changes.
|
|
3
|
+
description: Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, enhances prompts with context, executes via `ccs {profile} -p "task"` or `ccs {profile}:continue`, and reports results. Trigger: "use ccs [task]" patterns, typo/test/refactor keywords. Excludes: complex architecture, security-critical code, performance optimization, breaking changes.
|
|
10
4
|
version: 3.0.0
|
|
11
5
|
---
|
|
12
6
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.7.0
|
|
1
|
+
5.7.0
|