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/dist/cli/index.js +5 -5
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/templates/env.example +2 -2
- package/templates/env.minimal +1 -1
package/package.json
CHANGED
package/templates/env.example
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# ============================================================
|
|
2
|
-
#
|
|
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,
|
|
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
|
|
package/templates/env.minimal
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# ============================================================
|
|
2
|
-
#
|
|
2
|
+
# ASSUREMIND — Environment Configuration
|
|
3
3
|
# ============================================================
|
|
4
4
|
# Uncomment ONE provider block, paste your API key, and save.
|
|
5
5
|
# ============================================================
|