Fix unresolved placeholders for trunk-based workflows#19
Conversation
Release v0.2.1
Update all shipped skills that ship with this project
…conditional blocks to prevent unresolved placeholder warnings for trunk-based workflows
Review SummaryVerdict: APPROVE FindingsNo issues found. Code looks correct and follows project conventions. The PR does two things, both correct:
|
…ceholders Fix unresolved placeholders for trunk-based workflows
Wraps
{{BRANCH_DEV}},{{PLATFORM_COMPLIANCE_NOTES}}, and{{CONVENTIONS_NOTES}}in{{#if}}conditional blocks so they are only included when defined in the project config.Previously, projects using trunk-based workflow (no
BRANCH_DEV) or leaving compliance/conventions notes undefined would see warnings about unresolved placeholders during sync.Issue #18