sns-network-solutions/plane-projects/t0b/work/cycles.yaml
Samuel James 238c40d5e0 funding: mark Flagstar BIPOC + USDA Business Builder as closed/terminated
- 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
2026-08-12 07:33:31 -05:00

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: []