docs: standardize frontmatter field order (summary before title)

This commit is contained in:
Vincent Koc
2026-04-23 13:18:10 -07:00
parent 79112f207d
commit c5c163d078
88 changed files with 88 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
---
title: "Default AGENTS.md"
summary: "Default OpenClaw agent instructions and skills roster for the personal assistant setup"
title: "Default AGENTS.md"
read_when:
- Starting a new OpenClaw agent session
- Enabling or auditing default skills

View File

@@ -1,6 +1,6 @@
---
title: "Release policy"
summary: "Public release channels, version naming, and cadence"
title: "Release policy"
read_when:
- Looking for public release channel definitions
- Looking for version naming and cadence

View File

@@ -1,6 +1,6 @@
---
title: "Memory configuration reference"
summary: "All configuration knobs for memory search, embedding providers, QMD, hybrid search, and multimodal indexing"
title: "Memory configuration reference"
read_when:
- You want to configure memory search providers or embedding models
- You want to set up the QMD backend

View File

@@ -1,6 +1,6 @@
---
title: "Prompt caching"
summary: "Prompt caching knobs, merge order, provider behavior, and tuning patterns"
title: "Prompt caching"
read_when:
- You want to reduce prompt token costs with cache retention
- You need per-agent cache behavior in multi-agent setups

View File

@@ -1,6 +1,6 @@
---
title: "AGENTS.dev template"
summary: "Dev agent AGENTS.md (C-3PO)"
title: "AGENTS.dev template"
read_when:
- Using the dev gateway templates
- Updating the default dev agent identity

View File

@@ -1,6 +1,6 @@
---
title: "AGENTS.md template"
summary: "Workspace template for AGENTS.md"
title: "AGENTS.md template"
read_when:
- Bootstrapping a workspace manually
---

View File

@@ -1,6 +1,6 @@
---
title: "BOOT.md template"
summary: "Workspace template for BOOT.md"
title: "BOOT.md template"
read_when:
- Adding a BOOT.md checklist
---

View File

@@ -1,6 +1,6 @@
---
title: "BOOTSTRAP.md template"
summary: "First-run ritual for new agents"
title: "BOOTSTRAP.md template"
read_when:
- Bootstrapping a workspace manually
---

View File

@@ -1,6 +1,6 @@
---
title: "HEARTBEAT.md template"
summary: "Workspace template for HEARTBEAT.md"
title: "HEARTBEAT.md template"
read_when:
- Bootstrapping a workspace manually
---

View File

@@ -1,6 +1,6 @@
---
title: "IDENTITY.dev template"
summary: "Dev agent identity (C-3PO)"
title: "IDENTITY.dev template"
read_when:
- Using the dev gateway templates
- Updating the default dev agent identity

View File

@@ -1,6 +1,6 @@
---
title: "IDENTITY template"
summary: "Agent identity record"
title: "IDENTITY template"
read_when:
- Bootstrapping a workspace manually
---

View File

@@ -1,6 +1,6 @@
---
title: "SOUL.dev template"
summary: "Dev agent soul (C-3PO)"
title: "SOUL.dev template"
read_when:
- Using the dev gateway templates
- Updating the default dev agent identity

View File

@@ -1,6 +1,6 @@
---
title: "SOUL.md template"
summary: "Workspace template for SOUL.md"
title: "SOUL.md template"
read_when:
- Bootstrapping a workspace manually
---

View File

@@ -1,6 +1,6 @@
---
title: "TOOLS.dev template"
summary: "Dev agent tools notes (C-3PO)"
title: "TOOLS.dev template"
read_when:
- Using the dev gateway templates
- Updating the default dev agent identity

View File

@@ -1,6 +1,6 @@
---
title: "TOOLS.md template"
summary: "Workspace template for TOOLS.md"
title: "TOOLS.md template"
read_when:
- Bootstrapping a workspace manually
---

View File

@@ -1,6 +1,6 @@
---
title: "USER.dev template"
summary: "Dev agent user profile (C-3PO)"
title: "USER.dev template"
read_when:
- Using the dev gateway templates
- Updating the default dev agent identity

View File

@@ -1,6 +1,6 @@
---
title: "USER template"
summary: "User profile record"
title: "USER template"
read_when:
- Bootstrapping a workspace manually
---