narrarium 0.1.21 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/constants.d.ts +1 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +1 -0
- package/dist/constants.js.map +1 -1
- package/dist/repo.d.ts +6 -0
- package/dist/repo.d.ts.map +1 -1
- package/dist/repo.js +1120 -56
- package/dist/repo.js.map +1 -1
- package/dist/skill-template.d.ts.map +1 -1
- package/dist/skill-template.js +1 -0
- package/dist/skill-template.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skill-template.d.ts","sourceRoot":"","sources":["../src/skill-template.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"skill-template.d.ts","sourceRoot":"","sources":["../src/skill-template.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,QAqFzB,CAAC"}
|
package/dist/skill-template.js
CHANGED
|
@@ -75,6 +75,7 @@ Treat the repository as the canonical source of truth for the book.
|
|
|
75
75
|
- Do not reveal secrets before their \`known_from\` or \`reveal_in\` point.
|
|
76
76
|
- Respect chapter numbering and paragraph numbering.
|
|
77
77
|
- Keep prose in body content and structured facts in frontmatter.
|
|
78
|
+
- In chapter and paragraph prose, write character, item, location, faction, secret, and timeline-event names as plain text. Do not insert markdown links to canon files or reader routes; the reader resolves visible mentions automatically.
|
|
78
79
|
- Always read \`guidelines/prose.md\` before drafting new chapter or paragraph prose.
|
|
79
80
|
- If a chapter declares \`style_refs\`, \`narration_person\`, \`narration_tense\`, or \`prose_mode\`, treat that as an explicit chapter-level override; otherwise follow the book-level default prose, style, and voice guides.
|
|
80
81
|
- Before writing a scene, review \`context.md\`, \`story-design.md\`, \`notes.md\`, any matching chapter draft notes, the relevant prior chapter content, the latest scoped summaries in \`resumes/\`, the current point-in-time snapshot in \`state/\` when available, and any matching files in \`drafts/\`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skill-template.js","sourceRoot":"","sources":["../src/skill-template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,GAAG,CAAA;QAC/B,UAAU
|
|
1
|
+
{"version":3,"file":"skill-template.js","sourceRoot":"","sources":["../src/skill-template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,GAAG,CAAA;QAC/B,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoFjB,CAAC"}
|