- 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
36 lines
1.4 KiB
YAML
36 lines
1.4 KiB
YAML
# Project Pages
|
|
# Wiki pages scoped to this project.
|
|
# Operational data — lives in work/ (not schema/).
|
|
# Tip: run 'plane pull' to sync pages from Plane.
|
|
#
|
|
# Note: Pages support requires the Pages feature to be enabled in
|
|
# your Plane project settings (schema/features.yaml → pages: true).
|
|
#
|
|
# How it works:
|
|
# - Items WITHOUT an id → created on 'plane push' (id written back in-place)
|
|
# - Items WITH an id → skipped on push (no update API); use Plane UI to edit
|
|
# - Items absent locally → NOT deleted remotely
|
|
#
|
|
# Field reference:
|
|
# name (required) display name shown in Plane UI
|
|
# description_html (required for push) HTML content of the page
|
|
# owner email of the page owner (resolved on pull; useful for private pages)
|
|
# access public | private (default: public)
|
|
# color hex color string, e.g. '#FF6900' (optional)
|
|
# is_locked true | false (optional, default: false)
|
|
# id Server-assigned UUID — written back after push, do not set manually
|
|
#
|
|
# Example:
|
|
# pages:
|
|
# - name: Architecture Overview
|
|
# description_html: "<p>System architecture documentation.</p>"
|
|
# owner: alice@example.com
|
|
# access: public
|
|
# - name: Dev Notes
|
|
# description_html: "<p>Internal notes for the team.</p>"
|
|
# owner: bob@example.com
|
|
# access: private
|
|
# color: '#FF6900'
|
|
|
|
pages: []
|