Cleaning up the name of a lot of agents

This commit is contained in:
Aaron Powell
2026-02-03 14:11:03 +11:00
parent b492cfe854
commit 9afab17e01
55 changed files with 100 additions and 58 deletions

View File

@@ -44,7 +44,6 @@ function ensureDataDir() {
* Extract title from filename or frontmatter
*/
function extractTitle(filePath, frontmatter) {
if (frontmatter?.title) return frontmatter.title;
if (frontmatter?.name) {
return frontmatter.name
.split("-")