- Flagstar: program completed, all 35 awards already distributed - USDA Business Builder: TERMINATED July 15, 2025 (RFBC killed by current admin) - Updated funding-research.html with strikethrough + red badges + updated capital stack - Updated meeting agenda funding table (closures + added EASSI) - Added plane-projects/ scaffolds (Compose YAML, used API instead due to CE compat) - Added supply-checklist.csv, trailer-registry.md, README.html, kiowa-meeting-agenda.html
23 lines
580 B
YAML
23 lines
580 B
YAML
# Milestone Definitions
|
|
# Milestones are fixed checkpoints for tracking key deliverables.
|
|
# Operational data — lives in work/ (not schema/).
|
|
# Tip: run 'plane pull' to sync milestones from Plane.
|
|
#
|
|
# Note: Milestone support requires the Milestones feature to be enabled in
|
|
# your Plane workspace project settings.
|
|
#
|
|
# Example:
|
|
# milestones:
|
|
# - name: Alpha Release
|
|
# target_date: '2024-03-31'
|
|
# work_items:
|
|
# - PROJ-1
|
|
# - PROJ-5
|
|
# id: <uuid>
|
|
# - name: Beta Launch
|
|
# target_date: '2024-06-30'
|
|
# work_items: []
|
|
# id: <uuid>
|
|
|
|
milestones: []
|