ccjk 8.1.0 → 8.1.1

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.
@@ -953,7 +953,7 @@ async function getRecommendedSkills(analysis, options) {
953
953
  const cloudResponse = await cloudClient.analyzeProject(request);
954
954
  if (cloudResponse.recommendations) {
955
955
  for (const rec of cloudResponse.recommendations) {
956
- if (rec.type === "skill") {
956
+ if (rec.category === "workflow") {
957
957
  const skill = await cloudClient.getTemplate(rec.id, options.lang);
958
958
  if (skill) {
959
959
  recommendations.push({
@@ -1,4 +1,4 @@
1
- const version = "8.1.0";
1
+ const version = "8.1.1";
2
2
  const homepage = "https://github.com/miounet11/ccjk";
3
3
 
4
4
  export { homepage, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ccjk",
3
3
  "type": "module",
4
- "version": "8.1.0",
4
+ "version": "8.1.1",
5
5
  "packageManager": "pnpm@10.17.1",
6
6
  "description": "Ultimate AI Development Tool - Code Tool Abstraction Layer with 83% Token Savings - Now with Cloud Sync, Hot-Reload Skills, Multi-Agent Orchestration, and Full Claude Code CLI 2.1+ Compatibility",
7
7
  "author": {