You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3952 — fix(recipes): add idempotency guards to step-03-create-issue
Author: rysweet (repo owner)
Risk: MEDIUM — modifies amplifier-bundle/recipes/default-workflow.yaml (core workflow recipe)
CI: All 30 checks passed ✅ (Validate Code, test-plugin, test-plugin-shell, GitGuardian, MkDocs Navigation, Link Validation, Documentation Policy, etc.)
Quality: Adds two idempotency guards (reference-based + title-search) mirroring the established pattern from step-16 (bug: step-16-create-draft-pr fails when PR already created during earlier step #3324). Includes set -euo pipefail, explicit numeric validation for security, 60s timeouts, stderr routing for clean stdout output. Security review complete (numeric injection defense-in-depth). Investigation doc included.
Tests: 32 existing default-workflow tests pass.
Recommendation: Ready to merge. All CI green, owner-authored, security-reviewed, well-tested.
#4162 — docs: add missing nav entries for 2 recently-merged docs files (DRAFT)
Recommendation: Approve and merge. Accurate, helpful clarification.
#3984 — docs: clarify API keys required vs optional in CONTRIBUTING.md
Author: chaoxie48-ship-it (community)
Risk: LOW — docs-only, but contains incorrect information
Content issue: ⚠️ Incorrectly lists AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET as required keys. These are only needed for Azure fleet management features — not for basic usage. ANTHROPIC_API_KEY is the actual required key (omitted).
Automated triage of 5 open PRs as of 2026-04-02. Run ID: 23887438784.
Summary Table
Detailed Findings
#3952 — fix(recipes): add idempotency guards to step-03-create-issue
amplifier-bundle/recipes/default-workflow.yaml(core workflow recipe)set -euo pipefail, explicit numeric validation for security, 60s timeouts, stderr routing for clean stdout output. Security review complete (numeric injection defense-in-depth). Investigation doc included.#4162 — docs: add missing nav entries for 2 recently-merged docs files (DRAFT)
mkdocs.ymlonly#4112 — docs: clarify required vs optional API keys in .env setup
CONTRIBUTING.mdANTHROPIC_API_KEYas the required key; Azure credentials correctly scoped to "remote execution on Azure VMs" (optional).#3984 — docs: clarify API keys required vs optional in CONTRIBUTING.md
AZURE_TENANT_ID,AZURE_CLIENT_ID,AZURE_CLIENT_SECRETas required keys. These are only needed for Azure fleet management features — not for basic usage.ANTHROPIC_API_KEYis the actual required key (omitted)..envsetup doesn't say which API keys are required vs optional #3844) as docs: clarify required vs optional API keys in .env setup (#3844) #4112, which has the correct information.#4036 — docs: daily documentation update — 7 merged PRs from 2026-03-31/04-01
stale. Expiry (Apr 2, 06:36 UTC) has passed. Superseded by [docs] docs: add missing nav entries for 2 recently-merged docs files #4162 (today's daily update).