Commit 92062be
docs: add LLM novel writer application note
- New single-file application note at application-notes/llm-novel-writer.md demonstrating the exact 6-step pipeline (read the data if it needs → generate context → user prompt/selection → analyse change to the data → update the data → loop) with all novel data (background, configs, bibles, style rules, user preferences, current story) kept inside MemNet.
- Schema + complete initial seed (persistent reference rows + transient story rows with correct recycle values) as copy-pasteable blocks.
- 3 compact worked turns, each structured strictly as the 6 numbered steps, with warm output (including prepended LAW rows), exact memnet add/update commands, id discipline, and canon-changing updates to persistent rows.
- Mermaid diagram of the pipeline loop + persistent-vs-transient legend.
- Snapshot for full project state, pipeline-aware pitfalls, and quick-start bootstrap commands (heredoc for schema, session open, add seed, first warm).
- Updated README.md with "Application notes" section.
- Updated LLM-GUIDE.md with pointer to the example.
This is repo documentation only (single .md under application-notes/); the distributed package is unchanged.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 445f5ee commit 92062be
3 files changed
Lines changed: 345 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
198 | 204 | | |
199 | 205 | | |
200 | 206 | | |
| |||
0 commit comments