open-agreements 0.6.2 → 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.
- package/README.de.md +3 -3
- package/README.es.md +3 -3
- package/README.md +4 -4
- package/README.pt-br.md +3 -3
- package/README.zh.md +3 -3
- package/content/external/yc-safe-discount/metadata.yaml +1 -0
- package/content/external/yc-safe-mfn/metadata.yaml +1 -0
- package/content/external/yc-safe-pro-rata-side-letter/metadata.yaml +1 -0
- package/content/external/yc-safe-valuation-cap/metadata.yaml +1 -0
- package/content/recipes/nvca-certificate-of-incorporation/metadata.yaml +1 -0
- package/content/recipes/nvca-certificate-of-incorporation/replacements.json +1 -1
- package/content/recipes/nvca-indemnification-agreement/metadata.yaml +1 -0
- package/content/recipes/nvca-investors-rights-agreement/metadata.yaml +1 -0
- package/content/recipes/nvca-management-rights-letter/metadata.yaml +1 -0
- package/content/recipes/nvca-rofr-co-sale-agreement/metadata.yaml +1 -0
- package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +1 -0
- package/content/recipes/nvca-voting-agreement/metadata.yaml +1 -0
- package/content/templates/bonterms-mutual-nda/metadata.yaml +1 -0
- package/content/templates/bonterms-mutual-nda/signing.yaml +35 -0
- package/content/templates/bonterms-mutual-nda/template.docx +0 -0
- package/content/templates/bonterms-professional-services-agreement/metadata.yaml +1 -0
- package/content/templates/closing-checklist/metadata.yaml +1 -0
- package/content/templates/common-paper-ai-addendum/metadata.yaml +1 -0
- package/content/templates/common-paper-ai-addendum-in-app/metadata.yaml +1 -0
- package/content/templates/common-paper-amendment/metadata.yaml +1 -0
- package/content/templates/common-paper-business-associate-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-cloud-service-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-csa-click-through/metadata.yaml +1 -0
- package/content/templates/common-paper-csa-with-ai/metadata.yaml +1 -0
- package/content/templates/common-paper-csa-with-sla/metadata.yaml +1 -0
- package/content/templates/common-paper-csa-without-sla/metadata.yaml +1 -0
- package/content/templates/common-paper-data-processing-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-design-partner-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-independent-contractor-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-letter-of-intent/metadata.yaml +1 -0
- package/content/templates/common-paper-mutual-nda/metadata.yaml +1 -0
- package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -0
- package/content/templates/common-paper-order-form/metadata.yaml +1 -0
- package/content/templates/common-paper-order-form-with-sla/metadata.yaml +1 -0
- package/content/templates/common-paper-partnership-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-pilot-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-professional-services-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-software-license-agreement/metadata.yaml +1 -0
- package/content/templates/common-paper-statement-of-work/metadata.yaml +1 -0
- package/content/templates/common-paper-term-sheet/metadata.yaml +1 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +1 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
- package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -0
- package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +236 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +103 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +154 -0
- package/content/templates/working-group-list/metadata.yaml +1 -0
- package/dist/commands/list.js +6 -3
- package/dist/commands/list.js.map +1 -1
- package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -1
- package/dist/core/employment/jurisdiction-rules.js +69 -0
- package/dist/core/employment/jurisdiction-rules.js.map +1 -1
- package/dist/core/employment/memo.d.ts.map +1 -1
- package/dist/core/employment/memo.js +127 -0
- package/dist/core/employment/memo.js.map +1 -1
- package/dist/core/engine.d.ts.map +1 -1
- package/dist/core/engine.js +16 -2
- package/dist/core/engine.js.map +1 -1
- package/dist/core/fill-pipeline.d.ts +8 -0
- package/dist/core/fill-pipeline.d.ts.map +1 -1
- package/dist/core/fill-pipeline.js +63 -4
- package/dist/core/fill-pipeline.js.map +1 -1
- package/dist/core/metadata.d.ts +2 -0
- package/dist/core/metadata.d.ts.map +1 -1
- package/dist/core/metadata.js +1 -0
- package/dist/core/metadata.js.map +1 -1
- package/dist/core/signing-config.d.ts +46 -0
- package/dist/core/signing-config.d.ts.map +1 -0
- package/dist/core/signing-config.js +67 -0
- package/dist/core/signing-config.js.map +1 -0
- package/dist/core/template-listing.d.ts +1 -0
- package/dist/core/template-listing.d.ts.map +1 -1
- package/dist/core/template-listing.js +3 -2
- package/dist/core/template-listing.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +1 -0
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +1 -0
- package/dist/core/unified-pipeline.js.map +1 -1
- package/package.json +7 -3
- package/server.json +2 -2
package/README.de.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://skills.sh)
|
|
7
7
|
[](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
|
|
8
|
-
[](https://openagreements.openstatus.dev/)
|
|
9
9
|
[](https://app.codecov.io/gh/open-agreements/open-agreements)
|
|
10
10
|
[](https://github.com/open-agreements/open-agreements/stargazers)
|
|
11
11
|
[](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.
|
|
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.
|
|
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
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://skills.sh)
|
|
7
7
|
[](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
|
|
8
|
-
[](https://openagreements.openstatus.dev/)
|
|
9
9
|
[](https://app.codecov.io/gh/open-agreements/open-agreements)
|
|
10
10
|
[](https://github.com/open-agreements/open-agreements/stargazers)
|
|
11
11
|
[](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.
|
|
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.
|
|
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
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://skills.sh)
|
|
7
7
|
[](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
|
|
8
|
-
[](https://openagreements.openstatus.dev/)
|
|
9
9
|
[](https://app.codecov.io/gh/open-agreements/open-agreements)
|
|
10
10
|
[](https://github.com/open-agreements/open-agreements/stargazers)
|
|
11
11
|
[](https://vitest.dev/)
|
|
@@ -49,7 +49,7 @@ Fill standard legal agreement templates and produce signable DOCX files. Templat
|
|
|
49
49
|
|
|
50
50
|
OpenAgreements supports two execution modes with different trust boundaries:
|
|
51
51
|
|
|
52
|
-
- Hosted remote MCP connector (`https://openagreements.
|
|
52
|
+
- Hosted remote MCP connector (`https://openagreements.org/api/mcp`) for fast setup in Claude.
|
|
53
53
|
- Fully local package execution (`npx`, global install, or local stdio MCP package) for machine-local workflows.
|
|
54
54
|
|
|
55
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.
|
|
@@ -125,7 +125,7 @@ This repository includes a Cursor plugin manifest with MCP wiring:
|
|
|
125
125
|
|
|
126
126
|
The default MCP setup in `mcp.json` includes:
|
|
127
127
|
|
|
128
|
-
- Hosted OpenAgreements MCP connector (`https://openagreements.
|
|
128
|
+
- Hosted OpenAgreements MCP connector (`https://openagreements.org/api/mcp`)
|
|
129
129
|
- Local workspace MCP server (`npx -y @open-agreements/contracts-workspace-mcp`)
|
|
130
130
|
- Local template drafting MCP server (`npx -y @open-agreements/contract-templates-mcp`)
|
|
131
131
|
|
|
@@ -402,7 +402,7 @@ Template content is licensed by their respective authors — CC BY 4.0 (Common P
|
|
|
402
402
|
## Privacy
|
|
403
403
|
|
|
404
404
|
- **Local mode** (`npx`, global install, stdio MCP): all processing happens on your machine. No document content is sent externally.
|
|
405
|
-
- **Hosted mode** (`https://openagreements.
|
|
405
|
+
- **Hosted mode** (`https://openagreements.org/api/mcp`): template filling runs server-side. No filled documents are stored after the response is returned.
|
|
406
406
|
|
|
407
407
|
See our [Privacy Policy](https://usejunior.com/privacy_policy) for details.
|
|
408
408
|
|
package/README.pt-br.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://skills.sh)
|
|
7
7
|
[](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
|
|
8
|
-
[](https://openagreements.openstatus.dev/)
|
|
9
9
|
[](https://app.codecov.io/gh/open-agreements/open-agreements)
|
|
10
10
|
[](https://github.com/open-agreements/open-agreements/stargazers)
|
|
11
11
|
[](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.
|
|
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.
|
|
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
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://skills.sh)
|
|
7
7
|
[](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
|
|
8
|
-
[](https://openagreements.openstatus.dev/)
|
|
9
9
|
[](https://app.codecov.io/gh/open-agreements/open-agreements)
|
|
10
10
|
[](https://github.com/open-agreements/open-agreements/stargazers)
|
|
11
11
|
[](https://vitest.dev/)
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
OpenAgreements 支持两种执行模式,信任边界不同:
|
|
53
53
|
|
|
54
|
-
- 托管远程 MCP 连接器(`https://openagreements.
|
|
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.
|
|
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,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}",
|
|
@@ -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'
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
signers:
|
|
2
|
+
- role: party_1
|
|
3
|
+
nameField: party_1_name
|
|
4
|
+
signatureField: sig_party_1
|
|
5
|
+
dateField: date_party_1
|
|
6
|
+
routingOrder: 1
|
|
7
|
+
- role: party_2
|
|
8
|
+
nameField: party_2_name
|
|
9
|
+
signatureField: sig_party_2
|
|
10
|
+
dateField: date_party_2
|
|
11
|
+
routingOrder: 2
|
|
12
|
+
|
|
13
|
+
providerAnchors:
|
|
14
|
+
docusign:
|
|
15
|
+
sig_party_1: "/sn1/"
|
|
16
|
+
sig_party_2: "/sn2/"
|
|
17
|
+
date_party_1: "/ds1/"
|
|
18
|
+
date_party_2: "/ds2/"
|
|
19
|
+
dropboxsign:
|
|
20
|
+
sig_party_1: "[sig|req|signer1]"
|
|
21
|
+
sig_party_2: "[sig|req|signer2]"
|
|
22
|
+
date_party_1: "[date|req|signer1]"
|
|
23
|
+
date_party_2: "[date|req|signer2]"
|
|
24
|
+
adobesign:
|
|
25
|
+
sig_party_1: "{{sig1_es_:signer1:signature}}"
|
|
26
|
+
sig_party_2: "{{sig2_es_:signer2:signature}}"
|
|
27
|
+
date_party_1: "{{date1_es_:signer1:date}}"
|
|
28
|
+
date_party_2: "{{date2_es_:signer2:date}}"
|
|
29
|
+
pandadoc:
|
|
30
|
+
sig_party_1: "{{signature:party_1}}"
|
|
31
|
+
sig_party_2: "{{signature:party_2}}"
|
|
32
|
+
date_party_1: "{{date:party_1}}"
|
|
33
|
+
date_party_2: "{{date:party_2}}"
|
|
34
|
+
|
|
35
|
+
emailSubjectTemplate: "Bonterms Mutual NDA — {{party_1_name}} / {{party_2_name}}"
|
|
Binary file
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper AI Addendum
|
|
2
|
+
category: data-compliance
|
|
2
3
|
description: >-
|
|
3
4
|
An AI addendum cover page and standard terms, based on Common Paper's standard form. Adds AI-specific provisions to an
|
|
4
5
|
existing agreement, covering model training, input/output rights, and AI usage policies.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Business Associate Agreement
|
|
2
|
+
category: data-compliance
|
|
2
3
|
description: >-
|
|
3
4
|
A HIPAA business associate agreement cover page and standard terms, based on Common Paper's standard form. Covers the
|
|
4
5
|
use and protection of protected health information (PHI) between a covered entity and a business associate.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Cloud Service Agreement
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
A cloud service agreement with order form and framework terms, based on Common Paper's standard terms. Covers SaaS
|
|
4
5
|
subscriptions, payment, SLAs, liability, and data processing. Includes full Standard Terms v2.1.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper CSA Click-Through
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
A click-through cloud service agreement based on Common Paper's standard terms. Designed for self-serve SaaS products
|
|
4
5
|
where the customer accepts terms online rather than negotiating a paper agreement.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper CSA With AI
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
A cloud service agreement with AI provisions, key terms, and standard terms, based on Common Paper's standard form.
|
|
4
5
|
Extends the standard CSA with AI-specific terms covering model training, input/output rights, and AI usage policies.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper CSA With SLA
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
A cloud service agreement with SLA provisions, key terms, and standard terms, based on Common Paper's standard form.
|
|
4
5
|
Includes uptime targets, response times, and support schedules alongside full CSA terms.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Data Processing Agreement
|
|
2
|
+
category: data-compliance
|
|
2
3
|
description: >-
|
|
3
4
|
A data processing agreement cover page and standard terms, based on Common Paper's standard form. Covers GDPR and data
|
|
4
5
|
protection compliance, including processor/controller roles, data transfers, subprocessors, and security measures.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Design Partner Agreement
|
|
2
|
+
category: deals-partnerships
|
|
2
3
|
description: >-
|
|
3
4
|
A design partner agreement cover page and standard terms, based on Common Paper's standard form. Covers partnerships
|
|
4
5
|
where a company provides early access to a product in development in exchange for feedback and collaboration.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Independent Contractor Agreement
|
|
2
|
+
category: professional-services
|
|
2
3
|
description: >-
|
|
3
4
|
An independent contractor agreement based on Common Paper's standard form. Covers the engagement of an independent
|
|
4
5
|
contractor, including scope of services, rates, payment, timeline, and governing law.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper One-Way NDA
|
|
2
|
+
category: confidentiality
|
|
2
3
|
description: >-
|
|
3
4
|
A one-way (unilateral) non-disclosure agreement cover page based on Common Paper's standard terms. The Discloser
|
|
4
5
|
shares confidential information with the Receiver, but not vice versa. References the Standard Terms posted at
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Order Form
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
An order form template for cloud service agreements, based on Common Paper's standard form. References existing Key
|
|
4
5
|
Terms and covers subscription details, fees, pilot period, payment, and professional services.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Order Form with SLA
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
An order form template with service level agreement (SLA) provisions, based on Common Paper's standard form. Extends
|
|
4
5
|
the standard order form with uptime targets, response times, and support schedules.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Partnership Agreement
|
|
2
|
+
category: deals-partnerships
|
|
2
3
|
description: >-
|
|
3
4
|
A partnership agreement cover page and standard terms, based on Common Paper's standard form. Covers business
|
|
4
5
|
partnerships including obligations, fees, territory, liability, and data processing.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Pilot Agreement
|
|
2
|
+
category: deals-partnerships
|
|
2
3
|
description: >-
|
|
3
4
|
A pilot agreement cover page and standard terms, based on Common Paper's standard form. Covers trial or pilot periods
|
|
4
5
|
for cloud services, including fees, support, and liability provisions.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Professional Services Agreement
|
|
2
|
+
category: professional-services
|
|
2
3
|
description: >-
|
|
3
4
|
A professional services agreement with key terms, statement of work, and standard terms, based on Common Paper's
|
|
4
5
|
standard form. Covers consulting and professional services engagements including deliverables, IP ownership, fees, and
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Software License Agreement
|
|
2
|
+
category: sales-licensing
|
|
2
3
|
description: >-
|
|
3
4
|
Standard terms for a software license agreement, based on Common Paper's standard form. Provides the framework terms
|
|
4
5
|
for on-premise software licensing, to be used with a separate cover page and order form.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: Common Paper Statement of Work
|
|
2
|
+
category: professional-services
|
|
2
3
|
description: >-
|
|
3
4
|
A statement of work template for professional services engagements, based on Common Paper's standard form. References
|
|
4
5
|
a PSA or CSA Key Terms and covers scope, deliverables, timeline, fees, and expenses.
|
|
Binary file
|
package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx
CHANGED
|
Binary file
|
|
Binary file
|