open-agreements 0.7.4 → 0.7.6

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 (391) hide show
  1. package/README.de.md +300 -255
  2. package/README.es.md +301 -254
  3. package/README.md +391 -90
  4. package/README.pt-br.md +301 -254
  5. package/README.template.md +333 -0
  6. package/README.zh.md +300 -253
  7. package/SECURITY.md +34 -0
  8. package/content/recipes/nvca-stock-purchase-agreement/README.md +39 -0
  9. package/content/recipes/nvca-voting-agreement/README.md +43 -0
  10. package/content/templates/bonterms-mutual-nda/README.md +2 -2
  11. package/content/templates/bonterms-mutual-nda/metadata.yaml +5 -11
  12. package/content/templates/bonterms-professional-services-agreement/README.md +2 -2
  13. package/content/templates/bonterms-professional-services-agreement/metadata.yaml +2 -2
  14. package/content/templates/closing-checklist/template.docx +0 -0
  15. package/content/templates/closing-checklist/template.md +30 -0
  16. package/content/templates/common-paper-ai-addendum/template.docx +0 -0
  17. package/content/templates/common-paper-ai-addendum-in-app/template.docx +0 -0
  18. package/content/templates/common-paper-csa-with-ai/template.docx +0 -0
  19. package/content/templates/common-paper-independent-contractor-agreement/template.docx +0 -0
  20. package/content/templates/common-paper-mutual-nda/README.md +28 -0
  21. package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -1
  22. package/content/templates/common-paper-term-sheet/template.docx +0 -0
  23. package/content/templates/openagreements-board-consent-safe/.template.generated.json +74 -0
  24. package/content/templates/openagreements-board-consent-safe/README.md +61 -0
  25. package/content/templates/openagreements-board-consent-safe/metadata.yaml +53 -0
  26. package/content/templates/openagreements-board-consent-safe/reference-source.docx +0 -0
  27. package/content/templates/openagreements-board-consent-safe/template.docx +0 -0
  28. package/content/templates/openagreements-board-consent-safe/template.md +66 -0
  29. package/content/templates/openagreements-due-diligence-request-list/README.md +68 -0
  30. package/content/templates/openagreements-due-diligence-request-list/metadata.yaml +300 -0
  31. package/content/templates/openagreements-due-diligence-request-list/template.docx +0 -0
  32. package/content/templates/openagreements-due-diligence-request-list/template.md +318 -0
  33. package/content/templates/openagreements-employee-ip-inventions-assignment/.template.generated.json +230 -0
  34. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -1
  35. package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
  36. package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +96 -35
  37. package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +1 -1
  38. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +2 -2
  39. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
  40. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.json +75 -0
  41. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +8 -4
  42. package/content/templates/openagreements-employment-offer-letter/.template.generated.json +224 -0
  43. package/content/templates/openagreements-employment-offer-letter/README.md +65 -1
  44. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -1
  45. package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
  46. package/content/templates/openagreements-employment-offer-letter/template.md +70 -30
  47. package/content/templates/openagreements-restrictive-covenant-florida/.template.generated.json +456 -0
  48. package/content/templates/openagreements-restrictive-covenant-florida/README.md +141 -0
  49. package/content/templates/openagreements-restrictive-covenant-florida/metadata.yaml +419 -0
  50. package/content/templates/openagreements-restrictive-covenant-florida/template.docx +0 -0
  51. package/content/templates/openagreements-restrictive-covenant-florida/template.md +233 -0
  52. package/content/templates/openagreements-restrictive-covenant-wyoming/.template.generated.json +399 -0
  53. package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +69 -12
  54. package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
  55. package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +110 -59
  56. package/content/templates/openagreements-stockholder-consent-safe/.template.generated.json +74 -0
  57. package/content/templates/openagreements-stockholder-consent-safe/README.md +62 -0
  58. package/content/templates/openagreements-stockholder-consent-safe/metadata.yaml +53 -0
  59. package/content/templates/openagreements-stockholder-consent-safe/reference-source.docx +0 -0
  60. package/content/templates/openagreements-stockholder-consent-safe/template.docx +0 -0
  61. package/content/templates/openagreements-stockholder-consent-safe/template.md +62 -0
  62. package/content/templates/working-group-list/template.docx +0 -0
  63. package/content/templates/working-group-list/template.md +18 -0
  64. package/dist/cli/index.js.map +1 -1
  65. package/dist/commands/fill.d.ts +1 -1
  66. package/dist/commands/fill.d.ts.map +1 -1
  67. package/dist/commands/fill.js +4 -1
  68. package/dist/commands/fill.js.map +1 -1
  69. package/dist/commands/list.js +11 -1
  70. package/dist/commands/list.js.map +1 -1
  71. package/dist/commands/recipe.js.map +1 -1
  72. package/dist/core/checklist/docx-import.d.ts.map +1 -1
  73. package/dist/core/employment/jurisdiction-rules.js +2 -2
  74. package/dist/core/employment/jurisdiction-rules.js.map +1 -1
  75. package/dist/core/employment/memo.d.ts +1 -1
  76. package/dist/core/employment/memo.d.ts.map +1 -1
  77. package/dist/core/employment/memo.js +14 -6
  78. package/dist/core/employment/memo.js.map +1 -1
  79. package/dist/core/engine.d.ts.map +1 -1
  80. package/dist/core/engine.js +28 -0
  81. package/dist/core/engine.js.map +1 -1
  82. package/dist/core/fill-pipeline.d.ts +30 -5
  83. package/dist/core/fill-pipeline.d.ts.map +1 -1
  84. package/dist/core/fill-pipeline.js +173 -9
  85. package/dist/core/fill-pipeline.js.map +1 -1
  86. package/dist/core/humanize-docx.d.ts +21 -0
  87. package/dist/core/humanize-docx.d.ts.map +1 -0
  88. package/dist/core/humanize-docx.js +492 -0
  89. package/dist/core/humanize-docx.js.map +1 -0
  90. package/dist/core/metadata.d.ts +119 -65
  91. package/dist/core/metadata.d.ts.map +1 -1
  92. package/dist/core/metadata.js +269 -13
  93. package/dist/core/metadata.js.map +1 -1
  94. package/dist/core/recipe/bracket-normalizer.d.ts +1 -1
  95. package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -1
  96. package/dist/core/recipe/bracket-normalizer.js +3 -0
  97. package/dist/core/recipe/bracket-normalizer.js.map +1 -1
  98. package/dist/core/recipe/computed.d.ts +1 -1
  99. package/dist/core/recipe/computed.d.ts.map +1 -1
  100. package/dist/core/recipe/index.d.ts.map +1 -1
  101. package/dist/core/recipe/index.js +22 -4
  102. package/dist/core/recipe/index.js.map +1 -1
  103. package/dist/core/recipe/patcher.js +0 -24
  104. package/dist/core/recipe/patcher.js.map +1 -1
  105. package/dist/core/recipe/types.d.ts +1 -1
  106. package/dist/core/recipe/types.d.ts.map +1 -1
  107. package/dist/core/recipe/verifier.js.map +1 -1
  108. package/dist/core/selector.js +0 -1
  109. package/dist/core/selector.js.map +1 -1
  110. package/dist/core/template-listing.d.ts +6 -8
  111. package/dist/core/template-listing.d.ts.map +1 -1
  112. package/dist/core/template-listing.js +24 -0
  113. package/dist/core/template-listing.js.map +1 -1
  114. package/dist/core/template-search.d.ts +36 -0
  115. package/dist/core/template-search.d.ts.map +1 -0
  116. package/dist/core/template-search.js +84 -0
  117. package/dist/core/template-search.js.map +1 -0
  118. package/dist/core/unified-pipeline.d.ts +2 -0
  119. package/dist/core/unified-pipeline.d.ts.map +1 -1
  120. package/dist/core/unified-pipeline.js +19 -1
  121. package/dist/core/unified-pipeline.js.map +1 -1
  122. package/dist/core/validation/template.d.ts +32 -0
  123. package/dist/core/validation/template.d.ts.map +1 -1
  124. package/dist/core/validation/template.js +163 -3
  125. package/dist/core/validation/template.js.map +1 -1
  126. package/dist/index.d.ts +1 -0
  127. package/dist/index.d.ts.map +1 -1
  128. package/dist/index.js +2 -0
  129. package/dist/index.js.map +1 -1
  130. package/gemini-extension.json +1 -1
  131. package/node_modules/@usejunior/docx-core/dist/.tsbuildinfo +1 -1
  132. package/node_modules/@usejunior/docx-core/dist/atomizer.d.ts.map +1 -1
  133. package/node_modules/@usejunior/docx-core/dist/atomizer.js +12 -4
  134. package/node_modules/@usejunior/docx-core/dist/atomizer.js.map +1 -1
  135. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/atomLcs.d.ts +0 -14
  136. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/atomLcs.d.ts.map +1 -1
  137. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/atomLcs.js +31 -2
  138. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/atomLcs.js.map +1 -1
  139. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/documentReconstructor.d.ts +11 -0
  140. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/documentReconstructor.d.ts.map +1 -1
  141. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/documentReconstructor.js +180 -6
  142. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/documentReconstructor.js.map +1 -1
  143. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/hierarchicalLcs.d.ts +14 -4
  144. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/hierarchicalLcs.d.ts.map +1 -1
  145. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/hierarchicalLcs.js +344 -60
  146. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/hierarchicalLcs.js.map +1 -1
  147. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/inPlaceModifier.d.ts +35 -1
  148. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/inPlaceModifier.d.ts.map +1 -1
  149. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/inPlaceModifier.js +186 -12
  150. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/inPlaceModifier.js.map +1 -1
  151. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/pipeline.d.ts.map +1 -1
  152. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/pipeline.js +31 -13
  153. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/pipeline.js.map +1 -1
  154. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/xmlToWmlElement.d.ts.map +1 -1
  155. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/xmlToWmlElement.js +3 -2
  156. package/node_modules/@usejunior/docx-core/dist/baselines/atomizer/xmlToWmlElement.js.map +1 -1
  157. package/node_modules/@usejunior/docx-core/dist/format-detection.d.ts.map +1 -1
  158. package/node_modules/@usejunior/docx-core/dist/format-detection.js +2 -1
  159. package/node_modules/@usejunior/docx-core/dist/format-detection.js.map +1 -1
  160. package/node_modules/@usejunior/docx-core/dist/move-detection.d.ts.map +1 -1
  161. package/node_modules/@usejunior/docx-core/dist/move-detection.js +3 -4
  162. package/node_modules/@usejunior/docx-core/dist/move-detection.js.map +1 -1
  163. package/node_modules/@usejunior/docx-core/dist/primitives/comments.d.ts +2 -2
  164. package/node_modules/@usejunior/docx-core/dist/primitives/comments.d.ts.map +1 -1
  165. package/node_modules/@usejunior/docx-core/dist/primitives/comments.js +7 -2
  166. package/node_modules/@usejunior/docx-core/dist/primitives/comments.js.map +1 -1
  167. package/node_modules/@usejunior/docx-core/dist/primitives/document.d.ts +2 -2
  168. package/node_modules/@usejunior/docx-core/dist/primitives/document.d.ts.map +1 -1
  169. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.d.ts +1 -5
  170. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.d.ts.map +1 -1
  171. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.js +12 -25
  172. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.js.map +1 -1
  173. package/node_modules/@usejunior/docx-core/dist/primitives/layout.d.ts.map +1 -1
  174. package/node_modules/@usejunior/docx-core/dist/primitives/layout.js +4 -6
  175. package/node_modules/@usejunior/docx-core/dist/primitives/layout.js.map +1 -1
  176. package/node_modules/@usejunior/docx-core/dist/primitives/xml.d.ts.map +1 -1
  177. package/node_modules/@usejunior/docx-core/dist/primitives/xml.js +2 -0
  178. package/node_modules/@usejunior/docx-core/dist/primitives/xml.js.map +1 -1
  179. package/node_modules/@usejunior/docx-core/package.json +3 -3
  180. package/package.json +29 -15
  181. package/skills/canonical-markdown-authoring/CONNECTORS.md +67 -0
  182. package/skills/canonical-markdown-authoring/SKILL.md +565 -0
  183. package/skills/client-email/SKILL.md +2 -0
  184. package/skills/cloud-service-agreement/CONNECTORS.md +2 -2
  185. package/skills/cloud-service-agreement/SKILL.md +39 -2
  186. package/skills/cloud-service-agreement/template-filling-execution.md +92 -0
  187. package/skills/data-privacy-agreement/CONNECTORS.md +2 -2
  188. package/skills/data-privacy-agreement/SKILL.md +2 -0
  189. package/skills/delaware-franchise-tax/SKILL.md +2 -0
  190. package/skills/edit-docx-agreement/SKILL.md +2 -0
  191. package/skills/employment-contract/CONNECTORS.md +2 -2
  192. package/skills/employment-contract/SKILL.md +2 -0
  193. package/skills/iso-27001-evidence-collection/SKILL.md +2 -0
  194. package/skills/iso-27001-internal-audit/SKILL.md +2 -0
  195. package/skills/nda/CONNECTORS.md +2 -2
  196. package/skills/nda/SKILL.md +46 -2
  197. package/skills/nda/template-filling-execution.md +98 -0
  198. package/skills/non-compete-contract-explainer/SKILL.md +107 -0
  199. package/skills/non-compete-contract-explainer/content/wyoming.md +286 -0
  200. package/skills/non-compete-contract-explainer/manifest.json +18 -0
  201. package/skills/open-agreements/CONNECTORS.md +2 -2
  202. package/skills/open-agreements/SKILL.md +165 -67
  203. package/skills/open-agreements/template-filling-execution.md +92 -0
  204. package/skills/recipe-quality-audit/SKILL.md +2 -0
  205. package/skills/safe/CONNECTORS.md +2 -2
  206. package/skills/safe/SKILL.md +39 -2
  207. package/skills/safe/template-filling-execution.md +92 -0
  208. package/skills/services-agreement/CONNECTORS.md +2 -2
  209. package/skills/services-agreement/SKILL.md +40 -1
  210. package/skills/services-agreement/template-filling-execution.md +81 -0
  211. package/skills/shared/template-filling-execution.md +2 -2
  212. package/skills/soc2-readiness/SKILL.md +2 -0
  213. package/skills/unit-test-philosophy/SKILL.md +3 -0
  214. package/skills/venture-financing/CONNECTORS.md +2 -2
  215. package/skills/venture-financing/SKILL.md +2 -0
  216. package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +0 -103
  217. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/CHANGELOG.md +0 -468
  218. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/LICENSE +0 -8
  219. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/SECURITY.md +0 -50
  220. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/index.d.ts +0 -43
  221. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/lib/.eslintrc.yml +0 -2
  222. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/lib/conventions.js +0 -203
  223. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -322
  224. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/lib/dom.js +0 -1879
  225. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/lib/entities.js +0 -2166
  226. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/lib/index.js +0 -4
  227. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/lib/sax.js +0 -662
  228. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/package.json +0 -71
  229. package/node_modules/@usejunior/docx-core/node_modules/@xmldom/xmldom/readme.md +0 -356
  230. package/node_modules/core-util-is/LICENSE +0 -19
  231. package/node_modules/core-util-is/README.md +0 -3
  232. package/node_modules/core-util-is/lib/util.js +0 -107
  233. package/node_modules/core-util-is/package.json +0 -38
  234. package/node_modules/immediate/LICENSE.txt +0 -20
  235. package/node_modules/immediate/README.md +0 -93
  236. package/node_modules/immediate/dist/immediate.js +0 -75
  237. package/node_modules/immediate/dist/immediate.min.js +0 -1
  238. package/node_modules/immediate/lib/browser.js +0 -69
  239. package/node_modules/immediate/lib/index.js +0 -73
  240. package/node_modules/immediate/package.json +0 -42
  241. package/node_modules/inherits/LICENSE +0 -16
  242. package/node_modules/inherits/README.md +0 -42
  243. package/node_modules/inherits/inherits.js +0 -9
  244. package/node_modules/inherits/inherits_browser.js +0 -27
  245. package/node_modules/inherits/package.json +0 -29
  246. package/node_modules/isarray/.npmignore +0 -1
  247. package/node_modules/isarray/.travis.yml +0 -4
  248. package/node_modules/isarray/Makefile +0 -6
  249. package/node_modules/isarray/README.md +0 -60
  250. package/node_modules/isarray/component.json +0 -19
  251. package/node_modules/isarray/index.js +0 -5
  252. package/node_modules/isarray/package.json +0 -45
  253. package/node_modules/isarray/test.js +0 -20
  254. package/node_modules/jszip/.codeclimate.yml +0 -16
  255. package/node_modules/jszip/.editorconfig +0 -8
  256. package/node_modules/jszip/.eslintrc.js +0 -43
  257. package/node_modules/jszip/.github/workflows/pr.yaml +0 -58
  258. package/node_modules/jszip/.jekyll-metadata +0 -0
  259. package/node_modules/jszip/.travis.yml +0 -17
  260. package/node_modules/jszip/CHANGES.md +0 -204
  261. package/node_modules/jszip/LICENSE.markdown +0 -651
  262. package/node_modules/jszip/README.markdown +0 -33
  263. package/node_modules/jszip/deps.js +0 -37
  264. package/node_modules/jszip/dist/jszip.js +0 -11577
  265. package/node_modules/jszip/dist/jszip.min.js +0 -13
  266. package/node_modules/jszip/graph.svg +0 -601
  267. package/node_modules/jszip/index.d.ts +0 -330
  268. package/node_modules/jszip/lib/base64.js +0 -106
  269. package/node_modules/jszip/lib/compressedObject.js +0 -74
  270. package/node_modules/jszip/lib/compressions.js +0 -14
  271. package/node_modules/jszip/lib/crc32.js +0 -77
  272. package/node_modules/jszip/lib/defaults.js +0 -11
  273. package/node_modules/jszip/lib/external.js +0 -18
  274. package/node_modules/jszip/lib/flate.js +0 -85
  275. package/node_modules/jszip/lib/generate/ZipFileWorker.js +0 -539
  276. package/node_modules/jszip/lib/generate/index.js +0 -57
  277. package/node_modules/jszip/lib/index.js +0 -55
  278. package/node_modules/jszip/lib/license_header.js +0 -11
  279. package/node_modules/jszip/lib/load.js +0 -88
  280. package/node_modules/jszip/lib/nodejs/NodejsStreamInputAdapter.js +0 -74
  281. package/node_modules/jszip/lib/nodejs/NodejsStreamOutputAdapter.js +0 -42
  282. package/node_modules/jszip/lib/nodejsUtils.js +0 -57
  283. package/node_modules/jszip/lib/object.js +0 -384
  284. package/node_modules/jszip/lib/readable-stream-browser.js +0 -10
  285. package/node_modules/jszip/lib/reader/ArrayReader.js +0 -57
  286. package/node_modules/jszip/lib/reader/DataReader.js +0 -116
  287. package/node_modules/jszip/lib/reader/NodeBufferReader.js +0 -19
  288. package/node_modules/jszip/lib/reader/StringReader.js +0 -38
  289. package/node_modules/jszip/lib/reader/Uint8ArrayReader.js +0 -22
  290. package/node_modules/jszip/lib/reader/readerFor.js +0 -28
  291. package/node_modules/jszip/lib/signature.js +0 -7
  292. package/node_modules/jszip/lib/stream/ConvertWorker.js +0 -26
  293. package/node_modules/jszip/lib/stream/Crc32Probe.js +0 -24
  294. package/node_modules/jszip/lib/stream/DataLengthProbe.js +0 -29
  295. package/node_modules/jszip/lib/stream/DataWorker.js +0 -116
  296. package/node_modules/jszip/lib/stream/GenericWorker.js +0 -263
  297. package/node_modules/jszip/lib/stream/StreamHelper.js +0 -214
  298. package/node_modules/jszip/lib/support.js +0 -38
  299. package/node_modules/jszip/lib/utf8.js +0 -275
  300. package/node_modules/jszip/lib/utils.js +0 -501
  301. package/node_modules/jszip/lib/zipEntries.js +0 -261
  302. package/node_modules/jszip/lib/zipEntry.js +0 -293
  303. package/node_modules/jszip/lib/zipObject.js +0 -133
  304. package/node_modules/jszip/package.json +0 -67
  305. package/node_modules/jszip/sponsors.md +0 -21
  306. package/node_modules/jszip/tsconfig.json +0 -101
  307. package/node_modules/jszip/vendor/FileSaver.js +0 -247
  308. package/node_modules/lie/README.md +0 -62
  309. package/node_modules/lie/dist/lie.js +0 -350
  310. package/node_modules/lie/dist/lie.min.js +0 -1
  311. package/node_modules/lie/dist/lie.polyfill.js +0 -358
  312. package/node_modules/lie/dist/lie.polyfill.min.js +0 -1
  313. package/node_modules/lie/lib/browser.js +0 -273
  314. package/node_modules/lie/lib/index.js +0 -298
  315. package/node_modules/lie/license.md +0 -7
  316. package/node_modules/lie/lie.d.ts +0 -244
  317. package/node_modules/lie/package.json +0 -69
  318. package/node_modules/lie/polyfill.js +0 -4
  319. package/node_modules/pako/LICENSE +0 -21
  320. package/node_modules/pako/README.md +0 -191
  321. package/node_modules/pako/dist/pako.js +0 -6818
  322. package/node_modules/pako/dist/pako.min.js +0 -1
  323. package/node_modules/pako/dist/pako_deflate.js +0 -3997
  324. package/node_modules/pako/dist/pako_deflate.min.js +0 -1
  325. package/node_modules/pako/dist/pako_inflate.js +0 -3300
  326. package/node_modules/pako/dist/pako_inflate.min.js +0 -1
  327. package/node_modules/pako/index.js +0 -14
  328. package/node_modules/pako/lib/deflate.js +0 -400
  329. package/node_modules/pako/lib/inflate.js +0 -423
  330. package/node_modules/pako/lib/utils/common.js +0 -105
  331. package/node_modules/pako/lib/utils/strings.js +0 -187
  332. package/node_modules/pako/lib/zlib/README +0 -59
  333. package/node_modules/pako/lib/zlib/adler32.js +0 -51
  334. package/node_modules/pako/lib/zlib/constants.js +0 -68
  335. package/node_modules/pako/lib/zlib/crc32.js +0 -59
  336. package/node_modules/pako/lib/zlib/deflate.js +0 -1874
  337. package/node_modules/pako/lib/zlib/gzheader.js +0 -58
  338. package/node_modules/pako/lib/zlib/inffast.js +0 -345
  339. package/node_modules/pako/lib/zlib/inflate.js +0 -1556
  340. package/node_modules/pako/lib/zlib/inftrees.js +0 -343
  341. package/node_modules/pako/lib/zlib/messages.js +0 -32
  342. package/node_modules/pako/lib/zlib/trees.js +0 -1222
  343. package/node_modules/pako/lib/zlib/zstream.js +0 -47
  344. package/node_modules/pako/package.json +0 -44
  345. package/node_modules/process-nextick-args/index.js +0 -45
  346. package/node_modules/process-nextick-args/license.md +0 -19
  347. package/node_modules/process-nextick-args/package.json +0 -25
  348. package/node_modules/process-nextick-args/readme.md +0 -18
  349. package/node_modules/readable-stream/.travis.yml +0 -34
  350. package/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  351. package/node_modules/readable-stream/GOVERNANCE.md +0 -136
  352. package/node_modules/readable-stream/LICENSE +0 -47
  353. package/node_modules/readable-stream/README.md +0 -58
  354. package/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -60
  355. package/node_modules/readable-stream/duplex-browser.js +0 -1
  356. package/node_modules/readable-stream/duplex.js +0 -1
  357. package/node_modules/readable-stream/lib/_stream_duplex.js +0 -131
  358. package/node_modules/readable-stream/lib/_stream_passthrough.js +0 -47
  359. package/node_modules/readable-stream/lib/_stream_readable.js +0 -1019
  360. package/node_modules/readable-stream/lib/_stream_transform.js +0 -214
  361. package/node_modules/readable-stream/lib/_stream_writable.js +0 -685
  362. package/node_modules/readable-stream/lib/internal/streams/BufferList.js +0 -78
  363. package/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -84
  364. package/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  365. package/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  366. package/node_modules/readable-stream/package.json +0 -52
  367. package/node_modules/readable-stream/passthrough.js +0 -1
  368. package/node_modules/readable-stream/readable-browser.js +0 -7
  369. package/node_modules/readable-stream/readable.js +0 -19
  370. package/node_modules/readable-stream/transform.js +0 -1
  371. package/node_modules/readable-stream/writable-browser.js +0 -1
  372. package/node_modules/readable-stream/writable.js +0 -8
  373. package/node_modules/safe-buffer/LICENSE +0 -21
  374. package/node_modules/safe-buffer/README.md +0 -584
  375. package/node_modules/safe-buffer/index.d.ts +0 -187
  376. package/node_modules/safe-buffer/index.js +0 -62
  377. package/node_modules/safe-buffer/package.json +0 -37
  378. package/node_modules/setimmediate/LICENSE.txt +0 -20
  379. package/node_modules/setimmediate/package.json +0 -30
  380. package/node_modules/setimmediate/setImmediate.js +0 -186
  381. package/node_modules/string_decoder/.travis.yml +0 -50
  382. package/node_modules/string_decoder/LICENSE +0 -48
  383. package/node_modules/string_decoder/README.md +0 -47
  384. package/node_modules/string_decoder/lib/string_decoder.js +0 -296
  385. package/node_modules/string_decoder/package.json +0 -31
  386. package/node_modules/util-deprecate/History.md +0 -16
  387. package/node_modules/util-deprecate/LICENSE +0 -24
  388. package/node_modules/util-deprecate/README.md +0 -53
  389. package/node_modules/util-deprecate/browser.js +0 -67
  390. package/node_modules/util-deprecate/node.js +0 -6
  391. package/node_modules/util-deprecate/package.json +0 -27
