open-agreements 0.5.0 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/README.de.md +3 -3
  2. package/README.es.md +3 -3
  3. package/README.md +6 -4
  4. package/README.pt-br.md +3 -3
  5. package/README.zh.md +3 -3
  6. package/content/external/yc-safe-discount/metadata.yaml +1 -0
  7. package/content/external/yc-safe-mfn/metadata.yaml +1 -0
  8. package/content/external/yc-safe-pro-rata-side-letter/metadata.yaml +1 -0
  9. package/content/external/yc-safe-valuation-cap/metadata.yaml +1 -0
  10. package/content/recipes/nvca-certificate-of-incorporation/computed.json +21 -0
  11. package/content/recipes/nvca-certificate-of-incorporation/metadata.yaml +19 -0
  12. package/content/recipes/nvca-certificate-of-incorporation/replacements.json +52 -7
  13. package/content/recipes/nvca-certificate-of-incorporation/selections-roadmap.md +20 -23
  14. package/content/recipes/nvca-certificate-of-incorporation/selections.json +95 -0
  15. package/content/recipes/nvca-indemnification-agreement/metadata.yaml +5 -0
  16. package/content/recipes/nvca-indemnification-agreement/replacements.json +5 -30
  17. package/content/recipes/nvca-investors-rights-agreement/metadata.yaml +1 -0
  18. package/content/recipes/nvca-management-rights-letter/metadata.yaml +1 -0
  19. package/content/recipes/nvca-rofr-co-sale-agreement/metadata.yaml +1 -0
  20. package/content/recipes/nvca-rofr-co-sale-agreement/replacements.json +3 -59
  21. package/content/recipes/nvca-stock-purchase-agreement/computed.json +30 -0
  22. package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +20 -16
  23. package/content/recipes/nvca-stock-purchase-agreement/replacements.json +7 -7
  24. package/content/recipes/nvca-stock-purchase-agreement/selections.json +43 -0
  25. package/content/recipes/nvca-voting-agreement/metadata.yaml +1 -0
  26. package/content/templates/bonterms-mutual-nda/metadata.yaml +1 -0
  27. package/content/templates/bonterms-mutual-nda/signing.yaml +35 -0
  28. package/content/templates/bonterms-mutual-nda/template.docx +0 -0
  29. package/content/templates/bonterms-professional-services-agreement/metadata.yaml +1 -0
  30. package/content/templates/closing-checklist/metadata.yaml +1 -0
  31. package/content/templates/common-paper-ai-addendum/metadata.yaml +1 -0
  32. package/content/templates/common-paper-ai-addendum-in-app/metadata.yaml +1 -0
  33. package/content/templates/common-paper-amendment/metadata.yaml +1 -0
  34. package/content/templates/common-paper-business-associate-agreement/metadata.yaml +1 -0
  35. package/content/templates/common-paper-cloud-service-agreement/metadata.yaml +1 -0
  36. package/content/templates/common-paper-csa-click-through/metadata.yaml +1 -0
  37. package/content/templates/common-paper-csa-with-ai/metadata.yaml +1 -0
  38. package/content/templates/common-paper-csa-with-sla/metadata.yaml +1 -0
  39. package/content/templates/common-paper-csa-without-sla/metadata.yaml +1 -0
  40. package/content/templates/common-paper-data-processing-agreement/metadata.yaml +1 -0
  41. package/content/templates/common-paper-design-partner-agreement/metadata.yaml +1 -0
  42. package/content/templates/common-paper-independent-contractor-agreement/metadata.yaml +1 -0
  43. package/content/templates/common-paper-letter-of-intent/metadata.yaml +1 -0
  44. package/content/templates/common-paper-mutual-nda/metadata.yaml +1 -0
  45. package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -0
  46. package/content/templates/common-paper-order-form/metadata.yaml +1 -0
  47. package/content/templates/common-paper-order-form-with-sla/metadata.yaml +1 -0
  48. package/content/templates/common-paper-partnership-agreement/metadata.yaml +1 -0
  49. package/content/templates/common-paper-pilot-agreement/metadata.yaml +1 -0
  50. package/content/templates/common-paper-professional-services-agreement/metadata.yaml +1 -0
  51. package/content/templates/common-paper-software-license-agreement/metadata.yaml +1 -0
  52. package/content/templates/common-paper-statement-of-work/metadata.yaml +1 -0
  53. package/content/templates/common-paper-term-sheet/metadata.yaml +1 -0
  54. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -0
  55. package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
  56. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +1 -0
  57. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
  58. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -0
  59. package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
  60. package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +236 -0
  61. package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +103 -0
  62. package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
  63. package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +154 -0
  64. package/content/templates/working-group-list/metadata.yaml +1 -0
  65. package/dist/commands/list.js +6 -3
  66. package/dist/commands/list.js.map +1 -1
  67. package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -1
  68. package/dist/core/employment/jurisdiction-rules.js +69 -0
  69. package/dist/core/employment/jurisdiction-rules.js.map +1 -1
  70. package/dist/core/employment/memo.d.ts.map +1 -1
  71. package/dist/core/employment/memo.js +127 -0
  72. package/dist/core/employment/memo.js.map +1 -1
  73. package/dist/core/engine.d.ts.map +1 -1
  74. package/dist/core/engine.js +16 -2
  75. package/dist/core/engine.js.map +1 -1
  76. package/dist/core/fill-pipeline.d.ts +8 -0
  77. package/dist/core/fill-pipeline.d.ts.map +1 -1
  78. package/dist/core/fill-pipeline.js +63 -4
  79. package/dist/core/fill-pipeline.js.map +1 -1
  80. package/dist/core/metadata.d.ts +2 -0
  81. package/dist/core/metadata.d.ts.map +1 -1
  82. package/dist/core/metadata.js +1 -0
  83. package/dist/core/metadata.js.map +1 -1
  84. package/dist/core/recipe/computed.d.ts +1 -0
  85. package/dist/core/recipe/computed.d.ts.map +1 -1
  86. package/dist/core/recipe/computed.js +8 -0
  87. package/dist/core/recipe/computed.js.map +1 -1
  88. package/dist/core/recipe/index.d.ts.map +1 -1
  89. package/dist/core/recipe/index.js +2 -1
  90. package/dist/core/recipe/index.js.map +1 -1
  91. package/dist/core/recipe/patcher.d.ts +2 -1
  92. package/dist/core/recipe/patcher.d.ts.map +1 -1
  93. package/dist/core/recipe/patcher.js +3 -2
  94. package/dist/core/recipe/patcher.js.map +1 -1
  95. package/dist/core/recipe/replacement-keys.d.ts +7 -0
  96. package/dist/core/recipe/replacement-keys.d.ts.map +1 -1
  97. package/dist/core/recipe/replacement-keys.js +4 -0
  98. package/dist/core/recipe/replacement-keys.js.map +1 -1
  99. package/dist/core/recipe/verifier.d.ts +2 -1
  100. package/dist/core/recipe/verifier.d.ts.map +1 -1
  101. package/dist/core/recipe/verifier.js.map +1 -1
  102. package/dist/core/selector.d.ts +2 -0
  103. package/dist/core/selector.d.ts.map +1 -1
  104. package/dist/core/selector.js +194 -19
  105. package/dist/core/selector.js.map +1 -1
  106. package/dist/core/signing-config.d.ts +46 -0
  107. package/dist/core/signing-config.d.ts.map +1 -0
  108. package/dist/core/signing-config.js +67 -0
  109. package/dist/core/signing-config.js.map +1 -0
  110. package/dist/core/template-listing.d.ts +1 -0
  111. package/dist/core/template-listing.d.ts.map +1 -1
  112. package/dist/core/template-listing.js +3 -2
  113. package/dist/core/template-listing.js.map +1 -1
  114. package/dist/core/unified-pipeline.d.ts +5 -1
  115. package/dist/core/unified-pipeline.d.ts.map +1 -1
  116. package/dist/core/unified-pipeline.js +51 -0
  117. package/dist/core/unified-pipeline.js.map +1 -1
  118. package/dist/core/validation/recipe.d.ts.map +1 -1
  119. package/dist/core/validation/recipe.js +34 -4
  120. package/dist/core/validation/recipe.js.map +1 -1
  121. package/dist/core/validation/scan-metadata.d.ts +2 -1
  122. package/dist/core/validation/scan-metadata.d.ts.map +1 -1
  123. package/dist/core/validation/scan-metadata.js +3 -2
  124. package/dist/core/validation/scan-metadata.js.map +1 -1
  125. package/node_modules/@usejunior/docx-core/LICENSE +21 -0
  126. package/node_modules/@usejunior/docx-core/README.md +101 -0
  127. package/node_modules/@usejunior/docx-core/dist/.tsbuildinfo +1 -0
  128. package/node_modules/@usejunior/docx-core/dist/cli/index.js +0 -0
  129. package/node_modules/@usejunior/docx-core/dist/primitives/document.d.ts.map +1 -1
  130. package/node_modules/@usejunior/docx-core/dist/primitives/document.js +190 -3
  131. package/node_modules/@usejunior/docx-core/dist/primitives/document.js.map +1 -1
  132. package/node_modules/@usejunior/docx-core/dist/primitives/document_view.d.ts +39 -0
  133. package/node_modules/@usejunior/docx-core/dist/primitives/document_view.d.ts.map +1 -1
  134. package/node_modules/@usejunior/docx-core/dist/primitives/document_view.js +83 -13
  135. package/node_modules/@usejunior/docx-core/dist/primitives/document_view.js.map +1 -1
  136. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.d.ts +11 -0
  137. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.d.ts.map +1 -1
  138. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.js +23 -0
  139. package/node_modules/@usejunior/docx-core/dist/primitives/dom-helpers.js.map +1 -1
  140. package/node_modules/@usejunior/docx-core/dist/primitives/tables.d.ts.map +1 -1
  141. package/node_modules/@usejunior/docx-core/dist/primitives/tables.js +2 -15
  142. package/node_modules/@usejunior/docx-core/dist/primitives/tables.js.map +1 -1
  143. package/node_modules/@usejunior/docx-core/package.json +49 -8
  144. package/package.json +8 -4
  145. package/server.json +2 -2
  146. package/node_modules/diff-match-patch/LICENSE +0 -202
  147. package/node_modules/diff-match-patch/README.md +0 -94
  148. package/node_modules/diff-match-patch/index.js +0 -2218
  149. package/node_modules/diff-match-patch/package.json +0 -22
  150. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/CHANGELOG.md +0 -0
  151. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/LICENSE +0 -0
  152. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/SECURITY.md +0 -0
  153. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/index.d.ts +0 -0
  154. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/.eslintrc.yml +0 -0
  155. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/conventions.js +0 -0
  156. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/dom-parser.js +0 -0
  157. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/dom.js +0 -0
  158. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/entities.js +0 -0
  159. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/index.js +0 -0
  160. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/lib/sax.js +0 -0
  161. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/package.json +0 -0
  162. /package/{packages → node_modules/@usejunior}/docx-core/node_modules/@xmldom/xmldom/readme.md +0 -0
