@mytechtoday/augment-extensions 1.6.0 → 1.6.2

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.
Files changed (358) hide show
  1. package/AGENTS.md +76 -0
  2. package/README.md +26 -3
  3. package/augment-extensions/writing-standards/literature/shakespeare/ANNOUNCEMENT.md +176 -0
  4. package/augment-extensions/writing-standards/literature/shakespeare/CHARACTER-THEME-VALIDATION-REPORT.md +465 -0
  5. package/augment-extensions/writing-standards/literature/shakespeare/DRAMA-VALIDATION-REPORT.md +217 -0
  6. package/augment-extensions/writing-standards/literature/shakespeare/LANGUAGE-VALIDATION-REPORT.md +195 -0
  7. package/augment-extensions/writing-standards/literature/shakespeare/PHASE6-VALIDATION-REPORT.md +359 -0
  8. package/augment-extensions/writing-standards/literature/shakespeare/README.md +126 -0
  9. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-130.md +225 -0
  10. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-18.md +188 -0
  11. package/augment-extensions/writing-standards/literature/shakespeare/examples/annotated-sonnets/sonnet-73.md +215 -0
  12. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/character-worksheet.md +407 -0
  13. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/iambic-pentameter-practice.md +470 -0
  14. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/sonnet-writing-exercise.md +360 -0
  15. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/theme-analysis-template.md +527 -0
  16. package/augment-extensions/writing-standards/literature/shakespeare/examples/exercises/verse-analysis-exercise.md +426 -0
  17. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/hamlet-to-be-or-not-to-be.md +316 -0
  18. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/king-lear-storm-scene.md +576 -0
  19. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/macbeth-tomorrow-and-tomorrow.md +448 -0
  20. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/much-ado-benedick-eavesdropping.md +496 -0
  21. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/romeo-juliet-balcony.md +287 -0
  22. package/augment-extensions/writing-standards/literature/shakespeare/examples/scene-examples/twelfth-night-malvolio-letter.md +653 -0
  23. package/augment-extensions/writing-standards/literature/shakespeare/module.json +72 -0
  24. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/character-development.md +608 -0
  25. package/augment-extensions/writing-standards/literature/shakespeare/rules/character-themes/thematic-elements.md +471 -0
  26. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/comedy.md +763 -0
  27. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/history-plays.md +507 -0
  28. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/scene-construction.md +870 -0
  29. package/augment-extensions/writing-standards/literature/shakespeare/rules/drama/tragedy.md +743 -0
  30. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/elizabethan-english.md +400 -0
  31. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/rhetoric-wordplay.md +602 -0
  32. package/augment-extensions/writing-standards/literature/shakespeare/rules/language/vocabulary-guide.md +662 -0
  33. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/iambic-pentameter.md +447 -0
  34. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/narrative-poetry.md +453 -0
  35. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/sonnets.md +435 -0
  36. package/augment-extensions/writing-standards/literature/shakespeare/rules/poetry/verse-forms.md +565 -0
  37. package/augment-extensions/writing-standards/screenplay/cinematic-styles/MIGRATION.md +213 -158
  38. package/augment-extensions/writing-standards/screenplay/cinematic-styles/README.md +309 -157
  39. package/augment-extensions/writing-standards/screenplay/cinematic-styles/REFACTORING-SUMMARY.md +99 -0
  40. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/module.json +33 -0
  41. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/module.json +50 -0
  42. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/monty-python/rules/monty-python.md +243 -0
  43. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/module.json +50 -0
  44. package/augment-extensions/writing-standards/screenplay/cinematic-styles/comedy-formats/saturday-night-live/rules/saturday-night-live.md +153 -0
  45. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/README.md +127 -0
  46. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/module.json +50 -0
  47. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/alfred-hitchcock/rules/alfred-hitchcock.md +168 -0
  48. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/module.json +50 -0
  49. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/ari-aster/rules/ari-aster.md +414 -0
  50. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/module.json +50 -0
  51. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brad-bird/rules/brad-bird.md +362 -0
  52. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/module.json +50 -0
  53. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/brian-de-palma/rules/brian-de-palma.md +445 -0
  54. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/module.json +50 -0
  55. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/buster-keaton/rules/buster-keaton.md +508 -0
  56. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/module.json +50 -0
  57. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/christopher-nolan/rules/christopher-nolan.md +147 -0
  58. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/module.json +50 -0
  59. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/clint-eastwood/rules/clint-eastwood.md +639 -0
  60. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/module.json +50 -0
  61. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/coen-brothers/rules/coen-brothers.md +167 -0
  62. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/module.json +50 -0
  63. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/darren-aronofsky/rules/darren-aronofsky.md +474 -0
  64. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/module.json +50 -0
  65. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-fincher/rules/david-fincher.md +203 -0
  66. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/module.json +50 -0
  67. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/david-lynch/rules/david-lynch.md +136 -0
  68. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/module.json +50 -0
  69. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/denis-villeneuve/rules/denis-villeneuve.md +131 -0
  70. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/module.json +50 -0
  71. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/francis-ford-coppola/rules/francis-ford-coppola.md +190 -0
  72. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/module.json +50 -0
  73. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gary-marshall/rules/gary-marshall.md +181 -0
  74. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/module.json +50 -0
  75. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-a-romero/rules/george-a-romero.md +391 -0
  76. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/module.json +50 -0
  77. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/george-lucas/rules/george-lucas.md +129 -0
  78. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/module.json +50 -0
  79. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/guillermo-del-toro/rules/guillermo-del-toro.md +350 -0
  80. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/module.json +50 -0
  81. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/gus-van-sant/rules/gus-van-sant.md +353 -0
  82. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/module.json +50 -0
  83. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/james-ivory-ismail-merchant/rules/james-ivory-ismail-merchant.md +164 -0
  84. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/module.json +50 -0
  85. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jim-jarmusch/rules/jim-jarmusch.md +426 -0
  86. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/module.json +50 -0
  87. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-carpenter/rules/john-carpenter.md +450 -0
  88. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/module.json +50 -0
  89. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-ford/rules/john-ford.md +429 -0
  90. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/module.json +50 -0
  91. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-huston/rules/john-huston.md +357 -0
  92. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/module.json +50 -0
  93. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/john-landis/rules/john-landis.md +483 -0
  94. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/module.json +50 -0
  95. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/jonathan-demme/rules/jonathan-demme.md +394 -0
  96. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/module.json +50 -0
  97. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/joseph-l-mankiewicz/rules/joseph-l-mankiewicz.md +406 -0
  98. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/module.json +50 -0
  99. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kathryn-bigelow/rules/kathryn-bigelow.md +443 -0
  100. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/module.json +50 -0
  101. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kelly-reichardt/rules/kelly-reichardt.md +365 -0
  102. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/module.json +50 -0
  103. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/kevin-smith/rules/kevin-smith.md +546 -0
  104. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/module.json +50 -0
  105. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/linda-shayne/rules/linda-shayne.md +341 -0
  106. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/module.json +50 -0
  107. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/martin-scorsese/rules/martin-scorsese.md +188 -0
  108. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/module.json +50 -0
  109. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mel-brooks/rules/mel-brooks.md +215 -0
  110. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/module.json +50 -0
  111. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-curtiz/rules/michael-curtiz.md +429 -0
  112. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/module.json +50 -0
  113. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/michael-mann/rules/michael-mann.md +416 -0
  114. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/module.json +50 -0
  115. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/mike-nichols/rules/mike-nichols.md +383 -0
  116. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/module.json +410 -0
  117. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/module.json +50 -0
  118. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/orson-welles/rules/orson-welles.md +400 -0
  119. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/module.json +50 -0
  120. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/park-chan-wook/rules/park-chan-wook.md +357 -0
  121. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/module.json +50 -0
  122. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/paul-thomas-anderson/rules/paul-thomas-anderson.md +143 -0
  123. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/module.json +50 -0
  124. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/penny-marshall/rules/penny-marshall.md +139 -0
  125. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/module.json +50 -0
  126. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/peter-bogdanovich/rules/peter-bogdanovich.md +411 -0
  127. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/module.json +50 -0
  128. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/quentin-tarantino/rules/quentin-tarantino.md +178 -0
  129. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/module.json +50 -0
  130. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/richard-linklater/rules/richard-linklater.md +463 -0
  131. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/module.json +50 -0
  132. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/rob-reiner/rules/rob-reiner.md +470 -0
  133. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/module.json +50 -0
  134. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-altman/rules/robert-altman.md +447 -0
  135. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/module.json +50 -0
  136. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-eggers/rules/robert-eggers.md +361 -0
  137. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/module.json +50 -0
  138. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/robert-zemeckis/rules/robert-zemeckis.md +489 -0
  139. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/module.json +50 -0
  140. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sam-peckinpah/rules/sam-peckinpah.md +475 -0
  141. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/module.json +50 -0
  142. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sidney-lumet/rules/sidney-lumet.md +387 -0
  143. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/module.json +50 -0
  144. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/spike-lee/rules/spike-lee.md +500 -0
  145. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/module.json +50 -0
  146. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-donen-gene-kelly/rules/stanley-donen-gene-kelly.md +406 -0
  147. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/module.json +50 -0
  148. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/stanley-kubrick/rules/stanley-kubrick.md +183 -0
  149. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/module.json +50 -0
  150. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steve-martin/rules/steve-martin.md +138 -0
  151. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/module.json +50 -0
  152. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/steven-spielberg/rules/steven-spielberg.md +179 -0
  153. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/module.json +50 -0
  154. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/sydney-pollack/rules/sydney-pollack.md +356 -0
  155. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/module.json +50 -0
  156. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/terry-gilliam/rules/terry-gilliam.md +546 -0
  157. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/module.json +50 -0
  158. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tim-burton/rules/tim-burton.md +356 -0
  159. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/module.json +50 -0
  160. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/tobe-hooper/rules/tobe-hooper.md +596 -0
  161. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/module.json +50 -0
  162. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/wes-anderson/rules/wes-anderson.md +146 -0
  163. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/module.json +50 -0
  164. package/augment-extensions/writing-standards/screenplay/cinematic-styles/directors/william-friedkin/rules/william-friedkin.md +378 -0
  165. package/augment-extensions/writing-standards/screenplay/cinematic-styles/examples/style-applications.md +492 -9
  166. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/module.json +50 -0
  167. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/blue-ruin/rules/blue-ruin.md +721 -0
  168. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/module.json +27 -0
  169. package/augment-extensions/writing-standards/screenplay/cinematic-styles/films/rules/blue-ruin.md.bak +667 -0
  170. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/module.json +17 -0
  171. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/fast-and-furious/rules/the-fast-and-furious-saga.md +427 -0
  172. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/module.json +17 -0
  173. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/harry-potter/rules/harry-potter.md +170 -0
  174. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/module.json +17 -0
  175. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/james-bond/rules/james-bond.md +440 -0
  176. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/module.json +17 -0
  177. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/john-wick/rules/john-wick.md +375 -0
  178. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/module.json +17 -0
  179. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/lord-of-the-rings/rules/lord-of-the-rings.md +437 -0
  180. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/module.json +29 -0
  181. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md +985 -0
  182. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/mcu/rules/mcu-avengers.md.bak +933 -0
  183. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/module.json +93 -0
  184. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/module.json +46 -0
  185. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-deep-space-nine.md +146 -0
  186. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-enterprise.md +149 -0
  187. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-strange-new-world.md +156 -0
  188. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-the-next-generation.md +163 -0
  189. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-tos.md +148 -0
  190. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek-voyager.md +148 -0
  191. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-trek/rules/star-trek.md +163 -0
  192. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/module.json +17 -0
  193. package/augment-extensions/writing-standards/screenplay/cinematic-styles/franchises/star-wars/rules/star-wars.md +213 -0
  194. package/augment-extensions/writing-standards/screenplay/cinematic-styles/module.json +128 -63
  195. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/module.json +50 -0
  196. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/joseph-campbell/rules/joseph-campbell.md +178 -0
  197. package/augment-extensions/writing-standards/screenplay/cinematic-styles/narrative-theory/module.json +27 -0
  198. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/module.json +50 -0
  199. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/bruckheimer-and-simpson/rules/bruckheimer-and-simpson.md +376 -0
  200. package/augment-extensions/writing-standards/screenplay/cinematic-styles/producers/module.json +26 -0
  201. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/blue-ruin.md +667 -667
  202. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/christopher-nolan.md +126 -0
  203. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/coen-brothers.md +154 -0
  204. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/david-lynch.md +124 -0
  205. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/denis-villeneuve.md +119 -0
  206. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/francis-ford-coppola.md +176 -0
  207. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/george-lucas.md +116 -0
  208. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/joseph-campbell.md +167 -0
  209. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/martin-scorsese.md +174 -0
  210. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/mcu-avengers.md +933 -933
  211. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/monty-python.md +231 -0
  212. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/quentin-tarantino.md +167 -0
  213. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/saturday-night-live.md +141 -0
  214. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/stanley-kubrick.md +169 -0
  215. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/star-wars.md +200 -0
  216. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/steven-spielberg.md +165 -0
  217. package/augment-extensions/writing-standards/screenplay/cinematic-styles/rules/wes-anderson.md +134 -0
  218. package/augment-extensions/writing-standards/screenplay/module.json +21 -2
  219. package/cli/AGENTS.md +22 -0
  220. package/cli/dist/__test_hook-system.d.ts +2 -0
  221. package/cli/dist/__test_hook-system.d.ts.map +1 -0
  222. package/cli/dist/__test_hook-system.js +4 -0
  223. package/cli/dist/__test_hook-system.js.map +1 -0
  224. package/cli/dist/cli.js +21 -0
  225. package/cli/dist/cli.js.map +1 -1
  226. package/cli/dist/commands/generate-shot-list/error-detector.d.ts +92 -0
  227. package/cli/dist/commands/generate-shot-list/error-detector.d.ts.map +1 -0
  228. package/cli/dist/commands/generate-shot-list/error-detector.js +131 -0
  229. package/cli/dist/commands/generate-shot-list/error-detector.js.map +1 -0
  230. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts +85 -0
  231. package/cli/dist/commands/generate-shot-list/error-recovery.d.ts.map +1 -0
  232. package/cli/dist/commands/generate-shot-list/error-recovery.js +208 -0
  233. package/cli/dist/commands/generate-shot-list/error-recovery.js.map +1 -0
  234. package/cli/dist/commands/generate-shot-list/errors.d.ts +52 -0
  235. package/cli/dist/commands/generate-shot-list/errors.d.ts.map +1 -0
  236. package/cli/dist/commands/generate-shot-list/errors.js +287 -0
  237. package/cli/dist/commands/generate-shot-list/errors.js.map +1 -0
  238. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts +42 -0
  239. package/cli/dist/commands/generate-shot-list/exit-codes.d.ts.map +1 -0
  240. package/cli/dist/commands/generate-shot-list/exit-codes.js +83 -0
  241. package/cli/dist/commands/generate-shot-list/exit-codes.js.map +1 -0
  242. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts +48 -0
  243. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.d.ts.map +1 -0
  244. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js +113 -0
  245. package/cli/dist/commands/generate-shot-list/formatter/base-formatter.js.map +1 -0
  246. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts +45 -0
  247. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.d.ts.map +1 -0
  248. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js +110 -0
  249. package/cli/dist/commands/generate-shot-list/formatter/csv-formatter.js.map +1 -0
  250. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts +38 -0
  251. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.d.ts.map +1 -0
  252. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js +82 -0
  253. package/cli/dist/commands/generate-shot-list/formatter/html-formatter.js.map +1 -0
  254. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts +11 -0
  255. package/cli/dist/commands/generate-shot-list/formatter/html-template.d.ts.map +1 -0
  256. package/cli/dist/commands/generate-shot-list/formatter/html-template.js +628 -0
  257. package/cli/dist/commands/generate-shot-list/formatter/html-template.js.map +1 -0
  258. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts +13 -0
  259. package/cli/dist/commands/generate-shot-list/formatter/index.d.ts.map +1 -0
  260. package/cli/dist/commands/generate-shot-list/formatter/index.js +41 -0
  261. package/cli/dist/commands/generate-shot-list/formatter/index.js.map +1 -0
  262. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts +34 -0
  263. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.d.ts.map +1 -0
  264. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js +123 -0
  265. package/cli/dist/commands/generate-shot-list/formatter/json-formatter.js.map +1 -0
  266. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts +37 -0
  267. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.d.ts.map +1 -0
  268. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js +100 -0
  269. package/cli/dist/commands/generate-shot-list/formatter/jsonl-formatter.js.map +1 -0
  270. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts +34 -0
  271. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.d.ts.map +1 -0
  272. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js +159 -0
  273. package/cli/dist/commands/generate-shot-list/formatter/markdown-formatter.js.map +1 -0
  274. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts +37 -0
  275. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.d.ts.map +1 -0
  276. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js +125 -0
  277. package/cli/dist/commands/generate-shot-list/formatter/txt-formatter.js.map +1 -0
  278. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts +75 -0
  279. package/cli/dist/commands/generate-shot-list/formatter/types.d.ts.map +1 -0
  280. package/cli/dist/commands/generate-shot-list/formatter/types.js +8 -0
  281. package/cli/dist/commands/generate-shot-list/formatter/types.js.map +1 -0
  282. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts +55 -0
  283. package/cli/dist/commands/generate-shot-list/generator/context-builder.d.ts.map +1 -0
  284. package/cli/dist/commands/generate-shot-list/generator/context-builder.js +168 -0
  285. package/cli/dist/commands/generate-shot-list/generator/context-builder.js.map +1 -0
  286. package/cli/dist/commands/generate-shot-list/generator/index.d.ts +40 -0
  287. package/cli/dist/commands/generate-shot-list/generator/index.d.ts.map +1 -0
  288. package/cli/dist/commands/generate-shot-list/generator/index.js +168 -0
  289. package/cli/dist/commands/generate-shot-list/generator/index.js.map +1 -0
  290. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts +46 -0
  291. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.d.ts.map +1 -0
  292. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js +170 -0
  293. package/cli/dist/commands/generate-shot-list/generator/metadata-extractor.js.map +1 -0
  294. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts +49 -0
  295. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.d.ts.map +1 -0
  296. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js +130 -0
  297. package/cli/dist/commands/generate-shot-list/generator/scene-segmenter.js.map +1 -0
  298. package/cli/dist/commands/generate-shot-list/generator/types.d.ts +118 -0
  299. package/cli/dist/commands/generate-shot-list/generator/types.d.ts.map +1 -0
  300. package/cli/dist/commands/generate-shot-list/generator/types.js +8 -0
  301. package/cli/dist/commands/generate-shot-list/generator/types.js.map +1 -0
  302. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts +40 -0
  303. package/cli/dist/commands/generate-shot-list/generator/validator.d.ts.map +1 -0
  304. package/cli/dist/commands/generate-shot-list/generator/validator.js +117 -0
  305. package/cli/dist/commands/generate-shot-list/generator/validator.js.map +1 -0
  306. package/cli/dist/commands/generate-shot-list/help-text.d.ts +11 -0
  307. package/cli/dist/commands/generate-shot-list/help-text.d.ts.map +1 -0
  308. package/cli/dist/commands/generate-shot-list/help-text.js +160 -0
  309. package/cli/dist/commands/generate-shot-list/help-text.js.map +1 -0
  310. package/cli/dist/commands/generate-shot-list/logger/index.d.ts +25 -0
  311. package/cli/dist/commands/generate-shot-list/logger/index.d.ts.map +1 -0
  312. package/cli/dist/commands/generate-shot-list/logger/index.js +98 -0
  313. package/cli/dist/commands/generate-shot-list/logger/index.js.map +1 -0
  314. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts +43 -0
  315. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.d.ts.map +1 -0
  316. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js +123 -0
  317. package/cli/dist/commands/generate-shot-list/logger/jsonl-writer.js.map +1 -0
  318. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts +43 -0
  319. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.d.ts.map +1 -0
  320. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js +142 -0
  321. package/cli/dist/commands/generate-shot-list/logger/shot-list-logger.js.map +1 -0
  322. package/cli/dist/commands/generate-shot-list/logger/types.d.ts +145 -0
  323. package/cli/dist/commands/generate-shot-list/logger/types.d.ts.map +1 -0
  324. package/cli/dist/commands/generate-shot-list/logger/types.js +8 -0
  325. package/cli/dist/commands/generate-shot-list/logger/types.js.map +1 -0
  326. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts +33 -0
  327. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.d.ts.map +1 -0
  328. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js +249 -0
  329. package/cli/dist/commands/generate-shot-list/parser/fountain-parser.js.map +1 -0
  330. package/cli/dist/commands/generate-shot-list/parser/index.d.ts +24 -0
  331. package/cli/dist/commands/generate-shot-list/parser/index.d.ts.map +1 -0
  332. package/cli/dist/commands/generate-shot-list/parser/index.js +117 -0
  333. package/cli/dist/commands/generate-shot-list/parser/index.js.map +1 -0
  334. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts +21 -0
  335. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.d.ts.map +1 -0
  336. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js +197 -0
  337. package/cli/dist/commands/generate-shot-list/parser/markdown-parser.js.map +1 -0
  338. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts +29 -0
  339. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.d.ts.map +1 -0
  340. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js +213 -0
  341. package/cli/dist/commands/generate-shot-list/parser/plaintext-parser.js.map +1 -0
  342. package/cli/dist/commands/generate-shot-list/parser/types.d.ts +133 -0
  343. package/cli/dist/commands/generate-shot-list/parser/types.d.ts.map +1 -0
  344. package/cli/dist/commands/generate-shot-list/parser/types.js +22 -0
  345. package/cli/dist/commands/generate-shot-list/parser/types.js.map +1 -0
  346. package/cli/dist/commands/generate-shot-list.d.ts +13 -0
  347. package/cli/dist/commands/generate-shot-list.d.ts.map +1 -0
  348. package/cli/dist/commands/generate-shot-list.js +231 -0
  349. package/cli/dist/commands/generate-shot-list.js.map +1 -0
  350. package/cli/dist/index.d.ts +7 -0
  351. package/cli/dist/index.d.ts.map +1 -0
  352. package/cli/dist/index.js +10 -0
  353. package/cli/dist/index.js.map +1 -0
  354. package/cli/dist/utils/mcp-integration.d.ts +1 -2
  355. package/cli/dist/utils/mcp-integration.d.ts.map +1 -1
  356. package/cli/dist/utils/mcp-integration.js +102 -13
  357. package/cli/dist/utils/mcp-integration.js.map +1 -1
  358. package/package.json +19 -1
