Example project — Frond is not real.

Authored demo content for a fictional plant-care app, rendered by the same parsers and held to the same invariants as a real project's dashboard. This is the system in use, three months in.

docs/features/plant-profiles.mdCommitmentsactivebuilt2026-07-14Read when: before changing anything in this feature's surface

Plant profiles

What it does

Holds one plant: species (looked up in the licensed database), pot volume, room assignment, and the derived care profile.

The uncertainty rule

The species interval is stored as a range with a source, never as a single number. Every downstream schedule reads the range, so nothing can accidentally treat a licensed guess as measured truth.

Decisions

  • Licensed species data, not curated (decisions.md → 2026-07-02).