From c807b0f73201d86881f45be8bbabb8afa3331c92 Mon Sep 17 00:00:00 2001 From: Matteo Cherubini Date: Sat, 9 May 2026 11:34:20 +0200 Subject: [PATCH] chore: Update genome templates with new frontmatter fields --- templates/wiki-index.md | 1 + templates/wiki-log.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/templates/wiki-index.md b/templates/wiki-index.md index 875ec9c..9fe4719 100644 --- a/templates/wiki-index.md +++ b/templates/wiki-index.md @@ -2,6 +2,7 @@ title: "Index — {{GENOME_NAME}}" type: index domain: {{GENOME_NAME}} +maturity: stable last_updated: {{DATE}} private: false --- diff --git a/templates/wiki-log.md b/templates/wiki-log.md index ff5d2c4..3987fb1 100644 --- a/templates/wiki-log.md +++ b/templates/wiki-log.md @@ -2,6 +2,8 @@ title: "Operations Log — {{GENOME_NAME}}" type: log domain: {{GENOME_NAME}} +maturity: stable +last_updated: {{DATE}} private: false ---