Skip to content

Commit d524f17

Browse files
alanbldclaude
andcommitted
fix(grammar): allow constraints on milestones
Add task_constraint to milestone_attr to support start_no_earlier_than and finish_no_later_than on milestones. Common use case: "release can't happen before specific date." Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 24ee6a5 commit d524f17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/utf8proj-parser/src/native/grammar.pest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ milestone_attr = {
218218
task_summary |
219219
task_depends |
220220
task_regime |
221+
task_constraint |
221222
task_note |
222223
task_payment
223224
}

0 commit comments

Comments
 (0)