Run 14 · Workflow 24835251488 · 2026-04-23
Open: 4 | New: 0 | Closed since Run 13: 1 (#4433 expired/closed ✓)
Summary
| PR |
Age |
Risk |
Type |
Status |
| #4453 |
~1d |
LOW |
docs-automated (DRAFT) |
⛔ CRITICAL: expires Apr 24 6:41 AM UTC |
| #4422 |
~4d |
LOW |
docs-contributing (community) |
needs-review |
| #4216 |
~21d |
MEDIUM |
feat-anthropic-disablement |
stale + workstream artifacts |
| #4112 |
~23d |
LOW |
docs-env-setup (community) |
very stale |
Priority Actions
1. 🚨 #4453 — CRITICAL: Undraft and merge TODAY
Daily-doc automation PR covering 16 merged PRs from Apr 22–23. Expires Apr 24 at 6:41 AM UTC. This is the 5th consecutive daily-doc draft — #4396, #4408, #4416, and #4433 all expired without being merged. The documentation automation pattern is broken. Undraft → merge immediately, or investigate and fix the scheduling/merge workflow.
2. ⚠️ #4216 — Remove workstream artifacts, then merge
The feature itself (ANTHROPIC_DISABLED flag support) is solid and well-documented. However the PR contains files that must be removed before merging to main:
launcher.py — hardcoded workstream task description and paths (dev scaffolding artifact)
run.sh — references /tmp/amplihack-workstreams/ws-4215 (dev scaffolding artifact)
.claude/context/PROJECT.md — changes project name to ws-4215 (workstream artifact; should stay as amplihack-pm or current value)
- Multiple
.pyc binary files — compiled Python cache files that should never be committed
After cleaning these artifacts: rebase against current main and merge. The PR is 21 days old.
3. #4422 — Community docs, quick merge
Improves CONTRIBUTING.md Code Style section: adds ruff/pre-commit commands, links to Markdown style docs, fixes a typo. Low-risk, 4 days old, no controversy. Review and merge.
4. #4112 — 23d stale, merge or close
Clarifies required vs optional API keys in .env setup docs. Fixes #3844. Very stale community contribution — either merge it or close with a note.
Trend: Daily-Doc Expiry Pattern
5 consecutive daily-doc drafts have expired without being merged. The automation creates draft PRs that require manual undraft+merge — this step is not being executed. Consider:
- Automating the undraft step in the workflow
- Adding a merge trigger after the doc PR is created
- Or accepting that these docs are not being maintained and disabling the daily-doc workflow
Generated by PR Triage Agent · ◷
Run 14 · Workflow
24835251488· 2026-04-23Open: 4 | New: 0 | Closed since Run 13: 1 (#4433 expired/closed ✓)
Summary
Priority Actions
1. 🚨 #4453 — CRITICAL: Undraft and merge TODAY
Daily-doc automation PR covering 16 merged PRs from Apr 22–23. Expires Apr 24 at 6:41 AM UTC. This is the 5th consecutive daily-doc draft — #4396, #4408, #4416, and #4433 all expired without being merged. The documentation automation pattern is broken. Undraft → merge immediately, or investigate and fix the scheduling/merge workflow.
2.⚠️ #4216 — Remove workstream artifacts, then merge
The feature itself (ANTHROPIC_DISABLED flag support) is solid and well-documented. However the PR contains files that must be removed before merging to main:
launcher.py— hardcoded workstream task description and paths (dev scaffolding artifact)run.sh— references/tmp/amplihack-workstreams/ws-4215(dev scaffolding artifact).claude/context/PROJECT.md— changes project name tows-4215(workstream artifact; should stay asamplihack-pmor current value).pycbinary files — compiled Python cache files that should never be committedAfter cleaning these artifacts: rebase against current main and merge. The PR is 21 days old.
3. #4422 — Community docs, quick merge
Improves CONTRIBUTING.md Code Style section: adds ruff/pre-commit commands, links to Markdown style docs, fixes a typo. Low-risk, 4 days old, no controversy. Review and merge.
4. #4112 — 23d stale, merge or close
Clarifies required vs optional API keys in
.envsetup docs. Fixes #3844. Very stale community contribution — either merge it or close with a note.Trend: Daily-Doc Expiry Pattern
5 consecutive daily-doc drafts have expired without being merged. The automation creates draft PRs that require manual undraft+merge — this step is not being executed. Consider: