open-agreements 0.1.1 → 0.2.1

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 (322) hide show
  1. package/README.md +148 -34
  2. package/bin/open-agreements.js +3 -1
  3. package/{external → content/external}/yc-safe-discount/metadata.yaml +17 -21
  4. package/{external → content/external}/yc-safe-mfn/metadata.yaml +16 -16
  5. package/{external → content/external}/yc-safe-pro-rata-side-letter/metadata.yaml +13 -13
  6. package/{external → content/external}/yc-safe-valuation-cap/metadata.yaml +16 -16
  7. package/{recipes → content/recipes}/nvca-certificate-of-incorporation/metadata.yaml +13 -13
  8. package/{recipes → content/recipes}/nvca-indemnification-agreement/metadata.yaml +17 -21
  9. package/{recipes → content/recipes}/nvca-investors-rights-agreement/metadata.yaml +18 -22
  10. package/{recipes → content/recipes}/nvca-management-rights-letter/metadata.yaml +13 -16
  11. package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/metadata.yaml +20 -24
  12. package/content/recipes/nvca-stock-purchase-agreement/clean.json +13 -0
  13. package/content/recipes/nvca-stock-purchase-agreement/computed.json +103 -0
  14. package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +138 -0
  15. package/content/recipes/nvca-stock-purchase-agreement/normalize.json +83 -0
  16. package/content/recipes/nvca-stock-purchase-agreement/replacements.json +41 -0
  17. package/{recipes → content/recipes}/nvca-voting-agreement/metadata.yaml +19 -23
  18. package/{templates → content/templates}/bonterms-mutual-nda/metadata.yaml +14 -14
  19. package/{templates → content/templates}/bonterms-professional-services-agreement/metadata.yaml +11 -13
  20. package/content/templates/closing-checklist/metadata.yaml +39 -0
  21. package/content/templates/closing-checklist/template.docx +0 -0
  22. package/{templates → content/templates}/common-paper-ai-addendum/metadata.yaml +8 -10
  23. package/{templates → content/templates}/common-paper-ai-addendum-in-app/metadata.yaml +6 -8
  24. package/{templates → content/templates}/common-paper-amendment/metadata.yaml +14 -14
  25. package/{templates → content/templates}/common-paper-business-associate-agreement/metadata.yaml +9 -16
  26. package/{templates → content/templates}/common-paper-cloud-service-agreement/metadata.yaml +53 -187
  27. package/{templates → content/templates}/common-paper-cloud-service-agreement/template.docx +0 -0
  28. package/{templates → content/templates}/common-paper-csa-click-through/metadata.yaml +10 -20
  29. package/{templates → content/templates}/common-paper-csa-with-ai/metadata.yaml +14 -37
  30. package/{templates → content/templates}/common-paper-csa-with-sla/metadata.yaml +14 -40
  31. package/{templates → content/templates}/common-paper-csa-without-sla/metadata.yaml +14 -34
  32. package/{templates → content/templates}/common-paper-data-processing-agreement/metadata.yaml +15 -34
  33. package/{templates → content/templates}/common-paper-design-partner-agreement/metadata.yaml +10 -16
  34. package/{templates → content/templates}/common-paper-independent-contractor-agreement/metadata.yaml +14 -14
  35. package/{templates → content/templates}/common-paper-letter-of-intent/metadata.yaml +11 -12
  36. package/{templates → content/templates}/common-paper-mutual-nda/metadata.yaml +13 -13
  37. package/{templates → content/templates}/common-paper-one-way-nda/metadata.yaml +13 -14
  38. package/{templates → content/templates}/common-paper-order-form/metadata.yaml +12 -23
  39. package/{templates → content/templates}/common-paper-order-form-with-sla/metadata.yaml +12 -30
  40. package/{templates → content/templates}/common-paper-partnership-agreement/metadata.yaml +9 -21
  41. package/{templates → content/templates}/common-paper-pilot-agreement/metadata.yaml +15 -29
  42. package/{templates → content/templates}/common-paper-professional-services-agreement/metadata.yaml +15 -32
  43. package/{templates → content/templates}/common-paper-software-license-agreement/metadata.yaml +6 -6
  44. package/{templates → content/templates}/common-paper-statement-of-work/metadata.yaml +12 -19
  45. package/{templates → content/templates}/common-paper-term-sheet/metadata.yaml +9 -9
  46. package/content/templates/openagreements-employee-ip-inventions-assignment/README.md +31 -0
  47. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +71 -0
  48. package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
  49. package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +80 -0
  50. package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +30 -0
  51. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +60 -0
  52. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
  53. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +51 -0
  54. package/content/templates/openagreements-employment-offer-letter/README.md +33 -0
  55. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +75 -0
  56. package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
  57. package/content/templates/openagreements-employment-offer-letter/template.md +90 -0
  58. package/content/templates/working-group-list/metadata.yaml +22 -0
  59. package/content/templates/working-group-list/template.docx +0 -0
  60. package/dist/cli/index.d.ts +3 -1
  61. package/dist/cli/index.d.ts.map +1 -1
  62. package/dist/cli/index.js +185 -89
  63. package/dist/cli/index.js.map +1 -1
  64. package/dist/commands/checklist.d.ts +22 -0
  65. package/dist/commands/checklist.d.ts.map +1 -0
  66. package/dist/commands/checklist.js +222 -0
  67. package/dist/commands/checklist.js.map +1 -0
  68. package/dist/commands/fill.d.ts +11 -0
  69. package/dist/commands/fill.d.ts.map +1 -1
  70. package/dist/commands/fill.js +56 -1
  71. package/dist/commands/fill.js.map +1 -1
  72. package/dist/commands/list.d.ts +1 -0
  73. package/dist/commands/list.d.ts.map +1 -1
  74. package/dist/commands/list.js +147 -72
  75. package/dist/commands/list.js.map +1 -1
  76. package/dist/commands/recipe.d.ts +2 -0
  77. package/dist/commands/recipe.d.ts.map +1 -1
  78. package/dist/commands/recipe.js +5 -0
  79. package/dist/commands/recipe.js.map +1 -1
  80. package/dist/commands/scan.d.ts +16 -0
  81. package/dist/commands/scan.d.ts.map +1 -1
  82. package/dist/commands/scan.js +36 -20
  83. package/dist/commands/scan.js.map +1 -1
  84. package/dist/core/checklist/index.d.ts +38 -0
  85. package/dist/core/checklist/index.d.ts.map +1 -0
  86. package/dist/core/checklist/index.js +229 -0
  87. package/dist/core/checklist/index.js.map +1 -0
  88. package/dist/core/checklist/patch-apply.d.ts +65 -0
  89. package/dist/core/checklist/patch-apply.d.ts.map +1 -0
  90. package/dist/core/checklist/patch-apply.js +274 -0
  91. package/dist/core/checklist/patch-apply.js.map +1 -0
  92. package/dist/core/checklist/patch-schemas.d.ts +86 -0
  93. package/dist/core/checklist/patch-schemas.d.ts.map +1 -0
  94. package/dist/core/checklist/patch-schemas.js +89 -0
  95. package/dist/core/checklist/patch-schemas.js.map +1 -0
  96. package/dist/core/checklist/patch-validator.d.ts +76 -0
  97. package/dist/core/checklist/patch-validator.d.ts.map +1 -0
  98. package/dist/core/checklist/patch-validator.js +404 -0
  99. package/dist/core/checklist/patch-validator.js.map +1 -0
  100. package/dist/core/checklist/schemas.d.ts +270 -0
  101. package/dist/core/checklist/schemas.d.ts.map +1 -0
  102. package/dist/core/checklist/schemas.js +229 -0
  103. package/dist/core/checklist/schemas.js.map +1 -0
  104. package/dist/core/checklist/test-utils.d.ts +7 -0
  105. package/dist/core/checklist/test-utils.d.ts.map +1 -0
  106. package/dist/core/checklist/test-utils.js +13 -0
  107. package/dist/core/checklist/test-utils.js.map +1 -0
  108. package/dist/core/command-generation/adapters/claude.d.ts.map +1 -1
  109. package/dist/core/command-generation/adapters/claude.js +8 -2
  110. package/dist/core/command-generation/adapters/claude.js.map +1 -1
  111. package/dist/core/employment/jurisdiction-rules.d.ts +20 -0
  112. package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -0
  113. package/dist/core/employment/jurisdiction-rules.js +57 -0
  114. package/dist/core/employment/jurisdiction-rules.js.map +1 -0
  115. package/dist/core/employment/memo.d.ts +57 -0
  116. package/dist/core/employment/memo.d.ts.map +1 -0
  117. package/dist/core/employment/memo.js +589 -0
  118. package/dist/core/employment/memo.js.map +1 -0
  119. package/dist/core/engine.d.ts +1 -1
  120. package/dist/core/engine.d.ts.map +1 -1
  121. package/dist/core/engine.js +33 -1
  122. package/dist/core/engine.js.map +1 -1
  123. package/dist/core/external/index.d.ts.map +1 -1
  124. package/dist/core/external/index.js +1 -0
  125. package/dist/core/external/index.js.map +1 -1
  126. package/dist/core/external/types.d.ts +1 -1
  127. package/dist/core/external/types.d.ts.map +1 -1
  128. package/dist/core/fill-pipeline.d.ts +8 -5
  129. package/dist/core/fill-pipeline.d.ts.map +1 -1
  130. package/dist/core/fill-pipeline.js +85 -14
  131. package/dist/core/fill-pipeline.js.map +1 -1
  132. package/dist/core/fill-utils.d.ts +1 -1
  133. package/dist/core/fill-utils.d.ts.map +1 -1
  134. package/dist/core/fill-utils.js.map +1 -1
  135. package/dist/core/metadata.d.ts +110 -409
  136. package/dist/core/metadata.d.ts.map +1 -1
  137. package/dist/core/metadata.js +56 -4
  138. package/dist/core/metadata.js.map +1 -1
  139. package/dist/core/recipe/bracket-normalizer.d.ts +46 -0
  140. package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -0
  141. package/dist/core/recipe/bracket-normalizer.js +354 -0
  142. package/dist/core/recipe/bracket-normalizer.js.map +1 -0
  143. package/dist/core/recipe/cleaner.d.ts +2 -2
  144. package/dist/core/recipe/cleaner.d.ts.map +1 -1
  145. package/dist/core/recipe/cleaner.js +13 -9
  146. package/dist/core/recipe/cleaner.js.map +1 -1
  147. package/dist/core/recipe/computed.d.ts +136 -0
  148. package/dist/core/recipe/computed.d.ts.map +1 -0
  149. package/dist/core/recipe/computed.js +225 -0
  150. package/dist/core/recipe/computed.js.map +1 -0
  151. package/dist/core/recipe/index.d.ts +2 -0
  152. package/dist/core/recipe/index.d.ts.map +1 -1
  153. package/dist/core/recipe/index.js +51 -4
  154. package/dist/core/recipe/index.js.map +1 -1
  155. package/dist/core/recipe/source-drift.d.ts +33 -0
  156. package/dist/core/recipe/source-drift.d.ts.map +1 -0
  157. package/dist/core/recipe/source-drift.js +113 -0
  158. package/dist/core/recipe/source-drift.js.map +1 -0
  159. package/dist/core/recipe/types.d.ts +6 -1
  160. package/dist/core/recipe/types.d.ts.map +1 -1
  161. package/dist/core/recipe/verifier.d.ts +1 -1
  162. package/dist/core/recipe/verifier.d.ts.map +1 -1
  163. package/dist/core/recipe/verifier.js +2 -2
  164. package/dist/core/recipe/verifier.js.map +1 -1
  165. package/dist/core/selector.d.ts +12 -87
  166. package/dist/core/selector.d.ts.map +1 -1
  167. package/dist/core/selector.js +5 -7
  168. package/dist/core/selector.js.map +1 -1
  169. package/dist/core/unified-pipeline.d.ts +4 -2
  170. package/dist/core/unified-pipeline.d.ts.map +1 -1
  171. package/dist/core/unified-pipeline.js +6 -1
  172. package/dist/core/unified-pipeline.js.map +1 -1
  173. package/dist/core/validation/recipe.d.ts +1 -1
  174. package/dist/core/validation/recipe.d.ts.map +1 -1
  175. package/dist/core/validation/recipe.js +43 -40
  176. package/dist/core/validation/recipe.js.map +1 -1
  177. package/dist/core/validation/scan-metadata.d.ts +21 -0
  178. package/dist/core/validation/scan-metadata.d.ts.map +1 -0
  179. package/dist/core/validation/scan-metadata.js +70 -0
  180. package/dist/core/validation/scan-metadata.js.map +1 -0
  181. package/dist/core/validation/template.d.ts.map +1 -1
  182. package/dist/core/validation/template.js +19 -6
  183. package/dist/core/validation/template.js.map +1 -1
  184. package/dist/index.d.ts +4 -1
  185. package/dist/index.d.ts.map +1 -1
  186. package/dist/index.js +5 -1
  187. package/dist/index.js.map +1 -1
  188. package/dist/utils/paths.d.ts.map +1 -1
  189. package/dist/utils/paths.js +13 -6
  190. package/dist/utils/paths.js.map +1 -1
  191. package/package.json +60 -10
  192. package/skills/cloud-service-agreement/CONNECTORS.md +19 -0
  193. package/skills/cloud-service-agreement/SKILL.md +172 -0
  194. package/skills/data-privacy-agreement/CONNECTORS.md +19 -0
  195. package/skills/data-privacy-agreement/SKILL.md +158 -0
  196. package/skills/delaware-franchise-tax/CONNECTORS.md +16 -0
  197. package/skills/delaware-franchise-tax/SKILL.md +206 -0
  198. package/skills/delaware-franchise-tax/reference/ecorp-portal-playwright-notes.md +136 -0
  199. package/skills/delaware-franchise-tax/reference/faq.md +101 -0
  200. package/skills/delaware-franchise-tax/reference/filing-instructions.md +111 -0
  201. package/skills/delaware-franchise-tax/reference/tax-calculation.md +167 -0
  202. package/skills/employment-contract/CONNECTORS.md +19 -0
  203. package/skills/employment-contract/SKILL.md +157 -0
  204. package/skills/nda/CONNECTORS.md +19 -0
  205. package/skills/nda/SKILL.md +153 -0
  206. package/skills/open-agreements/CONNECTORS.md +19 -0
  207. package/skills/open-agreements/SKILL.md +86 -70
  208. package/skills/safe/CONNECTORS.md +19 -0
  209. package/skills/safe/SKILL.md +161 -0
  210. package/skills/services-agreement/CONNECTORS.md +19 -0
  211. package/skills/services-agreement/SKILL.md +156 -0
  212. package/skills/unit-test-philosophy/SKILL.md +113 -0
  213. package/skills/unit-test-philosophy/references/allure-test-spec-writing-guide.md +164 -0
  214. package/skills/venture-financing/CONNECTORS.md +19 -0
  215. package/skills/venture-financing/SKILL.md +169 -0
  216. package/recipes/nvca-certificate-of-incorporation/schema.json +0 -11
  217. package/recipes/nvca-indemnification-agreement/schema.json +0 -19
  218. package/recipes/nvca-investors-rights-agreement/schema.json +0 -18
  219. package/recipes/nvca-management-rights-letter/schema.json +0 -13
  220. package/recipes/nvca-rofr-co-sale-agreement/schema.json +0 -19
  221. package/recipes/nvca-stock-purchase-agreement/clean.json +0 -10
  222. package/recipes/nvca-stock-purchase-agreement/metadata.yaml +0 -74
  223. package/recipes/nvca-stock-purchase-agreement/replacements.json +0 -20
  224. package/recipes/nvca-stock-purchase-agreement/schema.json +0 -19
  225. package/recipes/nvca-voting-agreement/schema.json +0 -28
  226. /package/{external → content/external}/LICENSE +0 -0
  227. /package/{external → content/external}/README.md +0 -0
  228. /package/{external → content/external}/yc-safe-discount/README.md +0 -0
  229. /package/{external → content/external}/yc-safe-discount/clean.json +0 -0
  230. /package/{external → content/external}/yc-safe-discount/replacements.json +0 -0
  231. /package/{external → content/external}/yc-safe-discount/template.docx +0 -0
  232. /package/{external → content/external}/yc-safe-mfn/README.md +0 -0
  233. /package/{external → content/external}/yc-safe-mfn/clean.json +0 -0
  234. /package/{external → content/external}/yc-safe-mfn/replacements.json +0 -0
  235. /package/{external → content/external}/yc-safe-mfn/template.docx +0 -0
  236. /package/{external → content/external}/yc-safe-pro-rata-side-letter/README.md +0 -0
  237. /package/{external → content/external}/yc-safe-pro-rata-side-letter/clean.json +0 -0
  238. /package/{external → content/external}/yc-safe-pro-rata-side-letter/replacements.json +0 -0
  239. /package/{external → content/external}/yc-safe-pro-rata-side-letter/template.docx +0 -0
  240. /package/{external → content/external}/yc-safe-valuation-cap/README.md +0 -0
  241. /package/{external → content/external}/yc-safe-valuation-cap/clean.json +0 -0
  242. /package/{external → content/external}/yc-safe-valuation-cap/replacements.json +0 -0
  243. /package/{external → content/external}/yc-safe-valuation-cap/template.docx +0 -0
  244. /package/{recipes → content/recipes}/nvca-certificate-of-incorporation/clean.json +0 -0
  245. /package/{recipes → content/recipes}/nvca-certificate-of-incorporation/replacements.json +0 -0
  246. /package/{recipes → content/recipes}/nvca-indemnification-agreement/clean.json +0 -0
  247. /package/{recipes → content/recipes}/nvca-indemnification-agreement/replacements.json +0 -0
  248. /package/{recipes → content/recipes}/nvca-investors-rights-agreement/clean.json +0 -0
  249. /package/{recipes → content/recipes}/nvca-investors-rights-agreement/replacements.json +0 -0
  250. /package/{recipes → content/recipes}/nvca-management-rights-letter/clean.json +0 -0
  251. /package/{recipes → content/recipes}/nvca-management-rights-letter/replacements.json +0 -0
  252. /package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/clean.json +0 -0
  253. /package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/replacements.json +0 -0
  254. /package/{recipes → content/recipes}/nvca-voting-agreement/README.md +0 -0
  255. /package/{recipes → content/recipes}/nvca-voting-agreement/clean.json +0 -0
  256. /package/{recipes → content/recipes}/nvca-voting-agreement/replacements.json +0 -0
  257. /package/{templates → content/templates}/bonterms-mutual-nda/README.md +0 -0
  258. /package/{templates → content/templates}/bonterms-mutual-nda/source.json +0 -0
  259. /package/{templates → content/templates}/bonterms-mutual-nda/template.docx +0 -0
  260. /package/{templates → content/templates}/bonterms-professional-services-agreement/README.md +0 -0
  261. /package/{templates → content/templates}/bonterms-professional-services-agreement/selections.json +0 -0
  262. /package/{templates → content/templates}/bonterms-professional-services-agreement/source.json +0 -0
  263. /package/{templates → content/templates}/bonterms-professional-services-agreement/template.docx +0 -0
  264. /package/{templates → content/templates}/common-paper-ai-addendum/README.md +0 -0
  265. /package/{templates → content/templates}/common-paper-ai-addendum/template.docx +0 -0
  266. /package/{templates → content/templates}/common-paper-ai-addendum-in-app/README.md +0 -0
  267. /package/{templates → content/templates}/common-paper-ai-addendum-in-app/template.docx +0 -0
  268. /package/{templates → content/templates}/common-paper-amendment/README.md +0 -0
  269. /package/{templates → content/templates}/common-paper-amendment/template.docx +0 -0
  270. /package/{templates → content/templates}/common-paper-business-associate-agreement/README.md +0 -0
  271. /package/{templates → content/templates}/common-paper-business-associate-agreement/replacements.json +0 -0
  272. /package/{templates → content/templates}/common-paper-business-associate-agreement/template.docx +0 -0
  273. /package/{templates → content/templates}/common-paper-cloud-service-agreement/README.md +0 -0
  274. /package/{templates → content/templates}/common-paper-csa-click-through/README.md +0 -0
  275. /package/{templates → content/templates}/common-paper-csa-click-through/template.docx +0 -0
  276. /package/{templates → content/templates}/common-paper-csa-with-ai/README.md +0 -0
  277. /package/{templates → content/templates}/common-paper-csa-with-ai/replacements.json +0 -0
  278. /package/{templates → content/templates}/common-paper-csa-with-ai/template.docx +0 -0
  279. /package/{templates → content/templates}/common-paper-csa-with-sla/README.md +0 -0
  280. /package/{templates → content/templates}/common-paper-csa-with-sla/replacements.json +0 -0
  281. /package/{templates → content/templates}/common-paper-csa-with-sla/template.docx +0 -0
  282. /package/{templates → content/templates}/common-paper-csa-without-sla/README.md +0 -0
  283. /package/{templates → content/templates}/common-paper-csa-without-sla/replacements.json +0 -0
  284. /package/{templates → content/templates}/common-paper-csa-without-sla/template.docx +0 -0
  285. /package/{templates → content/templates}/common-paper-data-processing-agreement/README.md +0 -0
  286. /package/{templates → content/templates}/common-paper-data-processing-agreement/replacements.json +0 -0
  287. /package/{templates → content/templates}/common-paper-data-processing-agreement/template.docx +0 -0
  288. /package/{templates → content/templates}/common-paper-design-partner-agreement/README.md +0 -0
  289. /package/{templates → content/templates}/common-paper-design-partner-agreement/replacements.json +0 -0
  290. /package/{templates → content/templates}/common-paper-design-partner-agreement/template.docx +0 -0
  291. /package/{templates → content/templates}/common-paper-independent-contractor-agreement/README.md +0 -0
  292. /package/{templates → content/templates}/common-paper-independent-contractor-agreement/template.docx +0 -0
  293. /package/{templates → content/templates}/common-paper-letter-of-intent/README.md +0 -0
  294. /package/{templates → content/templates}/common-paper-letter-of-intent/template.docx +0 -0
  295. /package/{templates → content/templates}/common-paper-mutual-nda/README.md +0 -0
  296. /package/{templates → content/templates}/common-paper-mutual-nda/selections.json +0 -0
  297. /package/{templates → content/templates}/common-paper-mutual-nda/template.docx +0 -0
  298. /package/{templates → content/templates}/common-paper-one-way-nda/README.md +0 -0
  299. /package/{templates → content/templates}/common-paper-one-way-nda/template.docx +0 -0
  300. /package/{templates → content/templates}/common-paper-order-form/README.md +0 -0
  301. /package/{templates → content/templates}/common-paper-order-form/replacements.json +0 -0
  302. /package/{templates → content/templates}/common-paper-order-form/template.docx +0 -0
  303. /package/{templates → content/templates}/common-paper-order-form-with-sla/README.md +0 -0
  304. /package/{templates → content/templates}/common-paper-order-form-with-sla/replacements.json +0 -0
  305. /package/{templates → content/templates}/common-paper-order-form-with-sla/template.docx +0 -0
  306. /package/{templates → content/templates}/common-paper-partnership-agreement/README.md +0 -0
  307. /package/{templates → content/templates}/common-paper-partnership-agreement/replacements.json +0 -0
  308. /package/{templates → content/templates}/common-paper-partnership-agreement/template.docx +0 -0
  309. /package/{templates → content/templates}/common-paper-pilot-agreement/README.md +0 -0
  310. /package/{templates → content/templates}/common-paper-pilot-agreement/replacements.json +0 -0
  311. /package/{templates → content/templates}/common-paper-pilot-agreement/selections.json +0 -0
  312. /package/{templates → content/templates}/common-paper-pilot-agreement/template.docx +0 -0
  313. /package/{templates → content/templates}/common-paper-professional-services-agreement/README.md +0 -0
  314. /package/{templates → content/templates}/common-paper-professional-services-agreement/replacements.json +0 -0
  315. /package/{templates → content/templates}/common-paper-professional-services-agreement/template.docx +0 -0
  316. /package/{templates → content/templates}/common-paper-software-license-agreement/README.md +0 -0
  317. /package/{templates → content/templates}/common-paper-software-license-agreement/template.docx +0 -0
  318. /package/{templates → content/templates}/common-paper-statement-of-work/README.md +0 -0
  319. /package/{templates → content/templates}/common-paper-statement-of-work/replacements.json +0 -0
  320. /package/{templates → content/templates}/common-paper-statement-of-work/template.docx +0 -0
  321. /package/{templates → content/templates}/common-paper-term-sheet/README.md +0 -0
  322. /package/{templates → content/templates}/common-paper-term-sheet/template.docx +0 -0
@@ -1,166 +1,143 @@
1
1
  name: Common Paper CSA With AI
2
2
  description: >-
3
- A cloud service agreement with AI provisions, key terms, and standard terms,
4
- based on Common Paper's standard form. Extends the standard CSA with
5
- AI-specific terms covering model training, input/output rights, and AI usage
6
- policies.
3
+ A cloud service agreement with AI provisions, key terms, and standard terms, based on Common Paper's standard form.
4
+ Extends the standard CSA with AI-specific terms covering model training, input/output rights, and AI usage policies.
7
5
  source_url: https://commonpaper.com/standards/cloud-service-agreement/2.1
8
- version: "2.1"
6
+ version: '2.1'
9
7
  license: CC-BY-4.0
10
8
  allow_derivatives: true
11
9
  attribution_text: >-
12
- Based on the Common Paper CSA With AI, available at
13
- https://commonpaper.com. Licensed under CC BY 4.0. Copyright Common Paper, Inc.
10
+ Based on the Common Paper CSA With AI, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
11
+ Common Paper, Inc.
14
12
  fields:
15
13
  - name: company_name
16
14
  type: string
17
15
  description: Company name (shown in header)
18
- required: true
19
16
  section: Parties
20
17
  - name: provider_name
21
18
  type: string
22
19
  description: Name of the Provider
23
- required: true
24
20
  section: Parties
25
21
  - name: customer_name
26
22
  type: string
27
23
  description: Name of the Customer
28
- required: true
29
24
  section: Parties
30
25
  - name: key_terms_effective_date
31
26
  type: string
32
27
  description: Effective Date of the Key Terms
33
- required: true
34
28
  section: Terms
35
29
  - name: cloud_service
36
30
  type: string
37
31
  description: Description of the cloud service
38
- required: true
39
32
  section: Service
40
33
  - name: custom_start_date
41
34
  type: string
42
35
  description: Custom start date
43
- required: false
44
36
  section: Terms
45
37
  - name: subscription_period
46
38
  type: string
47
39
  description: Length of access to the service
48
- required: true
49
40
  section: Service
50
41
  - name: pilot_period
51
42
  type: string
52
43
  description: Length of pilot/trial period
53
- required: false
54
44
  section: Service
55
45
  - name: fees
56
46
  type: string
57
47
  description: Subscription fee amount
58
- required: false
59
48
  section: Payment
60
49
  - name: fee_unit
61
50
  type: string
62
51
  description: Fee billing unit
63
- required: false
64
52
  section: Payment
65
53
  - name: fill_in_value
66
54
  type: string
67
55
  description: General fill-in value
68
- required: false
69
56
  section: Terms
70
57
  - name: payment_frequency
71
58
  type: string
72
59
  description: Payment frequency
73
- required: false
74
60
  section: Payment
75
61
  - name: payment_terms_days
76
62
  type: string
77
63
  description: Days to pay after invoice
78
- required: false
79
64
  section: Payment
80
65
  - name: payment_due_from
81
66
  type: string
82
67
  description: When payment terms start
83
- required: false
84
68
  section: Payment
85
69
  - name: non_renewal_notice_days
86
70
  type: string
87
71
  description: Non-renewal notice days
88
- required: false
89
72
  section: Terms
90
73
  - name: technical_support
91
74
  type: string
92
75
  description: Description of support
93
- required: false
94
76
  section: Service
95
77
  - name: support_policy_reference
96
78
  type: string
97
79
  description: Reference to support policy
98
- required: false
99
80
  section: Service
100
81
  - name: professional_services_reference
101
82
  type: string
102
83
  description: SOW or PSA reference
103
- required: false
104
84
  section: Service
105
85
  - name: professional_services_description
106
86
  type: string
107
87
  description: Professional services description
108
- required: false
109
88
  section: Service
110
89
  - name: custom_effective_date
111
90
  type: string
112
91
  description: Custom effective date
113
- required: false
114
92
  section: Legal
115
93
  - name: governing_law
116
94
  type: string
117
95
  description: Governing law
118
- required: true
119
96
  default: Delaware
120
97
  section: Legal
121
98
  - name: jurisdiction
122
99
  type: string
123
100
  description: Jurisdiction
124
- required: true
125
101
  default: courts located in New Castle County, Delaware
126
102
  section: Legal
127
103
  - name: general_cap_amount
128
104
  type: string
129
105
  description: General liability cap amount
130
- required: false
131
106
  section: Liability
132
107
  - name: cap_multiplier
133
108
  type: string
134
109
  description: Liability cap multiplier
135
- required: false
136
110
  section: Liability
137
111
  - name: increased_cap_amount
138
112
  type: string
139
113
  description: Increased liability cap amount
140
- required: false
141
114
  section: Liability
142
115
  - name: greater_of_dollar
143
116
  type: string
144
117
  description: Greater-of dollar amount
145
- required: false
146
118
  section: Liability
147
119
  - name: greater_of_multiplier
148
120
  type: string
149
121
  description: Greater-of multiplier
150
- required: false
151
122
  section: Liability
152
123
  - name: dpa_reference
153
124
  type: string
154
125
  description: DPA reference
155
- required: false
156
126
  section: Privacy
157
127
  - name: ai_policy_reference
158
128
  type: string
159
129
  description: Reference to AI usage policy (URL or attached)
160
- required: false
161
130
  section: Service
162
131
  - name: ai_additional_terms
163
132
  type: string
164
133
  description: Additional AI-specific terms
165
- required: false
166
134
  section: Legal
135
+ required_fields:
136
+ - company_name
137
+ - provider_name
138
+ - customer_name
139
+ - key_terms_effective_date
140
+ - cloud_service
141
+ - subscription_period
142
+ - governing_law
143
+ - jurisdiction
@@ -1,185 +1,159 @@
1
1
  name: Common Paper CSA With SLA
2
2
  description: >-
3
- A cloud service agreement with SLA provisions, key terms, and standard terms,
4
- based on Common Paper's standard form. Includes uptime targets, response
5
- times, and support schedules alongside full CSA terms.
3
+ A cloud service agreement with SLA provisions, key terms, and standard terms, based on Common Paper's standard form.
4
+ Includes uptime targets, response times, and support schedules alongside full CSA terms.
6
5
  source_url: https://commonpaper.com/standards/cloud-service-agreement/2.1
7
- version: "2.1"
6
+ version: '2.1'
8
7
  license: CC-BY-4.0
9
8
  allow_derivatives: true
10
9
  attribution_text: >-
11
- Based on the Common Paper CSA With SLA, available at
12
- https://commonpaper.com. Licensed under CC BY 4.0. Copyright Common Paper, Inc.
10
+ Based on the Common Paper CSA With SLA, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
11
+ Common Paper, Inc.
13
12
  fields:
14
13
  - name: company_name
15
14
  type: string
16
15
  description: Company name (shown in header)
17
- required: true
18
16
  section: Parties
19
17
  - name: provider_name
20
18
  type: string
21
19
  description: Name of the Provider
22
- required: true
23
20
  section: Parties
24
21
  - name: customer_name
25
22
  type: string
26
23
  description: Name of the Customer
27
- required: true
28
24
  section: Parties
29
25
  - name: key_terms_effective_date
30
26
  type: string
31
27
  description: Effective Date of the Key Terms
32
- required: true
33
28
  section: Terms
34
29
  - name: cloud_service
35
30
  type: string
36
31
  description: Description of the cloud service
37
- required: true
38
32
  section: Service
39
33
  - name: custom_start_date
40
34
  type: string
41
35
  description: Custom start date
42
- required: false
43
36
  section: Terms
44
37
  - name: subscription_period
45
38
  type: string
46
39
  description: Length of access to the service
47
- required: true
48
40
  section: Service
49
41
  - name: pilot_period
50
42
  type: string
51
43
  description: Length of pilot/trial period
52
- required: false
53
44
  section: Service
54
45
  - name: fees
55
46
  type: string
56
47
  description: Subscription fee amount
57
- required: false
58
48
  section: Payment
59
49
  - name: fee_unit
60
50
  type: string
61
51
  description: Fee billing unit
62
- required: false
63
52
  section: Payment
64
53
  - name: fill_in_value
65
54
  type: string
66
55
  description: General fill-in value
67
- required: false
68
56
  section: Terms
69
57
  - name: payment_frequency
70
58
  type: string
71
59
  description: Payment frequency
72
- required: false
73
60
  section: Payment
74
61
  - name: payment_terms_days
75
62
  type: string
76
63
  description: Days to pay after invoice
77
- required: false
78
64
  section: Payment
79
65
  - name: payment_due_from
80
66
  type: string
81
67
  description: When payment terms start
82
- required: false
83
68
  section: Payment
84
69
  - name: non_renewal_notice_days
85
70
  type: string
86
71
  description: Non-renewal notice days
87
- required: false
88
72
  section: Terms
89
73
  - name: technical_support
90
74
  type: string
91
75
  description: Description of support
92
- required: false
93
76
  section: Service
94
77
  - name: support_policy_reference
95
78
  type: string
96
79
  description: Reference to support policy
97
- required: false
98
80
  section: Service
99
81
  - name: professional_services_reference
100
82
  type: string
101
83
  description: SOW or PSA reference
102
- required: false
103
84
  section: Service
104
85
  - name: professional_services_description
105
86
  type: string
106
87
  description: Professional services description
107
- required: false
108
88
  section: Service
109
89
  - name: custom_effective_date
110
90
  type: string
111
91
  description: Custom effective date
112
- required: false
113
92
  section: Legal
114
93
  - name: governing_law
115
94
  type: string
116
95
  description: Governing law
117
- required: true
118
96
  default: Delaware
119
97
  section: Legal
120
98
  - name: jurisdiction
121
99
  type: string
122
100
  description: Jurisdiction
123
- required: true
124
101
  default: courts located in New Castle County, Delaware
125
102
  section: Legal
126
103
  - name: general_cap_amount
127
104
  type: string
128
105
  description: General liability cap amount
129
- required: false
130
106
  section: Liability
131
107
  - name: cap_multiplier
132
108
  type: string
133
109
  description: Liability cap multiplier
134
- required: false
135
110
  section: Liability
136
111
  - name: increased_cap_amount
137
112
  type: string
138
113
  description: Increased liability cap amount
139
- required: false
140
114
  section: Liability
141
115
  - name: greater_of_dollar
142
116
  type: string
143
117
  description: Greater-of dollar amount
144
- required: false
145
118
  section: Liability
146
119
  - name: greater_of_multiplier
147
120
  type: string
148
121
  description: Greater-of multiplier
149
- required: false
150
122
  section: Liability
151
123
  - name: dpa_reference
152
124
  type: string
153
125
  description: DPA reference
154
- required: false
155
126
  section: Privacy
156
127
  - name: support_start_time
157
128
  type: string
158
129
  description: Start time for support
159
- required: false
160
130
  section: Service
161
131
  - name: support_end_time
162
132
  type: string
163
133
  description: End time for support
164
- required: false
165
134
  section: Service
166
135
  - name: support_days
167
136
  type: string
168
137
  description: Days of the week for support
169
- required: false
170
138
  section: Service
171
139
  - name: support_timezone
172
140
  type: string
173
141
  description: Support timezone
174
- required: false
175
142
  section: Service
176
143
  - name: response_time_unit
177
144
  type: string
178
145
  description: Response time unit
179
- required: false
180
146
  section: Service
181
147
  - name: resolution_time_unit
182
148
  type: string
183
149
  description: Resolution time unit
184
- required: false
185
150
  section: Service
151
+ required_fields:
152
+ - company_name
153
+ - provider_name
154
+ - customer_name
155
+ - key_terms_effective_date
156
+ - cloud_service
157
+ - subscription_period
158
+ - governing_law
159
+ - jurisdiction
@@ -1,155 +1,135 @@
1
1
  name: Common Paper CSA Without SLA
2
2
  description: >-
3
- A cloud service agreement with key terms and standard terms, based on Common
4
- Paper's standard form. Covers SaaS subscriptions, payment, liability, and
5
- data processing.
3
+ A cloud service agreement with key terms and standard terms, based on Common Paper's standard form. Covers SaaS
4
+ subscriptions, payment, liability, and data processing.
6
5
  source_url: https://commonpaper.com/standards/cloud-service-agreement/2.1
7
- version: "2.1"
6
+ version: '2.1'
8
7
  license: CC-BY-4.0
9
8
  allow_derivatives: true
10
9
  attribution_text: >-
11
- Based on the Common Paper CSA Without SLA, available at
12
- https://commonpaper.com. Licensed under CC BY 4.0. Copyright Common Paper, Inc.
10
+ Based on the Common Paper CSA Without SLA, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
11
+ Common Paper, Inc.
13
12
  fields:
14
13
  - name: company_name
15
14
  type: string
16
15
  description: Company name (shown in header)
17
- required: true
18
16
  section: Parties
19
17
  - name: provider_name
20
18
  type: string
21
19
  description: Name of the Provider
22
- required: true
23
20
  section: Parties
24
21
  - name: customer_name
25
22
  type: string
26
23
  description: Name of the Customer
27
- required: true
28
24
  section: Parties
29
25
  - name: key_terms_effective_date
30
26
  type: string
31
27
  description: Effective Date of the Key Terms
32
- required: true
33
28
  section: Terms
34
29
  - name: cloud_service
35
30
  type: string
36
31
  description: Description of the cloud service
37
- required: true
38
32
  section: Service
39
33
  - name: custom_start_date
40
34
  type: string
41
35
  description: Custom start date
42
- required: false
43
36
  section: Terms
44
37
  - name: subscription_period
45
38
  type: string
46
39
  description: Length of access to the service
47
- required: true
48
40
  section: Service
49
41
  - name: pilot_period
50
42
  type: string
51
43
  description: Length of pilot/trial period
52
- required: false
53
44
  section: Service
54
45
  - name: fees
55
46
  type: string
56
47
  description: Subscription fee amount
57
- required: false
58
48
  section: Payment
59
49
  - name: fee_unit
60
50
  type: string
61
51
  description: Fee billing unit
62
- required: false
63
52
  section: Payment
64
53
  - name: fill_in_value
65
54
  type: string
66
55
  description: General fill-in value
67
- required: false
68
56
  section: Terms
69
57
  - name: payment_frequency
70
58
  type: string
71
59
  description: Payment frequency
72
- required: false
73
60
  section: Payment
74
61
  - name: payment_terms_days
75
62
  type: string
76
63
  description: Days to pay after invoice
77
- required: false
78
64
  section: Payment
79
65
  - name: payment_due_from
80
66
  type: string
81
67
  description: When payment terms start
82
- required: false
83
68
  section: Payment
84
69
  - name: non_renewal_notice_days
85
70
  type: string
86
71
  description: Non-renewal notice days
87
- required: false
88
72
  section: Terms
89
73
  - name: technical_support
90
74
  type: string
91
75
  description: Description of support
92
- required: false
93
76
  section: Service
94
77
  - name: support_policy_reference
95
78
  type: string
96
79
  description: Reference to support policy
97
- required: false
98
80
  section: Service
99
81
  - name: professional_services_reference
100
82
  type: string
101
83
  description: SOW or PSA reference
102
- required: false
103
84
  section: Service
104
85
  - name: professional_services_description
105
86
  type: string
106
87
  description: Professional services description
107
- required: false
108
88
  section: Service
109
89
  - name: custom_effective_date
110
90
  type: string
111
91
  description: Custom effective date
112
- required: false
113
92
  section: Legal
114
93
  - name: governing_law
115
94
  type: string
116
95
  description: Governing law
117
- required: true
118
96
  default: Delaware
119
97
  section: Legal
120
98
  - name: jurisdiction
121
99
  type: string
122
100
  description: Jurisdiction
123
- required: true
124
101
  default: courts located in New Castle County, Delaware
125
102
  section: Legal
126
103
  - name: general_cap_amount
127
104
  type: string
128
105
  description: General liability cap amount
129
- required: false
130
106
  section: Liability
131
107
  - name: cap_multiplier
132
108
  type: string
133
109
  description: Liability cap multiplier
134
- required: false
135
110
  section: Liability
136
111
  - name: increased_cap_amount
137
112
  type: string
138
113
  description: Increased liability cap amount
139
- required: false
140
114
  section: Liability
141
115
  - name: greater_of_dollar
142
116
  type: string
143
117
  description: Greater-of dollar amount
144
- required: false
145
118
  section: Liability
146
119
  - name: greater_of_multiplier
147
120
  type: string
148
121
  description: Greater-of multiplier
149
- required: false
150
122
  section: Liability
151
123
  - name: dpa_reference
152
124
  type: string
153
125
  description: DPA reference
154
- required: false
155
126
  section: Privacy
127
+ required_fields:
128
+ - company_name
129
+ - provider_name
130
+ - customer_name
131
+ - key_terms_effective_date
132
+ - cloud_service
133
+ - subscription_period
134
+ - governing_law
135
+ - jurisdiction