@cleocode/caamp 1.5.0 → 1.5.2

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/dist/cli.js CHANGED
@@ -74,7 +74,7 @@ import {
74
74
  tokenizeCriteriaValue,
75
75
  updateInstructionsSingleOperation,
76
76
  validateSkill
77
- } from "./chunk-G7UPJOYG.js";
77
+ } from "./chunk-ZEXRZTQX.js";
78
78
 
79
79
  // src/cli.ts
80
80
  import { Command } from "commander";
package/dist/index.js CHANGED
@@ -110,7 +110,7 @@ import {
110
110
  validateRecommendationCriteria,
111
111
  validateSkill,
112
112
  writeConfig
113
- } from "./chunk-G7UPJOYG.js";
113
+ } from "./chunk-ZEXRZTQX.js";
114
114
  export {
115
115
  MarketplaceClient,
116
116
  RECOMMENDATION_ERROR_CODES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleocode/caamp",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "Central AI Agent Managed Packages - unified provider registry and package manager for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -163,14 +163,14 @@
163
163
  "vendor": "OpenCode",
164
164
  "agentFlag": "opencode",
165
165
  "aliases": [],
166
- "pathGlobal": "$CONFIG/.opencode",
166
+ "pathGlobal": "$CONFIG/opencode",
167
167
  "pathProject": ".opencode",
168
168
  "instructFile": "AGENTS.md",
169
169
  "configKey": "mcp",
170
170
  "configFormat": "json",
171
171
  "configPathGlobal": "$CONFIG/opencode/opencode.json",
172
- "configPathProject": ".opencode.json",
173
- "pathSkills": "$CONFIG/.opencode/skills",
172
+ "configPathProject": "opencode.json",
173
+ "pathSkills": "$CONFIG/opencode/skills",
174
174
  "pathProjectSkills": ".opencode/skills",
175
175
  "detection": {
176
176
  "methods": ["binary"],