poly-agent 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -25,7 +25,7 @@ npx poly-agent init
25
25
  ```
26
26
 
27
27
  2. **Choose your AI IDE**:
28
- - **Cursor** → Installs to `./.cursors/commands/`
28
+ - **Cursor** → Installs to `./.cursor/commands/`
29
29
  - **ClaudeCode** → Installs to `./.claude/skills/`
30
30
  - **Antigravity** → Installs to `./.agents/workflows/`
31
31
 
@@ -51,7 +51,7 @@ npx poly-agent init
51
51
 
52
52
  Depending on your chosen IDE, prompts are installed to:
53
53
 
54
- - **Cursor**: `./.cursors/commands/`
54
+ - **Cursor**: `./.cursor/commands/`
55
55
  - **ClaudeCode**: `./.claude/skills/`
56
56
  - **Antigravity**: `./.agents/workflows/`
57
57
 
package/dist/cli.js CHANGED
@@ -36,7 +36,7 @@ async function getPromptsDir() {
36
36
  }
37
37
  // Map IDE to target directory
38
38
  const IDE_DIRECTORIES = {
39
- 'Cursor': '.cursors/commands',
39
+ 'Cursor': '.cursor/commands',
40
40
  'ClaudeCode': '.claude/skills',
41
41
  'Antigravity': '.agents/workflows'
42
42
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poly-agent",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI installer for AI IDE prompts - install commands, skills, and workflows for Cursor, ClaudeCode, and Antigravity",
5
5
  "main": "dist/index.js",
6
6
  "bin": {