vaspera-pm 2.3.0 → 2.5.0
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 +1 -1
- package/dist/cli.js +766 -169
- package/dist/cli.js.map +1 -1
- package/dist/server.js +614 -122
- package/dist/server.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -182,7 +182,7 @@ npx vaspera-pm install # Configures Claude Code
|
|
|
182
182
|
|
|
183
183
|
Features:
|
|
184
184
|
- Team collaboration & sharing
|
|
185
|
-
- Usage tracking & quotas (Free:
|
|
185
|
+
- Usage tracking & quotas (Free: 100, Starter: 500, Pro: 2,500/month)
|
|
186
186
|
- Jira/Linear/GitHub/ADO integrations
|
|
187
187
|
- Historical drift tracking
|
|
188
188
|
- No Anthropic key needed (we proxy requests)
|