@@ -0,0 +1,470 @@
1
+ # Rob Reiner - Screenplay Style Guide
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [The Character-Driven Human Drama](#the-character-driven-human-drama)
6
+ - [Overview](#overview)
7
+ - [Core Principles](#core-principles)
8
+ - [1. **Dialogue as the Engine of Story**](#1-dialogue-as-the-engine-of-story)
9
+ - [2. **Emotional Authenticity Through Vulnerability**](#2-emotional-authenticity-through-vulnerability)
10
+ - [3. **Blending Genres for Layered Storytelling**](#3-blending-genres-for-layered-storytelling)
11
+ - [4. **Ensemble Dynamics and Relational Focus**](#4-ensemble-dynamics-and-relational-focus)
12
+ - [Narrative Structure](#narrative-structure)
13
+ - [The Reiner Three-Act Formula](#the-reiner-three-act-formula)
14
+ - [Character Development](#character-development)
15
+ - [The Relatable Everyman (or Woman)](#the-relatable-everyman-or-woman)
16
+ - [Reiner Character Archetypes](#reiner-character-archetypes)
17
+ - [Scene Construction](#scene-construction)
18
+ - [The "Banter-Filled Encounter" Scene](#the-banter-filled-encounter-scene)
19
+ - [The "Cathartic Confession" Scene](#the-cathartic-confession-scene)
20
+ - [The "Courtroom/Confrontation" Scene](#the-courtroomconfrontation-scene)
21
+ - [The "Nostalgic Reflection" Scene](#the-nostalgic-reflection-scene)
22
+ - [The "Unlikely Friendship" Scene](#the-unlikely-friendship-scene)
23
+ - [The "Twist of Fate" Scene](#the-twist-of-fate-scene)
24
+
25
+ ## The Character-Driven Human Drama
26
+
27
+ **Films Analyzed**:
28
+ - Stand by Me (1986)
29
+ - The Princess Bride (1987)
30
+ - When Harry Met Sally... (1989)
31
+ - Misery (1990)
32
+ - A Few Good Men (1992)
33
+ - The American President (1995)
34
+ - Ghosts of Mississippi (1996)
35
+ - The Story of Us (1999)
36
+ - Alex & Emma (2003)
37
+ - Rumor Has It... (2005)
38
+ - The Bucket List (2007)
39
+ - Flipped (2010)
40
+ - And So It Goes (2014)
41
+ - Being Charlie (2015)
42
+ - Shock and Awe (2017)
43
+ - This Is Spinal Tap (1984) [as director and co-writer]
44
+ - North (1994)
45
+ - The Sure Thing (1985)
46
+
47
+ **Primary Writers**: Rob Reiner (often as co-writer or adapter), William Goldman, Nora Ephron, Aaron Sorkin, Christopher Guest, Bruce A. Evans & Raynold Gideon, Valerie Curtin & Barry Levinson, Marc Lawrence, Andrew Scheinman, Justin Zackham, Wendelin Van Draanen (adaptation), Randall Wallace
48
+ **Genre**: Character-Driven Drama / Comedy / Romance / Thriller Blend
49
+ **Core Concept**: Intimate explorations of human relationships, personal growth, and societal issues through sharp, witty dialogue, emotional authenticity, and nuanced character arcs that blend humor with profound dramatic stakes.
50
+
51
+ ---
52
+
53
+ ## Overview
54
+
55
+ Rob Reiner's directorial style has left an indelible mark on American cinema by crafting films that prioritize the intricacies of human interaction over grandiose spectacle. His works span genres—from the mockumentary satire of *This Is Spinal Tap* to the fairy-tale whimsy of *The Princess Bride*, the romantic banter of *When Harry Met Sally...*, the tense thriller elements of *Misery*, and the courtroom intensity of *A Few Good Men*. What unites these diverse narratives is Reiner's unwavering focus on character development, where dialogue serves as the primary vehicle for revelation, conflict, and resolution. His films often adapt literary sources or original scripts that emphasize relatable, flawed individuals navigating life's complexities, whether through coming-of-age journeys, romantic entanglements, moral dilemmas, or personal redemptions.
56
+
57
+ Reiner's approach revolutionized how filmmakers balance humor and drama, creating stories that feel both entertaining and deeply resonant. By drawing on ensemble casts with strong chemistry, he builds worlds where characters' internal struggles manifest through verbal sparring, quiet reflections, and pivotal confrontations. This style guide distills the essential techniques that define Reiner's filmmaking, offering a blueprint for screenplays that capture the essence of human experience with intelligence, empathy, and wit. At its heart, Reiner's style insists that great stories emerge from authentic relationships, where laughter often masks deeper pains, and triumphs are earned through vulnerability and growth.
58
+
59
+ Reiner's films frequently explore themes of friendship, love, justice, and self-discovery, set against backdrops that range from nostalgic small-town America to high-stakes political arenas. His direction encourages actors to deliver performances that feel lived-in and genuine, supported by scripts that avoid clichés in favor of layered, subtext-rich exchanges. This results in movies that linger with audiences long after the credits roll, prompting reflection on personal relationships and societal norms. Whether depicting the innocence of youth in *Stand by Me* or the ethical battles in *A Few Good Men*, Reiner's narratives underscore that true drama arises from the tensions between what characters say and what they truly feel, making his style a masterclass in emotional storytelling.
60
+
61
+ ---
62
+
63
+ ## Core Principles
64
+
65
+ ### 1. **Dialogue as the Engine of Story**
66
+ In Reiner's films, dialogue isn't mere conversation—it's the primary tool for advancing plot, revealing character, and building tension. Words carry weight, often laced with subtext, humor, and emotional undercurrents that drive the narrative forward without relying on overt action.
67
+
68
+ **Key Philosophy**:
69
+ - Dialogue must serve multiple purposes: exposition, conflict, humor, and revelation
70
+ - Avoid direct statements; imply emotions through wit and implication
71
+ - Conversations reflect real-life messiness—interruptions, overlaps, and non-sequiturs
72
+ - Balance verbosity with silence; pauses speak volumes in dramatic moments
73
+
74
+ **Examples from Films**:
75
+ - In *When Harry Met Sally...*, the iconic deli scene uses rapid-fire banter to explore gender differences in relationships, blending humor with underlying sexual tension.
76
+ - *A Few Good Men*'s courtroom exchanges, like the "You can't handle the truth!" monologue, reveal character motivations through escalating verbal confrontations.
77
+ - *The Princess Bride* employs meta-narrative dialogue, where characters break the fourth wall subtly through asides, adding layers of irony and charm.
78
+ - *Stand by Me* features adolescent chatter that masks deeper fears about mortality and friendship, turning casual talks into profound insights.
79
+
80
+ **Writing Approach**:
81
+ WRONG: "I'm sad because my friend died."
82
+ RIGHT: "You know, we used to talk about finding that body like it was some big adventure. Now? It just feels like... I don't know, like everything's different. Like we're not kids anymore."
83
+
84
+ This approach ensures dialogue feels organic, revealing character layers gradually while propelling the story. Reiner's scripts often feature long, uninterrupted scenes of conversation, allowing actors to build rhythm and chemistry, as seen in the car rides of *When Harry Met Sally...* where discussions evolve from superficial to intimate over time.
85
+
86
+ To achieve this, writers should craft lines that reflect individual voices: Harry's cynicism contrasts Sally's optimism, creating dynamic friction. In thrillers like *Misery*, dialogue escalates tension through Annie Wilkes' unpredictable shifts from adoring fan to menacing captor, using politeness as a veil for menace. This principle extends to ensemble pieces, where group discussions highlight diverse perspectives, as in *The American President*'s White House staff meetings, blending policy debates with personal stakes.
87
+
88
+ Furthermore, Reiner emphasizes the musicality of dialogue—rhythm, pacing, and cadence matter. Fast-paced exchanges in comedies build energy, while slower, deliberate speeches in dramas allow for emotional buildup. Avoid redundancy by ensuring each line advances the scene: if a character repeats an idea, it must serve to emphasize growth or irony. This verbose yet efficient style keeps audiences engaged, turning talky scenes into compelling cinema.
89
+
90
+ ### 2. **Emotional Authenticity Through Vulnerability**
91
+ Reiner's characters are defined by their flaws and willingness to expose them, creating relatable heroes whose journeys involve confronting personal truths amid relational conflicts.
92
+
93
+ **Key Philosophy**:
94
+ - Vulnerability humanizes characters, making triumphs more impactful
95
+ - Emotional arcs stem from internal conflicts revealed through relationships
96
+ - Blend humor with pathos; laughter often precedes or follows tears
97
+ - Stakes are personal—loss of love, friendship, or self-respect—rather than world-ending
98
+
99
+ **Examples from Films**:
100
+ - Gordie in *Stand by Me* grapples with grief over his brother's death, finding solace in friendships that mirror familial bonds.
101
+ - In *The Bucket List*, two terminally ill men confront mortality through shared adventures, revealing regrets and forging unlikely camaraderie.
102
+ - *Misery*'s Paul Sheldon faces physical and psychological torment, his vulnerability amplified by isolation and dependence on his captor.
103
+ - Andrew Shepherd in *The American President* balances presidential duties with romantic pursuits, exposing his loneliness and ethical dilemmas.
104
+
105
+ **Writing Approach**:
106
+ WRONG: "I'm vulnerable now. Let's bond."
107
+ RIGHT: "I've spent my whole life building walls—White House walls, protocol walls. But with you? I just want to let them down, even if it means the whole world watches."
108
+
109
+ This method ensures emotional depth without melodrama. Reiner's films often feature cathartic moments where characters articulate long-suppressed feelings, as in *When Harry Met Sally...*'s New Year's Eve confession, blending romance with raw honesty. In courtroom dramas like *A Few Good Men*, vulnerability emerges in witness testimonies, where pride crumbles under cross-examination, revealing systemic flaws.
110
+
111
+ To expand on this, consider how Reiner integrates backstory through subtle revelations: flashbacks in *Stand by Me* or anecdotes in *The Princess Bride* provide context without halting momentum. Characters evolve through interactions—initial defensiveness gives way to openness, as seen in *Flipped*'s dual perspectives on young love. This principle avoids sentimentality by grounding emotions in specific, relatable scenarios, making the verbose explorations feel earned and non-redundant.
112
+
113
+ In ensemble settings, vulnerability spreads across the group, with each member's weaknesses strengthening the whole, much like the boys in *Stand by Me* sharing traumas during their trek. Reiner's direction encourages nuanced performances, where body language and tone convey unspoken pain, complementing the dialogue-heavy scripts.
114
+
115
+ ### 3. **Blending Genres for Layered Storytelling**
116
+ Reiner masterfully mixes comedy, drama, romance, and thriller elements, creating hybrid narratives that surprise and engage without feeling disjointed.
117
+
118
+ **Key Philosophy**:
119
+ - Genre fusion enhances thematic depth; humor lightens heavy topics
120
+ - Transitions between tones must feel organic, tied to character emotions
121
+ - Use irony and satire to comment on society without preaching
122
+ - Maintain tonal consistency through recurring motifs or visual styles
123
+
124
+ **Examples from Films**:
125
+ - *This Is Spinal Tap* satirizes rock documentaries with absurd humor, yet explores band dynamics with genuine pathos.
126
+ - *The Princess Bride* combines fairy-tale adventure with meta-comedy and romance, using framing devices to layer nostalgia.
127
+ - *When Harry Met Sally...* blends rom-com tropes with dramatic insights into relationships, punctuated by interview vignettes.
128
+ - *Misery* shifts from psychological thriller to dark comedy in Annie's eccentric behaviors, heightening suspense.
129
+
130
+ **Writing Approach**:
131
+ WRONG: Abrupt shift: Comedy scene followed by unrelated tragedy.
132
+ RIGHT: In a heated argument, a character's witty retort defuses tension momentarily, only for underlying hurt to resurface, blending laughs with tears.
133
+
134
+ This technique allows for verbose scene-building, where genre elements interweave seamlessly. In *A Few Good Men*, legal thriller intensity is leavened with Sorkin's signature wit, making procedural elements entertaining. Reiner's adaptations often amplify source material's hybrid nature, as in *The Princess Bride*'s playful subversion of fantasy clichés.
135
+
136
+ To elaborate, consider how Reiner uses setting to support genre blends: New York's vibrancy in *When Harry Met Sally...* enhances romantic comedy, while the isolated cabin in *Misery* amplifies thriller isolation. Satirical elements in *Shock and Awe* critique journalism without losing dramatic focus, using dialogue to weave humor into serious inquiries.
137
+
138
+ This principle ensures non-redundancy by varying pacing—quick comedic beats contrast slower dramatic builds—keeping the narrative dynamic. Writers should map tonal arcs parallel to character development, ensuring genre shifts reflect emotional states.
139
+
140
+ ### 4. **Ensemble Dynamics and Relational Focus**
141
+ Reiner's films thrive on interactions between characters, where ensembles function as microcosms of society, highlighting conflicts and connections.
142
+
143
+ **Key Philosophy**:
144
+ - Relationships drive plot; individual arcs intertwine with group dynamics
145
+ - Cast chemistry is paramount; pair characters for contrasting personalities
146
+ - Use supporting roles to mirror or challenge protagonists
147
+ - Build tension through unspoken alliances and betrayals
148
+
149
+ **Examples from Films**:
150
+ - The four boys in *Stand by Me* form an ensemble where each's backstory enriches the group's journey.
151
+ - In *A Few Good Men*, the legal team—Kaffee, Galloway, Weinberg—clash ideologically, forging respect through collaboration.
152
+ - *The American President*'s staff ensemble provides comic relief and moral support, contrasting Shepherd's isolation.
153
+ - *The Bucket List*'s duo evolves into a profound friendship, with supporting characters amplifying themes of legacy.
154
+
155
+ **Writing Approach**:
156
+ ENSEMBLE SCENE STRUCTURE:
157
+
158
+ Introduce individual stakes (personal motivations)
159
+ Spark conflict (differing views clash)
160
+ Build through dialogue (banter reveals depths)
161
+ Resolve with growth (mutual understanding emerges)
162
+ Foreshadow future tensions (subtle hints)
163
+
164
+
165
+ This structure allows for detailed, verbose interactions without redundancy, as each exchange advances multiple arcs. In *When Harry Met Sally...*, recurring meetings showcase evolving dynamics, from antagonism to affection. Reiner's mockumentaries like *This Is Spinal Tap* use ensemble improvisation to capture authentic chaos, blending scripted dialogue with spontaneous energy.
166
+
167
+ Expanding on pairings: Unlikely duos, like the optimistic Sally and cynical Harry, create friction that fuels narrative. In thrillers, ensembles heighten isolation, as Paul's solitude in *Misery* contrasts with implied off-screen relationships. This principle emphasizes diversity in ensembles—age, gender, background—to reflect real-world complexity, enriching thematic explorations.
168
+
169
+ ---
170
+
171
+ ## Narrative Structure
172
+
173
+ ### The Reiner Three-Act Formula
174
+
175
+ Reiner's narratives follow a classic structure adapted for character emphasis, with acts building through relational escalations rather than plot twists alone.
176
+
177
+ #### Act 1: Setup and Introduction (0-30 minutes)
178
+ **Goal**: Establish characters' worlds, flaws, and initial relationships, hooking the audience with wit and relatability.
179
+
180
+ **Key Elements**:
181
+ - **Character introductions** - Reveal personality through everyday actions or conversations
182
+ - **Status quo** - Show baseline lives, highlighting dissatisfactions or routines
183
+ - **Inciting incident** - A meeting, event, or revelation disrupts normalcy
184
+ - **Relational hook** - Introduce key dynamics, often with humor or tension
185
+ - **Thematic foreshadowing** - Subtle hints at central conflicts
186
+
187
+ **Pacing**:
188
+ - Begin with engaging dialogue or voiceover to set tone
189
+ - Incorporate humor early to build likability
190
+ - End act with a decision that propels characters together
191
+ - Aim for emotional investment by minute 20
192
+
193
+ **Examples**:
194
+ - *When Harry Met Sally...*: Initial car ride introduces protagonists' opposing views on love, setting up years of encounters.
195
+ - *Stand by Me*: The boys hear about a dead body, sparking their adventure amid personal backstories.
196
+ - *A Few Good Men*: Kaffee takes the case reluctantly, meeting his team and sensing deeper conspiracies.
197
+ - *The Princess Bride*: Grandfather begins reading, framing the fairy tale with modern interruptions.
198
+
199
+ In this act, Reiner focuses on verbose character establishment, using scenes like interviews in *When Harry Met Sally...* to provide thematic context without info-dumping. Settings are chosen for intimacy—cars, diners, homes—to facilitate natural conversations. Avoid rushing; allow dialogues to meander slightly, mirroring real interactions, while planting seeds for later payoffs.
200
+
201
+ #### Act 2A: Rising Conflicts and Deepening Bonds (30-60 minutes)
202
+ **Goal**: Escalate relational tensions, explore backstories, and test characters through challenges.
203
+
204
+ **Escalation Pattern**:
205
+ 1. **Initial alliances** - Characters form tentative bonds or teams
206
+ 2. **Conflicts arise** - Ideological, emotional, or external clashes
207
+ 3. **Revelations** - Past traumas or secrets surface via dialogue
208
+ 4. **Mid-act turning point** - A major confrontation or discovery
209
+ 5. **Temporary resolutions** - Bonds strengthen or strain
210
+
211
+ **Key Techniques**:
212
+ - **Montage sequences** - Show time passage through evolving relationships
213
+ - **Subplots interweave** - Supporting characters amplify main arcs
214
+ - **Humor tempers drama** - Witty exchanges during tense moments
215
+ - **Intimate scenes** - One-on-one conversations for depth
216
+
217
+ **Examples**:
218
+ - *Misery*: Paul's captivity intensifies as Annie's obsession reveals itself through increasingly unhinged dialogues.
219
+ - *The American President*: Shepherd's romance with Sydney faces political scrutiny, blending personal and professional conflicts.
220
+ - *Flipped*: Dual narratives show Bryce and Juli's perspectives shifting over time, building empathy.
221
+ - *This Is Spinal Tap*: The band's tour mishaps escalate, exposing egos and loyalties.
222
+
223
+ Reiner's verbose style shines here, with extended scenes allowing characters to unpack emotions. For instance, courtroom preparations in *A Few Good Men* involve detailed debates, revealing character growth. Pacing varies by genre—faster in comedies, deliberate in dramas—but always ties back to relationships.
224
+
225
+ #### Act 2B: Crisis and Darkest Hour (60-90 minutes)
226
+ **Goal**: Push characters to breaking points, fracturing bonds and forcing introspection.
227
+
228
+ **Midpoint Crisis**:
229
+ - **Major setback** - Relationships strain or break under pressure
230
+ - **Emotional low** - Characters confront flaws or losses
231
+ - **Isolation** - Protagonists feel alone despite ensembles
232
+ - **Moral dilemmas** - Choices test core values
233
+
234
+ **Examples**:
235
+ - *Stand by Me*: The boys face bullies and internal doubts, culminating in Gordie's breakdown over his brother's death.
236
+ - *When Harry Met Sally...*: A fight after sleeping together leads to estrangement, highlighting fears of commitment.
237
+ - *A Few Good Men*: Evidence mounts against the defendants, with Kaffee questioning his abilities.
238
+ - *The Bucket List*: Health declines force confrontations with unfinished business and regrets.
239
+
240
+ This act emphasizes emotional verbosity, with monologues or arguments unpacking psyches. Reiner avoids melodrama by interspersing humor, as in *The Princess Bride*'s "pit of despair" scenes, where despair is leavened with irony. The crisis builds to a point of no return, setting up redemptive arcs.
241
+
242
+ #### Act 3: Resolution and Growth (90-120 minutes)
243
+ **Goal**: Reconcile conflicts, achieve catharsis, and provide bittersweet closures.
244
+
245
+ **Resolution Principles**:
246
+ - **Reunions or confrontations** - Characters face truths together
247
+ - **Climactic revelations** - Dialogue-heavy payoffs
248
+ - **Emotional triumphs** - Growth through vulnerability
249
+ - **Lingering ambiguities** - Not all ends tie neatly
250
+
251
+ **Final Confrontation Structure**:
252
+
253
+ RALLY - Characters muster courage or seek reconciliation
254
+ CONFRONTATION - Verbal or relational climax
255
+ SACRIFICE/CHOICE - Key decision reflects arc
256
+ RESOLUTION - Bonds reformed or accepted losses
257
+ EPILOGUE - Reflective closure, often nostalgic
258
+
259
+
260
+ **Examples**:
261
+ - *A Few Good Men*: The trial's explosive testimony leads to justice and Kaffee's maturation.
262
+ - *When Harry Met Sally...*: Harry's race to confess love culminates in a heartfelt speech.
263
+ - *Stand by Me*: Discovering the body prompts reflections on friendship's enduring impact.
264
+ - *Misery*: Paul's escape blends thriller action with psychological victory.
265
+
266
+ Reiner's acts end with verbose reflections, like voiceovers in *Stand by Me*, providing emotional bookends. This structure ensures comprehensive character journeys, with verbosity enhancing depth without redundancy.
267
+
268
+ ---
269
+
270
+ ## Character Development
271
+
272
+ ### The Relatable Everyman (or Woman)
273
+
274
+ **Core Traits**:
275
+ - **Flawed humanity** - Everyday struggles amplified by circumstances
276
+ - **Growth potential** - Starts defensive, ends open-hearted
277
+ - **Moral integrity** - Tested but ultimately upheld
278
+ - **Relational dependence** - Defined by interactions
279
+
280
+ **Character Arc Template**:
281
+ SETUP: Character in routine, hiding flaws (Harry's cynicism, Kaffee's apathy)
282
+ CHALLENGE: Relationships expose weaknesses (debates reveal insecurities)
283
+ CRISIS: Flaws cause rifts (arguments, failures)
284
+ GROWTH: Vulnerability leads to change (confessions, risks)
285
+ RESOLUTION: Integrated self, stronger bonds
286
+
287
+ Reiner's arcs are verbose, unfolding through dialogues that peel layers. In *The American President*, Shepherd evolves from guarded leader to vulnerable lover, his speeches reflecting internal shifts.
288
+
289
+ ### Reiner Character Archetypes
290
+
291
+ **The Cynic Romantic** (Harry Burns, Andrew Shepherd):
292
+ - Skeptical of love or ideals, uses wit as shield
293
+ - Journey to emotional openness
294
+ - Banter-heavy interactions
295
+ - Learns vulnerability through partnership
296
+
297
+ Verbose descriptions: These characters dominate conversations, their sarcasm masking fears, as in Harry's theories on men and women. Growth comes via partners who challenge assumptions, leading to poignant admissions.
298
+
299
+ **The Innocent Dreamer** (Sally Albright, Juli Baker in *Flipped*):
300
+ - Optimistic, detail-oriented, emotionally expressive
301
+ - Faces cynicism or rejection
302
+ - Maintains hope amid setbacks
303
+ - Inspires others to change
304
+
305
+ In depth: Their verbosity lies in articulate expressions of feelings, contrasting cynics' brevity. Arcs involve balancing ideals with reality, as Sally navigates post-breakup life.
306
+
307
+ **The Moral Crusader** (Lt. Daniel Kaffee, T.J. in *Ghosts of Mississippi*):
308
+ - Initially detached or arrogant
309
+ - Driven by justice quests
310
+ - Courtroom or ethical battles
311
+ - Grows through teamwork and humility
312
+
313
+ Elaboration: Dialogues reveal intellectual prowess, with arcs peaking in monologues exposing systemic issues. Kaffee's transformation from slacker to advocate exemplifies this.
314
+
315
+ **The Tormented Artist** (Paul Sheldon, Gordie Lachance):
316
+ - Creative souls haunted by pasts
317
+ - Use art/writing as catharsis
318
+ - Face external threats or internal demons
319
+ - Find redemption in truth-telling
320
+
321
+ Detailed: Verbose narratives include introspective voiceovers or stories-within-stories, as Gordie's writing frames *Stand by Me*.
322
+
323
+ **The Eccentric Antagonist** (Annie Wilkes, Col. Nathan Jessup):
324
+ - Charismatic yet dangerous
325
+ - Justify actions with twisted logic
326
+ - Verbal sparring with protagonists
327
+ - Reveal societal flaws
328
+
329
+ In verbose terms: Their monologues, like Jessup's outburst, provide thematic depth, humanizing villains without excusing them.
330
+
331
+ **The Loyal Sidekick** (Joanne Galloway, Chris Chambers):
332
+ - Supportive, often wiser than leads
333
+ - Provide comic relief or grounding
334
+ - Own sub-arcs of growth
335
+ - Strengthen ensembles
336
+
337
+ Expansion: Dialogues highlight loyalty, with moments of challenge pushing protagonists forward.
338
+
339
+ **The Wise Mentor** (Grandfather in *The Princess Bride*, Morgan Freeman's roles):
340
+ - Narrative guides or emotional anchors
341
+ - Dispense wisdom through stories
342
+ - Blend humor with insight
343
+ - Facilitate protagonist arcs
344
+
345
+ Verbose interactions: Their tales or advice scenes allow for reflective pauses in the narrative.
346
+
347
+ ---
348
+
349
+ ## Scene Construction
350
+
351
+ ### The "Banter-Filled Encounter" Scene
352
+ Characters meet or reunite, sparking witty exchanges that reveal personalities and set dynamics.
353
+
354
+ **Structure**:
355
+ 1. **Initial setup** - Context for meeting (car, diner, office)
356
+ 2. **Opening salvos** - Light banter establishes tones
357
+ 3. **Escalation** - Deeper topics emerge, tensions rise
358
+ 4. **Revelation** - Subtext surfaces through humor
359
+ 5. **Parting shot** - Memorable line foreshadows future
360
+
361
+ **Example Template**:
362
+ INT. DELI - DAY
363
+ HARRY and SALLY at a table. Food arrives.
364
+ HARRY
365
+ Men and women can't be friends because the sex part always gets in the way.
366
+ SALLY
367
+ That's not true. I have a number of men friends and there's no sex involved.
368
+ HARRY
369
+ No, you don't.
370
+ SALLY
371
+ Yes, I do.
372
+ They argue animatedly. Waitress interrupts. Laughter ensues, but underlying spark ignites.
373
+
374
+ This scene type is verbose, allowing dialogues to flow naturally, building chemistry as in *When Harry Met Sally...*.
375
+
376
+ ### The "Cathartic Confession" Scene
377
+ A character unburdens themselves, leading to emotional breakthroughs.
378
+
379
+ **Elements**:
380
+ - **Build-up** - Tension from prior conflicts
381
+ - **Trigger** - Event prompts honesty
382
+ - **Verbose delivery** - Detailed, heartfelt speech
383
+ - **Listener reaction** - Empathy or challenge
384
+ - **Payoff** - Bond deepens or shifts
385
+
386
+ **Timing Rules**:
387
+ - Place in Act 3 for climax
388
+ - Use silence before/after for impact
389
+ - Avoid interruption unless for humor
390
+ - Ensure authenticity—no forced tears
391
+
392
+ **Examples**:
393
+ WRONG (Clichéd): "I love you because you're perfect."
394
+ RIGHT (Nuanced): "I've been doing a lot of thinking, and the thing is... I love you. How do you explain that? I love how you get cold when it's 71 degrees out. I love that it takes you an hour and a half to order a sandwich."
395
+
396
+ As in Harry's New Year's speech, verbosity captures quirks, making confessions memorable.
397
+
398
+ ### The "Courtroom/Confrontation" Scene
399
+ High-stakes verbal battles, often literal or metaphorical.
400
+
401
+ **Required Elements**:
402
+ - **Preparation** - Build anticipation with strategy talks
403
+ - **Escalation** - Questions probe deeper
404
+ - **Climax** - Explosive revelation
405
+ - **Aftermath** - Reflection on consequences
406
+ - **Thematic tie-in** - Exposes larger issues
407
+
408
+ **Examples**:
409
+ - *A Few Good Men*: Kaffee's cross-examination of Jessup, verbosity in rapid questions leading to iconic line.
410
+ - *The American President*: Speeches blend personal defense with policy.
411
+
412
+ ### The "Nostalgic Reflection" Scene
413
+ Characters reminisce, providing backstory and emotional depth.
414
+
415
+ **Structure**:
416
+ 1. **Trigger** - Object, place, or event sparks memory
417
+ 2. **Narrative** - Verbose storytelling or voiceover
418
+ 3. **Emotional core** - Link past to present
419
+ 4. **Group input** - Others share or react
420
+ 5. **Insight** - Forward momentum gained
421
+
422
+ **Examples**:
423
+ - *Stand by Me*: Campfire tales reveal traumas.
424
+ - *The Princess Bride*: Framing story interrupts for commentary.
425
+
426
+ This allows verbose explorations of themes like loss and growth.
427
+
428
+ ### The "Unlikely Friendship" Scene
429
+ Disparate characters bond over shared experiences.
430
+
431
+ **Elements**:
432
+ - **Initial clash** - Differences highlighted
433
+ - **Common ground** - Discovery through dialogue
434
+ - **Humor integration** - Lightens bonding
435
+ - **Vulnerable moment** - Deepens connection
436
+ - **Future hint** - Sets up ongoing dynamic
437
+
438
+ **Examples**:
439
+ - *The Bucket List*: Carter and Edward's hospital talks evolve into adventures.
440
+ - *Flipped*: Perspectives shift through interactions.
441
+
442
+ Verbose dialogues build authenticity, avoiding rushed alliances.
443
+
444
+ ### The "Twist of Fate" Scene
445
+ Unexpected events force character reevaluations.
446
+
447
+ **Structure**:
448
+ 1. **Setup** - Normalcy established
449
+ 2. **Inciting twist** - Surprise alters path
450
+ 3. **Immediate reaction** - Shock, humor, or denial
451
+ 4. **Processing** - Verbose discussion
452
+ 5. **Decision** - New direction chosen
453
+
454
+ **Examples**:
455
+ - *Misery*: Paul's accident leads to captivity.
456
+ - *Rumor Has It...*: Family secrets unravel relationships.
457
+
458
+ This scene emphasizes emotional verbosity in responses.
459
+
460
+ To expand comprehensively on Reiner's style, consider how these principles and structures interlock to create films that are intellectually stimulating and emotionally fulfilling. Reiner's verbose approach to scripting allows for nuanced explorations of human nature, where characters' words often carry multiple meanings—surface humor masking deeper truths, or polite exchanges veiling aggression. This layered dialogue encourages repeated viewings, as audiences uncover new subtexts.
461
+
462
+ In terms of thematic consistency, Reiner's works frequently delve into American identity, from the innocence of youth in post-war eras to the corruption in institutions like the military or government. His adaptations respect source materials while infusing them with contemporary relevance, as seen in Goldman's *The Princess Bride*, where Reiner amplifies the meta-elements to comment on storytelling itself.
463
+
464
+ Visually, Reiner favors close-ups during dialogues to capture facial nuances, complementing the verbal focus. Editing rhythms match speech patterns—quick cuts for banter, longer takes for monologues. Sound design enhances this, with natural overlaps in conversations adding realism.
465
+
466
+ For writers emulating this style, prioritize research into real-life dialogues: observe how people argue, confess, or joke in everyday settings. Avoid exposition dumps; weave information into natural flows. Ensure diversity in character voices—accents, vocabularies, rhythms—to enrich ensembles.
467
+
468
+ Reiner's influence extends to modern filmmakers, inspiring dialogue-driven works like those of Aaron Sorkin or Nora Ephron's successors. His blend of genres teaches that comedy and drama are not opposites but companions, each enhancing the other.
469
+
470
+ In conclusion, this guide encapsulates Reiner's mastery in crafting screenplays that celebrate the power of words to illuminate the human soul. By adhering to these principles, writers can create stories that are detailed, verbose, and profoundly impactful, mirroring the enduring appeal of Reiner's cinematic legacy.
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "cinematic-styles-directors-robert-altman",
3
+ "version": "1.0.0",
4
+ "displayName": "Robert Altman Style Guide",
5
+ "description": "Screenplay style guide for Robert Altman",
6
+ "type": "writing-standards",
7
+ "category": "screenplay/cinematic-styles/directors",
8
+ "tags": [
9
+ "screenplay",
10
+ "cinematic-style",
11
+ "director",
12
+ "auteur",
13
+ "robert-altman"
14
+ ],
15
+ "dependencies": {
16
+ "required": [],
17
+ "optional": [
18
+ "writing-standards/screenplay"
19
+ ]
20
+ },
21
+ "augment": {
22
+ "characterCount": 5000,
23
+ "priority": "medium",
24
+ "category": "cinematic-styles",
25
+ "appliesTo": {
26
+ "filePatterns": [
27
+ "**/*.fountain",
28
+ "**/*.screenplay",
29
+ "**/screenplay/**/*.md",
30
+ "**/screenplays/**/*"
31
+ ],
32
+ "languages": [
33
+ "fountain",
34
+ "markdown"
35
+ ]
36
+ }
37
+ },
38
+ "installation": {
39
+ "required": false,
40
+ "steps": [
41
+ "Link module: augx link writing-standards/screenplay/cinematic-styles/directors/robert-altman",
42
+ "Configure active style in .augment/screenplay-config.json"
43
+ ]
44
+ },
45
+ "contents": {
46
+ "rules": [
47
+ "robert-altman.md"
48
+ ]
49
+ }
50
+ }