@hanv89/azure-arch-skill 0.3.0 → 0.3.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.
@@ -130,8 +130,9 @@ async function safeResolveTarget(target) {
130
130
  /**
131
131
  * Fetch with timeout and 2-retry exponential backoff on transient 5xx
132
132
  * responses. Used by `fetchText` and `headOk`; both inherit the retry
133
- * behavior. Default `retries = 2` matches the R30 fix (Phase 1.0)
134
- * future agent adapters reusing this helper get the retry path for free.
133
+ * behavior. The 2-retry default was added to absorb transient 5xx
134
+ * upstream errors — future agent adapters reusing this helper get the
135
+ * retry path for free.
135
136
  *
136
137
  * Backoff schedule: 500ms after attempt 0, 1s after attempt 1, 2s after
137
138
  * attempt 2. Network errors (AbortError, DNS failures) re-throw only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanv89/azure-arch-skill",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Install the Azure architecture diagram skill into your AI coding agent (Claude Code, Codex CLI, Cursor).",
5
5
  "bin": {
6
6
  "azure-arch-skill": "dist/index.js"