-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 782 Bytes
/
Copy pathplugin.json
File metadata and controls
23 lines (23 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "velith",
"version": "0.4.1",
"description": "AI-native publishing system — autonomous multi-phase workflows from ideation to EPUB/PDF. Fiction, non-fiction, technical, screenplay, poetry, game, academic, and custom genres.",
"author": {
"name": "epicsagas",
"url": "https://github.com/epicsagas"
},
"homepage": "https://github.com/epicsagas/Velith",
"repository": "https://github.com/epicsagas/Velith",
"license": "Apache-2.0",
"skills": "./skills/",
"agents": [
"./agents/book-architect.md",
"./agents/chapter-writer.md",
"./agents/continuity-editor.md",
"./agents/style-doctor.md",
"./agents/scene-generator.md",
"./agents/cover-designer.md",
"./agents/illustrator.md",
"./agents/marketing-expert.md"
]
}