Merge pull request #3578 from xiaolai/fix/nlpm-agents-missing-frontmatter

docs(agents): add YAML frontmatter to AGENTS.md documentation files
This commit is contained in:
YeonGyu-Kim
2026-05-06 15:44:57 +09:00
committed by GitHub
4 changed files with 20 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
---
name: agents-directory
description: Developer reference for all 11 Oh My OpenAgent agent definitions, factory patterns, tool restrictions, and model routing.
---
# src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-18
+5
View File
@@ -1,3 +1,8 @@
---
name: hephaestus-agent
description: Developer reference for the Hephaestus autonomous deep worker agent — model variants, key behaviors, and delegation patterns.
---
# src/agents/hephaestus/ -- Autonomous Deep Worker
**Generated:** 2026-04-11
+5
View File
@@ -1,3 +1,8 @@
---
name: prometheus-agent
description: Developer reference for the Prometheus strategic planner agent — interview flow, plan output format, and key constraints.
---
# src/agents/prometheus/ -- Strategic Planner
**Generated:** 2026-04-11
+5
View File
@@ -1,3 +1,8 @@
---
name: sisyphus-variants
description: Developer reference for Sisyphus orchestrator model-specific prompt variants — selection logic and key exports.
---
# src/agents/sisyphus/ -- Orchestrator Variants
**Generated:** 2026-04-11