- project-bootstrapper.md: Update to use announcement issues
- system-watchdog.md: Begin migration to tracking system (partial)
Note: The critical issue in product-builder.md has been resolved.
Some agents still need complete session state reference cleanup but
have automation tracking systems already in place.
**Problem**:
- Broken CI blocks all PR merges
- PR-first rule blocks CI-fixing issues
- Creates deadlock where system can't fix itself
**Solution**:
- Created Priority/CI-Blocker label (ID: 1396)
- Added ONE exception to absolute PR-first rule
- Priority/CI-Blocker issues can be worked immediately
**Changes**:
- quality-enforcer: Use Priority/CI-Blocker for CI violations
- implementation-orchestrator: Exception for Priority/CI-Blocker
- issue-finder: Priority/CI-Blocker as absolute highest priority
- system-watchdog: Create Priority/CI-Blocker for CI failures
- +4 supporting agents updated with new label
**Impact**:
Prevents CI deadlock while preserving PR-first priority for all other work.