@@ -0,0 +1,141 @@
1
+ # OpenAgreements Employee Restrictive Covenant (Florida)
2
+
3
+ Florida-specific employee restrictive covenant agreement with a modular covenant
4
+ structure (non-compete, employee and customer non-solicitation, no-dealing,
5
+ non-investment, confidentiality, and non-disparagement). The form is built around
6
+ Florida's restrictive-covenant statute, Fla. Stat. § 542.335, the § 542.336
7
+ physician carve-out, and the 2025 CHOICE Act (Fla. Stat. §§ 542.41–542.45).
8
+ It is a sibling of the Wyoming pilot template, Florida-ified clause by clause.
9
+
10
+ This is a drafting starting point for licensed counsel, not legal advice.
11
+
12
+ ## Source
13
+
14
+ - **URL**: https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-florida
15
+ - **Version**: 1.0
16
+ - **License**: CC BY 4.0
17
+ - **Legal requirement set**: the Florida restrictive-covenant overlay (`restrictive-covenant.florida`, v0.3.0), itself a delta over the `restrictive-covenant.core` base spec, stewarded in `UseJunior/legal-context`.
18
+
19
+ ## Two enforcement pathways
20
+
21
+ Florida law gives an employer two parallel ways to enforce a non-compete. This
22
+ template models both; which one applies is driven by `covered_employee`.
23
+
24
+ 1. **General § 542.335 pathway (every covenant).** A restrictive covenant is
25
+ enforceable when it is supported by one or more **legitimate business
26
+ interests** (Fla. Stat. § 542.335(1)(b)) and is reasonable in time, area, and
27
+ line of business. Distinctives this template implements:
28
+ - **Legitimate-business-interest recital** — the `recitals-and-legitimate-business-interest`
29
+ clause names the enumerated interests the covenants protect.
30
+ - **Mandatory judicial modification** — under § 542.335(1)(c) a court *shall*
31
+ modify an overbroad restraint and grant only the relief reasonably
32
+ necessary. The `enforceability-severability-and-reformation` clause
33
+ **affirms** judicial modification. This is the exact inverse of the Wyoming
34
+ template, which disclaims reformation.
35
+ - **Presumptively-reasonable duration window** — § 542.335(1)(d)–(e) presumes
36
+ different reasonable/unreasonable durations by relationship type
37
+ (`covenant_relationship_type`). The defaults sit inside the reasonable
38
+ window.
39
+ - **Express assignee / successor / third-party-beneficiary enforcement** —
40
+ § 542.335(1)(f) requires express contract language; silence defeats
41
+ enforcement by an acquirer, reorganized operating entity, or PEO. The
42
+ `assignment-and-successors` clause supplies it expressly.
43
+ - **Physician specialty-monopoly carve-out** — § 542.336 voids a physician
44
+ non-compete in a county where one entity employs/contracts with **all**
45
+ physicians of that specialty (and for 3 years after a second entity begins
46
+ offering it). The `physician-specific-rights-and-notices` clause carves this
47
+ out for any Physician worker as a defensive posture.
48
+
49
+ 2. **CHOICE Act covered-employee pathway (`covered_employee == true`).** The 2025
50
+ CHOICE Act (Fla. Stat. §§ 542.41–542.45) is an **opt-in, enhanced-enforcement**
51
+ regime that runs *alongside* — it does not replace — § 542.335. A *covered
52
+ employee* earns more than twice the county annual mean wage **and** is not a
53
+ health care practitioner under s. 456.001 (Fla. Stat. § 542.43; physicians are
54
+ categorically excluded). On the employer's application a court **must**
55
+ preliminarily enjoin a covered employee from competing, dissolvable only by the
56
+ employee's clear-and-convincing evidence (§ 542.45(5)). The enhanced track is
57
+ available only if procedural prerequisites are met, which this template
58
+ surfaces in three clauses:
59
+ - `choice-act-counsel-notice` — written counsel advisal + ≥7-day notice
60
+ (§ 542.45(2)(a), (3)). A statutory-compliance representation
61
+ (`confirm=choice_act_advance_notice_confirmed`) that applies only to a
62
+ covered employee (`when=covered_employee`); see below.
63
+ - `choice-act-confidential-info-acknowledgement` — written acknowledgement of
64
+ receipt of confidential information or customer relationships
65
+ (§ 542.45(2)(b)).
66
+ - `choice-act-garden-leave` — when paired with a covered garden leave agreement
67
+ (§ 542.43(5)), the noncompete period is reduced day-for-day by any nonworking
68
+ portion of the notice period (§ 542.45(2)(c); see § 542.44).
69
+
70
+ The written counsel advisal and ≥7-day notice are operational steps the
71
+ employer must actually perform; reciting them does not by itself satisfy
72
+ them. The `choice-act-counsel-notice` recital is therefore a
73
+ *statutory compliance representation*: the `choice_act_advance_notice_confirmed`
74
+ field defaults to `false`, and until a human confirms the advisal and notice
75
+ were actually given, the recital renders followed by a yellow-highlighted
76
+ `[CONFIRM before signing: …]` bracket — and a matching item on the page-one
77
+ confirmation notice — rather than asserting clean compliance (it is never
78
+ silently dropped). The bracket links to the OpenAgreements Florida non-compete
79
+ reference card (`https://openagreements.org/legal/non-compete/florida`), which
80
+ keeps the current statute links in one place. Because the recital is gated
81
+ `when=covered_employee`, it is fully absent (no heading, no bracket) for a
82
+ non-covered employee.
83
+
84
+ ## Fields
85
+
86
+ AI-only fields drive conditional gating and duration analysis; they are not
87
+ rendered as cover-term rows in the output document.
88
+
89
+ | Field | Type | Required | Description |
90
+ |-------|------|----------|-------------|
91
+ | `employer_name` | string | yes | Legal name of the employer |
92
+ | `employee_name` | string | yes | Full legal name of the employee |
93
+ | `employee_title` | string | no | Employee job title or position |
94
+ | `effective_date` | date | yes | Effective date of this agreement |
95
+ | `governing_law` | string | yes | Governing law state (default Florida) |
96
+ | `worker_category` | enum | no | Executive / Management / Professional Staff / Physician / Other (AI-only). Physician triggers the § 542.336 carve-out and forces `covered_employee` false |
97
+ | `covered_employee` | boolean | no | CHOICE Act covered-employee status: salary > 2× county annual mean wage AND not a health care practitioner under s. 456.001 (AI-only). Gates the CHOICE Act clauses. Default false |
98
+ | `garden_leave_included` | boolean | no | Whether a covered garden leave agreement (§ 542.43(5)) is paired with the covered-employee non-compete (AI-only). Gates the garden-leave offset clause. Default false |
99
+ | `covenant_relationship_type` | enum | no | employee / distributor_dealer_franchisee_licensee / sale_of_business / trade_secret_predicated. Selects the § 542.335(1)(d)–(e) duration window (AI-only; never gates a clause). Default employee |
100
+ | `covenant_duration_months` | number | no | Non-compete length in months for machine-checkable duration evaluation (AI-only). Advisory when empty |
101
+ | `confidentiality_trade_secret_duration` | string | no | Trade-secret confidentiality duration. Default Perpetual |
102
+ | `confidentiality_other_duration` | string | no | Non-trade-secret confidentiality duration. Default 24 months |
103
+ | `employee_nonsolicit_included` | boolean | no | Include the employee non-solicitation covenant. Default true |
104
+ | `employee_nonsolicit_duration` | string | no | Employee non-solicitation duration. Default 12 months |
105
+ | `covered_employee_period` | string | no | Lookback for covered employees. Default 12 months |
106
+ | `customer_nonsolicit_included` | boolean | no | Include the customer non-solicitation covenant. Default true |
107
+ | `customer_nonsolicit_duration` | string | no | Customer non-solicitation duration. Default 12 months |
108
+ | `covered_customer_period` | string | no | Lookback for covered customers. Default 12 months |
109
+ | `noncompete_included` | boolean | no | Include the non-compete covenant. Default false |
110
+ | `noncompete_duration` | string | no | Non-compete duration. Default 12 months |
111
+ | `territory` | string | no | Restricted territory. Default: employee's actual service area |
112
+ | `competitive_business_definition` | string | no | What constitutes a Competitive Business |
113
+ | `specified_competitors` | string | no | Optional named-competitor list (narrows the non-compete) |
114
+ | `nondealing_included` | boolean | no | Include the no-business-with-covered-customers covenant. Default false |
115
+ | `nondealing_duration` | string | no | No-dealing duration. Default 12 months |
116
+ | `passive_public_holdings_threshold` | string | no | Passive public-holdings ownership cap. Default five percent |
117
+ | `noninvestment_included` | boolean | no | Include the non-investment covenant. Default false |
118
+ | `noninvestment_duration` | string | no | Non-investment duration. Default 12 months |
119
+ | `nondisparagement_duration` | string | no | Non-disparagement duration. Default 24 months |
120
+ | `cloud_drive_id` | string | no | Optional document-system URI / file ID |
121
+ | `cloud_drive_id_footer` | string | no | Internal computed footer text |
122
+
123
+ ## Canonical Markdown Authoring
124
+
125
+ The agreement is authored canonically in
126
+ `content/templates/openagreements-restrictive-covenant-florida/template.md`, with
127
+ the generated JSON spec and rendered DOCX derived from that source. Conditionally
128
+ included covenants are **fully absent** (no heading, no placeholder) when their
129
+ inclusion boolean is false, and the surviving clauses are renumbered sequentially
130
+ so no gap remains — an excluded clause does not advertise itself, so it cannot
131
+ imply a term (garden leave, a non-compete) was expected. Every gated clause is
132
+ conditioned on a single boolean field name (`covered_employee`,
133
+ `garden_leave_included`, or a covenant inclusion toggle); the renderer does not
134
+ support compound conditions, so `covenant_relationship_type` is consumed for the
135
+ duration value only and never used to include or omit a clause.
136
+
137
+ ## Attribution
138
+
139
+ Authored by OpenAgreements contributors. Florida-specific analysis informed by
140
+ publicly available legal commentary cited in the related practice note. Licensed
141
+ under CC BY 4.0.
@@ -0,0 +1,419 @@
1
+ name: OpenAgreements Employee Restrictive Covenant (Florida)
2
+ category: employment
3
+ description: >-
4
+ Florida-specific employee restrictive covenant agreement with modular
5
+ covenant structure (non-compete, non-solicitation, non-dealing, non-investment,
6
+ confidentiality, non-disparagement). Implements Fla. Stat. section 542.335
7
+ (legitimate-business-interest recital, mandatory judicial modification of
8
+ overbroad restraints, express assignee / successor / third-party-beneficiary
9
+ enforcement), the section 542.336 physician specialty-monopoly carve-out, and
10
+ the 2025 CHOICE Act (sections 542.41-542.45) covered-employee enhanced-
11
+ enforcement track. Drafted as a starting point for licensed counsel review.
12
+ source_url: https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-restrictive-covenant-florida
13
+ version: '1.0'
14
+ license: CC-BY-4.0
15
+ allow_derivatives: true
16
+ attribution_text: >-
17
+ Authored by OpenAgreements contributors. Florida-specific analysis informed
18
+ by publicly available legal commentary cited in the related practice note.
19
+ Licensed under CC BY 4.0.
20
+ fields:
21
+ # --- Parties (on cover page) ---
22
+ - name: employer_name
23
+ type: string
24
+ description: Legal name of the employer
25
+ display_label: Employer
26
+ section: Parties
27
+ - name: employee_name
28
+ type: string
29
+ description: Full legal name of the employee
30
+ display_label: Employee
31
+ section: Parties
32
+ - name: employee_title
33
+ type: string
34
+ description: Employee job title or position (optional)
35
+ display_label: Employee Title / Position
36
+ default: ''
37
+ section: Parties
38
+ - name: employer_parent_name
39
+ type: string
40
+ description: >-
41
+ Legal name of Employer's direct corporate parent entity, if any (optional).
42
+ Named alongside "Employer and its Affiliates" as an expressly-identified
43
+ third-party beneficiary entitled to enforce the restrictive covenants under
44
+ Fla. Stat. section 542.335(1)(f). Common in PE / holding-company structures
45
+ where the named Employer entity is a dedicated employment entity distinct
46
+ from the operating company.
47
+ display_label: Employer Parent Entity
48
+ default: ''
49
+ section: Parties
50
+ - name: employer_operating_affiliate_name
51
+ type: string
52
+ description: >-
53
+ Legal name of the operating or service-recipient Affiliate, if different
54
+ from the named Employer (optional). Use this where the named Employer is a
55
+ dedicated employment entity but the operating business — the entity for
56
+ whom Employee actually performs services or that holds the Protected
57
+ Interests — is a separate commonly controlled Affiliate (common in PE /
58
+ holding-company structures). When provided, this entity is expressly named
59
+ in the Fla. Stat. section 542.335(1)(f) third-party-beneficiary list, in
60
+ addition to the "Employer and its Affiliates" class language, for higher
61
+ enforcement certainty.
62
+ display_label: Operating / Service-Recipient Affiliate
63
+ default: ''
64
+ section: Parties
65
+ - name: effective_date
66
+ type: date
67
+ description: Effective date of this agreement
68
+ display_label: Effective Date
69
+ section: Timing
70
+ - name: governing_law
71
+ type: string
72
+ description: Governing law state
73
+ display_label: Governing Law
74
+ default: Florida
75
+ section: Legal
76
+
77
+ # --- AI-only fields (drive memo warnings, never in output) ---
78
+ - name: worker_category
79
+ type: enum
80
+ description: >-
81
+ Employee role classification. AI-only field that drives memo warnings.
82
+ Not shown in the output document. A Physician worker triggers the
83
+ Fla. Stat. section 542.336 specialty-monopoly carve-out and can never
84
+ be a CHOICE Act covered employee (health care practitioners are
85
+ categorically excluded under Fla. Stat. section 542.43 / s. 456.001).
86
+ options:
87
+ - Executive
88
+ - Management
89
+ - Professional Staff
90
+ - Physician
91
+ - Other
92
+ default: Other
93
+ default_value_rationale: >-
94
+ Other is the conservative default when worker category cannot be
95
+ determined from context. The calling LLM may set this explicitly based
96
+ on title, scope, and duties. Setting Physician applies the section
97
+ 542.336 carve-out conservatively (the specialty-monopoly condition turns
98
+ on county-level market facts the drafter cannot know at signing).
99
+ section: AI Analysis
100
+ - name: covered_employee
101
+ type: boolean
102
+ description: >-
103
+ Whether the employee is a "covered employee" under the 2025 CHOICE Act
104
+ (Fla. Stat. sections 542.41-542.45). FULL legal-status flag, NOT a
105
+ salary-only toggle: true only when the worker earns a salary greater
106
+ than twice the annual mean wage of the county AND is NOT a health care
107
+ practitioner as defined in s. 456.001 (Fla. Stat. section 542.43;
108
+ health care practitioners are categorically excluded regardless of pay).
109
+ When worker_category is Physician this MUST resolve to false. Gates the
110
+ CHOICE Act confidential-information-acknowledgement clause. (The
111
+ counsel-advisal-and-notice recital is separately gated by the
112
+ choice_act_advance_notice_confirmed statutory-compliance representation,
113
+ and garden leave by garden_leave_included.) AI-only field that drives
114
+ conditional gating. Not shown as a cover-term row.
115
+ default: 'false'
116
+ default_value_rationale: >-
117
+ Defaulting to false keeps the CHOICE Act enhanced-enforcement procedural
118
+ clauses off until the calling LLM affirmatively establishes covered-
119
+ employee status (salary > 2x county annual mean wage AND not a health
120
+ care practitioner). Over-asserting CHOICE Act status risks reciting
121
+ compliance with procedural prerequisites the employer did not perform.
122
+ section: AI Analysis
123
+ - name: choice_act_advance_notice_confirmed
124
+ type: boolean
125
+ statutory_compliance_representation: true
126
+ authority_url: https://openagreements.org/legal/non-compete/florida
127
+ confirm_note: >-
128
+ the written right-to-counsel advisal and at least 7-day advance notice were
129
+ actually given before signing
130
+ description: >-
131
+ CONFIRM-BEFORE-SIGNING: set true ONLY if a human has verified that the
132
+ CHOICE Act pre-execution compliance steps actually occurred — the covered
133
+ employee was advised, in writing, of the right to seek counsel, and was
134
+ given at least 7 days' advance notice of the proposed agreement (Fla. Stat.
135
+ section 542.45(2)(a), (3); see the OpenAgreements Florida non-compete
136
+ reference card at https://openagreements.org/legal/non-compete/florida,
137
+ which keeps the current statute links). This is a statutory-compliance
138
+ representation: its truth is a precondition to CHOICE Act enforceability,
139
+ so setting it true asserts a past fact that must really have happened. This
140
+ recital applies only to a covered employee; when it applies and this is
141
+ false (the default), the counsel-advisal-and-notice recital renders
142
+ followed by a yellow-highlighted "[CONFIRM before signing: …]" bracket and
143
+ a matching item on the page-one confirmation notice — the clause is never
144
+ silently dropped. The calling LLM MUST ask the human to confirm the advisal
145
+ and 7-day notice were given before setting this true. Not shown as a
146
+ cover-term row.
147
+ default: 'false'
148
+ default_value_rationale: >-
149
+ Conservative default false: the counsel-advisal/advance-notice recital is
150
+ a past-tense representation of real-world statutory compliance the employer
151
+ must actually have performed. Defaulting to false keeps the recital
152
+ flagged with a highlighted CONFIRM bracket (rather than asserting clean
153
+ compliance) until a human affirmatively confirms the advisal and 7-day
154
+ notice were given, avoiding an accidental false representation.
155
+ section: AI Analysis
156
+ - name: garden_leave_included
157
+ type: boolean
158
+ description: >-
159
+ Whether a covered garden leave agreement (Fla. Stat. section 542.43(5),
160
+ up-to-4-year notice period) is paired with the covered-employee
161
+ non-compete. Gates the CHOICE Act garden-leave day-for-day offset clause
162
+ (Fla. Stat. section 542.45(2)(c)). AI-only field that drives conditional
163
+ gating. Not shown as a cover-term row.
164
+ default: 'false'
165
+ default_value_rationale: >-
166
+ Default false: the employer elects garden leave affirmatively. The
167
+ garden-leave clause is meaningful only on the CHOICE Act covered-employee
168
+ track and is omitted unless garden leave is actually structured.
169
+ section: AI Analysis
170
+ - name: garden_leave_notice_duration
171
+ type: string
172
+ description: >-
173
+ Length of the covered garden leave notice period (e.g. "6 months",
174
+ "1 year"). Under Fla. Stat. section 542.43(5) a covered garden leave
175
+ agreement may provide for up to, but no more than, 4 years of advance
176
+ notice; after the first 90 days of the notice period the employee need not
177
+ provide services. Shown in Cover Terms and recited in the garden-leave
178
+ clause when garden_leave_included is true. The non-compete Restricted
179
+ Period is reduced day-for-day by the nonworking portion of this period
180
+ (section 542.45(2)(c)).
181
+ display_label: Garden Leave Notice Period
182
+ default: 6 months
183
+ default_value_rationale: >-
184
+ 6 months is a moderate notice period well within the section 542.43(5)
185
+ 4-year statutory ceiling. The employer should set this to the actual
186
+ negotiated notice period; it must not exceed 4 years.
187
+ section: Garden Leave
188
+ - name: covenant_relationship_type
189
+ type: enum
190
+ description: >-
191
+ The relationship the non-compete arises from. Selects the presumptively-
192
+ reasonable duration window under Fla. Stat. section 542.335(1)(d)-(e):
193
+ employee/agent/contractor (<=6mo reasonable / >2yr unreasonable);
194
+ distributor/dealer/franchisee/licensee (<=1yr / >3yr); sale of business
195
+ (<=3yr / >7yr); trade-secret-predicated (<=5yr / >10yr). AI-only field
196
+ consumed for duration evaluation ONLY; never used to include or omit a
197
+ clause. Not shown in the output document.
198
+ options:
199
+ - employee
200
+ - distributor_dealer_franchisee_licensee
201
+ - sale_of_business
202
+ - trade_secret_predicated
203
+ default: employee
204
+ default_value_rationale: >-
205
+ employee is the most common and most strictly scrutinized window
206
+ (presumptively reasonable at <=6 months, presumptively unreasonable
207
+ above 2 years).
208
+ section: AI Analysis
209
+ - name: covenant_duration_months
210
+ type: number
211
+ description: >-
212
+ The non-compete Restricted Period length in months, as an integer, for
213
+ machine-checkable duration evaluation against the Fla. Stat. section
214
+ 542.335(1)(d)-(e) presumption window selected by covenant_relationship_type.
215
+ AI-only field. Not shown in the output document.
216
+ default: ''
217
+ default_value_rationale: >-
218
+ No conservative default. When empty the duration check is advisory only
219
+ (the numeric value is required to evaluate the statutory window). The
220
+ human-readable noncompete_duration string drives the Cover Terms row.
221
+ section: AI Analysis
222
+
223
+ # --- Confidentiality (on cover page, always visible) ---
224
+ - name: confidentiality_trade_secret_duration
225
+ type: string
226
+ description: Duration of confidentiality obligations for trade secrets
227
+ display_label: Trade Secrets Duration
228
+ default: Perpetual
229
+ section: Confidentiality
230
+ - name: confidentiality_other_duration
231
+ type: string
232
+ description: Duration of confidentiality obligations for non-trade-secret information
233
+ display_label: Other Confidential Information Duration
234
+ default: 24 months
235
+ default_value_rationale: >-
236
+ 24 months is common for non-trade-secret confidentiality obligations
237
+ in employment agreements.
238
+ section: Confidentiality
239
+
240
+ # --- Employee Non-Solicitation ---
241
+ - name: employee_nonsolicit_included
242
+ type: boolean
243
+ description: Whether the employee non-solicitation covenant is included
244
+ display_label: Employee Non-Solicitation Included
245
+ default: 'true'
246
+ section: Employee Non-Solicitation
247
+ - name: employee_nonsolicit_duration
248
+ type: string
249
+ description: Duration of employee non-solicitation restriction
250
+ display_label: Employee Non-Solicitation Duration
251
+ default: 12 months
252
+ default_value_rationale: >-
253
+ 12 months is a common enforceable duration and sits within the
254
+ Fla. Stat. section 542.335(1)(d) presumptively-reasonable window for
255
+ former-employee covenants (<=6 months presumed reasonable; >2 years
256
+ presumed unreasonable).
257
+ section: Employee Non-Solicitation
258
+ - name: covered_employee_period
259
+ type: string
260
+ description: >-
261
+ Lookback period for determining which employees are covered by
262
+ the non-solicitation restriction.
263
+ display_label: Covered Employee Period
264
+ default: 12 months
265
+ default_value_rationale: >-
266
+ 12 months is the most common lookback period for employee
267
+ non-solicitation scope.
268
+ section: Employee Non-Solicitation
269
+
270
+ # --- Customer Non-Solicitation ---
271
+ - name: customer_nonsolicit_included
272
+ type: boolean
273
+ description: Whether the customer/partner non-solicitation covenant is included
274
+ display_label: Customer Non-Solicitation Included
275
+ default: 'true'
276
+ section: Customer Non-Solicitation
277
+ - name: customer_nonsolicit_duration
278
+ type: string
279
+ description: Duration of customer/partner non-solicitation restriction
280
+ display_label: Customer Non-Solicitation Duration
281
+ default: 12 months
282
+ default_value_rationale: >-
283
+ 12 months sits within the Fla. Stat. section 542.335(1)(d)
284
+ presumptively-reasonable window for former-employee covenants.
285
+ section: Customer Non-Solicitation
286
+ - name: covered_customer_period
287
+ type: string
288
+ description: >-
289
+ Lookback period for determining which customers are covered by
290
+ the non-solicitation and non-dealing restrictions.
291
+ display_label: Covered Customer Period
292
+ default: 12 months
293
+ default_value_rationale: >-
294
+ 12 months is the most common lookback period for customer
295
+ non-solicitation scope.
296
+ section: Customer Non-Solicitation
297
+
298
+ # --- Non-Competition ---
299
+ - name: noncompete_included
300
+ type: boolean
301
+ description: >-
302
+ Whether the non-competition covenant is included. Under Fla. Stat.
303
+ section 542.335 a non-compete is enforceable when supported by a
304
+ legitimate business interest and reasonable in time, area, and line of
305
+ business; this template recites the legitimate-business-interest basis
306
+ and biases the duration into the presumptively-reasonable window.
307
+ display_label: Non-Competition Included
308
+ default: 'false'
309
+ default_value_rationale: >-
310
+ Conservative default. Non-competes are the most heavily scrutinized
311
+ covenant; include only after confirming a Fla. Stat. section
312
+ 542.335(1)(b) legitimate business interest exists, the duration is within
313
+ the presumptively-reasonable window, and (for a Physician) the section
314
+ 542.336 specialty-monopoly carve-out is addressed.
315
+ section: Non-Competition
316
+ - name: noncompete_duration
317
+ type: string
318
+ description: Duration of non-competition restriction
319
+ display_label: Non-Competition Duration
320
+ default: 12 months
321
+ default_value_rationale: >-
322
+ 12 months sits within the Fla. Stat. section 542.335(1)(d)
323
+ presumptively-reasonable window for former-employee covenants (<=6 months
324
+ presumed reasonable; >2 years presumed unreasonable). The tool should not
325
+ default to a presumptively-unreasonable term.
326
+ section: Non-Competition
327
+ - name: territory
328
+ type: string
329
+ description: Geographic scope of the non-competition restriction
330
+ display_label: Restricted Territory
331
+ default: the geographic area in which Employee provided services
332
+ default_value_rationale: >-
333
+ Tied to the employee's actual service area. Narrower geographic scope is
334
+ more readily found reasonable; Florida courts will modify rather than
335
+ void an overbroad territory under Fla. Stat. section 542.335(1)(c).
336
+ section: Non-Competition
337
+ - name: competitive_business_definition
338
+ type: string
339
+ description: >-
340
+ Description of the business activities that constitute competition
341
+ with the employer.
342
+ display_label: Competitive Business
343
+ section: Non-Competition
344
+ - name: specified_competitors
345
+ type: string
346
+ description: >-
347
+ Optional named list of specific competitors. Narrowing the restriction
348
+ to named competitors strengthens enforceability.
349
+ display_label: Specified Competitors
350
+ default: ''
351
+ section: Non-Competition
352
+
353
+ # --- No Business with Covered Customers (conditional) ---
354
+ - name: nondealing_included
355
+ type: boolean
356
+ description: >-
357
+ Whether the no-business-with-covered-customers covenant is included.
358
+ display_label: No Business with Covered Customers Included
359
+ default: 'false'
360
+ section: No Business with Covered Customers
361
+ - name: nondealing_duration
362
+ type: string
363
+ description: Duration of the no-business-with-covered-customers restriction
364
+ display_label: No Business with Covered Customers Duration
365
+ default: 12 months
366
+ section: No Business with Covered Customers
367
+
368
+ # --- Passive Public Holdings ---
369
+ - name: passive_public_holdings_threshold
370
+ type: string
371
+ description: >-
372
+ Maximum ownership percentage of publicly traded securities permitted
373
+ under the Passive Public Holdings carveout.
374
+ display_label: Passive Public Holdings Threshold
375
+ default: five percent
376
+ default_value_rationale: >-
377
+ Five percent of any class of publicly traded securities is the standard
378
+ passive investment carveout across restrictive covenant agreements.
379
+ section: Definitions
380
+
381
+ # --- Non-Investment (conditional) ---
382
+ - name: noninvestment_included
383
+ type: boolean
384
+ description: >-
385
+ Whether the non-investment covenant is included.
386
+ display_label: Non-Investment Included
387
+ default: 'false'
388
+ section: Non-Investment
389
+ - name: noninvestment_duration
390
+ type: string
391
+ description: Duration of non-investment restriction
392
+ display_label: Non-Investment Duration
393
+ default: 12 months
394
+ section: Non-Investment
395
+
396
+ # --- Non-Disparagement ---
397
+ - name: nondisparagement_duration
398
+ type: string
399
+ description: Duration of non-disparagement obligation (measured from termination)
400
+ display_label: Non-Disparagement Duration
401
+ default: 24 months
402
+ default_value_rationale: >-
403
+ 24 months is common for employment non-disparagement provisions.
404
+ section: Non-Disparagement
405
+
406
+ # --- Document Management ---
407
+ - name: cloud_drive_id
408
+ type: string
409
+ description: Optional document-system URI or file ID for execution copy traceability
410
+ display_label: Cloud Drive ID
411
+ section: Document Management
412
+ - name: cloud_drive_id_footer
413
+ type: string
414
+ description: Internal computed footer text for document-system traceability
415
+ default: ''
416
+ section: Document Management
417
+ priority_fields:
418
+ - employer_name
419
+ - employee_name