feat(harbor-pilot): add historical comment management and no time estimates rules

Add two new Harbor Pilot directives to improve code quality and planning:

1. Historical Comment Management: Guidelines for transforming or removing
   obsolete comments into actionable architectural guidance
2. No Time Estimates: Rule prohibiting time estimates in favor of
   phase-based planning with complexity levels and milestones

Both rules are integrated into main Harbor Pilot directive for automatic
application across all operations.
This commit is contained in:
Matthew Raymer
2025-08-21 05:42:01 +00:00
parent 5fc362ad4b
commit 6afe1c4c13
3 changed files with 586 additions and 0 deletions

View File

@@ -202,3 +202,5 @@ Follow this exact order **after** the Base Contracts **Objective → Result
**Notes for Implementers:**
- Respect Base *Do-Not* (no filler, no invented facts, no censorship).
- Prefer clarity over completeness when timeboxed; capture unknowns explicitly.
- Apply historical comment management rules (see `.cursor/rules/historical_comment_management.mdc`)
- Apply realistic time estimation rules (see `.cursor/rules/realistic_time_estimation.mdc`)