@bitkyc08/agent-sync 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -18,7 +18,7 @@ import { ensureHome, MCP_PATH, AGENT_SYNC_HOME } from './core/config.js';
18
18
  import { detectPromptFiles, generateAgentsMd } from './core/agents-md.js';
19
19
  import { detectSkillSources, syncSkills, listSkills } from './core/skill-sync.js';
20
20
  import { detectMcpConfigs, loadMcpConfig, saveMcpConfig, syncToAll, importFromClaude } from './core/mcp-sync.js';
21
- const VERSION = '0.1.6';
21
+ const VERSION = '0.1.7';
22
22
  const cwd = process.cwd();
23
23
  // ─── Subcommand routing ───────────────────────────
24
24
  async function main() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitkyc08/agent-sync",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Sync MCP, skills, and AGENTS.md across all AI coding agents (Claude, Codex, Copilot, Gemini, Antigravity, OpenCode)",
5
5
  "type": "module",
6
6
  "bin": {