690618:1444 237 #02
CI / CD Pipeline / build (push) Successful in 7m5s
CI / CD Pipeline / deploy (push) Failing after 20m14s

This commit is contained in:
2026-06-18 14:44:46 +07:00
parent 037fbb65f5
commit 09e304de84
52 changed files with 4471 additions and 1038 deletions
+12
View File
@@ -26,3 +26,15 @@ This workflow orchestrates the sequential execution of the Speckit preparation p
5. **Step 5: Analyze (Skill 06)**
- Goal: Validate consistency across all design artifacts (spec, plan, tasks).
- Action: Read and execute `.agents/skills/speckit-analyze/SKILL.md`.
## OCR-Specific Considerations
For OCR & AI Extraction prompt management features (ADR-037), consider:
- **Infrastructure**: Verify OCR sidecar (Desk-5439) and `/embed` endpoint availability
- **Database**: Check for `ai_prompts` table with `version` column and required deltas
- **Sidecar Integration**: Plan for system prompt threading through OCR endpoints
- **3-Step Pipeline**: Design for sequential execution (OCR → AI Extract → RAG Prep)
- **Optimistic Locking**: Include version conflict handling in prompt activation flows
For specialized OCR workflows, use `/speckit.ocr-prompt-management` instead.