16 lines
488 B
JSON
16 lines
488 B
JSON
|
|
{
|
||
|
|
"name": "fiction-assistance",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Fiction writing tools — scene analysis, character cards, continuity checks, story statistics, developmental and strategic review. Built around an Obsidian-based novel workspace.",
|
||
|
|
"author": {
|
||
|
|
"name": "Adam Knight"
|
||
|
|
},
|
||
|
|
"keywords": ["fiction", "writing", "novel", "editing", "obsidian"],
|
||
|
|
"commands": [
|
||
|
|
"./commands",
|
||
|
|
"./commands/analyze",
|
||
|
|
"./commands/generate",
|
||
|
|
"./commands/review"
|
||
|
|
]
|
||
|
|
}
|