feat: add evergreen garden stage (🌳)
Inspired by Maggie Appleton / Andy Matuschak — evergreen notes are mature and reasonably complete but still alive and growing. Sits between cultivate and question in the stage order. Rendered in teal to distinguish from the green seedling/growing stages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -941,6 +941,7 @@ export default function (eleventyConfig) {
|
||||
const stages = {
|
||||
plant: { label: "Seedling", emoji: "🌱", description: "Newly planted idea" },
|
||||
cultivate: { label: "Growing", emoji: "🌿", description: "Being actively developed" },
|
||||
evergreen: { label: "Evergreen", emoji: "🌳", description: "Mature and reasonably complete, still growing" },
|
||||
question: { label: "Open Question", emoji: "❓", description: "Open for exploration" },
|
||||
repot: { label: "Repotting", emoji: "🪴", description: "Being restructured" },
|
||||
revitalize: { label: "Revitalizing", emoji: "✨", description: "Being refreshed and updated" },
|
||||
|
||||
Reference in New Issue
Block a user