@shirayner/ace 0.1.8-SNAPSHOT.3 → 0.1.8-SNAPSHOT.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shirayner/ace",
3
- "version": "0.1.8-SNAPSHOT.3",
3
+ "version": "0.1.8-SNAPSHOT.4",
4
4
  "description": "AI Coding Environment - One command to set up your Claude Code harness",
5
5
  "bin": {
6
6
  "ace": "./bin/ace.js"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ace",
3
- "version": "0.1.8-SNAPSHOT",
3
+ "version": "0.1.8-SNAPSHOT.4",
4
4
  "description": "AI Coding Environment - Skills and commands for Claude Code",
5
5
  "author": {
6
6
  "name": "shirayner"
@@ -280,7 +280,7 @@ export class Installer {
280
280
 
281
281
  // 3. Register in known_marketplaces.json
282
282
  const marketplaceEntry = {
283
- source: { source: 'local' },
283
+ source: { source: 'directory', path: MARKETPLACE_DIR },
284
284
  installLocation: MARKETPLACE_DIR,
285
285
  lastUpdated: new Date().toISOString(),
286
286
  };