package/README.de.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
6
  [![Agent Skill](https://img.shields.io/badge/agent--skill-open--agreements-purple)](https://skills.sh)
7
7
  [![CI](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml/badge.svg)](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
8
- [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.ai%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
8
+ [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.org%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
9
9
  [![codecov](https://img.shields.io/codecov/c/github/open-agreements/open-agreements/main)](https://app.codecov.io/gh/open-agreements/open-agreements)
10
10
  [![GitHub stargazers](https://img.shields.io/github/stars/open-agreements/open-agreements?style=social)](https://github.com/open-agreements/open-agreements/stargazers)
11
11
  [![Tests: Vitest](https://img.shields.io/badge/tests-vitest-6E9F18)](https://vitest.dev/)
@@ -51,7 +51,7 @@ Fülle standardisierte juristische Vertragsvorlagen aus und erzeuge signierbare
51
51
 
52
52
  OpenAgreements unterstützt zwei Ausführungsmodi mit unterschiedlichen Vertrauensgrenzen:
53
53
 
54
- - Gehosteter Remote-MCP-Connector (`https://openagreements.ai/api/mcp`) für schnelles Setup in Claude.
54
+ - Gehosteter Remote-MCP-Connector (`https://openagreements.org/api/mcp`) für schnelles Setup in Claude.
55
55
  - Vollständig lokale Paketausführung (`npx`, globale Installation oder lokales stdio-MCP-Paket) für machine-lokale Workflows.
56
56
 
57
57
  Es gibt keine globale Empfehlung für einen Standardmodus. Wähle je nach Dokument-Sensibilität, interner Policy und gewünschter Workflow-Geschwindigkeit. Siehe `docs/trust-checklist.md` für eine 60-Sekunden-Datenflussübersicht.
@@ -127,7 +127,7 @@ Dieses Repository enthält ein Cursor-Plugin-Manifest mit MCP-Verdrahtung:
127
127
 
128
128
  Das Standard-MCP-Setup in `mcp.json` enthält:
129
129
 
130
- - Gehosteten OpenAgreements-MCP-Connector (`https://openagreements.ai/api/mcp`)
130
+ - Gehosteten OpenAgreements-MCP-Connector (`https://openagreements.org/api/mcp`)
131
131
  - Lokalen Workspace-MCP-Server (`npx -y @open-agreements/contracts-workspace-mcp`)
132
132
  - Lokalen Template-Drafting-MCP-Server (`npx -y @open-agreements/contract-templates-mcp`)
133
133
 
package/README.es.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
6
  [![Agent Skill](https://img.shields.io/badge/agent--skill-open--agreements-purple)](https://skills.sh)
7
7
  [![CI](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml/badge.svg)](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
8
- [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.ai%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
8
+ [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.org%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
9
9
  [![codecov](https://img.shields.io/codecov/c/github/open-agreements/open-agreements/main)](https://app.codecov.io/gh/open-agreements/open-agreements)
10
10
  [![GitHub stargazers](https://img.shields.io/github/stars/open-agreements/open-agreements?style=social)](https://github.com/open-agreements/open-agreements/stargazers)
11
11
  [![Tests: Vitest](https://img.shields.io/badge/tests-vitest-6E9F18)](https://vitest.dev/)
@@ -51,7 +51,7 @@ Completa plantillas estándar de acuerdos legales y genera archivos DOCX listos
51
51
 
52
52
  OpenAgreements admite dos modos de ejecución con límites de confianza diferentes:
53
53
 
54
- - Conector MCP remoto alojado (`https://openagreements.ai/api/mcp`) para configuración rápida en Claude.
54
+ - Conector MCP remoto alojado (`https://openagreements.org/api/mcp`) para configuración rápida en Claude.
55
55
  - Ejecución totalmente local del paquete (`npx`, instalación global o paquete MCP local por stdio) para flujos de trabajo locales en tu máquina.
56
56
 
57
57
  No existe una recomendación de modo global por defecto. Elige según sensibilidad del documento, políticas internas y necesidades de velocidad del flujo de trabajo. Consulta `docs/trust-checklist.md` para un resumen de flujo de datos en 60 segundos.
@@ -127,7 +127,7 @@ Este repositorio incluye un manifiesto de plugin de Cursor con integración MCP:
127
127
 
128
128
  La configuración MCP por defecto en `mcp.json` incluye:
129
129
 
130
- - Conector MCP OpenAgreements alojado (`https://openagreements.ai/api/mcp`)
130
+ - Conector MCP OpenAgreements alojado (`https://openagreements.org/api/mcp`)
131
131
  - Servidor MCP local de workspace (`npx -y @open-agreements/contracts-workspace-mcp`)
132
132
  - Servidor MCP local para redacción de plantillas (`npx -y @open-agreements/contract-templates-mcp`)
133
133
 
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
6
  [![Agent Skill](https://img.shields.io/badge/agent--skill-open--agreements-purple)](https://skills.sh)
7
7
  [![CI](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml/badge.svg)](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
8
- [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.ai%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
8
+ [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.org%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
9
9
  [![codecov](https://img.shields.io/codecov/c/github/open-agreements/open-agreements/main)](https://app.codecov.io/gh/open-agreements/open-agreements)
10
10
  [![GitHub stargazers](https://img.shields.io/github/stars/open-agreements/open-agreements?style=social)](https://github.com/open-agreements/open-agreements/stargazers)
11
11
  [![Tests: Vitest](https://img.shields.io/badge/tests-vitest-6E9F18)](https://vitest.dev/)
@@ -13,6 +13,8 @@
13
13
  [![Socket Badge](https://socket.dev/api/badge/npm/package/open-agreements)](https://socket.dev/npm/package/open-agreements)
14
14
  [![install size](https://packagephobia.com/badge?p=open-agreements)](https://packagephobia.com/result?p=open-agreements)
15
15
 
16
+ [English](./README.md) | [Español](./README.es.md) | [简体中文](./README.zh.md) | [Português (Brasil)](./README.pt-br.md) | [Deutsch](./README.de.md)
17
+
16
18
  <!-- TODO: Add OpenSSF Scorecard badge once repo is indexed at securityscorecards.dev -->
17
19
  <!-- TODO: Add OpenSSF Best Practices badge after registration at bestpractices.dev -->
18
20
  <!-- TODO: Re-evaluate Snyk badge — Advisor migrated to security.snyk.io (July 2024) -->
@@ -47,7 +49,7 @@ Fill standard legal agreement templates and produce signable DOCX files. Templat
47
49
 
48
50
  OpenAgreements supports two execution modes with different trust boundaries:
49
51
 
50
- - Hosted remote MCP connector (`https://openagreements.ai/api/mcp`) for fast setup in Claude.
52
+ - Hosted remote MCP connector (`https://openagreements.org/api/mcp`) for fast setup in Claude.
51
53
  - Fully local package execution (`npx`, global install, or local stdio MCP package) for machine-local workflows.
52
54
 
53
55
  There is no global default mode recommendation. Choose based on document sensitivity, internal policy, and workflow speed needs. See `docs/trust-checklist.md` for a 60-second data-flow summary.
@@ -123,7 +125,7 @@ This repository includes a Cursor plugin manifest with MCP wiring:
123
125
 
124
126
  The default MCP setup in `mcp.json` includes:
125
127
 
126
- - Hosted OpenAgreements MCP connector (`https://openagreements.ai/api/mcp`)
128
+ - Hosted OpenAgreements MCP connector (`https://openagreements.org/api/mcp`)
127
129
  - Local workspace MCP server (`npx -y @open-agreements/contracts-workspace-mcp`)
128
130
  - Local template drafting MCP server (`npx -y @open-agreements/contract-templates-mcp`)
129
131
 
@@ -400,7 +402,7 @@ Template content is licensed by their respective authors — CC BY 4.0 (Common P
400
402
  ## Privacy
401
403
 
402
404
  - **Local mode** (`npx`, global install, stdio MCP): all processing happens on your machine. No document content is sent externally.
403
- - **Hosted mode** (`https://openagreements.ai/api/mcp`): template filling runs server-side. No filled documents are stored after the response is returned.
405
+ - **Hosted mode** (`https://openagreements.org/api/mcp`): template filling runs server-side. No filled documents are stored after the response is returned.
404
406
 
405
407
  See our [Privacy Policy](https://usejunior.com/privacy_policy) for details.
406
408
 
package/README.pt-br.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
6
  [![Agent Skill](https://img.shields.io/badge/agent--skill-open--agreements-purple)](https://skills.sh)
7
7
  [![CI](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml/badge.svg)](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
8
- [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.ai%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
8
+ [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.org%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
9
9
  [![codecov](https://img.shields.io/codecov/c/github/open-agreements/open-agreements/main)](https://app.codecov.io/gh/open-agreements/open-agreements)
10
10
  [![GitHub stargazers](https://img.shields.io/github/stars/open-agreements/open-agreements?style=social)](https://github.com/open-agreements/open-agreements/stargazers)
11
11
  [![Tests: Vitest](https://img.shields.io/badge/tests-vitest-6E9F18)](https://vitest.dev/)
@@ -51,7 +51,7 @@ Preencha modelos padrão de acordos legais e gere arquivos DOCX prontos para ass
51
51
 
52
52
  O OpenAgreements oferece dois modos de execução com limites de confiança diferentes:
53
53
 
54
- - Conector MCP remoto hospedado (`https://openagreements.ai/api/mcp`) para setup rápido no Claude.
54
+ - Conector MCP remoto hospedado (`https://openagreements.org/api/mcp`) para setup rápido no Claude.
55
55
  - Execução totalmente local do pacote (`npx`, instalação global ou pacote MCP local por stdio) para fluxos de trabalho na própria máquina.
56
56
 
57
57
  Não há recomendação global de modo padrão. Escolha com base na sensibilidade do documento, política interna e velocidade desejada no fluxo de trabalho. Veja `docs/trust-checklist.md` para um resumo de fluxo de dados em 60 segundos.
@@ -127,7 +127,7 @@ Este repositório inclui um manifesto de plugin do Cursor com integração MCP:
127
127
 
128
128
  A configuração MCP padrão em `mcp.json` inclui:
129
129
 
130
- - Conector MCP OpenAgreements hospedado (`https://openagreements.ai/api/mcp`)
130
+ - Conector MCP OpenAgreements hospedado (`https://openagreements.org/api/mcp`)
131
131
  - Servidor MCP local de workspace (`npx -y @open-agreements/contracts-workspace-mcp`)
132
132
  - Servidor MCP local para drafting de modelos (`npx -y @open-agreements/contract-templates-mcp`)
133
133
 
package/README.zh.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
6
  [![Agent Skill](https://img.shields.io/badge/agent--skill-open--agreements-purple)](https://skills.sh)
7
7
  [![CI](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml/badge.svg)](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
8
- [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.ai%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
8
+ [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.org%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
9
9
  [![codecov](https://img.shields.io/codecov/c/github/open-agreements/open-agreements/main)](https://app.codecov.io/gh/open-agreements/open-agreements)
10
10
  [![GitHub stargazers](https://img.shields.io/github/stars/open-agreements/open-agreements?style=social)](https://github.com/open-agreements/open-agreements/stargazers)
11
11
  [![Tests: Vitest](https://img.shields.io/badge/tests-vitest-6E9F18)](https://vitest.dev/)
@@ -51,7 +51,7 @@
51
51
 
52
52
  OpenAgreements 支持两种执行模式,信任边界不同:
53
53
 
54
- - 托管远程 MCP 连接器(`https://openagreements.ai/api/mcp`),便于在 Claude 中快速配置。
54
+ - 托管远程 MCP 连接器(`https://openagreements.org/api/mcp`),便于在 Claude 中快速配置。
55
55
  - 完全本地包执行(`npx`、全局安装或本地 stdio MCP 包),用于本机本地工作流。
56
56
 
57
57
  没有全局默认模式推荐。请根据文档敏感度、内部策略和工作流速度需求进行选择。参见 `docs/trust-checklist.md` 获取 60 秒数据流概览。
@@ -127,7 +127,7 @@ open-agreements fill common-paper-mutual-nda -d values.json -o my-nda.docx
127
127
 
128
128
  `mcp.json` 中的默认 MCP 配置包含:
129
129
 
130
- - 托管 OpenAgreements MCP 连接器(`https://openagreements.ai/api/mcp`)
130
+ - 托管 OpenAgreements MCP 连接器(`https://openagreements.org/api/mcp`)
131
131
  - 本地 workspace MCP 服务器(`npx -y @open-agreements/contracts-workspace-mcp`)
132
132
  - 本地模板起草 MCP 服务器(`npx -y @open-agreements/contract-templates-mcp`)
133
133
 
@@ -1,4 +1,5 @@
1
1
  name: YC Post-Money SAFE — Discount
2
+ category: safes
2
3
  description: Y Combinator's Post-Money SAFE (Simple Agreement for Future Equity) with a discount rate and no valuation cap.
3
4
  source_url: https://www.ycombinator.com/documents
4
5
  version: '2024.12'
@@ -1,4 +1,5 @@
1
1
  name: YC Post-Money SAFE — MFN
2
+ category: safes
2
3
  description: >-
3
4
  Y Combinator's Post-Money SAFE (Simple Agreement for Future Equity) with a most favored nation (MFN) provision, no
4
5
  valuation cap, and no discount.
@@ -1,4 +1,5 @@
1
1
  name: YC Pro Rata Side Letter
2
+ category: safes
2
3
  description: >-
3
4
  Y Combinator's Pro Rata Side Letter, granting the investor pro rata rights in connection with a Post-Money SAFE
4
5
  investment.
@@ -1,4 +1,5 @@
1
1
  name: YC Post-Money SAFE — Valuation Cap
2
+ category: safes
2
3
  description: >-
3
4
  Y Combinator's Post-Money SAFE (Simple Agreement for Future Equity) with a valuation cap and no discount. The most
4
5
  common early-stage investment instrument.
@@ -73,6 +73,27 @@
73
73
  "description": "Remove redemption Section 6.1 cross-reference (<5% of deals)",
74
74
  "when_all": [{ "field": "include_redemption_cross_ref", "op": "neq", "value": true }],
75
75
  "set_fill": { "redemption_cross_ref_clause": "" }
76
+ },
77
+ {
78
+ "id": "no-redemption-statement-include",
79
+ "description": "Keep 'not redeemable' statement when no full redemption (default)",
80
+ "when_all": [{ "field": "include_redemption", "op": "neq", "value": true }],
81
+ "set_fill": { "no_redemption_clause": "Other than as set forth in Section 2.3.2(b), the Preferred Stock is not redeemable at the option of the holder or the Corporation." }
82
+ },
83
+ {
84
+ "id": "no-redemption-statement-exclude",
85
+ "description": "Remove 'not redeemable' statement when full redemption included",
86
+ "when_all": [{ "field": "include_redemption", "op": "eq", "value": true }],
87
+ "set_fill": { "no_redemption_clause": "" }
88
+ },
89
+ {
90
+ "id": "redemption-cross-ref-force-off",
91
+ "description": "Force redemption cross-ref off when redemption article is excluded",
92
+ "when_all": [
93
+ { "field": "include_redemption", "op": "neq", "value": true },
94
+ { "field": "include_redemption_cross_ref", "op": "eq", "value": true }
95
+ ],
96
+ "set_fill": { "redemption_cross_ref_clause": "" }
76
97
  }
77
98
  ]
78
99
  }
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Certificate of Incorporation
2
+ category: venture-financing
2
3
  description: >-
3
4
  Amended and restated certificate of incorporation for venture-backed Delaware corporations, defining preferred stock
4
5
  rights, preferences, and privileges.
@@ -144,6 +145,24 @@ fields:
144
145
  - name: strategic_partnership_exception_shares
145
146
  type: string
146
147
  description: Max shares issuable for strategic partnerships without triggering anti-dilution
148
+ - name: dividend_type
149
+ type: string
150
+ description: 'Dividend structure: non_cumulative_as_converted (>95%), non_cumulative_fixed, or cumulative'
151
+ default: non_cumulative_as_converted
152
+ - name: liquidation_participation
153
+ type: string
154
+ description: 'Liquidation participation type: non_participating (94-96%) or participating'
155
+ default: non_participating
156
+ - name: anti_dilution_type
157
+ type: string
158
+ description: 'Anti-dilution formula: broad_based_weighted_average (>98%) or full_ratchet'
159
+ default: broad_based_weighted_average
160
+ - name: include_pay_to_play
161
+ type: boolean
162
+ description: Include Section 5A pay-to-play conversion provisions (<5% of deals)
163
+ - name: include_redemption
164
+ type: boolean
165
+ description: Include Article Sixth full redemption provisions (2-5% of deals)
147
166
  priority_fields:
148
167
  - company_name
149
168
  - original_issue_price
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "INCORPORATIONOF > [_________]": "{company_name}",
3
- "[____________], a corporation": "{company_name}",
3
+ "[____________], a corporation > [____________]": "{company_name}",
4
4
  "name of this corporation is > [_______________]": "{company_name}",
5
5
  "registered agent at such address is > [_____________________]": "{registered_agent_name}",
6
6
  "State of Delaware is > [_____________]": "{registered_agent_address}",
@@ -11,7 +11,6 @@
11
11
  "), and > [______] shares of authorized Preferred Stock": "{preferred_shares_authorized} shares of authorized Preferred Stock",
12
12
  "Common Stock, $ > [_____] par value per share": "{par_value} par value per share",
13
13
  "Preferred Stock, $ > [______] par value per share": "{par_value} par value per share",
14
- "[all] of which are hereby designated as “Series A Preferred Stock”": "{preferred_shares_designated_portion} of which are hereby designated as “Series {series_designation} Preferred Stock”",
15
14
  "on or after > [_____________]": "{redemption_start_date}",
16
15
  "[insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
17
16
  "[insert initial Series A purchase price]": "{initial_purchase_price}",
@@ -49,9 +48,55 @@
49
48
  "[the greater of]": "{dividend_formula_prefix} ",
50
49
  "[the sum of]": "{dividend_formula_alt}",
51
50
  "[and Section 6.1]": "{redemption_cross_ref_clause}",
52
-
53
- "References to \u201cPreferred Stock\u201d mean the Series A Preferred Stock": "References to \u201cPreferred Stock\u201d mean the Series {series_designation} Preferred Stock",
54
- "with respect to the Series A Preferred Stock": "with respect to the Series {series_designation} Preferred Stock",
55
- "per share of Series A Preferred Stock": "per share of Series {series_designation} Preferred Stock",
56
- "first share of Series A Preferred Stock": "first share of Series {series_designation} Preferred Stock"
51
+ "[the corporation] > [Signature Page Follows]": "{signature_page_marker}",
52
+ "[or in Section 2.1 [and Section 6.1] > [Eastern/Pacific]": "{time_zone}",
53
+ "[a majority[, by voting power,] > [$0.001]": "{par_value}",
54
+ "[, including the approval of [at least one] > [specify percentage]": "{specify_percentage}",
55
+ "[Initial Consideration] > [________ __, 20__]": "{effective_date}",
56
+ "[Additional Consideration] > [insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
57
+ "[Notwithstanding the foregoing, for administrative convenience, the initial Preferred Director[s] > [insert initial Series A purchase price]": "{initial_purchase_price}",
58
+ "[or appointed by the last sentence of Section 3.2(a)] > [all/a majority of the]": "{preferred_shares_designated_portion}",
59
+ "[(and to the extent any of such directorships is not otherwise filled by a director appointed in accordance with the last sentence of Section 3.2(a))] > [the series of]": "the Series {series_designation}",
60
+ "[elected by the stockholders entitled to elect the At-Large Directors] > [or officer]": "{or_officer_clause}",
61
+ "[including [a majority of] > [the greater of]": "{dividend_formula_prefix} ",
62
+ "[(subject to appropriate adjustment in the event of any stock dividend, stock split, combination or other similar recapitalization with respect to the Preferred Stock)] > [the sum of]": "{dividend_formula_alt}",
63
+ "[, and any such act or transaction that has not been approved by such consent or vote prior to such act or transaction being effected shall be null and void ab initio, and of no force or effect] > [Signature Page Follows]": "{signature_page_marker}",
64
+ "[in a manner that adversely affects the special rights, powers and preferences of the Preferred Stock (or any series thereof)] > [Eastern/Pacific]": "{time_zone}",
65
+ "[or pari passu with] > [$0.001]": "{par_value}",
66
+ "[or decrease] > [specify percentage]": "{specify_percentage}",
67
+ "[increase or decrease the authorized number of directors constituting the Board of Directors, or change the number of votes entitled to be cast by any director or directors on any matter[; or] > [________ __, 20__]": "{effective_date}",
68
+ "[.] > [insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
69
+ "[unless otherwise approved by the Requisite Directors:\n[unless the aggregate indebtedness of the Corporation and its subsidiaries for borrowed money following such action would not exceed $[_______] > [insert initial Series A purchase price]": "{initial_purchase_price}",
70
+ "[(i) create or adopt any equity (or equity-linked) compensation plan; [or (ii) amend any such plan to increase the number of shares authorized for issuance thereunder] > [all/a majority of the]": "{preferred_shares_designated_portion}",
71
+ "[approve the annual budget or any [material] > [the series of]": "the Series {series_designation}",
72
+ "[enter into a real estate lease having a term longer than, or extend a real estate lease to result in a term longer than, three years, unless [either (i)] > [or officer]": "{or_officer_clause}",
73
+ "[or (ii) it is included in an annual budget or any amendment thereto approved in accordance with Section 3.3.9(f)] > [the greater of]": "{dividend_formula_prefix} ",
74
+ "[or Section 6.1] > [the sum of]": "{dividend_formula_alt}",
75
+ "[Unless a later time and date is otherwise specified by the holder,] > [Signature Page Follows]": "{signature_page_marker}",
76
+ "[approved (i) prior to the Original Issue Date or (ii) by the Requisite Directors] > [Eastern/Pacific]": "{time_zone}",
77
+ "[the Requisite Holders] > [$0.001]": "{par_value}",
78
+ "[the holders of [a majority] > [specify percentage]": "{specify_percentage}",
79
+ "[and prior to [Date] > [________ __, 20__]": "{effective_date}",
80
+ "[, and such issuance dates occur within a period of no more than [180] > [insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
81
+ "[(i)] > [insert initial Series A purchase price]": "{initial_purchase_price}",
82
+ "[at a price of at least $[_____] > [all/a majority of the]": "{preferred_shares_designated_portion}",
83
+ "[gross] > [the series of]": "the Series {series_designation}",
84
+ "[, net of the underwriting discount and commissions,] > [or officer]": "{or_officer_clause}",
85
+ "[Requisite Directors] > [the greater of]": "{dividend_formula_prefix} ",
86
+ "[, for which the Board of Directors, in its sole discretion, determines that the Corporation is expected to have a market capitalization equal to or greater than $[__________] > [the sum of]": "{dividend_formula_alt}",
87
+ "[then each share] > [Signature Page Follows]": "{signature_page_marker}",
88
+ "[then the Applicable Portion (as defined below) of the shares] > [Eastern/Pacific]": "{time_zone}",
89
+ "[and (c) a new certificate for the number of shares, if any, of Preferred Stock represented by such surrendered certificate and not converted pursuant to Section 5A.1] > [$0.001]": "{par_value}",
90
+ "[the number of shares of Preferred Stock owned by such holder, and the denominator of which is equal to the aggregate number of outstanding shares of Preferred Stock] > [specify percentage]": "{specify_percentage}",
91
+ "[that would result in at least $_______ in gross proceeds to the Corporation, [including/excluding] > [________ __, 20__]": "{effective_date}",
92
+ "[Requisite Holders] > [insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
93
+ "[Other than as set forth in Section 2.3.2(b), the Preferred Stock is not redeemable at the option of the holder or the Corporation.] > [insert initial Series A purchase price]": "{initial_purchase_price}",
94
+ "[the applicable Original Issue Price, plus all declared but unpaid dividends thereon] > [all/a majority of the]": "{preferred_shares_designated_portion}",
95
+ "[and (B) the Fair Market Value (determined in the manner set forth below) of such share of Preferred Stock as of the date of the Corporation’s receipt of the Redemption Request] > [the series of]": "the Series {series_designation}",
96
+ "[; provided, however, that Excluded Shares (as such term is defined in Section 6.2) shall not be redeemed and shall be excluded from the calculations set forth in this sentence] > [or officer]": "{or_officer_clause}",
97
+ "[annually] > [the greater of]": "{dividend_formula_prefix} ",
98
+ "[or officers] > [the sum of]": "{dividend_formula_alt}",
99
+ "Redemption. > [Other than as set forth in Section 2.3.2(b), the Preferred Stock is not redeemable at the option of the holder or the Corporation.],": "{no_redemption_clause}",
100
+ "Preferred Stock”), > [all]": "{preferred_shares_designated_portion}",
101
+ "designated as “Series > A Preferred Stock": "{series_designation} Preferred Stock"
57
102
  }
@@ -2,46 +2,43 @@
2
2
 
3
3
  Research-informed field architecture for future selection sprints, based on Fenwick (2024), Cooley Q4 2025, and WSGR 2023-2025 data.
4
4
 
5
- ## Research-Confirmed Defaults (Implemented This Sprint)
5
+ ## Implemented
6
6
 
7
- | Feature | Market Default | Frequency | Field Type |
7
+ | Feature | Market Default | Frequency | Implementation |
8
8
  |---|---|---|---|
9
9
  | No cumulative voting | Included | >95% | boolean — computed.json |
10
10
  | Common stock voting limitation | Included | >90% | boolean — computed.json |
11
11
  | Authorized shares vote opt-out | Included | >95% | boolean — computed.json |
12
12
  | Officer indemnification | Included | >80% | boolean — computed.json |
13
13
  | Redemption cross-ref (§6.1) | Excluded | <5% | boolean — computed.json |
14
+ | Dividends (3-option radio) | Non-cumulative as-converted | >95% | selections.json — `dividends` group |
15
+ | Liquidation §2.1 (2-option radio) | Non-participating | 94-96% | selections.json — `liquidation_section_2_1` group |
16
+ | Liquidation §2.2 (2-option radio) | Non-participating | 94-96% | selections.json — `liquidation_section_2_2` group |
17
+ | Anti-dilution (2-option radio) | Broad-based weighted avg | >98% | selections.json — `anti_dilution` group |
18
+ | Pay-to-play (checkbox toggle) | Excluded | <5% | selections.json — `pay_to_play` group |
19
+ | Redemption (checkbox toggle) | Excluded | 2-5% | selections.json — `redemption_provisions` group |
14
20
 
15
21
  ## Future Sprint Priorities
16
22
 
17
- ### 1. Dividends Radio Selection
18
- - 3 mutually exclusive alternatives at paragraph-block level
19
- - Options: non-cumulative (>95%), cumulative, as-converted only
20
- - Requires markerless selections with multi-paragraph groups
21
- - Highest legal impact
22
-
23
- ### 2. Liquidation Preference Radio
24
- - 3 alternatives: non-participating 1x (94-96%), participating with cap, full participating
25
- - Also paragraph-block level, second highest impact
26
-
27
- ### 3. Protective Provisions Checkbox Group
23
+ ### 1. Protective Provisions Checkbox Group
28
24
  - 10-15 individually-toggled sub-clauses
29
25
  - Most complex but each is simple include/exclude
30
26
  - >80% include standard set
31
27
 
32
- ### 4. Anti-Dilution Radio
33
- - 2 clause blocks: broad-based weighted average (98-100%) vs full ratchet
34
- - Clean swap between alternatives
28
+ ### 2. Deemed Liquidation Event Fields
29
+ - Additional fields within Section 2.3
30
+
31
+ ### 3. QPO/Mandatory Conversion Threshold Fields
32
+ - Qualified public offering threshold parameters
35
33
 
36
- ### 5. Pay-to-Play + Redemption
37
- - Optional sections (entire articles)
38
- - Pay-to-Play: <5% of deals
39
- - Redemption: 2-5% of deals
40
- - Can use markerless selection to remove entire articles
34
+ ### 4. Capped Participating Liquidation Preference Variant
35
+ - Third liquidation option: participating with cap
36
+ - Would extend `liquidation_section_2_1` and `liquidation_section_2_2` groups
41
37
 
42
38
  ## Architecture Notes
43
39
 
44
- - Paragraph-block selections (dividends, liquidation) need markerless groups with multi-paragraph scope
40
+ - Paragraph-block selections (dividends, liquidation) use markerless groups with multi-paragraph scope
41
+ - Liquidation uses two paired radio groups (§2.1 and §2.2) with explicit `subClauseStopPatterns`
45
42
  - Protective provisions need per-clause checkbox groups within a single section
46
- - Anti-dilution is a clean 2-option radio swap
47
43
  - Pay-to-Play and Redemption are article-level toggles (simplest selection type)
44
+ - Redemption inline bracket text handled via computed.json + replacements.json
@@ -0,0 +1,95 @@
1
+ {
2
+ "groups": [
3
+ {
4
+ "id": "dividends",
5
+ "type": "radio",
6
+ "markerless": true,
7
+ "subClauseStopPatterns": ["^Liquidation"],
8
+ "options": [
9
+ {
10
+ "marker": "highest Preferred Stock dividend for the applicable series",
11
+ "trigger": "default"
12
+ },
13
+ {
14
+ "marker": "The holders of then outstanding shares of Preferred Stock shall be entitled to receive, only when, as and if declared",
15
+ "trigger": { "field": "dividend_type", "equals": "non_cumulative_fixed" }
16
+ },
17
+ {
18
+ "marker": "From and after the date of the issuance of any shares of Preferred Stock, dividends at the rate per annum",
19
+ "trigger": { "field": "dividend_type", "equals": "cumulative" }
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "id": "liquidation_section_2_1",
25
+ "type": "radio",
26
+ "markerless": true,
27
+ "subClauseStopPatterns": ["^2\\.1Preferential", "^Payments to Holders of Common Stock", "^2\\.2Distribution", "^Deemed Liquidation Events"],
28
+ "options": [
29
+ {
30
+ "marker": "such amount per share as would have been payable had all shares",
31
+ "trigger": "default"
32
+ },
33
+ {
34
+ "marker": "2.1Preferential Payments",
35
+ "trigger": { "field": "liquidation_participation", "equals": "participating" }
36
+ }
37
+ ]
38
+ },
39
+ {
40
+ "id": "liquidation_section_2_2",
41
+ "type": "radio",
42
+ "markerless": true,
43
+ "subClauseStopPatterns": ["^Deemed Liquidation Events"],
44
+ "options": [
45
+ {
46
+ "marker": "Payments to Holders of Common Stock",
47
+ "trigger": "default"
48
+ },
49
+ {
50
+ "marker": "Distribution of Remaining Assets",
51
+ "trigger": { "field": "liquidation_participation", "equals": "participating" }
52
+ }
53
+ ]
54
+ },
55
+ {
56
+ "id": "anti_dilution",
57
+ "type": "radio",
58
+ "markerless": true,
59
+ "subClauseStopPatterns": ["^Determination of Consideration"],
60
+ "options": [
61
+ {
62
+ "marker": "determined in accordance with the following formula",
63
+ "trigger": "default"
64
+ },
65
+ {
66
+ "marker": "4.4.4Adjustment of Conversion Price",
67
+ "trigger": { "field": "anti_dilution_type", "equals": "full_ratchet" }
68
+ }
69
+ ]
70
+ },
71
+ {
72
+ "id": "pay_to_play",
73
+ "type": "checkbox",
74
+ "markerless": true,
75
+ "subClauseStopPatterns": ["^Redemption"],
76
+ "options": [
77
+ {
78
+ "marker": "Special Mandatory Conversion.,",
79
+ "trigger": { "field": "include_pay_to_play" }
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "id": "redemption_provisions",
85
+ "type": "checkbox",
86
+ "markerless": true,
87
+ "options": [
88
+ {
89
+ "marker": "General. Unless prohibited by Delaware law",
90
+ "trigger": { "field": "include_redemption" }
91
+ }
92
+ ]
93
+ }
94
+ ]
95
+ }
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Indemnification Agreement
2
+ category: venture-financing
2
3
  description: >-
3
4
  Director and officer indemnification agreement for venture-backed companies, providing indemnification and advancement
4
5
  of expenses.
@@ -61,6 +62,10 @@ fields:
61
62
  type: string
62
63
  description: Optional additional party text or empty string
63
64
  default: ''
65
+ - name: appointing_stockholder_ipo_termination_clause
66
+ type: string
67
+ description: Optional clause text that terminates Appointing Stockholder rights at IPO closing
68
+ default: ''
64
69
  - name: indemnification_section_letter
65
70
  type: string
66
71
  description: Section reference letter for indemnification provisions in the certificate
@@ -1,42 +1,17 @@
1
1
  {
2
- "[___________], 20[__]": "{agreement_effective_date}",
2
+ "[name]": "{indemnitee_name}",
3
3
  "[address]": "{indemnitee_address}",
4
4
  "[corporation]": "{company_name}",
5
5
  "[name of fund/sponsor]": "{fund_sponsor_name}",
6
- "[Name of Fund/Sponsor]": "{fund_sponsor_name}",
7
- "a Delaware corporation (the \"Company\"), and > [name]": "{indemnitee_name}",
8
- "to the extent such party is not otherwise subject to service of process in the State of Delaware, irrevocably > [name]": "{indemnitee_name}",
9
6
  "[director]": "{indemnitee_role}",
10
7
  "[directors]": "{indemnitee_role_plural}",
11
8
  "[officer]": "{indemnitee_role_secondary}",
12
9
  "[officers]": "{indemnitee_role_secondary_plural}",
13
- "provided by [Name of Fund/Sponsor] and certain of > [its]": "{indemnitee_pronoun_possessive}",
14
- "provided by [Name of Fund/Sponsor] and certain of > [their]": "{indemnitee_pronoun_possessive_plural}",
15
- "[Bylaws] [and] [Certificate of Incorporation]": "{bylaws_name} and {certificate_name}",
10
+ "[its]": "{indemnitee_pronoun_possessive}",
11
+ "[their]": "{indemnitee_pronoun_possessive_plural}",
16
12
  "[Bylaws]": "{bylaws_name}",
17
13
  "[Certificate of Incorporation]": "{certificate_name}",
18
- "[The [Bylaws] > [Bylaws]": "{bylaws_name}",
19
- "[(iii) appoint, to the extent such party is not otherwise subject to service of process in the State of Delaware, irrevocably [name] > [address]": "{indemnitee_address}",
20
- "[The Company hereby acknowledges that Indemnitee has certain rights to indemnification, advancement of expenses and/or insurance provided by [Name of Fund/Sponsor] > [its]": "{indemnitee_pronoun_possessive}",
21
14
  "[and Appointing Stockholder]": "{and_appointing_stockholder}",
22
- "[E] > [Signature Page Follows]": "{indemnification_section_letter}",
23
- "[Signature Page Follows]": "{signature_page_marker}",
24
- "[Comment: See In re HealthSouth Corp. Securities Litigation, 572 F.3d 854 (11th Cir. 2009).] > [director]": "{indemnitee_role}",
25
- "[consider extending for several years after term of service, even if claim has not yet been paid] > [director]": "{indemnitee_role}",
26
- "[Comment: Sections 7(b) through 7(e) seek to extend statutory indemnification rights pursuant to Section 145(f).] > [director]": "{indemnitee_role}",
27
- "[Comment: Section 3(c) attempts to indemnify the indemnitee against contribution sought from other third parties.] > [director]": "{indemnitee_role}",
28
- "[Comment: Use the bracketed language in Section 14 if a version of the indemnification of Appointing Stockholder language is used in Section 1(d)] > [director]": "{indemnitee_role}",
29
- "[NOTE: as the Delaware-incorporated Company is already subject to service of process in Delaware, this really only applies to the individual director.] > [director]": "{indemnitee_role}",
30
- "[and any federal, state, local or foreign taxes imposed on the Indemnitee as a result of the actual or deemed receipt of any payments under this Agreement] > [director]": "{indemnitee_role}",
31
- "[Comment: Section 4 indemnifies individuals for costs and expenses in serving as a witness in any proceeding relating to such person’s service to the corporation.] > [director]": "{indemnitee_role}",
32
- "[Further, the invalidity or unenforceability of any provision hereof as to either Indemnitee or Appointing Stockholder shall in no way affect the validity or enforceability of any provision hereof as to the other.] > [director]": "{indemnitee_role}",
33
- "[unless the change in relative Beneficial Ownership of the Company’s securities by any Person results solely from a reduction in the aggregate number of outstanding shares of securities entitled to vote generally in the election of directors] > [director]": "{indemnitee_role}",
34
- "[Comment: As noted in the introduction, Section 1(d) contains optional language extending the indemnification and advancement rights provided to a venture fund’s designee on the board of directors to the venture capital fund appointing the director.] > [director]": "{indemnitee_role}",
35
- "[Comment: This provision integrates indemnification under the agreement with indemnification from other sources by providing that payments under the agreement shall be offset by payments from other sources, other than from the Fund Indemnitors as provided in paragraph (c).] > [director]": "{indemnitee_role}",
36
- "[Comment: This provision is designed to prevent the indemnitee from being indemnified for actions brought by the indemnitee except as otherwise provided. as well as for liability under Section 16(b) of the 1934 Act, for certain reimbursements of the Company by Indemnitee and where payment has already been made under an insurance policy.] > [director]": "{indemnitee_role}",
37
- "[Comment: Section 3(d) provides for contribution by the Company even if the Company is not held jointly liable based on the relative benefit to the Company of the conduct of the indemnitee giving rise to the loss or expenses incurred by the indemnitee and/or the relative fault of the Company and the indemnitee in connection with the matter in question.] > [director]": "{indemnitee_role}",
38
- "[Comment: Some indemnification agreements require the corporation to obtain (or use commercially reasonable or best efforts to obtain) D&amp;O insurance with specified policy limits or other terms. Instead, this agreement requires the corporation to furnish the Indemnitee with the maximum level of D&amp;O insurance coverage provided to other like parties.] > [director]": "{indemnitee_role}",
39
- "[This Agreement shall be binding upon and inure to the benefit of and be enforceable by the parties hereto and their respective successors (including any direct or indirect successor by purchase, merger, consolidation or otherwise to all or substantially all of the business or assets of the Company), assigns, spouses, heirs, executors and personal and legal representatives.] > [director]": "{indemnitee_role}",
40
- "[Comment: Section 3(a), in effect, provides that where the corporation and the individual are jointly liable (or if joined, would be), the corporation shall contribute 100% of the liability, and the individual would not be required to contribute anything. Section 3(a) also prohibits the corporation from entering into any settlement that does not completely release the individual.] > [director]": "{indemnitee_role}",
41
- "[Comment: Section 7(a) provides for a right of adjudication before a Delaware court in the event of certain adverse results under the Agreement. Some indemnification agreements also provide that Indemnitee, at his or her option, may seek an award in arbitration to be conducted by a single arbitrator pursuant to the Commercial Arbitration Rules of the American Arbitration Association.] > [director]": "{indemnitee_role}"
15
+ "[E]": "{indemnification_section_letter}",
16
+ "[Signature Page Follows]": "{signature_page_marker}"
42
17
  }
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Investors' Rights Agreement
2
+ category: venture-financing
2
3
  description: >-
3
4
  Investors' rights agreement for venture financings, covering registration rights, information rights, board observer
4
5
  rights, and protective provisions.
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Management Rights Letter
2
+ category: venture-financing
2
3
  description: Management rights letter granting ERISA-qualifying management rights to venture capital fund investors.
3
4
  source_url: https://nvca.org/wp-content/uploads/2025/12/NVCA-2020-Management-Rights-Letter-1-1.docx
4
5
  source_version: '2020'
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Right of First Refusal and Co-Sale Agreement
2
+ category: venture-financing
2
3
  description: >-
3
4
  Right of first refusal and co-sale agreement for venture financings, restricting transfer of founder shares and
4
5
  providing investor co-sale rights.