- 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
607 B
YAML
22 lines
607 B
YAML
# Module Definitions
|
|
# Modules group related work items by feature area or milestone.
|
|
# Operational data — lives in work/ (not schema/).
|
|
# Tip: run 'plane pull' to sync modules from Plane.
|
|
#
|
|
# Example:
|
|
# modules:
|
|
# - name: Authentication
|
|
# description: User login, OAuth, and session management
|
|
# start_date: '2024-01-01'
|
|
# end_date: '2024-03-31'
|
|
# status: backlog
|
|
# id: <uuid>
|
|
# - name: API Integration
|
|
# description: Third-party API integrations and webhooks
|
|
# start_date: '2024-02-01'
|
|
# end_date: '2024-03-15'
|
|
# status: in-progress
|
|
# id: <uuid>
|
|
|
|
modules: []
|