open-agreements 0.7.5 → 0.7.7
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 +300 -255
- package/README.es.md +301 -254
- package/README.md +389 -95
- package/README.pt-br.md +301 -254
- package/README.template.md +333 -0
- package/README.zh.md +300 -253
- package/SECURITY.md +34 -0
- package/content/recipes/nvca-stock-purchase-agreement/README.md +39 -0
- package/content/recipes/nvca-voting-agreement/README.md +43 -0
- package/content/templates/bonterms-mutual-nda/README.md +2 -2
- package/content/templates/bonterms-mutual-nda/metadata.yaml +5 -11
- package/content/templates/bonterms-professional-services-agreement/README.md +2 -2
- package/content/templates/bonterms-professional-services-agreement/metadata.yaml +2 -2
- package/content/templates/closing-checklist/template.docx +0 -0
- package/content/templates/closing-checklist/template.md +30 -0
- package/content/templates/common-paper-ai-addendum/template.docx +0 -0
- package/content/templates/common-paper-ai-addendum-in-app/template.docx +0 -0
- package/content/templates/common-paper-csa-with-ai/template.docx +0 -0
- package/content/templates/common-paper-independent-contractor-agreement/template.docx +0 -0
- package/content/templates/common-paper-mutual-nda/README.md +28 -0
- package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -1
- package/content/templates/common-paper-term-sheet/template.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/.template.generated.json +74 -0
- package/content/templates/openagreements-board-consent-safe/README.md +61 -0
- package/content/templates/openagreements-board-consent-safe/metadata.yaml +53 -0
- package/content/templates/openagreements-board-consent-safe/reference-source.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/template.docx +0 -0
- package/content/templates/openagreements-board-consent-safe/template.md +66 -0
- package/content/templates/openagreements-due-diligence-request-list/README.md +68 -0
- package/content/templates/openagreements-due-diligence-request-list/metadata.yaml +300 -0
- package/content/templates/openagreements-due-diligence-request-list/template.docx +0 -0
- package/content/templates/openagreements-due-diligence-request-list/template.md +318 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/.template.generated.json +230 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -1
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +96 -35
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +1 -1
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +2 -2
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.json +75 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +8 -4
- package/content/templates/openagreements-employment-offer-letter/.template.generated.json +224 -0
- package/content/templates/openagreements-employment-offer-letter/README.md +65 -1
- package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -1
- package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
- package/content/templates/openagreements-employment-offer-letter/template.md +70 -30
- package/content/templates/openagreements-restrictive-covenant-florida/.template.generated.json +456 -0
- package/content/templates/openagreements-restrictive-covenant-florida/README.md +141 -0
- package/content/templates/openagreements-restrictive-covenant-florida/metadata.yaml +419 -0
- package/content/templates/openagreements-restrictive-covenant-florida/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-florida/template.md +233 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/.template.generated.json +399 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +69 -12
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +110 -59
- package/content/templates/openagreements-stockholder-consent-safe/.template.generated.json +74 -0
- package/content/templates/openagreements-stockholder-consent-safe/README.md +62 -0
- package/content/templates/openagreements-stockholder-consent-safe/metadata.yaml +53 -0
- package/content/templates/openagreements-stockholder-consent-safe/reference-source.docx +0 -0
- package/content/templates/openagreements-stockholder-consent-safe/template.docx +0 -0
- package/content/templates/openagreements-stockholder-consent-safe/template.md +62 -0
- package/content/templates/working-group-list/template.docx +0 -0
- package/content/templates/working-group-list/template.md +18 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/fill.d.ts +1 -1
- package/dist/commands/fill.d.ts.map +1 -1
- package/dist/commands/fill.js +4 -1
- package/dist/commands/fill.js.map +1 -1
- package/dist/commands/list.js +10 -0
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/recipe.js.map +1 -1
- package/dist/core/employment/jurisdiction-rules.js +2 -2
- package/dist/core/employment/jurisdiction-rules.js.map +1 -1
- package/dist/core/employment/memo.d.ts +1 -1
- package/dist/core/employment/memo.d.ts.map +1 -1
- package/dist/core/employment/memo.js +14 -6
- package/dist/core/employment/memo.js.map +1 -1
- package/dist/core/engine.d.ts.map +1 -1
- package/dist/core/engine.js +28 -0
- package/dist/core/engine.js.map +1 -1
- package/dist/core/fill-pipeline.d.ts +30 -5
- package/dist/core/fill-pipeline.d.ts.map +1 -1
- package/dist/core/fill-pipeline.js +165 -9
- package/dist/core/fill-pipeline.js.map +1 -1
- package/dist/core/humanize-docx.d.ts +21 -0
- package/dist/core/humanize-docx.d.ts.map +1 -0
- package/dist/core/humanize-docx.js +492 -0
- package/dist/core/humanize-docx.js.map +1 -0
- package/dist/core/metadata.d.ts +118 -65
- package/dist/core/metadata.d.ts.map +1 -1
- package/dist/core/metadata.js +268 -13
- package/dist/core/metadata.js.map +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -1
- package/dist/core/recipe/bracket-normalizer.js +3 -0
- package/dist/core/recipe/bracket-normalizer.js.map +1 -1
- package/dist/core/recipe/computed.d.ts +1 -1
- package/dist/core/recipe/computed.d.ts.map +1 -1
- package/dist/core/recipe/index.d.ts.map +1 -1
- package/dist/core/recipe/index.js +22 -4
- package/dist/core/recipe/index.js.map +1 -1
- package/dist/core/recipe/types.d.ts +1 -1
- package/dist/core/recipe/types.d.ts.map +1 -1
- package/dist/core/template-listing.d.ts +6 -8
- package/dist/core/template-listing.d.ts.map +1 -1
- package/dist/core/template-listing.js +24 -0
- package/dist/core/template-listing.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +2 -0
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +17 -1
- package/dist/core/unified-pipeline.js.map +1 -1
- package/dist/core/validation/template.d.ts +32 -0
- package/dist/core/validation/template.d.ts.map +1 -1
- package/dist/core/validation/template.js +163 -3
- package/dist/core/validation/template.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/gemini-extension.json +1 -1
- package/package.json +26 -12
- package/skills/canonical-markdown-authoring/CONNECTORS.md +67 -0
- package/skills/canonical-markdown-authoring/SKILL.md +565 -0
- package/skills/client-email/SKILL.md +10 -6
- package/skills/cloud-service-agreement/CONNECTORS.md +2 -2
- package/skills/cloud-service-agreement/SKILL.md +38 -1
- package/skills/cloud-service-agreement/template-filling-execution.md +2 -2
- package/skills/data-privacy-agreement/CONNECTORS.md +2 -2
- package/skills/data-privacy-agreement/SKILL.md +2 -0
- package/skills/delaware-franchise-tax/SKILL.md +2 -0
- package/skills/edit-docx-agreement/SKILL.md +2 -0
- package/skills/employment-contract/CONNECTORS.md +2 -2
- package/skills/employment-contract/SKILL.md +25 -6
- package/skills/iso-27001-evidence-collection/SKILL.md +2 -0
- package/skills/iso-27001-internal-audit/SKILL.md +2 -0
- package/skills/nda/CONNECTORS.md +2 -2
- package/skills/nda/SKILL.md +45 -1
- package/skills/nda/template-filling-execution.md +12 -6
- package/skills/non-compete-contract-explainer/SKILL.md +107 -0
- package/skills/non-compete-contract-explainer/content/alabama.md +251 -0
- package/skills/non-compete-contract-explainer/content/alaska.md +160 -0
- package/skills/non-compete-contract-explainer/content/american-samoa.md +187 -0
- package/skills/non-compete-contract-explainer/content/arizona.md +293 -0
- package/skills/non-compete-contract-explainer/content/arkansas.md +235 -0
- package/skills/non-compete-contract-explainer/content/california.md +270 -0
- package/skills/non-compete-contract-explainer/content/cnmi.md +168 -0
- package/skills/non-compete-contract-explainer/content/colorado.md +277 -0
- package/skills/non-compete-contract-explainer/content/connecticut.md +220 -0
- package/skills/non-compete-contract-explainer/content/delaware.md +222 -0
- package/skills/non-compete-contract-explainer/content/district-of-columbia.md +263 -0
- package/skills/non-compete-contract-explainer/content/florida.md +267 -0
- package/skills/non-compete-contract-explainer/content/georgia.md +323 -0
- package/skills/non-compete-contract-explainer/content/guam.md +180 -0
- package/skills/non-compete-contract-explainer/content/hawaii.md +236 -0
- package/skills/non-compete-contract-explainer/content/idaho.md +258 -0
- package/skills/non-compete-contract-explainer/content/illinois.md +266 -0
- package/skills/non-compete-contract-explainer/content/india.md +269 -0
- package/skills/non-compete-contract-explainer/content/indiana.md +253 -0
- package/skills/non-compete-contract-explainer/content/iowa.md +232 -0
- package/skills/non-compete-contract-explainer/content/kansas.md +227 -0
- package/skills/non-compete-contract-explainer/content/kentucky.md +201 -0
- package/skills/non-compete-contract-explainer/content/louisiana.md +272 -0
- package/skills/non-compete-contract-explainer/content/maine.md +178 -0
- package/skills/non-compete-contract-explainer/content/maryland.md +244 -0
- package/skills/non-compete-contract-explainer/content/massachusetts.md +272 -0
- package/skills/non-compete-contract-explainer/content/michigan.md +222 -0
- package/skills/non-compete-contract-explainer/content/minnesota.md +171 -0
- package/skills/non-compete-contract-explainer/content/mississippi.md +237 -0
- package/skills/non-compete-contract-explainer/content/missouri.md +219 -0
- package/skills/non-compete-contract-explainer/content/montana.md +202 -0
- package/skills/non-compete-contract-explainer/content/nebraska.md +206 -0
- package/skills/non-compete-contract-explainer/content/nevada.md +278 -0
- package/skills/non-compete-contract-explainer/content/new-hampshire.md +233 -0
- package/skills/non-compete-contract-explainer/content/new-jersey.md +277 -0
- package/skills/non-compete-contract-explainer/content/new-mexico.md +244 -0
- package/skills/non-compete-contract-explainer/content/new-york.md +226 -0
- package/skills/non-compete-contract-explainer/content/north-carolina.md +346 -0
- package/skills/non-compete-contract-explainer/content/north-dakota.md +187 -0
- package/skills/non-compete-contract-explainer/content/ohio.md +207 -0
- package/skills/non-compete-contract-explainer/content/oklahoma.md +196 -0
- package/skills/non-compete-contract-explainer/content/oregon.md +359 -0
- package/skills/non-compete-contract-explainer/content/pennsylvania.md +254 -0
- package/skills/non-compete-contract-explainer/content/philippines.md +211 -0
- package/skills/non-compete-contract-explainer/content/puerto-rico.md +163 -0
- package/skills/non-compete-contract-explainer/content/rhode-island.md +171 -0
- package/skills/non-compete-contract-explainer/content/singapore.md +229 -0
- package/skills/non-compete-contract-explainer/content/south-carolina.md +226 -0
- package/skills/non-compete-contract-explainer/content/south-dakota.md +222 -0
- package/skills/non-compete-contract-explainer/content/tennessee.md +251 -0
- package/skills/non-compete-contract-explainer/content/texas.md +297 -0
- package/skills/non-compete-contract-explainer/content/us-virgin-islands.md +193 -0
- package/skills/non-compete-contract-explainer/content/utah.md +250 -0
- package/skills/non-compete-contract-explainer/content/vermont.md +193 -0
- package/skills/non-compete-contract-explainer/content/virginia.md +213 -0
- package/skills/non-compete-contract-explainer/content/washington.md +296 -0
- package/skills/non-compete-contract-explainer/content/west-virginia.md +187 -0
- package/skills/non-compete-contract-explainer/content/wisconsin.md +293 -0
- package/skills/non-compete-contract-explainer/content/wyoming.md +296 -0
- package/skills/non-compete-contract-explainer/manifest.json +540 -0
- package/skills/open-agreements/CONNECTORS.md +2 -2
- package/skills/open-agreements/SKILL.md +165 -67
- package/skills/open-agreements/template-filling-execution.md +2 -2
- package/skills/recipe-quality-audit/SKILL.md +2 -0
- package/skills/safe/CONNECTORS.md +2 -2
- package/skills/safe/SKILL.md +38 -1
- package/skills/safe/template-filling-execution.md +2 -2
- package/skills/services-agreement/CONNECTORS.md +2 -2
- package/skills/services-agreement/SKILL.md +40 -1
- package/skills/services-agreement/template-filling-execution.md +81 -0
- package/skills/shared/template-filling-execution.md +2 -2
- package/skills/soc2-readiness/SKILL.md +2 -0
- package/skills/unit-test-philosophy/SKILL.md +3 -0
- package/skills/venture-financing/CONNECTORS.md +2 -2
- package/skills/venture-financing/SKILL.md +2 -0
- package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +0 -103
|
@@ -1,70 +1,131 @@
|
|
|
1
|
-
|
|
1
|
+
---
|
|
2
|
+
template_id: openagreements-employee-ip-inventions-assignment
|
|
3
|
+
layout_id: cover-standard-signature-v1
|
|
4
|
+
style_id: openagreements-default-v1
|
|
5
|
+
outputs:
|
|
6
|
+
docx: content/templates/openagreements-employee-ip-inventions-assignment/template.docx
|
|
7
|
+
document:
|
|
8
|
+
title: Employee IP and Inventions Assignment Agreement
|
|
9
|
+
label: OpenAgreements Employee IP and Inventions Assignment
|
|
10
|
+
version: "1.1"
|
|
11
|
+
license: Free to use under CC BY 4.0
|
|
12
|
+
include_cloud_doc_line: true
|
|
13
|
+
defined_term_highlight_mode: definition_site_only
|
|
14
|
+
cover_row_height: 700
|
|
15
|
+
sections:
|
|
16
|
+
cover_terms:
|
|
17
|
+
section_label: Cover Terms
|
|
18
|
+
heading_title: Cover Terms
|
|
19
|
+
standard_terms:
|
|
20
|
+
section_label: Standard Terms
|
|
21
|
+
heading_title: Standard Terms
|
|
22
|
+
signature:
|
|
23
|
+
section_label: Signature Page
|
|
24
|
+
heading_title: Signatures
|
|
25
|
+
---
|
|
2
26
|
|
|
3
|
-
|
|
27
|
+
# Employee IP and Inventions Assignment Agreement
|
|
4
28
|
|
|
5
29
|
## Cover Terms
|
|
6
30
|
|
|
7
31
|
The key business terms of this assignment agreement are as follows.
|
|
8
32
|
|
|
9
|
-
|
|
|
10
|
-
|
|
11
|
-
|
|
|
12
|
-
|
|
|
13
|
-
|
|
|
14
|
-
|
|
|
15
|
-
|
|
|
16
|
-
|
|
|
17
|
-
|
|
|
18
|
-
|
|
|
19
|
-
|
|
|
20
|
-
|
|
|
21
|
-
|
|
33
|
+
| Kind | Label | Value | Show When |
|
|
34
|
+
| --- | --- | --- | --- |
|
|
35
|
+
| row | Company | {company_name} | always |
|
|
36
|
+
| row | Employee | {employee_name} | always |
|
|
37
|
+
| row | Effective Date | {effective_date} | always |
|
|
38
|
+
| row | Prior Inventions Disclosure | {prior_inventions_disclosure} | always |
|
|
39
|
+
| row | Excluded Inventions Statement | {excluded_inventions_statement} | always |
|
|
40
|
+
| row | Confidential Information Definition | {confidential_information_definition} | always |
|
|
41
|
+
| row | Return of Materials Timing | {return_of_materials_timing} | always |
|
|
42
|
+
| row | Post-Termination Assistance | {post_termination_assistance} | always |
|
|
43
|
+
| row | Governing Law | {governing_law} | always |
|
|
44
|
+
| row | Venue | {venue} | always |
|
|
45
|
+
|
|
46
|
+
<!-- oa:section type=standard_terms -->
|
|
22
47
|
## Standard Terms
|
|
23
48
|
|
|
24
|
-
|
|
49
|
+
<!-- oa:clause id=defined-terms type=definitions -->
|
|
50
|
+
### Defined Terms
|
|
51
|
+
|
|
52
|
+
[[Covered Inventions]] means inventions, software, works of authorship, discoveries, designs, data models, and related intellectual property created during employment that arise from Company work, use Company resources, or relate to Company business or actual or demonstrably anticipated research or development.
|
|
53
|
+
|
|
54
|
+
[[Confidential Information]] means non-public information that Employee learns, accesses, or develops during employment, including business strategies, customer and prospect data, trade secrets, source code, algorithms, security credentials, technical and product information, financial information, personnel information, and any additional information described in Cover Terms under Confidential Information Definition. Confidential Information does not include information that (a) was publicly known when Employee learned it, (b) becomes publicly known through no fault of Employee, (c) was lawfully known to Employee before employment without confidentiality restriction, (d) Employee rightfully receives from a third party without confidentiality restriction, or (e) Employee independently develops outside the scope of employment without using Confidential Information or Company equipment, supplies, facilities, or other resources.
|
|
55
|
+
|
|
56
|
+
<!-- oa:clause id=assignment-of-inventions -->
|
|
57
|
+
### Assignment of Inventions
|
|
58
|
+
|
|
59
|
+
Employee hereby assigns and agrees to assign to Company all right, title, and interest in Covered Inventions, to the extent permitted by law.
|
|
25
60
|
|
|
26
|
-
|
|
61
|
+
<!-- oa:clause id=work-made-for-hire-and-further-assurances -->
|
|
62
|
+
### Work Made for Hire and Further Assurances
|
|
27
63
|
|
|
28
|
-
|
|
64
|
+
To the extent legally permitted, copyrightable works prepared within the scope of employment are works made for hire for Company. If any rights do not automatically vest in Company, Employee hereby assigns those rights and will sign additional documents reasonably requested to confirm ownership and record assignments.
|
|
29
65
|
|
|
30
|
-
|
|
66
|
+
<!-- oa:clause id=disclosure-and-documentation -->
|
|
67
|
+
### Disclosure and Documentation
|
|
31
68
|
|
|
32
|
-
|
|
69
|
+
Employee will promptly disclose Covered Inventions and maintain reasonably complete records of their conception, authorship, development, and transfer, consistent with Company's written policies communicated to Employee and Employee's confidentiality obligations.
|
|
33
70
|
|
|
34
|
-
|
|
71
|
+
<!-- oa:clause id=prior-and-excluded-inventions -->
|
|
72
|
+
### Prior and Excluded Inventions
|
|
35
73
|
|
|
36
|
-
|
|
74
|
+
The Prior Inventions and Excluded Inventions identified in Cover Terms remain carved out. This agreement does not apply to an invention that Employee develops entirely on Employee's own time without using Company equipment, supplies, facilities, or trade secret information, except to the extent applicable law permits assignment because the invention relates to Company business or actual or demonstrably anticipated research or development, or results from work performed for Company. Employee represents that the Prior Inventions disclosure in Cover Terms is complete to Employee's knowledge as of the Effective Date.
|
|
37
75
|
|
|
38
|
-
|
|
76
|
+
<!-- oa:clause id=confidential-information-and-trade-secrets -->
|
|
77
|
+
### Confidential Information and Trade Secrets
|
|
39
78
|
|
|
40
|
-
|
|
79
|
+
Employee will use and protect Confidential Information solely for authorized Company purposes, will not misuse or disclose Confidential Information except as permitted by this agreement, Company's written policies communicated to Employee, or law, and will follow the Confidential Information definition in this agreement, as supplemented in Cover Terms.
|
|
41
80
|
|
|
42
|
-
|
|
81
|
+
<!-- oa:clause id=protected-disclosures-and-protected-activity -->
|
|
82
|
+
### Protected Disclosures and Protected Activity
|
|
43
83
|
|
|
44
|
-
|
|
84
|
+
Nothing in this agreement restricts Employee from reporting possible violations of law to a government agency or attorney, making disclosures protected by whistleblower laws, or discussing wages, hours, or working conditions as protected by law. Employee does not need Company's prior approval to make those disclosures or to notify Company that they were made. Pursuant to the Defend Trade Secrets Act (18 U.S.C. § 1833(b)), Employee will not be held criminally or civilly liable under federal or state trade secret law for disclosing a trade secret in confidence to a government official or attorney solely to report or investigate a suspected violation of law, or in a court filing made under seal. Employee may also disclose a trade secret to Employee's attorney and use it in a retaliation lawsuit if any filing containing the trade secret is made under seal and the trade secret is not otherwise disclosed except by court order.
|
|
45
85
|
|
|
46
|
-
|
|
86
|
+
<!-- oa:clause id=no-conflicting-obligations -->
|
|
87
|
+
### No Conflicting Obligations
|
|
47
88
|
|
|
48
|
-
|
|
89
|
+
Employee represents that performing duties for Company does not knowingly conflict with binding obligations to another person or entity. Employee will not bring third-party Confidential Information into Company systems or use it in Company work without written authorization.
|
|
49
90
|
|
|
50
|
-
|
|
91
|
+
<!-- oa:clause id=records-cooperation-and-post-termination-assistance -->
|
|
92
|
+
### Records, Cooperation, and Post-Termination Assistance
|
|
51
93
|
|
|
52
|
-
|
|
94
|
+
Employee will provide the post-termination assistance listed in Cover Terms, including reasonable cooperation with filings, declarations, and assignments needed to confirm or protect Company rights in Covered Inventions. Company will request that assistance only at reasonable times and on reasonable notice and will reimburse Employee's reasonable out-of-pocket expenses.
|
|
95
|
+
|
|
96
|
+
<!-- oa:clause id=return-and-deletion-of-materials -->
|
|
97
|
+
### Return and Deletion of Materials
|
|
53
98
|
|
|
54
99
|
Employee will return, and where permitted delete, Company materials within the timing listed in Cover Terms, including devices, documents, credentials, and confidential files, except for records Employee is required to retain by law.
|
|
55
100
|
|
|
56
|
-
|
|
101
|
+
<!-- oa:clause id=survival-and-limited-scope -->
|
|
102
|
+
### Survival and Limited Scope
|
|
103
|
+
|
|
104
|
+
Sections addressing assignment, confidentiality, return of materials, and assistance survive termination to the extent needed to enforce rights that arose during employment. Confidentiality obligations relating to trade secrets survive for so long as the information remains a trade secret under applicable law. This agreement does not transfer ownership of inventions that applicable law requires to remain with Employee.
|
|
105
|
+
|
|
106
|
+
<!-- oa:clause id=severability -->
|
|
107
|
+
### Severability
|
|
108
|
+
|
|
109
|
+
If any provision of this agreement is unenforceable, the rest of the agreement remains effective to the fullest extent permitted by law.
|
|
57
110
|
|
|
58
|
-
|
|
111
|
+
<!-- oa:clause id=successors-and-assigns -->
|
|
112
|
+
### Successors and Assigns
|
|
59
113
|
|
|
60
|
-
|
|
114
|
+
Employee may not assign this agreement. Company may assign it to an affiliate, successor, or acquirer of all or substantially all of Company's business or assets. This agreement binds and benefits the parties and their permitted successors and assigns.
|
|
115
|
+
|
|
116
|
+
<!-- oa:clause id=governing-law-and-venue -->
|
|
117
|
+
### Governing Law and Venue
|
|
61
118
|
|
|
62
119
|
This agreement is governed by the law listed in Cover Terms, and disputes will be resolved in the venue listed in Cover Terms, subject to non-waivable rights under applicable law.
|
|
63
120
|
|
|
121
|
+
<!-- oa:section type=signature -->
|
|
64
122
|
## Signatures
|
|
65
123
|
|
|
66
|
-
|
|
124
|
+
<!-- oa:signature-mode arrangement=entity-plus-individual -->
|
|
125
|
+
|
|
126
|
+
In consideration of Employee's employment or continued employment by Company, each party acknowledges and agrees to the assignment and confidentiality obligations above.
|
|
67
127
|
|
|
128
|
+
<!-- oa:signer id=company kind=entity capacity=through_representative label="Company" -->
|
|
68
129
|
**Company**
|
|
69
130
|
|
|
70
131
|
Signature: _______________
|
|
@@ -72,9 +133,9 @@ Print Name: {company_name}
|
|
|
72
133
|
Title: _______________
|
|
73
134
|
Date: _______________
|
|
74
135
|
|
|
136
|
+
<!-- oa:signer id=employee kind=individual capacity=personal label="Employee" -->
|
|
75
137
|
**Employee**
|
|
76
138
|
|
|
77
139
|
Signature: _______________
|
|
78
140
|
Print Name: {employee_name}
|
|
79
|
-
Title: _______________
|
|
80
141
|
Date: _______________
|
package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md
CHANGED
|
@@ -6,7 +6,7 @@ and approved-use obligations in plain language.
|
|
|
6
6
|
## Source
|
|
7
7
|
|
|
8
8
|
- **URL**: https://github.com/open-agreements/open-agreements/tree/main/templates/openagreements-employment-confidentiality-acknowledgement
|
|
9
|
-
- **Version**: 1.
|
|
9
|
+
- **Version**: 1.2
|
|
10
10
|
- **License**: CC BY 4.0
|
|
11
11
|
|
|
12
12
|
## Fields
|
package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml
CHANGED
|
@@ -3,8 +3,8 @@ category: employment
|
|
|
3
3
|
description: >-
|
|
4
4
|
Employee confidentiality and acceptable-use acknowledgement companion for
|
|
5
5
|
onboarding packets, including reporting and post-employment handling.
|
|
6
|
-
source_url: https://github.com/open-agreements/open-agreements/tree/main/templates/openagreements-employment-confidentiality-acknowledgement
|
|
7
|
-
version: '1.
|
|
6
|
+
source_url: https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-confidentiality-acknowledgement
|
|
7
|
+
version: '1.2'
|
|
8
8
|
license: CC-BY-4.0
|
|
9
9
|
allow_derivatives: true
|
|
10
10
|
attribution_text: >-
|
package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx
CHANGED
|
Binary file
|
package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.json
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template_id": "openagreements-employment-confidentiality-acknowledgement",
|
|
3
|
+
"layout_id": "cover-standard-signature-v1",
|
|
4
|
+
"style_id": "openagreements-default-v1",
|
|
5
|
+
"output_docx_path": "content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx",
|
|
6
|
+
"output_markdown_path": "content/templates/openagreements-employment-confidentiality-acknowledgement/template.md",
|
|
7
|
+
"document": {
|
|
8
|
+
"title": "Employment Confidentiality Acknowledgement",
|
|
9
|
+
"label": "OpenAgreements Employment Confidentiality Acknowledgement",
|
|
10
|
+
"version": "1.2",
|
|
11
|
+
"license": "Free to use under CC BY 4.0",
|
|
12
|
+
"include_cloud_doc_line": true,
|
|
13
|
+
"cover_row_height": 700
|
|
14
|
+
},
|
|
15
|
+
"sections": {
|
|
16
|
+
"cover_terms": {
|
|
17
|
+
"section_label": "Cover Terms",
|
|
18
|
+
"heading_title": "Cover Terms",
|
|
19
|
+
"subtitle": "The key business terms of this confidentiality acknowledgement are as follows.",
|
|
20
|
+
"rows": [
|
|
21
|
+
{ "label": "Company", "value": "{company_name}" },
|
|
22
|
+
{ "label": "Employee", "value": "{employee_name}" },
|
|
23
|
+
{ "label": "Policy Effective Date", "value": "{policy_effective_date}" },
|
|
24
|
+
{ "label": "Approved Tools Scope", "value": "{approved_tools_scope}" },
|
|
25
|
+
{ "label": "Data Access Scope", "value": "{data_access_scope}" },
|
|
26
|
+
{ "label": "Security Reporting Contact", "value": "{security_reporting_contact}" },
|
|
27
|
+
{ "label": "Post-Employment Obligations", "value": "{post_employment_obligations}" },
|
|
28
|
+
{ "label": "Acknowledgement Date", "value": "{acknowledgement_date}" },
|
|
29
|
+
{ "label": "Signatory Name", "value": "{signatory_name}" }
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"standard_terms": {
|
|
33
|
+
"section_label": "Standard Terms",
|
|
34
|
+
"heading_title": "Standard Terms",
|
|
35
|
+
"clauses": [
|
|
36
|
+
{
|
|
37
|
+
"heading": "Confidential Information Handling",
|
|
38
|
+
"body": "Employee will use confidential information only for authorized business purposes and within the data access scope listed in Cover Terms."
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"heading": "Approved Tools and Systems",
|
|
42
|
+
"body": "Employee will access Company data only through approved tools and systems listed in Cover Terms unless written authorization is provided."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"heading": "Protected Disclosures and Protected Activity",
|
|
46
|
+
"body": "Nothing in this acknowledgement restricts Employee from reporting possible violations of law to a government agency or attorney, making disclosures protected by whistleblower laws, or discussing wages, hours, or working conditions as protected by law. Employee does not need Company's prior approval to make those disclosures or to notify Company that they were made. Pursuant to the Defend Trade Secrets Act (18 U.S.C. § 1833(b)), Employee will not be held criminally or civilly liable under federal or state trade secret law for disclosing a trade secret in confidence to a government official or attorney solely to report or investigate a suspected violation of law, or in a court filing made under seal. Employee may also disclose a trade secret to Employee's attorney and use it in a retaliation lawsuit if any filing containing the trade secret is made under seal and the trade secret is not otherwise disclosed except by court order."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"heading": "Security Incident Reporting",
|
|
50
|
+
"body": "Employee will promptly report suspected incidents to the security reporting contact listed in Cover Terms."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"heading": "Post-Employment Obligations",
|
|
54
|
+
"body": "After employment ends, Employee will continue obligations listed in Cover Terms and as required by law."
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"heading": "Policy Updates",
|
|
58
|
+
"body": "Company may update policies from time to time. Employee remains responsible for complying with current written policies communicated by Company."
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"signature": {
|
|
63
|
+
"mode": "one-party",
|
|
64
|
+
"section_label": "Signature Page",
|
|
65
|
+
"heading_title": "Acknowledgement Signature",
|
|
66
|
+
"preamble": "By signing this acknowledgement, Employee confirms understanding of the confidentiality and security obligations above.",
|
|
67
|
+
"party": "Employee",
|
|
68
|
+
"rows": [
|
|
69
|
+
{ "label": "Signature" },
|
|
70
|
+
{ "label": "Print Name", "value": "{signatory_name}" },
|
|
71
|
+
{ "label": "Date", "value": "{acknowledgement_date}" }
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Employment Confidentiality Acknowledgement
|
|
2
2
|
|
|
3
|
-
OpenAgreements Employment Confidentiality Acknowledgement (v1.
|
|
3
|
+
OpenAgreements Employment Confidentiality Acknowledgement (v1.2). Free to use under CC BY 4.0.
|
|
4
4
|
|
|
5
5
|
## Cover Terms
|
|
6
6
|
|
|
@@ -28,15 +28,19 @@ Employee will use confidential information only for authorized business purposes
|
|
|
28
28
|
|
|
29
29
|
Employee will access Company data only through approved tools and systems listed in Cover Terms unless written authorization is provided.
|
|
30
30
|
|
|
31
|
-
### 3.
|
|
31
|
+
### 3. Protected Disclosures and Protected Activity
|
|
32
|
+
|
|
33
|
+
Nothing in this acknowledgement restricts Employee from reporting possible violations of law to a government agency or attorney, making disclosures protected by whistleblower laws, or discussing wages, hours, or working conditions as protected by law. Employee does not need Company's prior approval to make those disclosures or to notify Company that they were made. Pursuant to the Defend Trade Secrets Act (18 U.S.C. § 1833(b)), Employee will not be held criminally or civilly liable under federal or state trade secret law for disclosing a trade secret in confidence to a government official or attorney solely to report or investigate a suspected violation of law, or in a court filing made under seal. Employee may also disclose a trade secret to Employee's attorney and use it in a retaliation lawsuit if any filing containing the trade secret is made under seal and the trade secret is not otherwise disclosed except by court order.
|
|
34
|
+
|
|
35
|
+
### 4. Security Incident Reporting
|
|
32
36
|
|
|
33
37
|
Employee will promptly report suspected incidents to the security reporting contact listed in Cover Terms.
|
|
34
38
|
|
|
35
|
-
###
|
|
39
|
+
### 5. Post-Employment Obligations
|
|
36
40
|
|
|
37
41
|
After employment ends, Employee will continue obligations listed in Cover Terms and as required by law.
|
|
38
42
|
|
|
39
|
-
###
|
|
43
|
+
### 6. Policy Updates
|
|
40
44
|
|
|
41
45
|
Company may update policies from time to time. Employee remains responsible for complying with current written policies communicated by Company.
|
|
42
46
|
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template_id": "openagreements-employment-offer-letter",
|
|
3
|
+
"layout_id": "cover-standard-signature-v1",
|
|
4
|
+
"style_id": "openagreements-default-v1",
|
|
5
|
+
"output_docx_path": "content/templates/openagreements-employment-offer-letter/template.docx",
|
|
6
|
+
"document": {
|
|
7
|
+
"title": "Employment Offer Letter",
|
|
8
|
+
"label": "OpenAgreements Employment Offer Letter",
|
|
9
|
+
"version": "1.1",
|
|
10
|
+
"license": "Free to use under CC BY 4.0",
|
|
11
|
+
"include_cloud_doc_line": true,
|
|
12
|
+
"defined_term_highlight_mode": "all_instances",
|
|
13
|
+
"cover_row_height": 700
|
|
14
|
+
},
|
|
15
|
+
"sections": {
|
|
16
|
+
"cover_terms": {
|
|
17
|
+
"section_label": "Cover Terms",
|
|
18
|
+
"heading_title": "Cover Terms",
|
|
19
|
+
"subtitle": "The key business terms of this Employment Offer Letter are as follows.",
|
|
20
|
+
"rows": [
|
|
21
|
+
{
|
|
22
|
+
"kind": "row",
|
|
23
|
+
"label": "Employer",
|
|
24
|
+
"value": "{employer_name}",
|
|
25
|
+
"sub": false
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"kind": "row",
|
|
29
|
+
"label": "Employee",
|
|
30
|
+
"value": "{employee_name}",
|
|
31
|
+
"sub": false
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"kind": "row",
|
|
35
|
+
"label": "Position Title",
|
|
36
|
+
"value": "{position_title}",
|
|
37
|
+
"sub": false
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"kind": "row",
|
|
41
|
+
"label": "Employment Type",
|
|
42
|
+
"value": "{employment_type}",
|
|
43
|
+
"sub": false
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"kind": "row",
|
|
47
|
+
"label": "Start Date",
|
|
48
|
+
"value": "{start_date}",
|
|
49
|
+
"sub": false
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"kind": "row",
|
|
53
|
+
"label": "Reporting Manager",
|
|
54
|
+
"value": "{reporting_manager}",
|
|
55
|
+
"sub": false
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"kind": "row",
|
|
59
|
+
"label": "Base Salary",
|
|
60
|
+
"value": "{base_salary}",
|
|
61
|
+
"sub": false
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"kind": "row",
|
|
65
|
+
"label": "Bonus Terms",
|
|
66
|
+
"value": "{bonus_terms}",
|
|
67
|
+
"condition": "bonus_terms",
|
|
68
|
+
"sub": false
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"kind": "row",
|
|
72
|
+
"label": "Equity Terms",
|
|
73
|
+
"value": "{equity_terms}",
|
|
74
|
+
"condition": "equity_terms",
|
|
75
|
+
"sub": false
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"kind": "row",
|
|
79
|
+
"label": "Primary Work Location",
|
|
80
|
+
"value": "{work_location}",
|
|
81
|
+
"sub": false
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"kind": "row",
|
|
85
|
+
"label": "Governing Law",
|
|
86
|
+
"value": "{governing_law}",
|
|
87
|
+
"sub": false
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"kind": "row",
|
|
91
|
+
"label": "Offer Expiration Date",
|
|
92
|
+
"value": "{offer_expiration_date}",
|
|
93
|
+
"sub": false
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
"standard_terms": {
|
|
98
|
+
"section_label": "Standard Terms",
|
|
99
|
+
"heading_title": "Standard Terms",
|
|
100
|
+
"clauses": [
|
|
101
|
+
{
|
|
102
|
+
"id": "position-scope-and-reporting",
|
|
103
|
+
"heading": "Position, Scope, and Reporting",
|
|
104
|
+
"body": "If Employee accepts this offer, Employee will join Company in the position listed in Cover Terms and will report to the manager or function listed in Cover Terms, with duties and responsibilities that are reasonably aligned to the role and business needs."
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "employment-type-and-work-schedule",
|
|
108
|
+
"heading": "Employment Type and Work Schedule",
|
|
109
|
+
"body": "Employee will be employed on the employment basis listed in Cover Terms. Company may establish reasonable scheduling, attendance, and collaboration expectations for the role, including core hours and team coordination standards."
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"id": "start-date-and-onboarding-conditions",
|
|
113
|
+
"heading": "Start Date and Onboarding Conditions",
|
|
114
|
+
"body": "Employment is expected to begin on the start date listed in Cover Terms, subject to completion of onboarding requirements such as identity and work authorization verification, policy acknowledgements, and execution of confidentiality and inventions assignment documents."
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": "base-compensation-and-payroll",
|
|
118
|
+
"heading": "Base Compensation and Payroll",
|
|
119
|
+
"body": "Company will pay the base salary or hourly compensation listed in Cover Terms in accordance with Company payroll practices and applicable law, subject to required withholdings, deductions, and payroll tax obligations."
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "bonus-opportunity",
|
|
123
|
+
"heading": "Bonus Opportunity",
|
|
124
|
+
"body": "If bonus terms are listed in Cover Terms, those terms describe potential bonus eligibility. Bonus programs, metrics, and payout timing are administered under applicable Company plans and may depend on individual, team, and Company performance criteria."
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": "equity-opportunity",
|
|
128
|
+
"heading": "Equity Opportunity",
|
|
129
|
+
"body": "If equity terms are listed in Cover Terms, any grant remains subject to board or committee approval, applicable equity plan documents, and separate award documentation. Vesting, exercise, and expiration terms are governed by those plan and award documents."
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "benefits-and-time-off-programs",
|
|
133
|
+
"heading": "Benefits and Time-Off Programs",
|
|
134
|
+
"body": "Employee may be eligible to participate in benefit and paid-time-off programs made available to similarly situated employees, in each case subject to plan terms, enrollment requirements, and Company policy updates permitted by law."
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"id": "work-location-and-business-travel",
|
|
138
|
+
"heading": "Work Location and Business Travel",
|
|
139
|
+
"body": "Employee will primarily work from the location listed in Cover Terms. Company may require reasonable business travel and may update workplace expectations, including on-site or remote collaboration requirements, consistent with applicable law."
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"id": "policies-confidentiality-and-company-property",
|
|
143
|
+
"heading": "Policies, Confidentiality, and Company Property",
|
|
144
|
+
"body": "As a condition of employment, Employee must comply with Company written policies, security requirements, confidentiality obligations, and lawful workplace rules, including policies covering information handling, code and device access, and return of Company property."
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "at-will-employment-relationship",
|
|
148
|
+
"heading": "At-Will Employment Relationship",
|
|
149
|
+
"body": "Unless otherwise required by law or a separate written agreement signed by an authorized Company representative, employment is at-will. This means either Employee or Company may end employment at any time, with or without advance notice, and with or without cause."
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "governing-law",
|
|
153
|
+
"heading": "Governing Law",
|
|
154
|
+
"body": "This offer letter and any dispute regarding its interpretation are governed by the law listed in Cover Terms, without applying conflicts-of-law principles to the extent not required by applicable law."
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"id": "offer-expiration-acceptance-and-entire-offer",
|
|
158
|
+
"heading": "Offer Expiration, Acceptance, and Entire Offer",
|
|
159
|
+
"body": "This offer expires on the date listed in Cover Terms unless extended in writing by Company. By accepting, Employee acknowledges this letter summarizes key employment terms and that any changes must be set out in a later written document authorized by Company."
|
|
160
|
+
}
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
"signature": {
|
|
164
|
+
"mode": "signers",
|
|
165
|
+
"arrangement": "entity-plus-individual",
|
|
166
|
+
"section_label": "Signature Page",
|
|
167
|
+
"heading_title": "Signatures",
|
|
168
|
+
"preamble": "By signing this Employment Offer Letter, each party agrees to these Cover Terms and Standard Terms.",
|
|
169
|
+
"signers": [
|
|
170
|
+
{
|
|
171
|
+
"id": "employer",
|
|
172
|
+
"label": "Employer",
|
|
173
|
+
"kind": "entity",
|
|
174
|
+
"capacity": "through_representative",
|
|
175
|
+
"rows": [
|
|
176
|
+
{
|
|
177
|
+
"id": "signature",
|
|
178
|
+
"label": "Signature",
|
|
179
|
+
"value": ""
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"id": "print-name",
|
|
183
|
+
"label": "Print Name",
|
|
184
|
+
"value": "{employer_name}"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "title",
|
|
188
|
+
"label": "Title",
|
|
189
|
+
"value": ""
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"id": "date",
|
|
193
|
+
"label": "Date",
|
|
194
|
+
"value": ""
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": "employee",
|
|
200
|
+
"label": "Employee",
|
|
201
|
+
"kind": "individual",
|
|
202
|
+
"capacity": "personal",
|
|
203
|
+
"rows": [
|
|
204
|
+
{
|
|
205
|
+
"id": "signature",
|
|
206
|
+
"label": "Signature",
|
|
207
|
+
"value": ""
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"id": "print-name",
|
|
211
|
+
"label": "Print Name",
|
|
212
|
+
"value": "{employee_name}"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "date",
|
|
216
|
+
"label": "Date",
|
|
217
|
+
"value": ""
|
|
218
|
+
}
|
|
219
|
+
]
|
|
220
|
+
}
|
|
221
|
+
]
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
@@ -6,7 +6,7 @@ clear, editable terms and source transparency.
|
|
|
6
6
|
## Source
|
|
7
7
|
|
|
8
8
|
- **URL**: https://github.com/open-agreements/open-agreements/tree/main/templates/openagreements-employment-offer-letter
|
|
9
|
-
- **Version**: 1.
|
|
9
|
+
- **Version**: 1.1
|
|
10
10
|
- **License**: CC BY 4.0
|
|
11
11
|
|
|
12
12
|
## Fields
|
|
@@ -26,6 +26,70 @@ clear, editable terms and source transparency.
|
|
|
26
26
|
| `governing_law` | string | yes | Governing law state for the offer letter |
|
|
27
27
|
| `offer_expiration_date` | date | yes | Date by which the offer must be accepted |
|
|
28
28
|
|
|
29
|
+
## Rendering and Memo Behavior
|
|
30
|
+
|
|
31
|
+
The employment template renderer honors signer-mode arrangements so canonical
|
|
32
|
+
employment templates can express asymmetric entity/individual signature blocks
|
|
33
|
+
without mirrored title rows or row-level suppression flags.
|
|
34
|
+
|
|
35
|
+
When `cover-standard-signature-v1` renders this template with `mode: signers`
|
|
36
|
+
and `arrangement=entity-plus-individual`, it renders a stacked entity signer
|
|
37
|
+
block followed by a stacked individual signer block in DOCX. Markdown output
|
|
38
|
+
preserves the same signer order, the individual signer block omits any `Title`
|
|
39
|
+
row, and legacy `two-party` rendering remains unchanged.
|
|
40
|
+
|
|
41
|
+
When `fill` is invoked with `--emit-memo` for an employment template matching
|
|
42
|
+
jurisdiction rules, JSON output includes disclaimer, findings, and jurisdiction
|
|
43
|
+
warnings. When no rules match, jurisdiction warnings are not fabricated.
|
|
44
|
+
Deterministic baseline variance findings are produced against the selected
|
|
45
|
+
baseline template. Markdown output includes the mandatory disclaimer and
|
|
46
|
+
citations.
|
|
47
|
+
|
|
48
|
+
When memo text contains prescriptive wording or prohibited phrases, the language
|
|
49
|
+
guard rewrites prescriptive wording and blocks prohibited phrases.
|
|
50
|
+
|
|
51
|
+
The employment template formatting integrity check renders DOCX with the
|
|
52
|
+
expected cover-page layout, section headings, signature block, and no leaked
|
|
53
|
+
template directives. Formatting diff boundary checks distinguish intentional
|
|
54
|
+
formatting differences from unintentional contract text drift.
|
|
55
|
+
|
|
56
|
+
Employment templates maintain paragraph style names and spacing values (e.g.
|
|
57
|
+
6pt) in Standard Terms sections across all employment template variants.
|
|
58
|
+
Run-level formatting operations preserve underline boundaries while stripping
|
|
59
|
+
heading-leading brackets and trimming trailing unmatched brackets without moving
|
|
60
|
+
anchored text.
|
|
61
|
+
|
|
62
|
+
## Behavioral Scenarios
|
|
63
|
+
|
|
64
|
+
### [OA-FIL-016] Employment memo content generation
|
|
65
|
+
- **WHEN** an employment template fill triggers memo generation with matching jurisdiction rules
|
|
66
|
+
- **THEN** output includes mandatory disclaimer, compliance findings, and jurisdiction-specific warnings
|
|
67
|
+
- **AND** deterministic baseline variance findings are produced against the selected baseline template
|
|
68
|
+
- **AND** markdown output includes mandatory disclaimer and citations
|
|
69
|
+
|
|
70
|
+
### [OA-FIL-017] Employment memo language guard
|
|
71
|
+
- **WHEN** memo text contains prescriptive wording or prohibited phrases
|
|
72
|
+
- **THEN** the language guard rewrites prescriptive wording and blocks prohibited phrases
|
|
73
|
+
|
|
74
|
+
### [OA-FIL-020] Employment template paragraph styles and spacing
|
|
75
|
+
- **WHEN** employment templates are examined for Standard Terms sections
|
|
76
|
+
- **THEN** paragraph style names match expected values
|
|
77
|
+
- **AND** spacing values are preserved (e.g. 6pt)
|
|
78
|
+
|
|
79
|
+
### [OA-FIL-021] Formatting boundary preservation
|
|
80
|
+
- **WHEN** bracket stripping operates on underlined heading text
|
|
81
|
+
- **THEN** underline boundaries are preserved
|
|
82
|
+
- **AND** trailing unmatched brackets are trimmed without moving underlined anchor text
|
|
83
|
+
|
|
84
|
+
### [OA-FIL-029] Entity-plus-individual signers render as stacked asymmetric blocks
|
|
85
|
+
- **WHEN** `cover-standard-signature-v1` renders a template with
|
|
86
|
+
`mode: signers` and `arrangement=entity-plus-individual`
|
|
87
|
+
- **THEN** it renders a stacked entity signer block followed by a stacked
|
|
88
|
+
individual signer block in DOCX
|
|
89
|
+
- **AND** the Markdown output preserves the same signer order
|
|
90
|
+
- **AND** the individual signer block omits any `Title` row
|
|
91
|
+
- **AND** legacy `two-party` rendering remains unchanged
|
|
92
|
+
|
|
29
93
|
## Attribution
|
|
30
94
|
|
|
31
95
|
Authored by OpenAgreements contributors. Drafting structure informed by publicly
|
|
@@ -3,7 +3,7 @@ category: employment
|
|
|
3
3
|
description: >-
|
|
4
4
|
A startup-focused employment offer letter template for full-time or part-time
|
|
5
5
|
hiring with compensation, equity summary, and at-will framing.
|
|
6
|
-
source_url: https://github.com/open-agreements/open-agreements/tree/main/templates/openagreements-employment-offer-letter
|
|
6
|
+
source_url: https://github.com/open-agreements/open-agreements/tree/main/content/templates/openagreements-employment-offer-letter
|
|
7
7
|
version: '1.1'
|
|
8
8
|
license: CC-BY-4.0
|
|
9
9
|
allow_derivatives: true
|
|
Binary file
|