binary-agents 1.0.21 β†’ 1.0.22

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 (3) hide show
  1. package/README.md +2 -2
  2. package/bin/cli.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -22,8 +22,8 @@ npx binary-agents list
22
22
  πŸ€– Binary Agents μ„€μΉ˜
23
23
 
24
24
  ? 어디에 μ„€μΉ˜ν•˜μ‹œκ² μŠ΅λ‹ˆκΉŒ?
25
- ❯ ν˜„μž¬ ν”„λ‘œμ νŠΈ (.claude/)
26
- μ „μ—­ (~/.claude/)
25
+ ❯ μ „μ—­ (~/.claude/)
26
+ ν˜„μž¬ ν”„λ‘œμ νŠΈ (.claude/)
27
27
 
28
28
  ? 무엇을 μ„€μΉ˜ν•˜μ‹œκ² μŠ΅λ‹ˆκΉŒ?
29
29
  ❯ λͺ¨λ‘ (μ—μ΄μ „νŠΈ + λͺ…λ Ήμ–΄)
package/bin/cli.js CHANGED
@@ -27,8 +27,8 @@ async function main() {
27
27
  const location = await select({
28
28
  message: '어디에 μ„€μΉ˜ν•˜μ‹œκ² μŠ΅λ‹ˆκΉŒ?',
29
29
  choices: [
30
- { name: 'ν˜„μž¬ ν”„λ‘œμ νŠΈ (.claude/)', value: 'local' },
31
- { name: 'μ „μ—­ (~/.claude/)', value: 'global' }
30
+ { name: 'μ „μ—­ (~/.claude/)', value: 'global' },
31
+ { name: 'ν˜„μž¬ ν”„λ‘œμ νŠΈ (.claude/)', value: 'local' }
32
32
  ]
33
33
  });
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binary-agents",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Claude Code subagents and slash commands collection with sync CLI tool",
5
5
  "type": "module",
6
6
  "main": "src/sync.js",