assuremind 1.1.1 → 1.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assuremind",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "AI-powered codeless UI & API automation framework",
5
5
  "author": "Deepak Hiremath",
6
6
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  # ============================================================
2
- # TESTAUTOMIND — Environment Configuration
2
+ # ASSUREMIND — Environment Configuration
3
3
  # ============================================================
4
4
  # Copy this file to .env and configure your AI provider.
5
5
  # You only need ONE provider. Uncomment your chosen section.
@@ -102,7 +102,7 @@ AI_PROVIDER=anthropic
102
102
  # ═══════════════════════════════════════════════
103
103
  # GITHUB — AUTO PR ON SELF-HEALING
104
104
  # ═══════════════════════════════════════════════
105
- # When autoPR is enabled in Settings → Healing, AutoMind creates a PR
105
+ # When autoPR is enabled in Settings → Healing, Assuremind creates a PR
106
106
  # with healed code automatically. Requires a GitHub token with repo scope.
107
107
  # Create a token: https://github.com/settings/tokens/new?scopes=repo
108
108
 
@@ -1,5 +1,5 @@
1
1
  # ============================================================
2
- # AUTOMIND — Environment Configuration
2
+ # ASSUREMIND — Environment Configuration
3
3
  # ============================================================
4
4
  # Uncomment ONE provider block, paste your API key, and save.
5
5
  # ============================================================