specsmd 0.0.0-dev.2 → 0.0.0-dev.3

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.
@@ -56,7 +56,8 @@ class AnalyticsTracker {
56
56
  const Mixpanel = require('mixpanel');
57
57
  this.mixpanel = Mixpanel.init(MIXPANEL_TOKEN, {
58
58
  protocol: 'https',
59
- host: 'api-eu.mixpanel.com' // EU endpoint for GDPR compliance
59
+ host: 'api-eu.mixpanel.com', // EU endpoint for GDPR compliance
60
+ geolocate: true // Enable IP-based geolocation
60
61
  });
61
62
 
62
63
  // Generate IDs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.0-dev.2",
3
+ "version": "0.0.0-dev.3",
4
4
  "description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {