- 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
22 lines
572 B
YAML
22 lines
572 B
YAML
# Cycle Definitions
|
|
# Cycles represent time-boxed sprints or iterations.
|
|
# Operational data — lives in work/ (not schema/).
|
|
# Tip: run 'plane pull' to sync cycles from Plane.
|
|
#
|
|
# Example:
|
|
# cycles:
|
|
# - name: Sprint 1
|
|
# description: First sprint — core setup and scaffolding
|
|
# start_date: '2024-01-01'
|
|
# end_date: '2024-01-14'
|
|
# status: backlog
|
|
# id: <uuid>
|
|
# - name: Sprint 2
|
|
# description: Second sprint — feature development
|
|
# start_date: '2024-01-15'
|
|
# end_date: '2024-01-28'
|
|
# status: planned
|
|
# id: <uuid>
|
|
|
|
cycles: []
|