Skip to content

Commit 54b8c95

Browse files
committed
docs: Document milestone calendar exception in CLAUDE.md
1 parent c2f6657 commit 54b8c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tools/mpp_to_proj/ # MS Project companion tool (Python, 99% coverage)
6868
- **Calendars**: Working days, working hours, holidays (single-date and range)
6969
- **Resources**: Rate, capacity, efficiency, calendar, email, role, leave
7070
- **Task attributes**: Priority, complete %, constraints, note, tag, cost, payment
71-
- **Milestones**: Dedicated `milestone` declaration syntax
71+
- **Milestones**: Dedicated `milestone` declaration syntax; ignore working day rules (can occur on weekends/holidays)
7272
- **Constraints**: Declarative constraint blocks for what-if analysis
7373
- **Critical path**: Calculation with all dependency types
7474
- **Effort-driven scheduling**: PMI-compliant Duration = Effort / Resource_Units
@@ -82,7 +82,7 @@ tools/mpp_to_proj/ # MS Project companion tool (Python, 99% coverage)
8282

8383
## Test Coverage
8484

85-
~830 tests, ~86% overall coverage. All core business logic components achieve 90%+ coverage (excluding CLI entry point at 42.5%).
85+
~850 tests, ~86% overall coverage. All core business logic components achieve 90%+ coverage (excluding CLI entry point at 42.5%).
8686

8787
## Diagnostic System (Compiler-Grade)
8888

0 commit comments

Comments
 (0)